log mcabber/src/main.c @ 1299:3b338a5c01fc

age author description
Thu, 30 Aug 2007 00:52:51 +0200 Frank Zschockelt OTR support
Wed, 27 Jun 2007 22:13:10 +0200 Mikael Berthe Change command line option -v to -V
Tue, 26 Jun 2007 20:35:02 +0200 Mikael Berthe Add command line option -v
Tue, 26 Jun 2007 19:16:15 +0200 Mikael Berthe Don't start when command line options are wrong
Fri, 22 Jun 2007 19:18:44 +0200 Mikael Berthe Add gnutls suppport
Sat, 16 Jun 2007 19:41:09 +0200 Mikael Berthe Cosmetics
Sat, 16 Jun 2007 12:30:43 +0200 Mikael Berthe Re-enable gpg-agent (revert 591d8b35c881)
Thu, 17 May 2007 10:55:49 +0200 Mikael Berthe Disable gpg-agent
Thu, 17 May 2007 10:44:01 +0200 Mikael Berthe Fix a problem with the ssl_ca{file,path} variables expansion
Sat, 28 Apr 2007 22:01:37 +0200 Mikael Berthe Update copyrights
Sat, 21 Apr 2007 12:06:13 +0200 Mikael Berthe New command: /source
Wed, 04 Apr 2007 23:23:37 +0200 entragian Add aspell support
Wed, 04 Apr 2007 22:03:49 +0200 Mikael Berthe Move init_bindings() to screen.c, with a few updates
Tue, 03 Apr 2007 20:30:34 +0200 Mikael Berthe Add init_bindings() for default key bindings (Lego12239)
Sun, 18 Feb 2007 11:03:49 +0100 Mikael Berthe Allow '~' (HOME directory) in config options
Sat, 13 Jan 2007 14:29:41 +0100 misc Fix memory leak
Sat, 02 Dec 2006 11:13:40 +0100 Mikael Berthe Extand pgp_data structure
Thu, 30 Nov 2006 19:51:09 +0100 Mikael Berthe Code cleanup
Mon, 27 Nov 2006 20:55:33 +0100 Mikael Berthe Cleanup/cosmetics
Sun, 26 Nov 2006 10:42:25 +0100 Mikael Berthe Initial PGP support (decrypt)
Wed, 01 Nov 2006 21:36:50 +0100 Mikael Berthe Add option 'disable_chatstates'
Sun, 17 Sep 2006 14:35:25 +0200 Mikael Berthe mcabber_disconnect() -> static mcabber_terminate()
Sun, 17 Sep 2006 14:32:27 +0200 Mikael Berthe Display mcabber version in the status window
Sat, 02 Sep 2006 14:54:12 +0200 Mikael Berthe Use current ssl_verify value in /connect
Fri, 14 Jul 2006 19:32:23 +0200 Mikael Berthe Fix an autoaway problem
Tue, 11 Jul 2006 22:50:48 +0200 Mikael Berthe Get rid of "busy-waiting" (Christof Meerwald)
Sat, 08 Jul 2006 23:32:49 +0200 Jefferson Ogata SSL server certificate verification
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
Sun, 14 May 2006 00:06:06 +0200 Mikael Berthe Display username before asking for password
Mon, 08 May 2006 23:47:26 +0200 Mikael Berthe Add startup log messages to the status buffer
Mon, 08 May 2006 23:45:58 +0200 Mikael Berthe Introduce special buffer stuff
Sat, 15 Apr 2006 12:14:48 +0200 Mikael Berthe Warn when ssl is request but not compiled in
Mon, 10 Apr 2006 23:21:47 +0200 Soren Andersen Define WAIT_ANY if needed.
Thu, 06 Apr 2006 22:36:46 +0200 Mikael Berthe Correctly restore term settings when interrupting the password query
Sun, 02 Apr 2006 22:45:05 +0200 Mikael Berthe Display hgcset (if defined) at startup
Mon, 27 Mar 2006 23:42:31 +0200 Mikael Berthe Add --enable-hgcset to configure script
Mon, 27 Mar 2006 22:09:30 +0200 Mikael Berthe Initialize locale charset earlier
Sun, 26 Mar 2006 23:30:21 +0200 Mikael Berthe "/version" shows Mercurial changeset (if there's one)
Sat, 25 Mar 2006 18:16:10 +0100 Mikael Berthe Remove useless checks before g_free() calls
Sat, 25 Mar 2006 18:10:36 +0100 Mikael Berthe Store most data in UTF-8 internally
Sun, 19 Mar 2006 12:41:46 +0100 Mikael Berthe Handle some keyboard escape sequences
Sun, 12 Feb 2006 11:39:32 +0100 Mikael Berthe Update Copyright (2006)
Thu, 26 Jan 2006 23:14:17 +0100 Mikael Berthe New "eventcmd_checkstatus" option
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, 26 Nov 2005 11:41:53 +0100 Mikael Berthe Use PACKAGE_VERSION instead of VERSION
Tue, 22 Nov 2005 23:36:12 +0100 Mikael Berthe Allow changing priority on the fly
Mon, 14 Nov 2005 18:34:57 +0100 Mikael Berthe Update Log_Win_Height when refreshing the screen
Wed, 05 Oct 2005 19:30:35 +0200 Mikael Berthe Use fgets() instead of getline()
Sat, 10 Sep 2005 14:53:01 +0200 Mikael Berthe Enable proxy support
Tue, 30 Aug 2005 22:52:33 +0200 Mikael Berthe Display the server name/IP before asking for password
Tue, 30 Aug 2005 21:25:16 +0200 Mikael Berthe Ignore SIGPIPE
Sat, 27 Aug 2005 12:22:17 +0200 Mikael Berthe Drop harddefines.h
Sat, 27 Aug 2005 11:21:27 +0200 Mikael Berthe Allow a different server name than the jid domain name
Thu, 04 Aug 2005 23:04:54 +0100 Mikael Berthe Whitespace cleanup
Sat, 30 Jul 2005 10:36:46 +0100 Mikael Berthe Ncurses changes + Ctrl-C does not send a signal anylore
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)
Sat, 23 Jul 2005 11:39:39 +0100 Mikael Berthe Better messages for server connection states
Tue, 19 Jul 2005 17:54:03 +0100 Mikael Berthe Improve configuration file reading
Mon, 18 Jul 2005 21:27:08 +0100 Mikael Berthe Make some functions static
Mon, 18 Jul 2005 20:02:38 +0100 Mikael Berthe New config. file parsing
Fri, 15 Jul 2005 22:08:53 +0100 Mikael Berthe Implement auto-away mode
Fri, 15 Jul 2005 10:56:15 +0100 Mikael Berthe First Ctrl-C now also leaves multi-line message mode
Thu, 14 Jul 2005 23:24:22 +0100 Mikael Berthe Merge Ctrl-C stuff
Thu, 14 Jul 2005 23:17:21 +0100 Mikael Berthe Ctrl-C does not terminate mcabber
Tue, 12 Jul 2005 17:19:42 +0100 Mikael Berthe Add headers to C files
Tue, 12 Jul 2005 17:10:41 +0100 Mikael Berthe Fix interactive password prompt
Sun, 10 Jul 2005 22:36:55 +0100 Mikael Berthe Merge heads
Sun, 10 Jul 2005 15:38:45 +0100 Mikael Berthe Add /connect and /disconnect commands
Wed, 06 Jul 2005 22:18:05 +0100 Mikael Berthe Add "const" specifier in prototypes
Tue, 05 Jul 2005 23:50:50 +0100 Mikael Berthe Rewrite the settings system
Sun, 03 Jul 2005 20:54:45 +0100 mikael Add resource priority option
Wed, 11 May 2005 06:27:17 +0000 mikael [/trunk] Changeset 229 by mikael
Fri, 06 May 2005 09:58:44 +0000 mikael [/trunk] Changeset 200 by mikael
Thu, 05 May 2005 08:53:49 +0000 mikael [/trunk] Changeset 189 by mikael
Wed, 04 May 2005 19:42:25 +0000 mikael [/trunk] Changeset 182 by mikael
Wed, 04 May 2005 19:33:03 +0000 mikael [/trunk] Changeset 181 by mikael
Wed, 04 May 2005 09:07:49 +0000 mikael [/trunk] Changeset 177 by mikael
Mon, 02 May 2005 14:18:55 +0000 mikael [/trunk] Changeset 175 by mikael
Mon, 02 May 2005 12:07:46 +0000 mikael [/trunk] Changeset 172 by mikael
Sun, 01 May 2005 14:49:51 +0000 mikael [/trunk] Changeset 168 by mikael
Sun, 01 May 2005 04:05:40 +0000 mikael [/trunk] Changeset 164 by mikael
Sun, 01 May 2005 03:14:19 +0000 mikael [/trunk] Changeset 163 by mikael
Sat, 30 Apr 2005 23:06:42 +0000 mikael [/trunk] Changeset 161 by mikael
Thu, 28 Apr 2005 18:47:43 +0000 mikael [/trunk] Changeset 150 by mikael
Thu, 28 Apr 2005 17:56:58 +0000 mikael [/trunk] Changeset 148 by mikael
Mon, 25 Apr 2005 20:56:23 +0000 mikael [/trunk] Changeset 133 by mikael
Sun, 24 Apr 2005 20:24:18 +0000 mikael [/trunk] Changeset 127 by mikael
Sun, 24 Apr 2005 17:38:48 +0000 mikael [/trunk] Changeset 126 by mikael
Thu, 21 Apr 2005 19:06:27 +0000 mikael [/trunk] Changeset 116 by mikael
Wed, 20 Apr 2005 19:10:28 +0000 mikael [/trunk] Changeset 110 by mikael
Mon, 18 Apr 2005 03:23:17 +0000 mikael [/trunk] Changeset 102 by mikael
Mon, 18 Apr 2005 03:19:48 +0000 mikael [/trunk] Changeset 101 by mikael
Sat, 16 Apr 2005 22:28:55 +0000 mikael [/trunk] Changeset 95 by mikael
Sat, 16 Apr 2005 18:24:01 +0000 mikael [/trunk] Changeset 91 by mikael
Tue, 12 Apr 2005 16:17:31 +0000 mikael [/trunk] Changeset 84 by mikael
Wed, 06 Apr 2005 12:24:36 +0000 mikael [/trunk] Changeset 69 by mikael
Mon, 04 Apr 2005 19:31:10 +0000 mikael [/trunk] Changeset 52 by mikael
Mon, 04 Apr 2005 19:13:58 +0000 mikael [/trunk] Changeset 51 by mikael
Mon, 04 Apr 2005 08:11:50 +0000 mikael [/trunk] Changeset 46 by mikael
Mon, 28 Mar 2005 20:12:48 +0000 mikael [/trunk] Changeset 45 by mikael
Mon, 28 Mar 2005 10:36:47 +0000 mikael [/trunk] Changeset 44 by mikael
Mon, 28 Mar 2005 09:18:01 +0000 mikael [/trunk] Changeset 43 by mikael
Mon, 28 Mar 2005 08:54:43 +0000 mikael [/trunk] Changeset 42 by mikael
Sun, 27 Mar 2005 20:16:02 +0000 mikael [/trunk] Changeset 40 by mikael