log mcabber/src/jabglue.c @ 772:464be13343a9

age author description
Sat, 25 Mar 2006 18:10:36 +0100 Mikael Berthe Store most data in UTF-8 internally
Tue, 14 Mar 2006 12:22:35 +0100 Mikael Berthe Check for events timeout
Tue, 14 Mar 2006 12:04:46 +0100 Mikael Berthe Add event description when receiving a subscription request
Tue, 14 Mar 2006 11:55:41 +0100 Mikael Berthe Fix small typo
Mon, 13 Mar 2006 23:41:29 +0100 Mikael Berthe Avoid reusing events ids
Mon, 13 Mar 2006 19:20:03 +0100 Mikael Berthe Use events system for subscription requests
Mon, 13 Mar 2006 17:28:24 +0100 Mikael Berthe Introduce user "events" list
Thu, 09 Mar 2006 20:15:37 +0100 Mikael Berthe Some code cleanup
Thu, 09 Mar 2006 18:06:02 +0100 Mikael Berthe MUC: Update the chat status line when the topic is updated
Sun, 05 Mar 2006 16:54:01 +0100 Mikael Berthe Fix a roster refresh issue
Sun, 05 Mar 2006 00:17:12 +0100 Mikael Berthe Use room topic as a description in the chat status line
Sat, 04 Mar 2006 18:55:54 +0100 Mikael Berthe Update status lines
Sat, 18 Feb 2006 15:07:51 +0100 Mikael Berthe Check for IQ requests timeouts
Sun, 12 Feb 2006 11:39:32 +0100 Mikael Berthe Update Copyright (2006)
Sat, 11 Feb 2006 15:32:41 +0100 Mikael Berthe Fix up jb_request(), when the resource is unknown
Sat, 11 Feb 2006 15:18:45 +0100 Mikael Berthe Add /request command
Thu, 09 Feb 2006 23:21:49 +0100 Mikael Berthe Implement IQ:time requests
Mon, 06 Feb 2006 21:06:19 +0100 Mikael Berthe Use the new IQ system for authentication
Mon, 06 Feb 2006 20:02:09 +0100 Mikael Berthe Switch IQ packet creation to the new IQ system
Sat, 28 Jan 2006 12:02:14 +0100 Mikael Berthe Fix a small issue in roster_msg_setflag()
Sat, 28 Jan 2006 11:07:02 +0100 Mikael Berthe Using "/status invisible -" did not clear the status message
Sun, 15 Jan 2006 10:49:50 +0100 Mikael Berthe Do not process packet if type = 0
Sat, 14 Jan 2006 11:02:13 +0100 Mikael Berthe Small jb_disconnect() improvement
Sat, 07 Jan 2006 13:59:17 +0100 Mikael Berthe Use "(...)" when cutting a multi-line status message in the log window
Sat, 07 Jan 2006 12:17:49 +0100 Mikael Berthe MUC: Set the new_message flag when joining a room
Sat, 07 Jan 2006 11:01:58 +0100 Mikael Berthe MUC: Be more verbose when joining a room
Sat, 07 Jan 2006 10:56:46 +0100 Mikael Berthe We do not need buddy_isresource() anymore
Sat, 07 Jan 2006 10:32:55 +0100 Mikael Berthe MUC: Fix a timestamp issue when joining a room
Sat, 07 Jan 2006 01:15:04 +0100 Mikael Berthe MUC: fix join bug when the conference is in the roster
Thu, 05 Jan 2006 22:01:11 +0100 Mikael Berthe Small handle_presence_muc() update