log

age author description
Tue, 27 Sep 2005 23:46:11 +0200 Mikael Berthe Show if we are inside/outside a MUC room
Tue, 27 Sep 2005 21:59:07 +0200 Mikael Berthe Do not call external command for history lines in a MUC room
Tue, 27 Sep 2005 21:58:01 +0200 Mikael Berthe Add MUC message type in sample eventcmd script
Tue, 27 Sep 2005 19:52:29 +0200 Mikael Berthe Make username optional in check_jid_syntax()
Mon, 26 Sep 2005 22:45:10 +0200 Mikael Berthe Update TODO
Mon, 26 Sep 2005 22:41:39 +0200 Mikael Berthe MUC: Disallow room names with a '/'
Mon, 26 Sep 2005 22:36:18 +0200 Mikael Berthe External command is called for MUC messages
Mon, 26 Sep 2005 22:08:48 +0200 Mikael Berthe Jabber Id syntax checks
Mon, 26 Sep 2005 00:27:56 +0200 Mikael Berthe Update TODO & ChangeLog
Mon, 26 Sep 2005 00:24:22 +0200 Mikael Berthe Update manual page
Sun, 25 Sep 2005 23:45:34 +0200 Mikael Berthe Add "/room unlock"
Sun, 25 Sep 2005 01:04:48 +0200 Mikael Berthe Add "/room remove", to remove an old chatroom from the roster
Sun, 25 Sep 2005 01:01:44 +0200 Mikael Berthe Initial Multi-User Chat support
Sun, 25 Sep 2005 00:44:11 +0200 Mikael Berthe Minor changes & cleanup
Sun, 25 Sep 2005 00:40:25 +0200 Mikael Berthe Fix command completion (2nd argument)
Sun, 25 Sep 2005 00:33:56 +0200 Mikael Berthe Add /status_to command
Thu, 22 Sep 2005 19:27:13 +0200 mikael Merge with myself
Wed, 21 Sep 2005 22:44:10 +0200 Mikael Berthe Update ChangeLog & TODO
Wed, 21 Sep 2005 22:05:43 +0200 Mikael Berthe Handle g_locale_from_utf8() failures
Tue, 20 Sep 2005 23:19:36 +0200 Mikael Berthe Update documentation (/info command)
Tue, 20 Sep 2005 21:27:21 +0200 Mikael Berthe /info can show multiple resources
Mon, 19 Sep 2005 23:32:42 +0200 Mikael Berthe Handle multiple resources for the same buddy
Fri, 16 Sep 2005 21:49:39 +0200 Mikael Berthe Update TODO
Thu, 15 Sep 2005 23:22:12 +0200 Mikael Berthe Add /rawxml command
Thu, 22 Sep 2005 19:16:12 +0200 Mikael Berthe Switch .hgignore file to new syntax
Thu, 15 Sep 2005 21:51:00 +0200 Mikael Berthe Post-0.6.8 changes
Mon, 12 Sep 2005 20:55:08 +0200 Mikael Berthe Added tag 0.6.8 for changeset 3a613e1d229b901df0324bfe0c4e5ee5b7178691
Mon, 12 Sep 2005 20:24:16 +0200 Mikael Berthe Ready for 0.6.8 release 0.6.8
Sun, 11 Sep 2005 22:08:51 +0200 Mikael Berthe Revert changeset 82064124324d22cacd25fc451c6c361ac4c4ac6b
Sun, 11 Sep 2005 22:01:57 +0200 Mikael Berthe Display error messages as specified in RFC3920 (9.3)
Sat, 10 Sep 2005 14:53:01 +0200 Mikael Berthe Enable proxy support
Sat, 10 Sep 2005 14:51:57 +0200 Mikael Berthe Check the tracelog file actually belongs to the user (if logging enabled)
Tue, 06 Sep 2005 21:49:27 +0200 Mikael Berthe Fix buffer overflow in cw_setproxy()
Mon, 05 Sep 2005 22:56:57 +0200 Mikael Berthe Better handling of server error codes/messages
Sun, 04 Sep 2005 13:51:23 +0200 Mikael Berthe roster_getstatusmsg() should return a pointer
Sun, 04 Sep 2005 11:38:37 +0200 Mikael Berthe Add contrib directory to the Debian package
Sat, 03 Sep 2005 00:20:26 +0200 Mikael Berthe Post-0.6.7 changes
Fri, 02 Sep 2005 22:34:31 +0200 Mikael Berthe Added tag 0.6.7 for changeset 569f333e51e2f700d362da83da26c4d7badc6bfe
Fri, 02 Sep 2005 22:10:14 +0200 Mikael Berthe Ready for 0.6.7 release 0.6.7
Fri, 02 Sep 2005 21:47:14 +0200 Mikael Berthe Display error code/message when receiving a message packet with "error" type
Fri, 02 Sep 2005 20:34:17 +0200 Mikael Berthe Small code review
Thu, 01 Sep 2005 23:48:46 +0200 Mikael Berthe Update ChangeLog
Thu, 01 Sep 2005 23:29:21 +0200 Mikael Berthe Sync libjabber with upstream
Thu, 01 Sep 2005 21:18:19 +0200 Mikael Berthe Allow offline status message
Tue, 30 Aug 2005 22:52:33 +0200 Mikael Berthe Display the server name/IP before asking for password
Tue, 30 Aug 2005 22:26:19 +0200 Mikael Berthe Trailing whitespace cleanup
Tue, 30 Aug 2005 21:25:16 +0200 Mikael Berthe Ignore SIGPIPE
Sun, 28 Aug 2005 21:23:05 +0200 Mikael Berthe Display full date in the log file
Sun, 28 Aug 2005 10:38:10 +0200 Mikael Berthe Still need a temporization when connecting to a server
Sat, 27 Aug 2005 22:32:31 +0200 Mikael Berthe Update ChangeLog
Sat, 27 Aug 2005 22:20:03 +0200 Mikael Berthe Fix a SIGPIPE issue when connecting to the server
Sat, 27 Aug 2005 18:59:48 +0200 Mikael Berthe Tune previous usleep() change
Sat, 27 Aug 2005 18:00:38 +0200 Mikael Berthe Display server error messages to the user
Sat, 27 Aug 2005 15:38:55 +0200 Mikael Berthe Add usleep() calls
Sat, 27 Aug 2005 12:30:46 +0200 Mikael Berthe Update sample config. file
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
Mon, 22 Aug 2005 20:33:11 +0200 Mikael Berthe Fix a typo
Mon, 22 Aug 2005 20:32:11 +0200 Mikael Berthe Kill a warning in the libjabber library
Sat, 20 Aug 2005 19:30:56 +0200 Mikael Berthe Kill a warning in the connwrap library