| Commit message (Expand) | Author | Age | Lines |
... | |
| | * | | | 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 ne... | VMiklos | 2007-08-20 | -1/+1 |
| | * | | | bugfix: we can't join to &bitlbee twice | VMiklos | 2007-08-20 | -10/+14 |
| | * | | | todo update | VMiklos | 2007-08-20 | -2/+2 |
| | * | | | 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 |
| | * | | | skyped: use tabs | VMiklos | 2007-08-20 | -53/+51 |
| | * | | | bitlbeed -> skyped | VMiklos | 2007-08-20 | -0/+0 |
| | * | | | bitlbeed: some cleanup | VMiklos | 2007-08-20 | -185/+8 |
| | * | | | bitlbeed: import | VMiklos | 2007-08-20 | -0/+286 |
| | * | | | 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 |
| | * | | | add offline users, too | VMiklos | 2007-08-19 | -9/+9 |
| | * | | | download buddies from the server | VMiklos | 2007-08-19 | -76/+48 |
| | * | | | basic read functions | VMiklos | 2007-08-19 | -6/+41 |
| | * | | | initial commit | VMiklos | 2007-08-19 | -0/+201 |
| | / / |
|
| | | * | Doc update, OAuth is available for more than just Twitter now. | Wilmer van der Gaast | 2011-08-01 | -3/+3 |
| | | * | Had to change the OAuth secret for GTalk. | Wilmer van der Gaast | 2011-08-04 | -1/+1 |
| | | * | Error handling fixes. | Wilmer van der Gaast | 2011-08-04 | -4/+8 |
| | | * | Don't timeout Jabber connections on OAuth initialization. | Wilmer van der Gaast | 2011-07-31 | -0/+3 |
| | | * | OAuth code cleanup. | Wilmer van der Gaast | 2011-07-31 | -18/+27 |
| | | * | Facebook authentication. This isn't really OAuth in the end: FB doesn't | Wilmer van der Gaast | 2011-07-31 | -2/+52 |
| | | * | oauth2 changes to address http://twitter.com/Wilmer/status/96715400124968960 | Wilmer van der Gaast | 2011-07-31 | -8/+22 |
| | | * | Export oauth_params_parse(). | Wilmer van der Gaast | 2011-07-31 | -1/+2 |
| | | * | Having written the same stupid code (ASCII MD5 hashes) 205762 times, time to | Wilmer van der Gaast | 2011-07-31 | -0/+11 |
| | | * | Working OAuth2 support. Needs some more debugging (error handling is not | Wilmer van der Gaast | 2011-07-26 | -43/+309 |
| | | * | Kill obsolete Jabber server string (SSL, port#s, etc) parsing. | Wilmer van der Gaast | 2011-07-25 | -55/+0 |
| | | * | Nothing useful yet, this just generates an auth URL. Things to do: Ability | Wilmer van der Gaast | 2011-07-22 | -4/+128 |
| |_|/
|/| | |
|
* | | | Fixed dumb file descriptor leak. | Wilmer van der Gaast | 2011-07-12 | -0/+1 |