log mcabber/mcabber/xmpp.c @ 2247:fe89cdd66446

age author description
Wed, 10 Feb 2016 23:15:20 +0100 franky Expand filename for ssl_ca option
Wed, 11 Nov 2015 10:06:46 +0100 Mikael Berthe Add safety check to xmpp_insert_entity_capabilities()
Thu, 05 Nov 2015 19:46:09 +0100 Mikael Berthe Change otr_send() prototype
Thu, 05 Nov 2015 15:08:47 +0100 Mikael Berthe Fix a few memory leaks
Fri, 23 Oct 2015 20:47:26 +0200 Mikael Berthe Add a few more checks
Fri, 23 Oct 2015 19:55:08 +0200 Mikael Berthe Fix segfault when receiving a <private> Carbons message tag
Mon, 12 Oct 2015 17:19:19 +0200 Mikael Berthe Use more generic routines to convert fingerprints to/from hexadecimal
Sun, 11 Oct 2015 17:20:29 +0200 Mikael Berthe Display the server SSL fingerprint when we connect
Sun, 11 Oct 2015 17:19:15 +0200 Mikael Berthe Minor change of the prototype for fingerprint_to_hex()
Sun, 11 Oct 2015 17:17:35 +0200 Mikael Berthe Fix fingerprint management
Wed, 07 Oct 2015 21:55:51 +0200 Mikael Berthe PGP: Add a memory allocation check and compilation directives
Tue, 06 Oct 2015 21:16:41 +0200 Mikael Berthe Fix compilation when OTR is disabled
Sun, 04 Oct 2015 21:30:41 +0200 Holger Weiß Do not use <private> for PGP-encrypted outgoing messages
Thu, 23 Jul 2015 23:44:45 +0200 Holger Weiß New option: 'clear_unread_on_carbon'
Sun, 04 Oct 2015 19:07:17 +0200 Mikael Berthe PGP: Decrypt our own encrypted messages when Carbons are enabled
Sun, 04 Oct 2015 19:04:43 +0200 Mikael Berthe PGP: Encrypt messages with our own PGP key when carbons are enabled
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)