log mcabber/mcabber/xmpp.c @ 2187:e3b66c8ead4f

age author description
Sun, 04 Oct 2015 19:04:04 +0200 Mikael Berthe PGP: Change gpg_encrypt() so that several encryption keys can be used
Fri, 17 Oct 2014 22:42:07 +0200 franky Use a #define for the xep-297 protocol namespace
Fri, 17 Oct 2014 22:39:05 +0200 franky Simplify handle_state_events()
Fri, 17 Oct 2014 22:33:19 +0200 franky Remove support for obsolete XEP 22
Sun, 26 Oct 2014 12:48:50 +0100 Mikael Berthe Do not skip Carbons of encrypted messages
Sat, 04 Oct 2014 21:45:27 +0200 Mikael Berthe Fix chatstates handling in Message Carbons
Sat, 04 Oct 2014 20:38:41 +0200 Mikael Berthe Add a "carbon" parameter to the hook-{pre,post}-message-in hooks
Sat, 04 Oct 2014 18:49:52 +0200 Mikael Berthe Carbons: Fix check in changeset 2ce6dd6861ea
Sat, 04 Oct 2014 18:31:46 +0200 Mikael Berthe Use the Carbons <private/> element for outgoing encrypted messages
Sat, 04 Oct 2014 18:31:41 +0200 Mikael Berthe Improve Message Carbons support
Sun, 06 Jul 2014 14:48:59 +0200 Mikael Berthe Add "hook-mdr-received" hook
Sun, 06 Jul 2014 13:24:06 +0200 Mikael Berthe Use bookmarked password (if any) when using "/room join"
Sun, 06 Jul 2014 13:12:10 +0200 Mikael Berthe Add support for storing passwords to a MUC (Nico Golde)
Sun, 06 Jul 2014 10:00:20 +0200 Mikael Berthe Remove deprecated options comments, update headers
Mon, 09 Jun 2014 10:01:48 +0200 Mikael Berthe Reset carbons when the connection is closed
Sun, 11 May 2014 17:26:47 +0200 Mikael Berthe Cosmetics
Tue, 15 Oct 2013 19:10:48 +0200 Roeland Jago Douma Less verbose logging of received carbons
Sun, 03 Mar 2013 14:32:16 +0100 Roeland Jago Douma Very basic carbons support is hacked into mcabber.
Fri, 01 Mar 2013 15:27:29 +0100 Roeland Jago Douma We can determine if the server supports carbons. By means of XEP-0030: Service
Thu, 03 Apr 2014 16:11:16 +0200 Hermitifier Add option to highlight timestamp added by server.
Mon, 04 Nov 2013 21:48:04 +0100 franky Added setting "ssl_ca" to set additional certificates to trust
Fri, 25 Oct 2013 22:14:40 +0200 franky Fix GCC warning (variable set but not used)
Fri, 25 Oct 2013 21:27:31 +0200 franky Fix compilation for old loudmouth libraries
Thu, 24 Oct 2013 22:52:01 +0200 franky Added setting "ssl_ciphers" to define the allowed ciphers
Wed, 15 May 2013 13:32:42 +0300 Myhailo Danylenko Round high priority
Tue, 27 Nov 2012 15:26:26 +0100 Mikael Berthe Hopefully fix #94 (OTR leak when block_unsubscribed is set)
Mon, 15 Oct 2012 19:53:02 +0200 Mikael Berthe Make message delivery receipts more backward-compatible
Sun, 14 Oct 2012 17:41:56 +0200 Mikael Berthe Delivery receipts: Use LM-generated messages id
Sun, 14 Oct 2012 17:39:11 +0200 Myhailo Danylenko Fix receipts handling according to recent XEP updates
Sat, 25 Aug 2012 15:42:34 +0200 Mikael Berthe Update a comment
Mon, 30 Jul 2012 22:39:17 +0200 Mikael Berthe xmpp_setstatus: send presence to MUC rooms before the global presence
Sat, 28 Jul 2012 14:40:50 +0200 Mikael Berthe Fix /request time
Thu, 01 Mar 2012 15:10:41 +0100 Hermitifier Allow to select to which buddy resource messages go. Closes issue #55
Wed, 29 Feb 2012 09:18:09 +0100 Hermitifier Fix bookmarks losing autojoin attribute
Thu, 26 Jan 2012 10:11:03 +0100 Hermitifier Accept "true" as well as "1" for autojoin in bookmarked rooms
Mon, 03 Oct 2011 16:00:34 +0200 Hermitifier Add support for XEP-0115 Entity Capabilities, with offline cache
Sun, 24 Jul 2011 13:30:47 +0200 Myhailo Danylenko Fix GCC warnings (variables set but not used)
Wed, 30 Mar 2011 22:02:48 +0200 Mikael Berthe Add a dummy handler for some unhandled IQ replies
Sun, 27 Mar 2011 12:45:41 +0200 Mikael Berthe XEP 184: don't send receipts to buddies that have no presence subscription
Sat, 26 Mar 2011 14:45:19 +0100 Mikael Berthe Add /room setopt flag_joins (Hermitifier)
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