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)
Wed, 14 Nov 2007 00:34:22 +0100 Fix up split_arg()
Mikael Berthe <mikael@lilotux.net> [Wed, 14 Nov 2007 00:34:22 +0100] rev 1367
Fix up split_arg() Fix a small quoting issue.
Mon, 12 Nov 2007 22:43:08 +0100 Fix a race in roster_add_user()
Mikael Berthe <mikael@lilotux.net> [Mon, 12 Nov 2007 22:43:08 +0100] rev 1366
Fix a race in roster_add_user() Thanks to franky for the detailed bug report.
Mon, 12 Nov 2007 19:27:55 +0100 Small code cleanup
Mikael Berthe <mikael@lilotux.net> [Mon, 12 Nov 2007 19:27:55 +0100] rev 1365
Small code cleanup
Sun, 11 Nov 2007 23:13:35 +0100 Allow dynamic HBB sizes
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 23:13:35 +0100] rev 1364
Allow dynamic HBB sizes
Sun, 11 Nov 2007 18:49:43 +0100 Warn if a MUC room without bookmark is renamed
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 18:49:43 +0100] rev 1363
Warn if a MUC room without bookmark is renamed
Sun, 11 Nov 2007 16:07:32 +0100 Fix otrpolicy from config file (franky)
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 16:07:32 +0100] rev 1362
Fix otrpolicy from config file (franky) /otrpolicy could not be used from conf. file since I (Mikael) introduced the 'otr' option...
Sun, 11 Nov 2007 14:36:48 +0100 Update some copyrights
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 14:36:48 +0100] rev 1361
Update some copyrights
Sun, 11 Nov 2007 14:21:24 +0100 Improve command /group
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 14:21:24 +0100] rev 1360
Improve command /group - Do not enter chat mode if it is disabled. - Do not jump to the top of the roster, only jump to the group item if needed.
Sun, 11 Nov 2007 13:05:57 +0100 The command /quit can be used in bindings, hooks and sourced files
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 13:05:57 +0100] rev 1359
The command /quit can be used in bindings, hooks and sourced files (It used to work in bindings only)
Sun, 11 Nov 2007 12:22:41 +0100 Extend command /source
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 12:22:41 +0100] rev 1358
Extend command /source Now a "sourced" file can contain any mcabber command once mcabber is running (i.e. if not at startup time).
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip