aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | known bugsVMiklos2007-08-20-1/+8
| | | | |
| | * | | g_strdup_printf("%s" -> g_strdup(VMiklos2007-08-20-3/+3
| | | | |
| | * | | more docsVMiklos2007-08-20-0/+3
| | | | |
| | * | | implement add/removing contactsVMiklos2007-08-20-2/+25
| | | | |
| | * | | link the changelogVMiklos2007-08-20-0/+4
| | | | |
| | * | | add a changelogVMiklos2007-08-20-1/+4
| | | | |
| | * | | ignore test user echo123VMiklos2007-08-20-1/+1
| | | | |
| | * | | register skype_set_away()VMiklos2007-08-20-0/+1
| | | | |
| | * | | no idea how to set statesVMiklos2007-08-20-3/+4
| | | | |
| | * | | skyped: some cleanup, no encoding is needed when sending messagesVMiklos2007-08-20-19/+3
| | | | |
| | * | | mark received messages as read so that skype won't say there are unread messagesVMiklos2007-08-20-4/+6
| | | | |
| | * | | receiving away status changes doneVMiklos2007-08-20-1/+3
| | | | |
| | * | | more docsVMiklos2007-08-20-0/+5
| | | | |
| | * | | todo: when someone removes us, we just will see that he/she is offline, no ↵VMiklos2007-08-20-1/+1
| | | | | | | | | | | | | | | | | | | | need to handle this
| | * | | bugfix: we can't join to &bitlbee twiceVMiklos2007-08-20-10/+14
| | | | |
| | * | | todo updateVMiklos2007-08-20-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Noticing joins / parts while we're connected implemented in fact i did this implicitly ;)
| | * | | doc about how to add your accountVMiklos2007-08-20-0/+12
| | | | |
| | * | | minor doc fixesVMiklos2007-08-20-3/+3
| | | | |
| | * | | build the doc only if it's updatedVMiklos2007-08-20-1/+3
| | | | |
| | * | | converted README to asciidocVMiklos2007-08-20-11/+30
| | | | |
| | * | | more error handling, no more SIGPIPE \o/ :)VMiklos2007-08-20-9/+14
| | | | |
| | * | | document how to start the daemonVMiklos2007-08-20-4/+7
| | | | |
| | * | | skyped: finish cleanupVMiklos2007-08-20-37/+36
| | | | | | | | | | | | | | | | | | | | | | | | | hopefully no later cosmetics changes will be necessary now
| | * | | skyped: use tabsVMiklos2007-08-20-53/+51
| | | | | | | | | | | | | | | | | | | | | | | | | bitlbee uses tabs, too
| | * | | bitlbeed -> skypedVMiklos2007-08-20-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | i was crazy when i imported the daemon as bitlbeed..
| | * | | bitlbeed: some cleanupVMiklos2007-08-20-185/+8
| | | | |
| | * | | bitlbeed: importVMiklos2007-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 moreVMiklos2007-08-20-0/+2
| | | | |
| | * | | more todoVMiklos2007-08-20-0/+2
| | | | |
| | * | | README: some more docs, still incompleteVMiklos2007-08-20-1/+45
| | | | |
| | * | | README: updateVMiklos2007-08-20-2/+6
| | | | |
| | * | | support receiving messagesVMiklos2007-08-20-4/+47
| | | | |
| | * | | skype_buddy_msg(): add a missing checkVMiklos2007-08-20-1/+2
| | | | |
| | * | | implement skype_buddy_msg()VMiklos2007-08-20-2/+20
| | | | |
| | * | | README: cleanupVMiklos2007-08-19-3/+1
| | | | |
| | * | | download away statusesVMiklos2007-08-19-6/+32
| | | | |
| | * | | README: add linkVMiklos2007-08-19-0/+4
| | | | |
| | * | | README: addVMiklos2007-08-19-0/+15
| | | | |
| | * | | add offline users, tooVMiklos2007-08-19-9/+9
| | | | |
| | * | | download buddies from the serverVMiklos2007-08-19-76/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also remove write queues. i took them from the jabber module and they seem to be a bit unnecessary for skype
| | * | | basic read functionsVMiklos2007-08-19-6/+41
| | | | |
| | * | | initial commitVMiklos2007-08-19-0/+201
| | / /
| | | * Doc update, OAuth is available for more than just Twitter now.Wilmer van der Gaast2011-08-01-3/+3
| | | |
| | | * Had to change the OAuth secret for GTalk.Wilmer van der Gaast2011-08-04-1/+1
| | | |
| | | * Error handling fixes.Wilmer van der Gaast2011-08-04-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | Found one double free() bug causing troubles when a buddy_msg() handler takes down the IM connection immediately.
| | | * Don't timeout Jabber connections on OAuth initialization.Wilmer van der Gaast2011-07-31-0/+3
| | | |
| | | * OAuth code cleanup.Wilmer van der Gaast2011-07-31-18/+27
| | | |
| | | * Facebook authentication. This isn't really OAuth in the end: FB doesn'tWilmer van der Gaast2011-07-31-2/+52
| | | | | | | | | | | | | | | | | | | | | | | | really support desktop app OAuth in a way that would work with BitlBee. Plus, it's only OAuth-compliant by, err, name?
| | | * oauth2 changes to address http://twitter.com/Wilmer/status/96715400124968960Wilmer van der Gaast2011-07-31-8/+22
| | | |
| | | * Export oauth_params_parse().Wilmer van der Gaast2011-07-31-1/+2
| | | |