Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | 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 | |
| | | | | | |||||
| | * | | | 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 ;) |