log mcabber/src/settings.c @ 1070:9eaacc0ad3a2

age author description
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