Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | updates for 0.3.2 | Miklos Vajna | 2008-02-23 | -1/+5 |
| | ||||
* | tested with 2.0.0.43 | Miklos Vajna | 2008-02-23 | -1/+1 |
| | ||||
* | skyped: remove comment, we use skype4py already | Miklos Vajna | 2008-02-23 | -4/+0 |
| | ||||
* | kill skype on shutdown | Miklos Vajna | 2008-02-23 | -4/+5 |
| | ||||
* | small cleanup | Miklos Vajna | 2008-02-23 | -1/+0 |
| | ||||
* | doc update: manual start of skype no longer necessary | Miklos Vajna | 2008-02-23 | -10/+3 |
| | ||||
* | skyped: automatically start skype if necessary | Miklos Vajna | 2008-02-23 | -2/+3 |
| | ||||
* | typo fix in automake version detection | Miklos Vajna | 2008-02-19 | -1/+1 |
| | | | | | thanks Sebastian (schwarz.s at gmx.de) for pointing this out | |||
* | remove unnecessary import of threading from skyped | Miklos Vajna | 2008-02-19 | -1/+0 |
| | ||||
* | update gitweb url | Miklos Vajna | 2008-02-17 | -1/+1 |
| | ||||
* | it seems some distro does not have an automake symlink in /usr/share | Miklos Vajna | 2008-01-29 | -1/+3 |
| | ||||
* | README: typo | Miklos Vajna | 2008-01-21 | -1/+1 |
| | ||||
* | header.html depends on makefile | Miklos Vajna | 2008-01-21 | -1/+1 |
| | ||||
* | updates for 0.3.1 | Miklos Vajna | 2008-01-21 | -1/+6 |
| | ||||
* | update todo | Miklos Vajna | 2008-01-21 | -3/+8 |
| | ||||
* | skype_set_display_name(): set FULLNAME, not MOOD_TEXT | Miklos Vajna | 2008-01-21 | -1/+1 |
| | ||||
* | git-archive -> git archive | Miklos Vajna | 2008-01-15 | -1/+1 |
| | ||||
* | link HACKING | Miklos Vajna | 2008-01-15 | -1/+1 |
| | ||||
* | move the git stuff to HACKING | Miklos Vajna | 2008-01-15 | -5/+10 |
| | ||||
* | add @version@ magic and prefer tarballs | Miklos Vajna | 2008-01-15 | -6/+8 |
| | | | | | | people hate autotools (well, i can understand them as i hate automake as well), so prefer the tarball method where you can avoid make prepare | |||
* | spelling fix | Miklos Vajna | 2008-01-15 | -1/+1 |
| | ||||
* | skyped: catch KeyboardInterrupts everywhere | Miklos Vajna | 2008-01-12 | -3/+10 |
| | ||||
* | put localhost back to readme | Miklos Vajna | 2008-01-12 | -2/+3 |
| | | | | | as it may now more likely that one wants to run skyped on a remote machine | |||
* | update HACKING | Miklos Vajna | 2008-01-12 | -1/+1 |
| | ||||
* | skyped: update copyright year | Miklos Vajna | 2008-01-12 | -1/+1 |
| | ||||
* | one idea for the todo | Miklos Vajna | 2008-01-12 | -0/+3 |
| | ||||
* | update docs | Miklos Vajna | 2008-01-12 | -19/+25 |
| | ||||
* | updates for 0.3.0 | Miklos Vajna | 2008-01-12 | -1/+5 |
| | ||||
* | update documentation about how to generate ssl certs | Miklos Vajna | 2008-01-12 | -1/+12 |
| | ||||
* | add skyped.cnf for easier ssl cert generation | Miklos Vajna | 2008-01-12 | -0/+41 |
| | ||||
* | auth via ssl | Miklos Vajna | 2008-01-12 | -22/+50 |
| | | | | | | | | - move the config file to sysconfdir/skyped/skyped.conf as there will other config files there, too - autogenerate the ssl paths in skyped.conf.dist - skype plugin: connect via ssl - skyped: listen via ssl | |||
* | update doc: pass should now patch in bitlbee and skyped.conf | Miklos Vajna | 2008-01-12 | -4/+7 |
| | ||||
* | install the default skyped config | Miklos Vajna | 2008-01-12 | -0/+4 |
| | ||||
* | skyped: add authentication support | Miklos Vajna | 2008-01-12 | -20/+65 |
| | | | | | this is not yet ssl, but better than nothing | |||
* | skype_start_stream(): send username/password to skyped | Miklos Vajna | 2008-01-12 | -0/+8 |
| | ||||
* | skyped: allow overwriting the host '0.0.0.0' | Miklos Vajna | 2008-01-11 | -3/+7 |
| | ||||
* | copyright update | Miklos Vajna | 2008-01-10 | -1/+1 |
| | ||||
* | todo update | Miklos Vajna | 2008-01-10 | -2/+4 |
| | ||||
* | updates for 0.2.6 | Miklos Vajna | 2008-01-10 | -1/+7 |
| | ||||
* | new skype_set_display_name() function | Miklos Vajna | 2008-01-10 | -11/+33 |
| | | | | | | - this adds support for setting display_name - also add support for the deprecated nick command in skype_set_my_name() | |||
* | added vim modeline | Miklos Vajna | 2008-01-10 | -0/+2 |
| | ||||
* | support for receiving emoted messages | Miklos Vajna | 2008-01-10 | -3/+11 |
| | ||||
* | skype_init(): cosmetics | Miklos Vajna | 2008-01-10 | -2/+2 |
| | ||||
* | added default server "localhost" | Miklos Vajna | 2008-01-10 | -4/+4 |
| | ||||
* | rename SKYPE_PORT_DEFAULT to SKYPE_DEFAULT_PORT | Miklos Vajna | 2008-01-10 | -2/+2 |
| | ||||
* | doc update | Miklos Vajna | 2007-12-18 | -4/+4 |
| | | | | | | - probably newer python/bitlbee versions work, too - update note about the common dbus session: it should be a common display now | |||
* | update doc: git url changed | Miklos Vajna | 2007-12-16 | -1/+1 |
| | ||||
* | updates for 0.2.5 | Miklos Vajna | 2007-12-16 | -1/+3 |
| | ||||
* | new todo (i think first i need to do it in bitlbee) | Miklos Vajna | 2007-12-16 | -0/+2 |
| | ||||
* | readme: update thanks section | Miklos Vajna | 2007-12-16 | -1/+5 |
| |