Sun, 11 Oct 2015 17:23:45 +0200 Clarify 'ignore_self_presence' description
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Oct 2015 17:23:45 +0200] rev 2201
Clarify 'ignore_self_presence' description
Sun, 01 Feb 2015 20:55:22 +0100 Check all signatures and stop immediately if one could be verified
Sven Gaerner <sgaerner@gmx.net> [Sun, 01 Feb 2015 20:55:22 +0100] rev 2200
Check all signatures and stop immediately if one could be verified
Sun, 11 Oct 2015 17:20:29 +0200 Display the server SSL fingerprint when we connect
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Oct 2015 17:20:29 +0200] rev 2199
Display the server SSL fingerprint when we connect
Sun, 11 Oct 2015 17:19:15 +0200 Minor change of the prototype for fingerprint_to_hex()
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Oct 2015 17:19:15 +0200] rev 2198
Minor change of the prototype for fingerprint_to_hex()
Sun, 11 Oct 2015 17:17:35 +0200 Fix fingerprint management
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Oct 2015 17:17:35 +0200] rev 2197
Fix fingerprint management (Reported by Sven Gaerner in issue #134)
Wed, 07 Oct 2015 21:58:38 +0200 Improve support for GnuPG v2+
Mikael Berthe <mikael@lilotux.net> [Wed, 07 Oct 2015 21:58:38 +0200] rev 2196
Improve support for GnuPG v2+ If the gnupg engine detected is not 1.x, do not check the environment variable GPG_AGENT_INFO and do not set up a password callback.
Wed, 07 Oct 2015 21:55:51 +0200 PGP: Add a memory allocation check and compilation directives
Mikael Berthe <mikael@lilotux.net> [Wed, 07 Oct 2015 21:55:51 +0200] rev 2195
PGP: Add a memory allocation check and compilation directives
Tue, 06 Oct 2015 21:16:41 +0200 Fix compilation when OTR is disabled
Mikael Berthe <mikael@lilotux.net> [Tue, 06 Oct 2015 21:16:41 +0200] rev 2194
Fix compilation when OTR is disabled
Tue, 28 Jul 2015 00:27:12 +0200 Make sure outgoing carbons won't set unread flag
Holger Weiß <holger@zedat.fu-berlin.de> [Tue, 28 Jul 2015 00:27:12 +0200] rev 2193
Make sure outgoing carbons won't set unread flag Outgoing carbon copies received from other clients shouldn't set the unread messages flag if it wasn't set before (regardless of the 'clear_unread_on_carbon' option). --- mcabber/mcabber/hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Sun, 04 Oct 2015 21:30:41 +0200 Do not use <private> for PGP-encrypted outgoing messages
Holger Weiß <holger@zedat.fu-berlin.de> [Sun, 04 Oct 2015 21:30:41 +0200] rev 2192
Do not use <private> for PGP-encrypted outgoing messages
Sun, 04 Oct 2015 20:38:17 +0200 Update API ChangeLog (v36-v38)
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2015 20:38:17 +0200] rev 2191
Update API ChangeLog (v36-v38)
Thu, 23 Jul 2015 23:44:45 +0200 New option: 'clear_unread_on_carbon'
Holger Weiß <holger@zedat.fu-berlin.de> [Thu, 23 Jul 2015 23:44:45 +0200] rev 2190
New option: 'clear_unread_on_carbon' If the new 'clear_unread_on_carbon' option is set to 1, clear the unread message flag for a contact whenever an outgoing carbon copy of a message sent to that contact is received from another client. --- mcabber/mcabber/commands.c | 2 +- mcabber/mcabber/hbuf.h | 1 + mcabber/mcabber/hooks.c | 17 ++++++++++++----- mcabber/mcabber/hooks.h | 2 +- mcabber/mcabber/screen.c | 18 ++++++++++++++---- mcabber/mcabber/xmpp.c | 2 +- mcabber/mcabberrc.example | 5 +++++ 7 files changed, 35 insertions(+), 12 deletions(-)
Sun, 04 Oct 2015 19:07:17 +0200 PGP: Decrypt our own encrypted messages when Carbons are enabled
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2015 19:07:17 +0200] rev 2189
PGP: Decrypt our own encrypted messages when Carbons are enabled
Sun, 04 Oct 2015 19:04:43 +0200 PGP: Encrypt messages with our own PGP key when carbons are enabled
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2015 19:04:43 +0200] rev 2188
PGP: Encrypt messages with our own PGP key when carbons are enabled
Sun, 04 Oct 2015 19:04:04 +0200 PGP: Change gpg_encrypt() so that several encryption keys can be used
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2015 19:04:04 +0200] rev 2187
PGP: Change gpg_encrypt() so that several encryption keys can be used
Thu, 01 Oct 2015 23:03:06 +0200 Cosmetics/coding style
Mikael Berthe <mikael@lilotux.net> [Thu, 01 Oct 2015 23:03:06 +0200] rev 2186
Cosmetics/coding style
Thu, 01 Oct 2015 22:44:29 +0200 Do not crash when using say_to . on a special buffer item
Mikael Berthe <mikael@lilotux.net> [Thu, 01 Oct 2015 22:44:29 +0200] rev 2185
Do not crash when using say_to . on a special buffer item This should fix issue #140.
Tue, 22 Sep 2015 21:36:45 +0200 Fix indent in previous patch
Mikael Berthe <mikael@lilotux.net> [Tue, 22 Sep 2015 21:36:45 +0200] rev 2184
Fix indent in previous patch
Tue, 22 Sep 2015 21:30:00 +0200 Fix external password support (esp. on OS X)
Mikael Berthe <mikael@lilotux.net> [Tue, 22 Sep 2015 21:30:00 +0200] rev 2183
Fix external password support (esp. on OS X) pclose() can return -1 and set errno to ECHILD if the process has already terminated. Thanks to languitar for the report and troubleshooting.
Sat, 05 Sep 2015 18:28:12 +0200 Fix reading of history log files w/o LF character (Sam Whited)
Mikael Berthe <mikael@lilotux.net> [Sat, 05 Sep 2015 18:28:12 +0200] rev 2182
Fix reading of history log files w/o LF character (Sam Whited)
Thu, 23 Jul 2015 22:12:38 +0200 Remove unused code
Holger Weiß <holger@zedat.fu-berlin.de> [Thu, 23 Jul 2015 22:12:38 +0200] rev 2181
Remove unused code
Sun, 26 Jul 2015 15:30:25 +0200 ChangeLog: Cosmetics
Mikael Berthe <mikael@lilotux.net> [Sun, 26 Jul 2015 15:30:25 +0200] rev 2180
ChangeLog: Cosmetics
Sun, 28 Jun 2015 22:56:56 +0200 Post-1.0.0 changes
Mikael Berthe <mikael@lilotux.net> [Sun, 28 Jun 2015 22:56:56 +0200] rev 2179
Post-1.0.0 changes
Sun, 28 Jun 2015 22:40:10 +0200 Added signature for changeset ef35d7458223
Mikael Berthe <mikael@lilotux.net> [Sun, 28 Jun 2015 22:40:10 +0200] rev 2178
Added signature for changeset ef35d7458223
Sun, 28 Jun 2015 22:38:38 +0200 Added tag 1.0.0 for changeset ef35d7458223
Mikael Berthe <mikael@lilotux.net> [Sun, 28 Jun 2015 22:38:38 +0200] rev 2177
Added tag 1.0.0 for changeset ef35d7458223
Sun, 28 Jun 2015 22:30:26 +0200 Update configure.ac for 1.0.0 release 1.0.0
Mikael Berthe <mikael@lilotux.net> [Sun, 28 Jun 2015 22:30:26 +0200] rev 2176
Update configure.ac for 1.0.0 release
Sun, 28 Jun 2015 17:11:24 +0200 Ready for release 1.0.0
Mikael Berthe <mikael@lilotux.net> [Sun, 28 Jun 2015 17:11:24 +0200] rev 2175
Ready for release 1.0.0
Sun, 28 Jun 2015 16:59:20 +0200 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Sun, 28 Jun 2015 16:59:20 +0200] rev 2174
Update ChangeLog
Sun, 28 Jun 2015 15:39:24 +0200 Tweak the previous change...
Mikael Berthe <mikael@lilotux.net> [Sun, 28 Jun 2015 15:39:24 +0200] rev 2173
Tweak the previous change...
Sun, 28 Jun 2015 12:58:10 +0200 Add support for using external password managers
Christian Burkert <post@cburkert.de> [Sun, 28 Jun 2015 12:58:10 +0200] rev 2172
Add support for using external password managers I wrote the attached patch to enable to usage of password stores like pass with mcabber to avoid putting plain passwords into the config file.
Sun, 15 Feb 2015 17:07:05 +0100 Spell checking: Fix wrong highlighting when no language can be used
Mikael Berthe <mikael@lilotux.net> [Sun, 15 Feb 2015 17:07:05 +0100] rev 2171
Spell checking: Fix wrong highlighting when no language can be used With the previous changeset, mcabber will try to spell check even if no language dictionnary was successfully loaded. This patch also displays a warning when a language cannot be loaded.
Sun, 15 Feb 2015 16:23:30 +0100 Multilanguage spell checking
Dmitry Potapov <potapov.d@gmail.com> [Sun, 15 Feb 2015 16:23:30 +0100] rev 2170
Multilanguage spell checking
Sun, 15 Feb 2015 12:12:22 +0100 Get read of bashism in contrib/events/eventcmd.pastebin
Mikael Berthe <mikael@lilotux.net> [Sun, 15 Feb 2015 12:12:22 +0100] rev 2169
Get read of bashism in contrib/events/eventcmd.pastebin thanks to Raphael Geissert, see Debian BTS issue ##772307.
Thu, 11 Dec 2014 20:19:37 +0100 Handle fractional seconds with more (or less) than 3 digits in timestamps
Mikael Berthe <mikael@lilotux.net> [Thu, 11 Dec 2014 20:19:37 +0100] rev 2168
Handle fractional seconds with more (or less) than 3 digits in timestamps According to XEP-0082, the "fractional second addendum to Time MAY contain any number of digits". Reported by Holger.
Fri, 17 Oct 2014 22:42:07 +0200 Use a #define for the xep-297 protocol namespace
franky [Fri, 17 Oct 2014 22:42:07 +0200] rev 2167
Use a #define for the xep-297 protocol namespace
Fri, 17 Oct 2014 22:39:05 +0200 Simplify handle_state_events()
franky [Fri, 17 Oct 2014 22:39:05 +0200] rev 2166
Simplify handle_state_events()
Fri, 17 Oct 2014 22:33:19 +0200 Remove support for obsolete XEP 22
franky [Fri, 17 Oct 2014 22:33:19 +0200] rev 2165
Remove support for obsolete XEP 22
Fri, 17 Oct 2014 22:31:03 +0200 Simplify handling of command '/quit'
franky [Fri, 17 Oct 2014 22:31:03 +0200] rev 2164
Simplify handling of command '/quit'
Fri, 17 Oct 2014 22:15:46 +0200 Fix a typo in the german translation (chu)
franky [Fri, 17 Oct 2014 22:15:46 +0200] rev 2163
Fix a typo in the german translation (chu)
Sun, 26 Oct 2014 12:56:56 +0100 When show_status_in_buffer is set, display the resource name in the buffer
Mikael Berthe <mikael@lilotux.net> [Sun, 26 Oct 2014 12:56:56 +0100] rev 2162
When show_status_in_buffer is set, display the resource name in the buffer
Sun, 26 Oct 2014 12:48:50 +0100 Do not skip Carbons of encrypted messages
Mikael Berthe <mikael@lilotux.net> [Sun, 26 Oct 2014 12:48:50 +0100] rev 2161
Do not skip Carbons of encrypted messages Since we don't know we were not the intended recipient of the encrypted message, try to read encrypted messages even if we are not the primary recipient.
Sun, 05 Oct 2014 11:30:35 +0200 Add /roster next_open_buffer
Mikael Berthe <mikael@lilotux.net> [Sun, 05 Oct 2014 11:30:35 +0200] rev 2160
Add /roster next_open_buffer Not documented yet. This command only applies to non-hidden entries; hidden buffers are ignored.
Sat, 04 Oct 2014 21:45:27 +0200 Fix chatstates handling in Message Carbons
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Oct 2014 21:45:27 +0200] rev 2159
Fix chatstates handling in Message Carbons
Sat, 04 Oct 2014 20:46:38 +0200 Update API ChangeLog (v35)
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Oct 2014 20:46:38 +0200] rev 2158
Update API ChangeLog (v35)
Sat, 04 Oct 2014 20:45:36 +0200 Update API - hk_message_in()
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Oct 2014 20:45:36 +0200] rev 2157
Update API - hk_message_in()
Sat, 04 Oct 2014 20:38:41 +0200 Add a "carbon" parameter to the hook-{pre,post}-message-in hooks
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Oct 2014 20:38:41 +0200] rev 2156
Add a "carbon" parameter to the hook-{pre,post}-message-in hooks
Sat, 04 Oct 2014 18:49:52 +0200 Carbons: Fix check in changeset 2ce6dd6861ea
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Oct 2014 18:49:52 +0200] rev 2155
Carbons: Fix check in changeset 2ce6dd6861ea
Sat, 04 Oct 2014 18:38:15 +0200 Update API ChangeLog (v34)
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Oct 2014 18:38:15 +0200] rev 2154
Update API ChangeLog (v34)
Sat, 04 Oct 2014 18:36:18 +0200 Update API (carbons_enabled())
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Oct 2014 18:36:18 +0200] rev 2153
Update API (carbons_enabled())
Sat, 04 Oct 2014 18:31:46 +0200 Use the Carbons <private/> element for outgoing encrypted messages
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Oct 2014 18:31:46 +0200] rev 2152
Use the Carbons <private/> element for outgoing encrypted messages
Sat, 04 Oct 2014 18:31:41 +0200 Improve Message Carbons support
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Oct 2014 18:31:41 +0200] rev 2151
Improve Message Carbons support * Do not process Carbons with empty body * Add a few checks * Use the regular message handling functions, so that logging and hooks work as expected
Sun, 17 Aug 2014 17:47:59 +0200 Get rid of the libgcrypt explicit dependency
Mikael Berthe <mikael@lilotux.net> [Sun, 17 Aug 2014 17:47:59 +0200] rev 2150
Get rid of the libgcrypt explicit dependency Libotr depends on libgcrypt, but mcabber itself does not, so we don't have to check for it in the configure script. (Reported by Ryan Schmidt.)
Sun, 06 Jul 2014 16:09:27 +0200 Try to display the GLib warnings in the log window
Mikael Berthe <mikael@lilotux.net> [Sun, 06 Jul 2014 16:09:27 +0200] rev 2149
Try to display the GLib warnings in the log window
Sun, 06 Jul 2014 15:48:27 +0200 Add the 'carbons' option to mcabberrc.example
Mikael Berthe <mikael@lilotux.net> [Sun, 06 Jul 2014 15:48:27 +0200] rev 2148
Add the 'carbons' option to mcabberrc.example
Sun, 06 Jul 2014 15:36:56 +0200 Update API ChangeLog (v31-v33)
Mikael Berthe <mikael@lilotux.net> [Sun, 06 Jul 2014 15:36:56 +0200] rev 2147
Update API ChangeLog (v31-v33)
Sun, 06 Jul 2014 14:55:28 +0200 Update API (readline_do_completion(), iline compl_do_fwd...)
Mikael Berthe <mikael@lilotux.net> [Sun, 06 Jul 2014 14:55:28 +0200] rev 2146
Update API (readline_do_completion(), iline compl_do_fwd...)
Sun, 06 Jul 2014 14:51:31 +0200 Update help files for iline compl_fwd/compl_bwd
Mikael Berthe <mikael@lilotux.net> [Sun, 06 Jul 2014 14:51:31 +0200] rev 2145
Update help files for iline compl_fwd/compl_bwd
Sun, 06 Jul 2014 14:51:29 +0200 Rename iline compl_do to compl_do_fwd
Mikael Berthe <mikael@lilotux.net> [Sun, 06 Jul 2014 14:51:29 +0200] rev 2144
Rename iline compl_do to compl_do_fwd
Sun, 06 Jul 2014 14:51:17 +0200 Add a backward completion (Oleg)
Mikael Berthe <mikael@lilotux.net> [Sun, 06 Jul 2014 14:51:17 +0200] rev 2143
Add a backward completion (Oleg) When we skip some needed item with tab, we can back with shift+tab.
Sun, 06 Jul 2014 14:51:14 +0200 Update API (hook hook-mdr-received)
Mikael Berthe <mikael@lilotux.net> [Sun, 06 Jul 2014 14:51:14 +0200] rev 2142
Update API (hook hook-mdr-received)
(0) -1000 -300 -100 -60 +60 +100 tip