log mcabber/src/settings.c @ 1278:c3107650d165

age author description
Sat, 25 Aug 2007 11:06:28 +0200 Mikael Berthe Allow longer lines in config file
Tue, 21 Aug 2007 20:49:03 +0200 Mikael Berthe Add configurable roster colors (Michal 'vorner' Vaner)
Tue, 01 May 2007 18:19:12 +0200 Mikael Berthe Do not check file permissions when using /source
Sat, 28 Apr 2007 22:01:37 +0200 Mikael Berthe Update copyrights
Sat, 28 Apr 2007 12:16:45 +0200 Mikael Berthe Expand startswith()
Fri, 27 Apr 2007 00:37:57 +0200 Mikael Berthe Add /pgp [-]force
Sat, 21 Apr 2007 12:06:13 +0200 Mikael Berthe New command: /source
Fri, 20 Apr 2007 17:14:38 +0200 Mikael Berthe Fix a conflict between verbatim multiline mode and the key binding system
Tue, 06 Feb 2007 00:21:42 +0100 Mikael Berthe Add option "max_history_blocks"
Sun, 03 Dec 2006 19:29:54 +0100 Mikael Berthe Fix a few memory leaks after calls to parse_assigment()
Sun, 03 Dec 2006 11:59:42 +0100 Mikael Berthe Use a hash for settings
Sat, 02 Dec 2006 13:29:56 +0100 Mikael Berthe Allow pgp commands in config file, update sample configuration file
Sat, 02 Dec 2006 11:13:40 +0100 Mikael Berthe Extand pgp_data structure
Wed, 08 Nov 2006 22:26:27 +0100 Mikael Berthe Use existing conference bookmarks
Fri, 29 Sep 2006 20:28:20 +0200 Alexis Hildebrandt Configurable command character
Fri, 02 Jun 2006 20:39:01 +0200 Mikael Berthe Minor changes
Thu, 25 May 2006 22:39:37 +0200 Mikael Berthe Don't stop when there is no configuration file
Wed, 24 May 2006 23:30:31 +0200 Mikael Berthe Commands /alias & /bind list the key bindings and aliases
Mon, 27 Mar 2006 23:09:41 +0200 Mikael Berthe cfg_read_file(): Clarify error message
Sat, 25 Mar 2006 18:16:10 +0100 Mikael Berthe Remove useless checks before g_free() calls
Sun, 19 Mar 2006 16:00:40 +0100 Mikael Berthe Allow binding of meta keys
Sun, 12 Feb 2006 11:39:32 +0100 Mikael Berthe Update Copyright (2006)
Mon, 05 Dec 2005 00:01:16 +0100 Mikael Berthe Fix modelines
Sun, 04 Dec 2005 09:04:02 +0100 Mikael Berthe Add Vim modelines
Sat, 19 Nov 2005 16:30:49 +0100 Mikael Berthe "/status" changes
Thu, 04 Aug 2005 23:04:54 +0100 Mikael Berthe Whitespace cleanup
Tue, 26 Jul 2005 18:33:22 +0100 Mikael Berthe Improve debugging/logging
Mon, 25 Jul 2005 21:46:35 +0100 Mikael Berthe Improve logging system (traces)
Sun, 24 Jul 2005 15:13:53 +0100 Mikael Berthe Merge changeset 315 (65aa05520556)
Sun, 24 Jul 2005 14:37:27 +0100 Mikael Berthe Check directory and config file permissions
Tue, 19 Jul 2005 17:54:03 +0100 Mikael Berthe Improve configuration file reading
Mon, 18 Jul 2005 21:47:05 +0100 Mikael Berthe Values can be enclosed by quotes in assignments
Mon, 18 Jul 2005 21:27:08 +0100 Mikael Berthe Make some functions static
Sat, 09 Jul 2005 12:44:57 +0100 Mikael Berthe Allow one status message per Jabber status
Sat, 09 Jul 2005 09:50:01 +0100 Mikael Berthe Assignment lvalue (key, option name, alias...) cannnot contain spaces
Fri, 08 Jul 2005 21:47:17 +0100 Mikael Berthe Add /bind command
Wed, 06 Jul 2005 22:27:08 +0100 Mikael Berthe Fix "Cannot unset option" bug
Wed, 06 Jul 2005 22:18:05 +0100 Mikael Berthe Add "const" specifier in prototypes
Wed, 06 Jul 2005 21:28:37 +0100 Mikael Berthe Add parse_assigment() function
Tue, 05 Jul 2005 23:50:50 +0100 Mikael Berthe Rewrite the settings system