Fri, 11 Apr 2008 19:43:54 +0200 Fix UTF-8 on MirBSD (Thorsten Glaser)
Mikael Berthe <mikael@lilotux.net> [Fri, 11 Apr 2008 19:43:54 +0200] rev 1457
Fix UTF-8 on MirBSD (Thorsten Glaser)
Fri, 11 Apr 2008 19:35:07 +0200 Fix case in configure help message
Mikael Berthe <mikael@lilotux.net> [Fri, 11 Apr 2008 19:35:07 +0200] rev 1456
Fix case in configure help message
Fri, 11 Apr 2008 19:29:46 +0200 Misc. documentation updates
Mikael Berthe <mikael@lilotux.net> [Fri, 11 Apr 2008 19:29:46 +0200] rev 1455
Misc. documentation updates
Thu, 03 Apr 2008 21:20:56 +0200 Add optional SIGWINCH handler (Markus Hennecke)
Mikael Berthe <mikael@lilotux.net> [Thu, 03 Apr 2008 21:20:56 +0200] rev 1454
Add optional SIGWINCH handler (Markus Hennecke) This patch from Markus Hennecke adds a configure option to provide a SIGWINCH handler. It is useful on some systems like OpenBSD where there is no default handler for this signal.
Wed, 02 Apr 2008 22:31:23 +0200 Remove duplicate line in mcabberrc
Mikael Berthe <mikael@lilotux.net> [Wed, 02 Apr 2008 22:31:23 +0200] rev 1453
Remove duplicate line in mcabberrc
Wed, 02 Apr 2008 22:26:44 +0200 Fix escaping bug in strip_arg_special_chars()
Mikael Berthe <mikael@lilotux.net> [Wed, 02 Apr 2008 22:26:44 +0200] rev 1452
Fix escaping bug in strip_arg_special_chars() Hopefully fix the escape bug reported by bb...
Wed, 02 Apr 2008 21:25:51 +0200 Update FAQ link
Mikael Berthe <mikael@lilotux.net> [Wed, 02 Apr 2008 21:25:51 +0200] rev 1451
Update FAQ link
Wed, 02 Apr 2008 21:17:19 +0200 Add option 'log_display_presence'
Mikael Berthe <mikael@lilotux.net> [Wed, 02 Apr 2008 21:17:19 +0200] rev 1450
Add option 'log_display_presence' By default status changes are not displayed anymore.
Thu, 27 Mar 2008 23:40:39 +0100 Fix a bug introduced in changeset ba706e97d6ec
Mikael Berthe <mikael@lilotux.net> [Thu, 27 Mar 2008 23:40:39 +0100] rev 1449
Fix a bug introduced in changeset ba706e97d6ec I mismerged bebebe's patch.
Thu, 27 Mar 2008 23:27:19 +0100 Remove configure option --enable-fifo
Mikael Berthe <mikael@lilotux.net> [Thu, 27 Mar 2008 23:27:19 +0100] rev 1448
Remove configure option --enable-fifo
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.
Mon, 25 Feb 2008 20:27:56 +0100 Add option 'statefile' to keep track of unread messages across restarts
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Feb 2008 20:27:56 +0100] rev 1437
Add option 'statefile' to keep track of unread messages across restarts (Suggested by micressor)
Sun, 24 Feb 2008 17:46:13 +0100 Improve reading of history files
Mikael Berthe <mikael@lilotux.net> [Sun, 24 Feb 2008 17:46:13 +0100] rev 1436
Improve reading of history files Handle larger messages in history log files.
Sun, 24 Feb 2008 13:41:36 +0100 Do not send a groupchat-style message when changing a MUC room topic
Mikael Berthe <mikael@lilotux.net> [Sun, 24 Feb 2008 13:41:36 +0100] rev 1435
Do not send a groupchat-style message when changing a MUC room topic Esp. bad when the permission is denied... (Reported by bb)
Sat, 23 Feb 2008 12:00:56 +0100 Expand filename in /say_to -f
Mikael Berthe <mikael@lilotux.net> [Sat, 23 Feb 2008 12:00:56 +0100] rev 1434
Expand filename in /say_to -f
Sat, 23 Feb 2008 11:49:34 +0100 Allow the special JID "." in command say_to
Mikael Berthe <mikael@lilotux.net> [Sat, 23 Feb 2008 11:49:34 +0100] rev 1433
Allow the special JID "." in command say_to
Sat, 23 Feb 2008 11:42:07 +0100 Add an option "-f" (file) to /say_to
Mikael Berthe <mikael@lilotux.net> [Sat, 23 Feb 2008 11:42:07 +0100] rev 1432
Add an option "-f" (file) to /say_to
Fri, 22 Feb 2008 13:27:51 +0100 Let /del remove a MUC entry from the roster
Mikael Berthe <mikael@lilotux.net> [Fri, 22 Feb 2008 13:27:51 +0100] rev 1431
Let /del remove a MUC entry from the roster (Only users and agents were allowed.) Reported by didier69.
Wed, 20 Feb 2008 21:26:54 +0100 Add an option "-q" (quiet) to /say_to
Mikael Berthe <mikael@lilotux.net> [Wed, 20 Feb 2008 21:26:54 +0100] rev 1430
Add an option "-q" (quiet) to /say_to New prototype: /SAY_TO [-q] jid message Useful for non-interactive commands (FIFO, external sourced files...)
Wed, 20 Feb 2008 07:49:11 +0100 No need to explicitly reset auto-away for directed presence messages
Mikael Berthe <mikael@lilotux.net> [Wed, 20 Feb 2008 07:49:11 +0100] rev 1429
No need to explicitly reset auto-away for directed presence messages
Tue, 19 Feb 2008 22:56:18 +0100 Reset auto-away before changing the status
Mikael Berthe <mikael@lilotux.net> [Tue, 19 Feb 2008 22:56:18 +0100] rev 1428
Reset auto-away before changing the status Without this check some strange things can happen when the status is modified by a FIFO or a remote command, because the previous status & message will be restored.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip