Tue, 19 Jun 2007 22:32:30 +0200 Added tag 0.9.3 for changeset 6cb8edbda6d2
Mikael Berthe <mikael@lilotux.net> [Tue, 19 Jun 2007 22:32:30 +0200] rev 1250
Added tag 0.9.3 for changeset 6cb8edbda6d2
Tue, 19 Jun 2007 22:09:10 +0200 Fix hgcset.sh when Mercurial is installed but there is no repository 0.9.3
Mikael Berthe <mikael@lilotux.net> [Tue, 19 Jun 2007 22:09:10 +0200] rev 1249
Fix hgcset.sh when Mercurial is installed but there is no repository
Tue, 19 Jun 2007 21:26:58 +0200 Ready for release 0.9.3
Mikael Berthe <mikael@lilotux.net> [Tue, 19 Jun 2007 21:26:58 +0200] rev 1248
Ready for release 0.9.3
Mon, 18 Jun 2007 23:18:02 +0200 Update PL help files (entragian)
Mikael Berthe <mikael@lilotux.net> [Mon, 18 Jun 2007 23:18:02 +0200] rev 1247
Update PL help files (entragian)
Mon, 18 Jun 2007 22:08:27 +0200 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Mon, 18 Jun 2007 22:08:27 +0200] rev 1246
Update ChangeLog
Mon, 18 Jun 2007 21:35:30 +0200 Fix Aspell support on some systems
Mikael Berthe <mikael@lilotux.net> [Mon, 18 Jun 2007 21:35:30 +0200] rev 1245
Fix Aspell support on some systems iswalpha() doesn't seem to work well on some system. Fall back to isalpha() if the environment isn't UTF-8.
Mon, 18 Jun 2007 21:12:35 +0200 Make room bookark more verbose, and remove duplicate bookmarks
Mikael Berthe <mikael@lilotux.net> [Mon, 18 Jun 2007 21:12:35 +0200] rev 1244
Make room bookark more verbose, and remove duplicate bookmarks
Mon, 18 Jun 2007 19:35:39 +0200 Update PL help files (Salvador)
Mikael Berthe <mikael@lilotux.net> [Mon, 18 Jun 2007 19:35:39 +0200] rev 1243
Update PL help files (Salvador)
Mon, 18 Jun 2007 19:18:48 +0200 Update manpage
Mikael Berthe <mikael@lilotux.net> [Mon, 18 Jun 2007 19:18:48 +0200] rev 1242
Update manpage
Sat, 16 Jun 2007 19:41:09 +0200 Cosmetics
Mikael Berthe <mikael@lilotux.net> [Sat, 16 Jun 2007 19:41:09 +0200] rev 1241
Cosmetics
Sat, 16 Jun 2007 17:48:37 +0200 Fix completion of strings with multibyte chars
Mikael Berthe <mikael@lilotux.net> [Sat, 16 Jun 2007 17:48:37 +0200] rev 1240
Fix completion of strings with multibyte chars Also get rid of some strcpy() + strcat() sequences.
Sat, 16 Jun 2007 17:17:04 +0200 MUC: Nickname completion starts from any non-space character
Mikael Berthe <mikael@lilotux.net> [Sat, 16 Jun 2007 17:17:04 +0200] rev 1239
MUC: Nickname completion starts from any non-space character Thanks to bb for the suggestion.
Sat, 16 Jun 2007 12:30:43 +0200 Re-enable gpg-agent (revert 591d8b35c881)
Mikael Berthe <mikael@lilotux.net> [Sat, 16 Jun 2007 12:30:43 +0200] rev 1238
Re-enable gpg-agent (revert 591d8b35c881) Some people were actually using it... :)
Sat, 16 Jun 2007 12:28:27 +0200 Small MUC invitation improvement
Mikael Berthe <mikael@lilotux.net> [Sat, 16 Jun 2007 12:28:27 +0200] rev 1237
Small MUC invitation improvement When receiving a MUC invitation, make sure the item has the "room" type in the roster.
Sat, 16 Jun 2007 12:19:14 +0200 Fix a roster bug when receiving a MUC invitation
Mikael Berthe <mikael@lilotux.net> [Sat, 16 Jun 2007 12:19:14 +0200] rev 1236
Fix a roster bug when receiving a MUC invitation
Sat, 16 Jun 2007 11:52:27 +0200 Complete /status offline
Mikael Berthe <mikael@lilotux.net> [Sat, 16 Jun 2007 11:52:27 +0200] rev 1235
Complete /status offline
Sat, 16 Jun 2007 11:48:56 +0200 Update PL help files (Salvador)
Mikael Berthe <mikael@lilotux.net> [Sat, 16 Jun 2007 11:48:56 +0200] rev 1234
Update PL help files (Salvador)
Tue, 12 Jun 2007 22:12:24 +0200 Post-0.9.2 changes
Mikael Berthe <mikael@lilotux.net> [Tue, 12 Jun 2007 22:12:24 +0200] rev 1233
Post-0.9.2 changes
Tue, 12 Jun 2007 22:09:26 +0200 Added tag 0.9.2 for changeset e411a9def7da
Mikael Berthe <mikael@lilotux.net> [Tue, 12 Jun 2007 22:09:26 +0200] rev 1232
Added tag 0.9.2 for changeset e411a9def7da
Tue, 12 Jun 2007 21:49:37 +0200 Ready for release 0.9.2 0.9.2
Mikael Berthe <mikael@lilotux.net> [Tue, 12 Jun 2007 21:49:37 +0200] rev 1231
Ready for release 0.9.2
Fri, 08 Jun 2007 16:41:11 +0200 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Fri, 08 Jun 2007 16:41:11 +0200] rev 1230
Update ChangeLog
Fri, 08 Jun 2007 16:35:02 +0200 Fix a key binding issue on FreeBSD
Mikael Berthe <mikael@lilotux.net> [Fri, 08 Jun 2007 16:35:02 +0200] rev 1229
Fix a key binding issue on FreeBSD The problem is that on FreeBSD with wide ncurses support, isprint() returns TRUE for special key codes like Fn, KEY_PPAGE, etc. This (ugly) patch makes possible for these special keys to be bound anyway.
Sun, 20 May 2007 22:01:20 +0200 Improve MUC nickname completion
Mikael Berthe <mikael@lilotux.net> [Sun, 20 May 2007 22:01:20 +0200] rev 1228
Improve MUC nickname completion
Sat, 19 May 2007 12:18:25 +0200 Make buffer list display the number of allocated HBB blocks
Mikael Berthe <mikael@lilotux.net> [Sat, 19 May 2007 12:18:25 +0200] rev 1227
Make buffer list display the number of allocated HBB blocks
Sat, 19 May 2007 11:56:32 +0200 New (debug) subcommand, buffer list
Mikael Berthe <mikael@lilotux.net> [Sat, 19 May 2007 11:56:32 +0200] rev 1226
New (debug) subcommand, buffer list
Thu, 17 May 2007 12:00:18 +0200 Fix a bad type cast in buffer_purge()
Mikael Berthe <mikael@lilotux.net> [Thu, 17 May 2007 12:00:18 +0200] rev 1225
Fix a bad type cast in buffer_purge()
Thu, 17 May 2007 11:40:27 +0200 Fix iqscallback_auth() when authentication fails
Mikael Berthe <mikael@lilotux.net> [Thu, 17 May 2007 11:40:27 +0200] rev 1224
Fix iqscallback_auth() when authentication fails This patch fixes a bug introduced with changeset 4a7db2870685.
Thu, 17 May 2007 10:55:49 +0200 Disable gpg-agent
Mikael Berthe <mikael@lilotux.net> [Thu, 17 May 2007 10:55:49 +0200] rev 1223
Disable gpg-agent Disable gpg-agent as it doesn't seem to work very well.
Thu, 17 May 2007 10:44:01 +0200 Fix a problem with the ssl_ca{file,path} variables expansion
Mikael Berthe <mikael@lilotux.net> [Thu, 17 May 2007 10:44:01 +0200] rev 1222
Fix a problem with the ssl_ca{file,path} variables expansion
Thu, 10 May 2007 13:22:31 +0200 Fix wrong command completion order (reported by Lego12239)
Mikael Berthe <mikael@lilotux.net> [Thu, 10 May 2007 13:22:31 +0200] rev 1221
Fix wrong command completion order (reported by Lego12239)
Tue, 08 May 2007 12:05:27 +0200 Update TODO
Mikael Berthe <mikael@lilotux.net> [Tue, 08 May 2007 12:05:27 +0200] rev 1220
Update TODO
Tue, 08 May 2007 11:51:37 +0200 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Tue, 08 May 2007 11:51:37 +0200] rev 1219
Update ChangeLog
Tue, 08 May 2007 11:41:17 +0200 Simplify entity_version()
Mikael Berthe <mikael@lilotux.net> [Tue, 08 May 2007 11:41:17 +0200] rev 1218
Simplify entity_version()
Tue, 08 May 2007 11:04:32 +0200 Make the entity id a smaller string
Mikael Berthe <mikael@lilotux.net> [Tue, 08 May 2007 11:04:32 +0200] rev 1217
Make the entity id a smaller string
Tue, 08 May 2007 10:14:57 +0200 Use Mercurial changeset by default
Mikael Berthe <mikael@lilotux.net> [Tue, 08 May 2007 10:14:57 +0200] rev 1216
Use Mercurial changeset by default This is advised for entity capabilities to be more efficient.
Tue, 08 May 2007 10:00:32 +0200 Entity Capabilities support (XEP-0115)
Mikael Berthe <mikael@lilotux.net> [Tue, 08 May 2007 10:00:32 +0200] rev 1215
Entity Capabilities support (XEP-0115)
Tue, 01 May 2007 18:19:12 +0200 Do not check file permissions when using /source
Mikael Berthe <mikael@lilotux.net> [Tue, 01 May 2007 18:19:12 +0200] rev 1214
Do not check file permissions when using /source
Tue, 01 May 2007 18:16:11 +0200 Improve Private Storage detection.
Mikael Berthe <mikael@lilotux.net> [Tue, 01 May 2007 18:16:11 +0200] rev 1213
Improve Private Storage detection. MCabber now correctly detects Private Storage support when receiving an item-not-found error (which doesn't mean the server has no support for P.S., but that it's empty). I've added a return value to the callback functions. For now the return value is only used for IQ error handling.
Tue, 01 May 2007 16:33:26 +0200 Free rosternotes data when we're disconnected
Mikael Berthe <mikael@lilotux.net> [Tue, 01 May 2007 16:33:26 +0200] rev 1212
Free rosternotes data when we're disconnected
Sun, 29 Apr 2007 22:20:44 +0200 Add an autoconf check for vsnprintf() (Suggested by Till Maas)
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Apr 2007 22:20:44 +0200] rev 1211
Add an autoconf check for vsnprintf() (Suggested by Till Maas)
Sun, 29 Apr 2007 22:16:27 +0200 Use beep_on_message's value for highlighted MUC room messages
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Apr 2007 22:16:27 +0200] rev 1210
Use beep_on_message's value for highlighted MUC room messages If 'beep_on_message' is set, mcabber will ring the bell when receiving a private message and for highlighted messages in a MUC room.
Sun, 29 Apr 2007 11:53:33 +0200 Aspell: is_alpha() isn't needed
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Apr 2007 11:53:33 +0200] rev 1209
Aspell: is_alpha() isn't needed
Sun, 29 Apr 2007 11:19:56 +0200 Add default binding for F1 (265) to /help
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Apr 2007 11:19:56 +0200] rev 1208
Add default binding for F1 (265) to /help
Sun, 29 Apr 2007 11:07:36 +0200 MUC: improve nickname detection and add option 'muc_disable_nick_hl'
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Apr 2007 11:07:36 +0200] rev 1207
MUC: improve nickname detection and add option 'muc_disable_nick_hl' The nickname is recognized anywhere in the message, not only at the beginning. Line highlighting can be disabled with the new option.
Sat, 28 Apr 2007 22:30:13 +0200 Add Aspell options to the config. file
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Apr 2007 22:30:13 +0200] rev 1206
Add Aspell options to the config. file
Sat, 28 Apr 2007 22:01:37 +0200 Update copyrights
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Apr 2007 22:01:37 +0200] rev 1205
Update copyrights
Sat, 28 Apr 2007 21:52:57 +0200 Basic support for nick highlighting in MUC rooms (the whole line is colored)
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Apr 2007 21:52:57 +0200] rev 1204
Basic support for nick highlighting in MUC rooms (the whole line is colored)
Sat, 28 Apr 2007 12:16:45 +0200 Expand startswith()
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Apr 2007 12:16:45 +0200] rev 1203
Expand startswith()
Fri, 27 Apr 2007 23:46:15 +0200 Handle "~" in /source paths
Mikael Berthe <mikael@lilotux.net> [Fri, 27 Apr 2007 23:46:15 +0200] rev 1202
Handle "~" in /source paths
Fri, 27 Apr 2007 23:05:41 +0200 Minor changes
Mikael Berthe <mikael@lilotux.net> [Fri, 27 Apr 2007 23:05:41 +0200] rev 1201
Minor changes - ChangeLog update - contrib/filter_statusmsg.py (comment update, Frank Zschockelt) - Small translation fix in FR files
Fri, 27 Apr 2007 22:53:14 +0200 Update NL help files
Eric Hameleers [Fri, 27 Apr 2007 22:53:14 +0200] rev 1200
Update NL help files
Fri, 27 Apr 2007 22:36:09 +0200 Update DE help files
Frank Zschockelt [Fri, 27 Apr 2007 22:36:09 +0200] rev 1199
Update DE help files
Fri, 27 Apr 2007 22:31:30 +0200 Fix a segfault in XMPP Ping support
Mikael Berthe <mikael@lilotux.net> [Fri, 27 Apr 2007 22:31:30 +0200] rev 1198
Fix a segfault in XMPP Ping support There is no allocation in jutil_iqresult() so x must not be freed.
Fri, 27 Apr 2007 00:37:57 +0200 Add /pgp [-]force
Mikael Berthe <mikael@lilotux.net> [Fri, 27 Apr 2007 00:37:57 +0200] rev 1197
Add /pgp [-]force With this command it becomes possible to enforce PGP encryption without checking if the remote client has PGP support. It can be used to send encrypted offline messages too.
Sun, 22 Apr 2007 15:01:20 +0200 Update RU help files (Artyom Loenko)
Mikael Berthe <mikael@lilotux.net> [Sun, 22 Apr 2007 15:01:20 +0200] rev 1196
Update RU help files (Artyom Loenko)
Sun, 22 Apr 2007 13:59:48 +0200 Update UK help files (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Sun, 22 Apr 2007 13:59:48 +0200] rev 1195
Update UK help files (Myhailo Danylenko)
Sat, 21 Apr 2007 15:10:57 +0200 Remove a warning when gpgme is disabled
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Apr 2007 15:10:57 +0200] rev 1194
Remove a warning when gpgme is disabled
Sat, 21 Apr 2007 14:25:56 +0200 Add help files for /source
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Apr 2007 14:25:56 +0200] rev 1193
Add help files for /source
Sat, 21 Apr 2007 12:06:13 +0200 New command: /source
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Apr 2007 12:06:13 +0200] rev 1192
New command: /source
Sat, 21 Apr 2007 10:18:17 +0200 Update UK help files (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Apr 2007 10:18:17 +0200] rev 1191
Update UK help files (Myhailo Danylenko)
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip