Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | 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 | |
| | | | | | |||||
| | * | | | handle the case when the birthday is unknown | Miklos Vajna | 2007-12-16 | -1/+1 | |
| | | | | | |||||
| | * | | | add "local time" info output | Miklos Vajna | 2007-12-16 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | thanks Cristobal Palmer (tarheelcoxn) for testing :) | ||||
| | * | | | update doc: info is implemented | Miklos Vajna | 2007-12-16 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | time for a release soon.. | ||||
| | * | | | fixed gender output | Miklos Vajna | 2007-12-16 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | woho, last fixme removed \o/ | ||||
| | * | | | fixed age output | Miklos Vajna | 2007-12-16 | -1/+6 | |
| | | | | | |||||
| | * | | | fixed birthday output | Miklos Vajna | 2007-12-16 | -2/+6 | |
| | | | | | |||||
| | * | | | typo fix in country output | Miklos Vajna | 2007-12-16 | -1/+1 | |
| | | | | | |||||
| | * | | | format last seen output properly | Miklos Vajna | 2007-12-16 | -2/+5 | |
| | | | | | |||||
| | * | | | disable buggy "local time" field | Miklos Vajna | 2007-12-16 | -2/+2 | |
| | | | | | |||||
| | * | | | fixed country and language format | Miklos Vajna | 2007-12-16 | -2/+29 | |
| | | | | | |||||
| | * | | | added much more info output, need to finetune format | Miklos Vajna | 2007-12-16 | -2/+114 | |
| | | | | | |||||
| | * | | | initial support for the info command | Miklos Vajna | 2007-12-16 | -0/+87 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | currently it prints only the full name | ||||
| | * | | | remove hardwired command from client tester | Miklos Vajna | 2007-12-16 | -2/+2 | |
| | | | | | |||||
| | * | | | convert client.c to py | Miklos Vajna | 2007-12-16 | -43/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | it's for testing purposes only and i hate to recompile it again and again ;) | ||||
| | * | | | i just noticed we don't support the info command | Miklos Vajna | 2007-12-15 | -0/+2 | |
| | | | | | |||||
| | * | | | added "people on #bitlbee" to the thanks section | Miklos Vajna | 2007-12-14 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in fact they again and again reported that newer skype4py does not work, so without them i would not fix it :P | ||||
| | * | | | fixed skype4py requirement | Miklos Vajna | 2007-12-14 | -2/+1 | |
| | | | | | |||||
| | * | | | updates for 0.2.4 | Miklos Vajna | 2007-12-14 | -1/+5 | |
| | | | | | |||||
| | * | | | skype2beta tested \o/ | Miklos Vajna | 2007-12-14 | -1/+1 | |
| | | | | | |||||
| | * | | | fixup for Skype4Py >= 0.9.28.4 | Miklos Vajna | 2007-12-14 | -3/+6 | |
| | | | | | |||||
| | * | | | note about "you can run git whereever you want" | Miklos Vajna | 2007-12-10 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | as requested by timing on irc | ||||
| | * | | | typo | Miklos Vajna | 2007-12-09 | -1/+1 | |
| | | | | | |||||
| | * | | | add a note about no patching is required | Miklos Vajna | 2007-12-09 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | as today a guy asked on #bitlbee if he need a special branch.. | ||||
| | * | | | README: added a quote, from the closing mail of the skype ticket | Miklos Vajna | 2007-12-04 | -0/+9 | |
| | | | | | |||||
| | * | | | typo in git url | Miklos Vajna | 2007-11-29 | -1/+1 | |
| | | | | | |||||
| | * | | | move the skype api doc link to the resources section | Miklos Vajna | 2007-11-24 | -0/+3 | |
| | | | | | |||||
| | * | | | do not refer to the empty known bugs section | Miklos Vajna | 2007-11-24 | -6/+2 | |
| | | | | |