Mon, 12 Nov 2007 22:43:08 +0100 Fix a race in roster_add_user()
Mikael Berthe <mikael@lilotux.net> [Mon, 12 Nov 2007 22:43:08 +0100] rev 1366
Fix a race in roster_add_user() Thanks to franky for the detailed bug report.
Mon, 12 Nov 2007 19:27:55 +0100 Small code cleanup
Mikael Berthe <mikael@lilotux.net> [Mon, 12 Nov 2007 19:27:55 +0100] rev 1365
Small code cleanup
Sun, 11 Nov 2007 23:13:35 +0100 Allow dynamic HBB sizes
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 23:13:35 +0100] rev 1364
Allow dynamic HBB sizes
Sun, 11 Nov 2007 18:49:43 +0100 Warn if a MUC room without bookmark is renamed
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 18:49:43 +0100] rev 1363
Warn if a MUC room without bookmark is renamed
Sun, 11 Nov 2007 16:07:32 +0100 Fix otrpolicy from config file (franky)
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 16:07:32 +0100] rev 1362
Fix otrpolicy from config file (franky) /otrpolicy could not be used from conf. file since I (Mikael) introduced the 'otr' option...
Sun, 11 Nov 2007 14:36:48 +0100 Update some copyrights
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 14:36:48 +0100] rev 1361
Update some copyrights
Sun, 11 Nov 2007 14:21:24 +0100 Improve command /group
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 14:21:24 +0100] rev 1360
Improve command /group - Do not enter chat mode if it is disabled. - Do not jump to the top of the roster, only jump to the group item if needed.
Sun, 11 Nov 2007 13:05:57 +0100 The command /quit can be used in bindings, hooks and sourced files
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 13:05:57 +0100] rev 1359
The command /quit can be used in bindings, hooks and sourced files (It used to work in bindings only)
Sun, 11 Nov 2007 12:22:41 +0100 Extend command /source
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 12:22:41 +0100] rev 1358
Extend command /source Now a "sourced" file can contain any mcabber command once mcabber is running (i.e. if not at startup time).
Sun, 11 Nov 2007 11:29:16 +0100 Fix an UTF-8 problem in new hook_execute_internal() function
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Nov 2007 11:29:16 +0100] rev 1357
Fix an UTF-8 problem in new hook_execute_internal() function There could be a double UTF-8 encoding, if the user has a non-utf8 locale. BTW improve bindcommand() -- unnecessary string duplication.
Sat, 10 Nov 2007 23:23:44 +0100 Warn if the user renames a local item
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 23:23:44 +0100] rev 1356
Warn if the user renames a local item (If a local item is renamed, it is implicitly created on the server.)
Sat, 10 Nov 2007 23:15:16 +0100 Add on_server flag
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 23:15:16 +0100] rev 1355
Add on_server flag Add a flag to the roster data, TRUE if the roster item is known by the server. The command /info displays a message if the item is local.
Sat, 10 Nov 2007 23:15:05 +0100 Add pre-disconnect internal hook
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 23:15:05 +0100] rev 1354
Add pre-disconnect internal hook
Sat, 10 Nov 2007 23:06:28 +0100 Add post-connect internal hook
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 23:06:28 +0100] rev 1353
Add post-connect internal hook
Sat, 10 Nov 2007 22:29:31 +0100 Add internal hooks support
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 22:29:31 +0100] rev 1352
Add internal hooks support
Sat, 10 Nov 2007 22:28:16 +0100 The group name can be specified in the /group command
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 22:28:16 +0100] rev 1351
The group name can be specified in the /group command
Sat, 10 Nov 2007 22:14:57 +0100 Add /roster item_toggle_lock (suggested by Wolfram S.)
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Nov 2007 22:14:57 +0100] rev 1350
Add /roster item_toggle_lock (suggested by Wolfram S.)
Fri, 09 Nov 2007 23:42:41 +0100 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Fri, 09 Nov 2007 23:42:41 +0100] rev 1349
Update ChangeLog
Fri, 09 Nov 2007 23:33:52 +0100 Add option 'roster_hide_domain'
Mikael Berthe <mikael@lilotux.net> [Fri, 09 Nov 2007 23:33:52 +0100] rev 1348
Add option 'roster_hide_domain' Add an option to only display usernames (not the full JIDs) in the roster window when no name has been specified.
Fri, 09 Nov 2007 23:14:03 +0100 Add an option 'otr' to enable OTR support in the configuration file
Mikael Berthe <mikael@lilotux.net> [Fri, 09 Nov 2007 23:14:03 +0100] rev 1347
Add an option 'otr' to enable OTR support in the configuration file
Fri, 09 Nov 2007 20:09:47 +0100 Remove useless casts
Mikael Berthe <mikael@lilotux.net> [Fri, 09 Nov 2007 20:09:47 +0100] rev 1346
Remove useless casts
Fri, 09 Nov 2007 19:32:45 +0100 Small change to buffer close
Mikael Berthe <mikael@lilotux.net> [Fri, 09 Nov 2007 19:32:45 +0100] rev 1345
Small change to buffer close Don't leave chat mode if the buffer to close isn't the current one.
Thu, 08 Nov 2007 23:46:18 +0100 Fix a potential segfault in display_server_error()
Mikael Berthe <mikael@lilotux.net> [Thu, 08 Nov 2007 23:46:18 +0100] rev 1344
Fix a potential segfault in display_server_error() Can happen with internal-server-error's for example...
Tue, 06 Nov 2007 17:12:04 +0100 Only use OTR encryption on other users
franky@veqlargh.fs [Tue, 06 Nov 2007 17:12:04 +0100] rev 1343
Only use OTR encryption on other users
Sat, 03 Nov 2007 16:52:25 +0100 History logfile: Use a special code (MI) for local MUC info messages
Mikael Berthe <mikael@lilotux.net> [Sat, 03 Nov 2007 16:52:25 +0100] rev 1342
History logfile: Use a special code (MI) for local MUC info messages (Suggested by bb)
Sat, 03 Nov 2007 15:57:39 +0100 Add "/room names --detail"
Mikael Berthe <mikael@lilotux.net> [Sat, 03 Nov 2007 15:57:39 +0100] rev 1341
Add "/room names --detail"
Sat, 03 Nov 2007 15:27:24 +0100 Fix a small memory leak
Mikael Berthe <mikael@lilotux.net> [Sat, 03 Nov 2007 15:27:24 +0100] rev 1340
Fix a small memory leak
Mon, 29 Oct 2007 21:05:04 +0100 Correct execl() prototype
Mikael Berthe <mikael@lilotux.net> [Mon, 29 Oct 2007 21:05:04 +0100] rev 1339
Correct execl() prototype
Sat, 27 Oct 2007 16:31:12 +0200 Post-0.9.4 changes
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Oct 2007 16:31:12 +0200] rev 1338
Post-0.9.4 changes
Sat, 27 Oct 2007 15:49:56 +0200 Added signature for changeset ab1b7f7a682efb7b7c01370bb62cc8419d8ac37a
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Oct 2007 15:49:56 +0200] rev 1337
Added signature for changeset ab1b7f7a682efb7b7c01370bb62cc8419d8ac37a
Sat, 27 Oct 2007 15:47:24 +0200 Added tag 0.9.4 for changeset ab1b7f7a682e
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Oct 2007 15:47:24 +0200] rev 1336
Added tag 0.9.4 for changeset ab1b7f7a682e
Sat, 27 Oct 2007 13:01:03 +0200 Make sure the otr_dir is always slash-terminated 0.9.4
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Oct 2007 13:01:03 +0200] rev 1335
Make sure the otr_dir is always slash-terminated
Sat, 27 Oct 2007 12:01:55 +0200 Ready for release 0.9.4
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Oct 2007 12:01:55 +0200] rev 1334
Ready for release 0.9.4
Sat, 27 Oct 2007 11:10:18 +0200 Minor coding style adjustments
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Oct 2007 11:10:18 +0200] rev 1333
Minor coding style adjustments
Sat, 27 Oct 2007 11:10:12 +0200 Improve changeset 486b4feeddb8
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Oct 2007 11:10:12 +0200] rev 1332
Improve changeset 486b4feeddb8 (Add the CFLAG only when gcc 4.2 is used)
Sun, 21 Oct 2007 10:07:16 +0200 Fix typo in the straffil structure (reported by gst)
Mikael Berthe <mikael@lilotux.net> [Sun, 21 Oct 2007 10:07:16 +0200] rev 1331
Fix typo in the straffil structure (reported by gst)
Sat, 20 Oct 2007 19:37:11 +0200 Fix a bug when receiving an invitation
Mikael Berthe <mikael@lilotux.net> [Sat, 20 Oct 2007 19:37:11 +0200] rev 1330
Fix a bug when receiving an invitation (Thanks to bb)
Mon, 15 Oct 2007 19:33:06 +0200 OTR Policy: * as an shortcut for default
franky@teufel.fs [Mon, 15 Oct 2007 19:33:06 +0200] rev 1329
OTR Policy: * as an shortcut for default
Mon, 15 Oct 2007 13:30:31 +0200 Update DE help files
franky@teufel.fs [Mon, 15 Oct 2007 13:30:31 +0200] rev 1328
Update DE help files
Mon, 15 Oct 2007 13:23:02 +0200 Update NL help files
Eric Hameleers [Mon, 15 Oct 2007 13:23:02 +0200] rev 1327
Update NL help files
Sat, 06 Oct 2007 16:39:14 +0200 Update UK help files
Myhailo Danylenko <isbear@ukrpost.net> [Sat, 06 Oct 2007 16:39:14 +0200] rev 1326
Update UK help files
Fri, 05 Oct 2007 20:26:23 +0200 Update RU help files (Artyom Loenko)
Mikael Berthe <mikael@lilotux.net> [Fri, 05 Oct 2007 20:26:23 +0200] rev 1325
Update RU help files (Artyom Loenko)
Fri, 05 Oct 2007 20:23:28 +0200 Update IT help files (Alessandro Dotti Contra)
Mikael Berthe <mikael@lilotux.net> [Fri, 05 Oct 2007 20:23:28 +0200] rev 1324
Update IT help files (Alessandro Dotti Contra)
Fri, 05 Oct 2007 19:14:04 +0200 Change gcc options (debug mode)
Mikael Berthe <mikael@lilotux.net> [Fri, 05 Oct 2007 19:14:04 +0200] rev 1323
Change gcc options (debug mode) Add flag -fgnu89-inline
Thu, 04 Oct 2007 21:39:49 +0200 Update ChangeLog, TODO and NEWS
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Oct 2007 21:39:49 +0200] rev 1322
Update ChangeLog, TODO and NEWS
Wed, 03 Oct 2007 22:10:33 +0200 Update FR help files
Mikael Berthe <mikael@lilotux.net> [Wed, 03 Oct 2007 22:10:33 +0200] rev 1321
Update FR help files (Some minor changes to the English OTR files too)
Wed, 03 Oct 2007 21:27:46 +0200 Configurable OTR directory
franky@veqlargh.fs [Wed, 03 Oct 2007 21:27:46 +0200] rev 1320
Configurable OTR directory
Tue, 02 Oct 2007 23:06:33 +0200 Update FR help file
Mikael Berthe <mikael@lilotux.net> [Tue, 02 Oct 2007 23:06:33 +0200] rev 1319
Update FR help file
Tue, 02 Oct 2007 22:45:30 +0200 Fix double typo in rc file
Mikael Berthe <mikael@lilotux.net> [Tue, 02 Oct 2007 22:45:30 +0200] rev 1318
Fix double typo in rc file
Tue, 02 Oct 2007 22:33:18 +0200 Another help file update... :)
Mikael Berthe <mikael@lilotux.net> [Tue, 02 Oct 2007 22:33:18 +0200] rev 1317
Another help file update... :)
Tue, 02 Oct 2007 22:19:02 +0200 Another help file update...
Mikael Berthe <mikael@lilotux.net> [Tue, 02 Oct 2007 22:19:02 +0200] rev 1316
Another help file update...
Tue, 02 Oct 2007 22:07:35 +0200 Update help files
Mikael Berthe <mikael@lilotux.net> [Tue, 02 Oct 2007 22:07:35 +0200] rev 1315
Update help files Trying to keep help files in sync...
Thu, 20 Sep 2007 21:41:06 +0200 Fix a bug in the nick_colors variable parsing
Mikael Berthe <mikael@lilotux.net> [Thu, 20 Sep 2007 21:41:06 +0200] rev 1314
Fix a bug in the nick_colors variable parsing
Thu, 20 Sep 2007 20:08:59 +0200 Make passphrase entry retries customizable (suggested by Till Maas)
Mikael Berthe <mikael@lilotux.net> [Thu, 20 Sep 2007 20:08:59 +0200] rev 1313
Make passphrase entry retries customizable (suggested by Till Maas) Based on a patch provided by Till Maas.
Tue, 18 Sep 2007 18:56:57 +0200 Fix /room privmsg when the MUC nickname contains spaces (Reported by sadeness)
Mikael Berthe <mikael@lilotux.net> [Tue, 18 Sep 2007 18:56:57 +0200] rev 1312
Fix /room privmsg when the MUC nickname contains spaces (Reported by sadeness)
Thu, 13 Sep 2007 20:05:21 +0200 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Sep 2007 20:05:21 +0200] rev 1311
Implement "/roster display"
Mon, 10 Sep 2007 21:56:50 +0200 Allow vcard requests to a full jid
Mikael Berthe <mikael@lilotux.net> [Mon, 10 Sep 2007 21:56:50 +0200] rev 1310
Allow vcard requests to a full jid
Mon, 10 Sep 2007 19:52:43 +0200 Only compile otr.c if libotr is available
franky@veqlargh.fs [Mon, 10 Sep 2007 19:52:43 +0200] rev 1309
Only compile otr.c if libotr is available
Mon, 10 Sep 2007 19:52:14 +0200 Show a warning for /otr start|stop, if policy == plain
franky@veqlargh.fs [Mon, 10 Sep 2007 19:52:14 +0200] rev 1308
Show a warning for /otr start|stop, if policy == plain
Sun, 09 Sep 2007 17:44:34 +0200 Work around segfault in otrl_userstate_free()
Mikael Berthe <mikael@lilotux.net> [Sun, 09 Sep 2007 17:44:34 +0200] rev 1307
Work around segfault in otrl_userstate_free() It only occurs when SSL is enabled and mcabber is linked to libgnutls. Seems to be a problem in libgcrypt when both libotr and libgnutls use it.
Sun, 09 Sep 2007 13:24:40 +0200 Fix jb_send_msg() call in OTR
Mikael Berthe <mikael@lilotux.net> [Sun, 09 Sep 2007 13:24:40 +0200] rev 1306
Fix jb_send_msg() call in OTR Also add a cast to remove a compiler warning in jabglue.c
Sat, 08 Sep 2007 13:21:07 +0200 -n and -f flags to message-sending commands
Michal 'vorner' Vaner <vorner@ucw.cz> [Sat, 08 Sep 2007 13:21:07 +0200] rev 1305
-n and -f flags to message-sending commands Allows sending normal and headline messages
Fri, 07 Sep 2007 17:07:35 +0200 Fix a gcc warning
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2007 17:07:35 +0200] rev 1304
Fix a gcc warning
Fri, 07 Sep 2007 17:07:05 +0200 Minor whitespace change
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2007 17:07:05 +0200] rev 1303
Minor whitespace change
Thu, 30 Aug 2007 09:57:01 +0200 Provide libotr and libgcrypt m4 macros
Mikael Berthe <mikael@lilotux.net> [Thu, 30 Aug 2007 09:57:01 +0200] rev 1302
Provide libotr and libgcrypt m4 macros
Thu, 30 Aug 2007 02:49:36 +0200 Fixed compiler warnings
Frank Zschockelt <mcabber_otr[at]freakysoft.de> [Thu, 30 Aug 2007 02:49:36 +0200] rev 1301
Fixed compiler warnings
Thu, 30 Aug 2007 00:57:07 +0200 Add OTR check to autoconf
Mikael Berthe <mikael@lilotux.net> [Thu, 30 Aug 2007 00:57:07 +0200] rev 1300
Add OTR check to autoconf
Thu, 30 Aug 2007 00:52:51 +0200 OTR support
Frank Zschockelt <mcabber_otr[at]freakysoft.de> [Thu, 30 Aug 2007 00:52:51 +0200] rev 1299
OTR support
Tue, 28 Aug 2007 18:56:50 +0200 colorable muc nick fix
Michal 'vorner' Vaner <vorner@ucw.cz> [Tue, 28 Aug 2007 18:56:50 +0200] rev 1298
colorable muc nick fix When ctrl+l is pressed, no error message is printed Added command to recolor someone
Tue, 28 Aug 2007 17:13:29 +0200 Better help (unwrapped help file, comment in config)
Michal 'vorner' Vaner <vorner@ucw.cz> [Tue, 28 Aug 2007 17:13:29 +0200] rev 1297
Better help (unwrapped help file, comment in config)
Tue, 28 Aug 2007 14:36:44 +0200 Further nick colors fixes
Michal 'vorner' Vaner <vorner@ucw.cz> [Tue, 28 Aug 2007 14:36:44 +0200] rev 1296
Further nick colors fixes (right length computation with different locale than utf-8, proper loading of colors on startup)
Tue, 28 Aug 2007 11:24:58 +0200 Fix recognizing of bright colors
Michal 'vorner' Vaner <vorner@ucw.cz> [Tue, 28 Aug 2007 11:24:58 +0200] rev 1295
Fix recognizing of bright colors
Tue, 28 Aug 2007 10:52:15 +0200 Color only incoming messages
Michal 'vorner' Vaner <vorner@ucw.cz> [Tue, 28 Aug 2007 10:52:15 +0200] rev 1294
Color only incoming messages
Tue, 28 Aug 2007 10:26:31 +0200 Coloring help
Michal 'vorner' Vaner <vorner@ucw.cz> [Tue, 28 Aug 2007 10:26:31 +0200] rev 1293
Coloring help
Tue, 28 Aug 2007 10:11:39 +0200 Muc nick coloring functionality
Michal 'vorner' Vaner <vorner@ucw.cz> [Tue, 28 Aug 2007 10:11:39 +0200] rev 1292
Muc nick coloring functionality
Sun, 26 Aug 2007 22:23:30 +0200 Better way of writing the nick
Michal 'vorner' Vaner <vorner@ucw.cz> [Sun, 26 Aug 2007 22:23:30 +0200] rev 1291
Better way of writing the nick
Sun, 26 Aug 2007 18:24:14 +0200 Drawing the MUC nicks by a different color
Michal 'vorner' Vaner <vorner@ucw.cz> [Sun, 26 Aug 2007 18:24:14 +0200] rev 1290
Drawing the MUC nicks by a different color (color is hardcoded to red, needs to be changed to something useable)
Mon, 27 Aug 2007 13:02:16 +0200 Update TODO
Mikael Berthe <mikael@lilotux.net> [Mon, 27 Aug 2007 13:02:16 +0200] rev 1289
Update TODO
Mon, 27 Aug 2007 12:04:54 +0200 Update PL help files (Salvador)
Mikael Berthe <mikael@lilotux.net> [Mon, 27 Aug 2007 12:04:54 +0200] rev 1288
Update PL help files (Salvador)
Sat, 25 Aug 2007 23:22:49 +0200 Update feature list
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2007 23:22:49 +0200] rev 1287
Update feature list
Sat, 25 Aug 2007 23:07:22 +0200 Add selectable time prefixes (vorner)
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2007 23:07:22 +0200] rev 1286
Add selectable time prefixes (vorner)
Sat, 25 Aug 2007 22:56:47 +0200 Update color themes (vorner)
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2007 22:56:47 +0200] rev 1285
Update color themes (vorner)
Sat, 25 Aug 2007 22:55:26 +0200 Add comments (vorner)
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2007 22:55:26 +0200] rev 1284
Add comments (vorner)
Sat, 25 Aug 2007 22:48:59 +0200 Implement XEP-0202 (Entity Time)
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2007 22:48:59 +0200] rev 1283
Implement XEP-0202 (Entity Time) Mcabber now answers urn:xmpp:time IQ requests.
Sat, 25 Aug 2007 17:34:07 +0200 Implement XEP-0203 (Delayed Delivery)
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2007 17:34:07 +0200] rev 1282
Implement XEP-0203 (Delayed Delivery)
Sat, 25 Aug 2007 12:33:16 +0200 Minor conffile changes
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2007 12:33:16 +0200] rev 1281
Minor conffile changes
Sat, 25 Aug 2007 12:25:44 +0200 readline_backward_kill_word() makes a stop at the "command" character
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2007 12:25:44 +0200] rev 1280
readline_backward_kill_word() makes a stop at the "command" character For example, "/qu^W" will display "/".
Sat, 25 Aug 2007 12:05:12 +0200 Implement /buffer close|purge [jid]
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2007 12:05:12 +0200] rev 1279
Implement /buffer close|purge [jid]
Sat, 25 Aug 2007 11:06:28 +0200 Allow longer lines in config file
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2007 11:06:28 +0200] rev 1278
Allow longer lines in config file The maximum line length in the conf. file should be the same as in the UI. Reported by "ManMachine".
Fri, 24 Aug 2007 07:06:10 +0200 Update NL help files
Eric Hameleers [Fri, 24 Aug 2007 07:06:10 +0200] rev 1277
Update NL help files
Thu, 23 Aug 2007 07:21:43 +0200 Update UK help files
Myhailo Danylenko <isbear@ukrpost.net> [Thu, 23 Aug 2007 07:21:43 +0200] rev 1276
Update UK help files
Thu, 23 Aug 2007 00:43:50 +0200 Update DE help files
franky@veqlargh.fs [Thu, 23 Aug 2007 00:43:50 +0200] rev 1275
Update DE help files
Wed, 22 Aug 2007 22:19:33 +0200 Fix screen refresh issue (spotted by franky)
Mikael Berthe <mikael@lilotux.net> [Wed, 22 Aug 2007 22:19:33 +0200] rev 1274
Fix screen refresh issue (spotted by franky) The message "Reading <JID> history file...", when loading a big history file, was displayed too late.
Tue, 21 Aug 2007 22:45:53 +0200 Update help files
Mikael Berthe <mikael@lilotux.net> [Tue, 21 Aug 2007 22:45:53 +0200] rev 1273
Update help files - Add vorner's hlp_color.txt English file - Add French translation - Update every hlp.txt file
Tue, 21 Aug 2007 20:49:03 +0200 Add configurable roster colors (Michal 'vorner' Vaner)
Mikael Berthe <mikael@lilotux.net> [Tue, 21 Aug 2007 20:49:03 +0200] rev 1272
Add configurable roster colors (Michal 'vorner' Vaner)
Mon, 20 Aug 2007 21:30:16 +0200 Sync Italian translation with tip (Alessandro Dotti Contra)
Mikael Berthe <mikael@lilotux.net> [Mon, 20 Aug 2007 21:30:16 +0200] rev 1271
Sync Italian translation with tip (Alessandro Dotti Contra)
Mon, 20 Aug 2007 20:07:41 +0200 Update AUTHORS and README
Mikael Berthe <mikael@lilotux.net> [Mon, 20 Aug 2007 20:07:41 +0200] rev 1270
Update AUTHORS and README
Mon, 20 Aug 2007 19:51:32 +0200 Small changes to the sample config file (suggested by bb)
Mikael Berthe <mikael@lilotux.net> [Mon, 20 Aug 2007 19:51:32 +0200] rev 1269
Small changes to the sample config file (suggested by bb)
Mon, 20 Aug 2007 19:41:31 +0200 Add configurable colors for info and incoming messages (Michal 'vorner' Vaner)
Mikael Berthe <mikael@lilotux.net> [Mon, 20 Aug 2007 19:41:31 +0200] rev 1268
Add configurable colors for info and incoming messages (Michal 'vorner' Vaner)
Mon, 20 Aug 2007 19:08:31 +0200 Add Italian translation (Alessandro Dotti Contra)
Mikael Berthe <mikael@lilotux.net> [Mon, 20 Aug 2007 19:08:31 +0200] rev 1267
Add Italian translation (Alessandro Dotti Contra)
Sun, 12 Aug 2007 16:19:52 +0200 Fix proxy usage when SSL is disabled
Mikael Berthe <mikael@lilotux.net> [Sun, 12 Aug 2007 16:19:52 +0200] rev 1266
Fix proxy usage when SSL is disabled Thanks to "Dr. Guildo" for the report.
Wed, 04 Jul 2007 18:08:35 +0200 Update macros/missing/glib-2.0.m4
Mikael Berthe <mikael@lilotux.net> [Wed, 04 Jul 2007 18:08:35 +0200] rev 1265
Update macros/missing/glib-2.0.m4 Sync with Debian libglib2.0-dev (2.12.12-1) file.
Wed, 04 Jul 2007 18:04:46 +0200 Add gnutls-extra.m4 to the macros/missing directory
Mikael Berthe <mikael@lilotux.net> [Wed, 04 Jul 2007 18:04:46 +0200] rev 1264
Add gnutls-extra.m4 to the macros/missing directory
Sun, 01 Jul 2007 23:06:46 +0200 Fix typo in mcabberrc sample file
Mikael Berthe <mikael@lilotux.net> [Sun, 01 Jul 2007 23:06:46 +0200] rev 1263
Fix typo in mcabberrc sample file
Sun, 01 Jul 2007 23:02:36 +0200 Update UK help files
Myhailo Danylenko <isbear@ukrpost.net> [Sun, 01 Jul 2007 23:02:36 +0200] rev 1262
Update UK help files
Sun, 01 Jul 2007 12:22:54 +0200 Send service-unavailable when Last Activity is disabled
Mikael Berthe <mikael@lilotux.net> [Sun, 01 Jul 2007 12:22:54 +0200] rev 1261
Send service-unavailable when Last Activity is disabled According to XEP-0012, the client should return a <service-unavailable/> error when it doesn't wish to divulge the information. This patch also adds a new option: iq_last_disable_when_notavail.
Wed, 27 Jun 2007 23:03:22 +0200 Add command /room unban
Mikael Berthe <mikael@lilotux.net> [Wed, 27 Jun 2007 23:03:22 +0200] rev 1260
Add command /room unban ("unban jid" is actually the same as "affil jid none")
Wed, 27 Jun 2007 22:13:10 +0200 Change command line option -v to -V
Mikael Berthe <mikael@lilotux.net> [Wed, 27 Jun 2007 22:13:10 +0200] rev 1259
Change command line option -v to -V
Tue, 26 Jun 2007 22:22:45 +0200 Add libgnutls M4 macro to macros/missing/
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jun 2007 22:22:45 +0200] rev 1258
Add libgnutls M4 macro to macros/missing/
Tue, 26 Jun 2007 20:35:02 +0200 Add command line option -v
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jun 2007 20:35:02 +0200] rev 1257
Add command line option -v (Suggested by Wolfram Schlich)
Tue, 26 Jun 2007 19:16:15 +0200 Don't start when command line options are wrong
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jun 2007 19:16:15 +0200] rev 1256
Don't start when command line options are wrong (Suggested by Wolfram)
Fri, 22 Jun 2007 20:24:19 +0200 Update Entity Capabilities (add iq:last)
Mikael Berthe <mikael@lilotux.net> [Fri, 22 Jun 2007 20:24:19 +0200] rev 1255
Update Entity Capabilities (add iq:last)
Fri, 22 Jun 2007 19:21:23 +0200 More jabber:iq:last support... (misc)
Mikael Berthe <mikael@lilotux.net> [Fri, 22 Jun 2007 19:21:23 +0200] rev 1254
More jabber:iq:last support... (misc) This is a patch from Michael Scherer to answer iq:last requests, slightly modified.
Fri, 22 Jun 2007 19:18:44 +0200 Add gnutls suppport
Mikael Berthe <mikael@lilotux.net> [Fri, 22 Jun 2007 19:18:44 +0200] rev 1253
Add gnutls suppport This is based on the patch from Anibal Avelar for center{icq,im}.
Fri, 22 Jun 2007 18:52:47 +0200 "buffer list" sets the new_msg flag
Mikael Berthe <mikael@lilotux.net> [Fri, 22 Jun 2007 18:52:47 +0200] rev 1252
"buffer list" sets the new_msg flag
Tue, 19 Jun 2007 22:34:35 +0200 Post-0.9.3 changes
Mikael Berthe <mikael@lilotux.net> [Tue, 19 Jun 2007 22:34:35 +0200] rev 1251
Post-0.9.3 changes
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)
(0) -1000 -120 +120 +1000 tip