Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |
| | ||||
* | get rid of bzr, there is a tarball version now that works | Miklos Vajna | 2007-11-24 | -4/+6 |
| | ||||
* | improve gitignore | Miklos Vajna | 2007-11-24 | -0/+2 |
| | ||||
* | updates for 0.2.3 | Miklos Vajna | 2007-11-24 | -1/+2 |
| | ||||
* | warning fix in skype_chat_with() | Miklos Vajna | 2007-11-24 | -8/+12 |
| | | | | | | fix "when you start a group chat, a warning is shown saying creating the group chat is failed, but in fact it is created" | |||
* | link my projects page | Miklos Vajna | 2007-11-20 | -0/+2 |
| | ||||
* | fix gitweb url | Miklos Vajna | 2007-11-20 | -1/+1 |
| | ||||
* | less frugalware references | Miklos Vajna | 2007-11-20 | -3/+3 |
| | ||||
* | updates for 0.2.2 | Miklos Vajna | 2007-11-20 | -1/+4 |
| | ||||
* | doc update: no patching needed again, but a recent snapshot | Miklos Vajna | 2007-11-20 | -10/+2 |
| | ||||
* | fixes for the recent upstream API changes | Miklos Vajna | 2007-11-20 | -5/+6 |
| | ||||
* | if you change the topic then wait for skype to confirm that it was really ↵ | Miklos Vajna | 2007-11-20 | -2/+11 |
| | | | | | | | | changed - ie if you don't have enough permissions, you won't see a fake topic - suggested by wilmer | |||
* | doc: deepcommand on how to apply the patch | Miklos Vajna | 2007-11-15 | -2/+9 |
| | | | | | | http://bugs.bitlbee.org/bitlbee/ticket/82#comment:31 - it seems it's good to mention this | |||
* | doc: patch is for bitlbee, not the plugin | Miklos Vajna | 2007-11-11 | -3/+3 |
| | ||||
* | updates for 0.2.1 | Miklos Vajna | 2007-10-30 | -1/+4 |
| | ||||
* | update documentation for 0.2.1 | Miklos Vajna | 2007-10-30 | -10/+11 |
| | ||||
* | check out the latest tag before compiling, HEAD won't compile with latest ↵ | Miklos Vajna | 2007-10-29 | -0/+1 |
| | | | | bitlbee | |||
* | doc update: it is now tested under Windows, too | Miklos Vajna | 2007-10-26 | -0/+3 |
| | ||||
* | README: update "thanks to" section | Miklos Vajna | 2007-10-26 | -1/+1 |
| | ||||
* | docu update about /topic | Miklos Vajna | 2007-10-18 | -1/+7 |
| | ||||
* | fix incoming multiline messages - again | Miklos Vajna | 2007-10-18 | -20/+27 |
| | | | | | i broke it when adding groupchat support | |||
* | show topic if it was set before join | Miklos Vajna | 2007-10-17 | -2/+22 |
| | ||||
* | implement skype_chat_topic() | Miklos Vajna | 2007-10-17 | -0/+10 |
| | ||||
* | use the new imcb_chat_topic() function | Miklos Vajna | 2007-10-17 | -1/+8 |
| | | | | | | WARNING: this is not yet in the bitlbee release branch, i'll update the docs when it'll be there | |||
* | doc: update about group/public chats | Miklos Vajna | 2007-10-14 | -2/+6 |
| | ||||
* | updates for 0.2.0 | VMiklos | 2007-10-07 | -1/+4 |
| | ||||
* | update docu for skype-1.4.0.118 | VMiklos | 2007-10-07 | -1/+1 |
| | ||||
* | docu update for recent changes | VMiklos | 2007-10-07 | -3/+4 |
| |