Fri, 21 Mar 2008 19:49:27 +0100 Add option 'eventcmd_use_nickname'
Mikael Berthe <mikael@lilotux.net> [Fri, 21 Mar 2008 19:49:27 +0100] rev 1447
Add option 'eventcmd_use_nickname' This is based on a patch from "bebebe". When this option is set, a nickname is passed to the event script in place of the JID.
Fri, 21 Mar 2008 19:27:52 +0100 Add option 'ignore_self_presence'
Mikael Berthe <mikael@lilotux.net> [Fri, 21 Mar 2008 19:27:52 +0100] rev 1446
Add option 'ignore_self_presence' According to rfc3921bis, the server must broadcast initial presence to all of the user's available resources. Which means with compliant servers the users will see their own resource. When 'ignore_self_presence' is set, the self-presence messages are filtered out.
Mon, 17 Mar 2008 10:51:23 +0100 Fix false error with GnuTLS
Mikael Berthe <mikael@lilotux.net> [Mon, 17 Mar 2008 10:51:23 +0100] rev 1445
Fix false error with GnuTLS ssl_verify doesn't have to be checked when ssl isn't set!
Sun, 02 Mar 2008 11:14:42 +0100 New external "UNREAD" event (suggested by Viacheslav Chumushuk)
Mikael Berthe <mikael@lilotux.net> [Sun, 02 Mar 2008 11:14:42 +0100] rev 1444
New external "UNREAD" event (suggested by Viacheslav Chumushuk) Thanks to Viacheslav for the suggestion and sample patch.
Fri, 29 Feb 2008 14:55:55 +0100 Forbid NUL characters when using /say_to -f
Mikael Berthe <mikael@lilotux.net> [Fri, 29 Feb 2008 14:55:55 +0100] rev 1443
Forbid NUL characters when using /say_to -f (Reported by Myhailo Danylenko)
Fri, 29 Feb 2008 13:02:04 +0100 Check file content when using /say_to -f
Mikael Berthe <mikael@lilotux.net> [Fri, 29 Feb 2008 13:02:04 +0100] rev 1442
Check file content when using /say_to -f A binary file could break the connection (Reported by Myhailo Danylenko).
Thu, 28 Feb 2008 22:11:01 +0100 mcabberrc: do not set a default resource
Mikael Berthe <mikael@lilotux.net> [Thu, 28 Feb 2008 22:11:01 +0100] rev 1441
mcabberrc: do not set a default resource
Tue, 26 Feb 2008 22:36:40 +0100 Remove safe_usleep() -- unused now
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Feb 2008 22:36:40 +0100] rev 1440
Remove safe_usleep() -- unused now
Tue, 26 Feb 2008 22:28:16 +0100 Wake up less often when not connected to the server
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Feb 2008 22:28:16 +0100] rev 1439
Wake up less often when not connected to the server When mcabber isn't connected to a server, it sleeps for very short periods, which isn't very efficient. This patch removes the safe_usleep() calls. Problem reported by Peter Somogyi.
Mon, 25 Feb 2008 21:39:07 +0100 g_hash_table_get_keys() is only in glib >= 2.14
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Feb 2008 21:39:07 +0100] rev 1438
g_hash_table_get_keys() is only in glib >= 2.14 This patch replaces g_hash_table_get_keys() with a foreach loop.
(0) -1000 -300 -100 -10 +10 +100 +300 tip