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).
Sun, 11 Nov 2007 11:29:16 +0100 Fix an UTF-8 problem in new hook_execute_internal() function
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 11:29:16 +0100] rev 1357
Fix an UTF-8 problem in new hook_execute_internal() function There could be a double UTF-8 encoding, if the user has a non-utf8 locale. BTW improve bindcommand() -- unnecessary string duplication.
Sat, 10 Nov 2007 23:23:44 +0100 Warn if the user renames a local item
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 23:23:44 +0100] rev 1356
Warn if the user renames a local item (If a local item is renamed, it is implicitly created on the server.)
Sat, 10 Nov 2007 23:15:16 +0100 Add on_server flag
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 23:15:16 +0100] rev 1355
Add on_server flag Add a flag to the roster data, TRUE if the roster item is known by the server. The command /info displays a message if the item is local.
Sat, 10 Nov 2007 23:15:05 +0100 Add pre-disconnect internal hook
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 23:15:05 +0100] rev 1354
Add pre-disconnect internal hook
Sat, 10 Nov 2007 23:06:28 +0100 Add post-connect internal hook
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 23:06:28 +0100] rev 1353
Add post-connect internal hook
Sat, 10 Nov 2007 22:29:31 +0100 Add internal hooks support
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 22:29:31 +0100] rev 1352
Add internal hooks support
Sat, 10 Nov 2007 22:28:16 +0100 The group name can be specified in the /group command
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 22:28:16 +0100] rev 1351
The group name can be specified in the /group command
Sat, 10 Nov 2007 22:14:57 +0100 Add /roster item_toggle_lock (suggested by Wolfram S.)
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 22:14:57 +0100] rev 1350
Add /roster item_toggle_lock (suggested by Wolfram S.)
Fri, 09 Nov 2007 23:42:41 +0100 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Fri, 09 Nov 2007 23:42:41 +0100] rev 1349
Update ChangeLog
Fri, 09 Nov 2007 23:33:52 +0100 Add option 'roster_hide_domain'
Mikael Berthe <mikael@lilotux.net> [Fri, 09 Nov 2007 23:33:52 +0100] rev 1348
Add option 'roster_hide_domain' Add an option to only display usernames (not the full JIDs) in the roster window when no name has been specified.
Fri, 09 Nov 2007 23:14:03 +0100 Add an option 'otr' to enable OTR support in the configuration file
Mikael Berthe <mikael@lilotux.net> [Fri, 09 Nov 2007 23:14:03 +0100] rev 1347
Add an option 'otr' to enable OTR support in the configuration file
Fri, 09 Nov 2007 20:09:47 +0100 Remove useless casts
Mikael Berthe <mikael@lilotux.net> [Fri, 09 Nov 2007 20:09:47 +0100] rev 1346
Remove useless casts
Fri, 09 Nov 2007 19:32:45 +0100 Small change to buffer close
Mikael Berthe <mikael@lilotux.net> [Fri, 09 Nov 2007 19:32:45 +0100] rev 1345
Small change to buffer close Don't leave chat mode if the buffer to close isn't the current one.
Thu, 08 Nov 2007 23:46:18 +0100 Fix a potential segfault in display_server_error()
Mikael Berthe <mikael@lilotux.net> [Thu, 08 Nov 2007 23:46:18 +0100] rev 1344
Fix a potential segfault in display_server_error() Can happen with internal-server-error's for example...
Tue, 06 Nov 2007 17:12:04 +0100 Only use OTR encryption on other users
franky@veqlargh.fs [Tue, 06 Nov 2007 17:12:04 +0100] rev 1343
Only use OTR encryption on other users
Sat, 03 Nov 2007 16:52:25 +0100 History logfile: Use a special code (MI) for local MUC info messages
Mikael Berthe <mikael@lilotux.net> [Sat, 03 Nov 2007 16:52:25 +0100] rev 1342
History logfile: Use a special code (MI) for local MUC info messages (Suggested by bb)
Sat, 03 Nov 2007 15:57:39 +0100 Add "/room names --detail"
Mikael Berthe <mikael@lilotux.net> [Sat, 03 Nov 2007 15:57:39 +0100] rev 1341
Add "/room names --detail"
Sat, 03 Nov 2007 15:27:24 +0100 Fix a small memory leak
Mikael Berthe <mikael@lilotux.net> [Sat, 03 Nov 2007 15:27:24 +0100] rev 1340
Fix a small memory leak
Mon, 29 Oct 2007 21:05:04 +0100 Correct execl() prototype
Mikael Berthe <mikael@lilotux.net> [Mon, 29 Oct 2007 21:05:04 +0100] rev 1339
Correct execl() prototype
Sat, 27 Oct 2007 16:31:12 +0200 Post-0.9.4 changes
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Oct 2007 16:31:12 +0200] rev 1338
Post-0.9.4 changes
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip