Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | typo | VMiklos | 2007-08-21 | -1/+1 | |
| | | | | | |||||
| | * | | | preface | VMiklos | 2007-08-21 | -0/+9 | |
| | | | | | |||||
| | * | | | mention a bit more patches | VMiklos | 2007-08-21 | -6/+6 | |
| | | | | | |||||
| | * | | | cosmetics | VMiklos | 2007-08-21 | -37/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add copyright header - beautify comments - remove debug printf()s | ||||
| | * | | | block/allow commands needs 0 protocl-specific implementation ;) | VMiklos | 2007-08-21 | -2/+0 | |
| | | | | | |||||
| | * | | | remove question about imcb_remove_buddy() | VMiklos | 2007-08-21 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quoting jabber/iq.c: /* Don't have any API call for this yet! So let's just try to handle this as well as we can. */ and we already do this (setting userstatus to offline) | ||||
| | * | | | implement skype_buddy_ask() | VMiklos | 2007-08-21 | -4/+60 | |
| | | | | | |||||
| | * | | | move the poll() usage to skype_write() | VMiklos | 2007-08-21 | -13/+14 | |
| | | | | | |||||
| | * | | | new ideas: block/allow | VMiklos | 2007-08-21 | -0/+2 | |
| | | | | | |||||
| | * | | | use SET USERSTATUS on login/logout | VMiklos | 2007-08-21 | -3/+7 | |
| | | | | | |||||
| | * | | | prevent a segfault in skype_read_callback() | VMiklos | 2007-08-21 | -1/+8 | |
| | | | | | |||||
| | * | | | implement skype_set_away() | VMiklos | 2007-08-21 | -11/+31 | |
| | | | | | |||||
| | * | | | known bugs | VMiklos | 2007-08-20 | -1/+8 | |
| | | | | | |||||
| | * | | | g_strdup_printf("%s" -> g_strdup( | VMiklos | 2007-08-20 | -3/+3 | |
| | | | | | |||||
| | * | | | more docs | VMiklos | 2007-08-20 | -0/+3 | |
| | | | | | |||||
| | * | | | implement add/removing contacts | VMiklos | 2007-08-20 | -2/+25 | |
| | | | | | |||||
| | * | | | link the changelog | VMiklos | 2007-08-20 | -0/+4 | |
| | | | | | |||||
| | * | | | add a changelog | VMiklos | 2007-08-20 | -1/+4 | |
| | | | | | |||||
| | * | | | ignore test user echo123 | VMiklos | 2007-08-20 | -1/+1 | |
| | | | | | |||||
| | * | | | register skype_set_away() | VMiklos | 2007-08-20 | -0/+1 | |
| | | | | | |||||
| | * | | | no idea how to set states | VMiklos | 2007-08-20 | -3/+4 | |
| | | | | | |||||
| | * | | | skyped: some cleanup, no encoding is needed when sending messages | VMiklos | 2007-08-20 | -19/+3 | |
| | | | | | |||||
| | * | | | mark received messages as read so that skype won't say there are unread messages | VMiklos | 2007-08-20 | -4/+6 | |
| | | | | | |||||
| | * | | | receiving away status changes done | VMiklos | 2007-08-20 | -1/+3 | |
| | | | | | |||||
| | * | | | more docs | VMiklos | 2007-08-20 | -0/+5 | |
| | | | | | |||||
| | * | | | todo: when someone removes us, we just will see that he/she is offline, no ↵ | VMiklos | 2007-08-20 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | need to handle this | ||||
| | * | | | bugfix: we can't join to &bitlbee twice | VMiklos | 2007-08-20 | -10/+14 | |
| | | | | | |||||
| | * | | | todo update | VMiklos | 2007-08-20 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Noticing joins / parts while we're connected implemented in fact i did this implicitly ;) | ||||
| | * | | | doc about how to add your account | VMiklos | 2007-08-20 | -0/+12 | |
| | | | | | |||||
| | * | | | minor doc fixes | VMiklos | 2007-08-20 | -3/+3 | |
| | | | | | |||||
| | * | | | build the doc only if it's updated | VMiklos | 2007-08-20 | -1/+3 | |
| | | | | | |||||
| | * | | | converted README to asciidoc | VMiklos | 2007-08-20 | -11/+30 | |
| | | | | | |||||
| | * | | | more error handling, no more SIGPIPE \o/ :) | VMiklos | 2007-08-20 | -9/+14 | |
| | | | | | |||||
| | * | | | document how to start the daemon | VMiklos | 2007-08-20 | -4/+7 | |
| | | | | | |||||
| | * | | | skyped: finish cleanup | VMiklos | 2007-08-20 | -37/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | hopefully no later cosmetics changes will be necessary now | ||||
| | * | | | skyped: use tabs | VMiklos | 2007-08-20 | -53/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | bitlbee uses tabs, too | ||||
| | * | | | bitlbeed -> skyped | VMiklos | 2007-08-20 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | i was crazy when i imported the daemon as bitlbeed.. | ||||
| | * | | | bitlbeed: some cleanup | VMiklos | 2007-08-20 | -185/+8 | |
| | | | | | |||||
| | * | | | bitlbeed: import | VMiklos | 2007-08-20 | -0/+286 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the code is from http://forum.skype.com/viewtopic.php?t=42640 (NOTE: i don't know how wrote it, i did not remove his name..) i tried to add as less modicications as possible, so it needs a big cleanup | ||||
| | * | | | and even more | VMiklos | 2007-08-20 | -0/+2 | |
| | | | | | |||||
| | * | | | more todo | VMiklos | 2007-08-20 | -0/+2 | |
| | | | | | |||||
| | * | | | README: some more docs, still incomplete | VMiklos | 2007-08-20 | -1/+45 | |
| | | | | | |||||
| | * | | | README: update | VMiklos | 2007-08-20 | -2/+6 | |
| | | | | | |||||
| | * | | | support receiving messages | VMiklos | 2007-08-20 | -4/+47 | |
| | | | | | |||||
| | * | | | skype_buddy_msg(): add a missing check | VMiklos | 2007-08-20 | -1/+2 | |
| | | | | | |||||
| | * | | | implement skype_buddy_msg() | VMiklos | 2007-08-20 | -2/+20 | |
| | | | | | |||||
| | * | | | README: cleanup | VMiklos | 2007-08-19 | -3/+1 | |
| | | | | | |||||
| | * | | | download away statuses | VMiklos | 2007-08-19 | -6/+32 | |
| | | | | | |||||
| | * | | | README: add link | VMiklos | 2007-08-19 | -0/+4 | |
| | | | | | |||||
| | * | | | README: add | VMiklos | 2007-08-19 | -0/+15 | |
| | | | | |