Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | support for edited messages | VMiklos | 2007-09-04 | -0/+11 |
| | ||||
* | handle the case when the input is a multiline message | VMiklos | 2007-09-04 | -2/+2 |
| | ||||
* | skype_read_callback(): ignore empty messages | VMiklos | 2007-09-03 | -1/+1 |
| | | | | | skype itself does the same | |||
* | send a notice when a call is missed | VMiklos | 2007-08-22 | -1/+30 |
| | ||||
* | skype_read_callback(): add notification about calls | VMiklos | 2007-08-22 | -0/+20 |
| | ||||
* | cleanup in struct skype_data | VMiklos | 2007-08-21 | -3/+1 |
| | ||||
* | cosmetics | VMiklos | 2007-08-21 | -37/+66 |
| | | | | | | | - add copyright header - beautify comments - remove debug printf()s | |||
* | implement skype_buddy_ask() | VMiklos | 2007-08-21 | -0/+53 |
| | ||||
* | move the poll() usage to skype_write() | VMiklos | 2007-08-21 | -13/+14 |
| | ||||
* | use SET USERSTATUS on login/logout | VMiklos | 2007-08-21 | -0/+3 |
| | ||||
* | prevent a segfault in skype_read_callback() | VMiklos | 2007-08-21 | -1/+8 |
| | ||||
* | implement skype_set_away() | VMiklos | 2007-08-21 | -7/+27 |
| | ||||
* | g_strdup_printf("%s" -> g_strdup( | VMiklos | 2007-08-20 | -3/+3 |
| | ||||
* | implement add/removing contacts | VMiklos | 2007-08-20 | -1/+22 |
| | ||||
* | ignore test user echo123 | VMiklos | 2007-08-20 | -1/+1 |
| | ||||
* | register skype_set_away() | VMiklos | 2007-08-20 | -0/+1 |
| | ||||
* | mark received messages as read so that skype won't say there are unread messages | VMiklos | 2007-08-20 | -0/+2 |
| | ||||
* | bugfix: we can't join to &bitlbee twice | VMiklos | 2007-08-20 | -8/+14 |
| | ||||
* | more error handling, no more SIGPIPE \o/ :) | VMiklos | 2007-08-20 | -5/+10 |
| | ||||
* | 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 | -0/+16 |
| | ||||
* | download away statuses | VMiklos | 2007-08-19 | -4/+30 |
| | ||||
* | add offline users, too | VMiklos | 2007-08-19 | -9/+9 |
| | ||||
* | download buddies from the server | VMiklos | 2007-08-19 | -75/+46 |
| | | | | | | also remove write queues. i took them from the jabber module and they seem to be a bit unnecessary for skype | |||
* | basic read functions | VMiklos | 2007-08-19 | -6/+41 |
| | ||||
* | initial commit | VMiklos | 2007-08-19 | -0/+194 |