log mcabber/mcabber/xmpp.c @ 1976:e6beab22099b

age author description
Thu, 24 Mar 2011 20:53:08 +0100 Mikael Berthe Do not add items to roster with commands /move and /rename (Hermitifier)
Sat, 19 Mar 2011 13:06:23 +0100 Mikael Berthe Remove deprecated status invisible
Tue, 15 Mar 2011 14:07:44 +0100 Mikael Berthe Do not block system messages when block_unsubscribed is set
Mon, 14 Mar 2011 13:17:17 +0100 Mikael Berthe Improve MUC support (Myhailo Danylenko)
Mon, 14 Mar 2011 12:53:27 +0100 Mikael Berthe Add support for XEP-0249 / Direct MUC Invitations (Myhailo Danylenko)
Sat, 12 Feb 2011 18:31:31 +0100 Mikael Berthe Fix "/rename -" (Hermitifier)
Tue, 09 Nov 2010 12:44:53 +0100 Mikael Berthe Add caps to presence when joining a MUC room
Tue, 09 Nov 2010 11:10:26 +0100 Mikael Berthe Ignore malformed caps packets
Fri, 14 May 2010 09:58:40 +0200 franky Only print the ssl status as an integer if we don't understand it
Thu, 13 May 2010 12:26:48 +0200 Mikael Berthe Fix error presence packet handling.
Sun, 18 Apr 2010 14:14:05 +0200 Mikael Berthe Do not display unhandled IQ result messages to the log window
Sun, 18 Apr 2010 14:04:45 +0200 Mikael Berthe Introduce NS_MUC_{USER,ADMIN,OWNER}
Sat, 17 Apr 2010 14:03:37 +0200 Mikael Berthe Add "hook-subscription" hook and hk_subscription()
Sat, 17 Apr 2010 12:31:35 +0200 Mikael Berthe Clean up previous patch
Sat, 17 Apr 2010 11:50:22 +0200 Mikael Berthe Fix looping issue spotted by isbear when sending manual IQ messages
Wed, 14 Apr 2010 21:27:37 +0200 Mikael Berthe Improve messages when connecting to the Jabber server
Mon, 12 Apr 2010 23:40:14 +0200 Mikael Berthe More lm_message_node_get_child_value() return value checks
Mon, 12 Apr 2010 20:50:19 +0200 Mikael Berthe [MUC] Fix handling of empty room topic
Sun, 11 Apr 2010 20:02:16 +0200 Mikael Berthe Do not block MUC private messages when 'block_unsubscribed' is set
Sun, 04 Apr 2010 10:31:38 +0200 Mikael Berthe Partial update for XEP-0184 v1.1
Sat, 03 Apr 2010 21:58:56 +0200 Mikael Berthe s/jep/xep/
Tue, 23 Mar 2010 16:47:18 +0200 Myhailo Danylenko Fix not displaying of MUC nick, set in bookmark
Mon, 22 Mar 2010 21:32:11 +0100 Mikael Berthe Update Vim modelines
Mon, 22 Mar 2010 21:18:29 +0100 Mikael Berthe Improve initial display when there is an error message
Sat, 20 Mar 2010 15:27:26 +0100 Mikael Berthe When displaying a server error, show the sender JID
Sun, 14 Mar 2010 12:09:08 +0100 Mikael Berthe Major API cleanup - bump API to 4
Thu, 11 Mar 2010 22:27:36 +0100 Mikael Berthe Randomize reconnection delay
Thu, 11 Mar 2010 21:53:46 +0100 Mikael Berthe Use random() instead of rand()
Mon, 01 Mar 2010 20:23:22 +0100 Mikael Berthe Fix segfault introduced in previous commit
Sun, 28 Feb 2010 18:50:30 +0100 Mikael Berthe Improve login process