log mcabber/src/jabglue.c @ 519:5c338d31de56

age author description
Mon, 14 Nov 2005 18:47:08 +0100 Mikael Berthe Show current global status message in "/status"
Sun, 13 Nov 2005 22:15:19 +0100 Mikael Berthe Add HBB_PREFIX_NOFLAG
Sat, 12 Nov 2005 11:33:14 +0100 Mikael Berthe MUC: display buddy's departure message, if any
Sun, 09 Oct 2005 12:12:47 +0200 Mikael Berthe Update message status for conference occupants
Fri, 07 Oct 2005 20:12:11 +0200 Mikael Berthe Auto-convert a roster item to "room" type when receiving a groupchat message
Fri, 07 Oct 2005 18:54:52 +0200 Mikael Berthe Add "/room invite"
Mon, 03 Oct 2005 22:12:24 +0200 Mikael Berthe MUC: log join/nick/leave/topic if log_muc_conf is set
Sun, 02 Oct 2005 23:36:39 +0200 Mikael Berthe Add "/room topic", and display topic changes
Sun, 02 Oct 2005 23:29:01 +0200 Mikael Berthe Minor code cleanup
Sun, 02 Oct 2005 22:31:36 +0200 Mikael Berthe Fix segfault when receiving a message stanza with no body tag
Sun, 02 Oct 2005 18:05:34 +0200 Mikael Berthe Disable some commands when not connected
Sun, 02 Oct 2005 00:37:16 +0200 Mikael Berthe Add "/room nick"
Sat, 01 Oct 2005 23:17:05 +0200 Mikael Berthe Use UTF8 to handle resources and room nicknames
Sat, 01 Oct 2005 18:53:14 +0200 Mikael Berthe Improve MUC presence messages handling
Wed, 28 Sep 2005 21:56:35 +0200 Mikael Berthe Convert /rawxml argument to UTF8
Sun, 25 Sep 2005 23:45:34 +0200 Mikael Berthe Add "/room unlock"
Sun, 25 Sep 2005 01:01:44 +0200 Mikael Berthe Initial Multi-User Chat support
Sun, 25 Sep 2005 00:33:56 +0200 Mikael Berthe Add /status_to command
Wed, 21 Sep 2005 22:05:43 +0200 Mikael Berthe Handle g_locale_from_utf8() failures
Mon, 19 Sep 2005 23:32:42 +0200 Mikael Berthe Handle multiple resources for the same buddy
Thu, 15 Sep 2005 23:22:12 +0200 Mikael Berthe Add /rawxml command
Sun, 11 Sep 2005 22:01:57 +0200 Mikael Berthe Display error messages as specified in RFC3920 (9.3)
Mon, 05 Sep 2005 22:56:57 +0200 Mikael Berthe Better handling of server error codes/messages
Fri, 02 Sep 2005 22:10:14 +0200 Mikael Berthe Ready for 0.6.7 release 0.6.7
Fri, 02 Sep 2005 21:47:14 +0200 Mikael Berthe Display error code/message when receiving a message packet with "error" type
Fri, 02 Sep 2005 20:34:17 +0200 Mikael Berthe Small code review
Thu, 01 Sep 2005 21:18:19 +0200 Mikael Berthe Allow offline status message
Sun, 28 Aug 2005 10:38:10 +0200 Mikael Berthe Still need a temporization when connecting to a server
Sat, 27 Aug 2005 22:20:03 +0200 Mikael Berthe Fix a SIGPIPE issue when connecting to the server
Sat, 27 Aug 2005 18:59:48 +0200 Mikael Berthe Tune previous usleep() change