Sun, 25 Oct 2015 14:55:12 +0100 Make readline_refresh_screen() re-enable the keypad
Mikael Berthe <mikael@lilotux.net> [Sun, 25 Oct 2015 14:55:12 +0100] rev 2211
Make readline_refresh_screen() re-enable the keypad This is sometimes needed after a Pinentry popup. Thanks to Paul Fertser for the hint.
Fri, 23 Oct 2015 20:47:26 +0200 Add a few more checks
Mikael Berthe <mikael@lilotux.net> [Fri, 23 Oct 2015 20:47:26 +0200] rev 2210
Add a few more checks
Fri, 23 Oct 2015 19:55:08 +0200 Fix segfault when receiving a <private> Carbons message tag
Mikael Berthe <mikael@lilotux.net> [Fri, 23 Oct 2015 19:55:08 +0200] rev 2209
Fix segfault when receiving a <private> Carbons message tag
Sun, 18 Oct 2015 21:02:36 +0200 Fix changeset fec172dbacc7
Mikael Berthe <mikael@lilotux.net> [Sun, 18 Oct 2015 21:02:36 +0200] rev 2208
Fix changeset fec172dbacc7 The PGP signature key id was not reported correctly.
Sat, 17 Oct 2015 20:31:09 +0200 Minor documentation update
Mikael Berthe <mikael@lilotux.net> [Sat, 17 Oct 2015 20:31:09 +0200] rev 2207
Minor documentation update
Sat, 17 Oct 2015 20:30:54 +0200 Update API ChangeLog (v39, v40)
Mikael Berthe <mikael@lilotux.net> [Sat, 17 Oct 2015 20:30:54 +0200] rev 2206
Update API ChangeLog (v39, v40)
Sat, 17 Oct 2015 20:19:58 +0200 Do not hardcode the default logging location
Mikael Berthe <mikael@lilotux.net> [Sat, 17 Oct 2015 20:19:58 +0200] rev 2205
Do not hardcode the default logging location The current configuration directory is used as a base.
Sat, 17 Oct 2015 20:17:30 +0200 Use XDG configuration directory if a config file exists
Mikael Berthe <mikael@lilotux.net> [Sat, 17 Oct 2015 20:17:30 +0200] rev 2204
Use XDG configuration directory if a config file exists If $XDG_CONFIG_HOME (or $HOME/.config) contains a file "mcabber/mcabberrc" it is used and $XDG_CONFIG_HOME/mcabber becomes the main mcabber configuration directory. (The ~/.mcabber/mcabberrc is still checked first.)
Mon, 12 Oct 2015 17:19:19 +0200 Use more generic routines to convert fingerprints to/from hexadecimal
Mikael Berthe <mikael@lilotux.net> [Mon, 12 Oct 2015 17:19:19 +0200] rev 2203
Use more generic routines to convert fingerprints to/from hexadecimal This is a first step towards non-MD5 fingerprints; now we need Loudmouth support...
Mon, 12 Oct 2015 11:41:34 +0200 PGP: Add a trailing NULL after a message is PGP-encrypted
Mikael Berthe <mikael@lilotux.net> [Mon, 12 Oct 2015 11:41:34 +0200] rev 2202
PGP: Add a trailing NULL after a message is PGP-encrypted This patch fixes another issue reported in #134.
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)
(0) -1000 -300 -100 -50 -30 +30 +50 +100 tip