aboutsummaryrefslogtreecommitdiffstats
path: root/skype/skype.c
Commit message (Expand)AuthorAgeLines
* support for edited messagesVMiklos2007-09-04-0/+11
* handle the case when the input is a multiline messageVMiklos2007-09-04-2/+2
* skype_read_callback(): ignore empty messagesVMiklos2007-09-03-1/+1
* send a notice when a call is missedVMiklos2007-08-22-1/+30
* skype_read_callback(): add notification about callsVMiklos2007-08-22-0/+20
* cleanup in struct skype_dataVMiklos2007-08-21-3/+1
* cosmeticsVMiklos2007-08-21-37/+66
* implement skype_buddy_ask()VMiklos2007-08-21-0/+53
* move the poll() usage to skype_write()VMiklos2007-08-21-13/+14
* use SET USERSTATUS on login/logoutVMiklos2007-08-21-0/+3
* prevent a segfault in skype_read_callback()VMiklos2007-08-21-1/+8
* implement skype_set_away()VMiklos2007-08-21-7/+27
* g_strdup_printf("%s" -> g_strdup(VMiklos2007-08-20-3/+3
* implement add/removing contactsVMiklos2007-08-20-1/+22
* ignore test user echo123VMiklos2007-08-20-1/+1
* register skype_set_away()VMiklos2007-08-20-0/+1
* mark received messages as read so that skype won't say there are unread messagesVMiklos2007-08-20-0/+2
* bugfix: we can't join to &bitlbee twiceVMiklos2007-08-20-8/+14
* more error handling, no more SIGPIPE \o/ :)VMiklos2007-08-20-5/+10
* 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-0/+16
* download away statusesVMiklos2007-08-19-4/+30
* add offline users, tooVMiklos2007-08-19-9/+9
* download buddies from the serverVMiklos2007-08-19-75/+46
* basic read functionsVMiklos2007-08-19-6/+41
* initial commitVMiklos2007-08-19-0/+194