Mon, 10 Dec 2007 22:15:08 +0100 Minor style change
Mikael Berthe <mikael@lilotux.net> [Mon, 10 Dec 2007 22:15:08 +0100] rev 1397
Minor style change
Mon, 10 Dec 2007 22:04:14 +0100 Automatically unlock new rooms (suggested by Michael Weiser)
Mikael Berthe <mikael@lilotux.net> [Mon, 10 Dec 2007 22:04:14 +0100] rev 1396
Automatically unlock new rooms (suggested by Michael Weiser) The user cannot configure a newly created room at the moment, so let's unlock the room automatically.
Mon, 10 Dec 2007 21:45:24 +0100 Use bookmarked nickname when manually joining a room
Mikael Berthe <mikael@lilotux.net> [Mon, 10 Dec 2007 21:45:24 +0100] rev 1395
Use bookmarked nickname when manually joining a room
Sun, 09 Dec 2007 19:26:37 +0100 Improve Cygwin support
Mikael Berthe <mikael@lilotux.net> [Sun, 09 Dec 2007 19:26:37 +0100] rev 1394
Improve Cygwin support On Cygwin, isprint() isn't enough so we consider that key codes between 161 and 255 are printable.
Sun, 09 Dec 2007 19:17:42 +0100 Do not use struct tm's tm_gmtoff if not available
Mikael Berthe <mikael@lilotux.net> [Sun, 09 Dec 2007 19:17:42 +0100] rev 1393
Do not use struct tm's tm_gmtoff if not available
Wed, 05 Dec 2007 22:17:34 +0100 Quotes should be escaped in /room nick
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Dec 2007 22:17:34 +0100] rev 1392
Quotes should be escaped in /room nick
Wed, 05 Dec 2007 22:05:41 +0100 The command /room ban can be used with a nickname
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Dec 2007 22:05:41 +0100] rev 1391
The command /room ban can be used with a nickname If the parameter doesn't look like a jid, check if it is a room member nickname.
Wed, 05 Dec 2007 19:31:07 +0100 LocaleCharSet is const
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Dec 2007 19:31:07 +0100] rev 1390
LocaleCharSet is const
Tue, 04 Dec 2007 22:47:06 +0100 Fix an old bug in roster_del_user()
Mikael Berthe <mikael@lilotux.net> [Tue, 04 Dec 2007 22:47:06 +0100] rev 1389
Fix an old bug in roster_del_user()
Tue, 04 Dec 2007 19:38:24 +0100 Fix DATA_DIR in configure.ac (patch from "undet")
Mikael Berthe <mikael@lilotux.net> [Tue, 04 Dec 2007 19:38:24 +0100] rev 1388
Fix DATA_DIR in configure.ac (patch from "undet")
Sun, 02 Dec 2007 18:10:02 +0100 Small code cleanup
Mikael Berthe <mikael@lilotux.net> [Sun, 02 Dec 2007 18:10:02 +0100] rev 1387
Small code cleanup
Sun, 02 Dec 2007 17:56:51 +0100 Add option 'escdelay'
Mikael Berthe <mikael@lilotux.net> [Sun, 02 Dec 2007 17:56:51 +0100] rev 1386
Add option 'escdelay' This option overrides the environment variable. The autoconf check for ESCDELAY was borrowed from the Midnight Commander project.
Sun, 02 Dec 2007 17:16:09 +0100 Fix typo in changeset d9606bd03144
Mikael Berthe <mikael@lilotux.net> [Sun, 02 Dec 2007 17:16:09 +0100] rev 1385
Fix typo in changeset d9606bd03144
Sun, 02 Dec 2007 17:07:10 +0100 Split function handle_presence_muc()
Mikael Berthe <mikael@lilotux.net> [Sun, 02 Dec 2007 17:07:10 +0100] rev 1384
Split function handle_presence_muc()
Sun, 02 Dec 2007 13:38:44 +0100 Small code cleanup
Mikael Berthe <mikael@lilotux.net> [Sun, 02 Dec 2007 13:38:44 +0100] rev 1383
Small code cleanup
Sun, 02 Dec 2007 13:04:57 +0100 Fix locale charset detection on some BSD systems
Mikael Berthe <mikael@lilotux.net> [Sun, 02 Dec 2007 13:04:57 +0100] rev 1382
Fix locale charset detection on some BSD systems Tested on OpenBSD 4.2 If possible, use locale_charset() in place of nl_langinfo(). This patch also reverts the minor datadir change from last changeset as it doesn't solve the problem.
Sun, 02 Dec 2007 10:36:42 +0100 Fix compilation on OpenBSD
Mikael Berthe <mikael@lilotux.net> [Sun, 02 Dec 2007 10:36:42 +0100] rev 1381
Fix compilation on OpenBSD This patch fixes compilation on some BSD systems. Thanks to "undet" for the suggestion regarding DATA_DIR.
Thu, 29 Nov 2007 22:40:56 +0100 Add missing PREFIX_NOFLAG flag...
Mikael Berthe <mikael@lilotux.net> [Thu, 29 Nov 2007 22:40:56 +0100] rev 1380
Add missing PREFIX_NOFLAG flag...
Thu, 29 Nov 2007 20:54:38 +0100 MUC: Store room settings (print_status, auto_whois) in private storage
Mikael Berthe <mikael@lilotux.net> [Thu, 29 Nov 2007 20:54:38 +0100] rev 1379
MUC: Store room settings (print_status, auto_whois) in private storage
Wed, 28 Nov 2007 22:42:48 +0100 Small code cleanup
Mikael Berthe <mikael@lilotux.net> [Wed, 28 Nov 2007 22:42:48 +0100] rev 1378
Small code cleanup
Tue, 27 Nov 2007 23:57:20 +0100 Add /room setopt {print_status,auto_whois}
Mikael Berthe <mikael@lilotux.net> [Tue, 27 Nov 2007 23:57:20 +0100] rev 1377
Add /room setopt {print_status,auto_whois} - add the command /room setopt - add option 'muc_auto_whois' The MUC settings auto_whois and print_status can be set on a per-room basis.
Fri, 23 Nov 2007 21:56:58 +0100 Check time_prefix value before using it
Mikael Berthe <mikael@lilotux.net> [Fri, 23 Nov 2007 21:56:58 +0100] rev 1376
Check time_prefix value before using it
Mon, 19 Nov 2007 22:36:40 +0100 Post-0.9.5 changes
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Nov 2007 22:36:40 +0100] rev 1375
Post-0.9.5 changes
Mon, 19 Nov 2007 22:33:30 +0100 Added signature for changeset 7b5a2b047efd72c06c6fd775c649c2edc4d08a22
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Nov 2007 22:33:30 +0100] rev 1374
Added signature for changeset 7b5a2b047efd72c06c6fd775c649c2edc4d08a22
Mon, 19 Nov 2007 22:27:06 +0100 Added tag 0.9.5 for changeset 7b5a2b047efd
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Nov 2007 22:27:06 +0100] rev 1373
Added tag 0.9.5 for changeset 7b5a2b047efd
Mon, 19 Nov 2007 22:17:58 +0100 Ready for release 0.9.5 0.9.5
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Nov 2007 22:17:58 +0100] rev 1372
Ready for release 0.9.5
Sun, 18 Nov 2007 22:37:42 +0100 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Sun, 18 Nov 2007 22:37:42 +0100] rev 1371
Update ChangeLog
Sun, 18 Nov 2007 22:08:48 +0100 Do not connect when the SSL settings can't be used (suggested by Till Maas)
Mikael Berthe <mikael@lilotux.net> [Sun, 18 Nov 2007 22:08:48 +0100] rev 1370
Do not connect when the SSL settings can't be used (suggested by Till Maas) For example, when mcabber is linked against GnuTLS it won't connect if 'ssl_verify' is not set to 0, as this is currently not supported.
Sat, 17 Nov 2007 11:35:23 +0100 Update PL help files (entragian)
Mikael Berthe <mikael@lilotux.net> [Sat, 17 Nov 2007 11:35:23 +0100] rev 1369
Update PL help files (entragian)
Wed, 14 Nov 2007 19:25:15 +0100 Don't strip quotes from a status message (Suggested by bb)
Mikael Berthe <mikael@lilotux.net> [Wed, 14 Nov 2007 19:25:15 +0100] rev 1368
Don't strip quotes from a status message (Suggested by bb)
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip