Tue, 06 Oct 2009 22:03:49 +0200 Post-0.9.10 changes
Mikael Berthe <mikael@lilotux.net> [Tue, 06 Oct 2009 22:03:49 +0200] rev 1596
Post-0.9.10 changes
Tue, 06 Oct 2009 21:52:28 +0200 Added signature for changeset 06fdfff29175
Mikael Berthe <mikael@lilotux.net> [Tue, 06 Oct 2009 21:52:28 +0200] rev 1595
Added signature for changeset 06fdfff29175
Tue, 06 Oct 2009 21:50:21 +0200 Added tag 0.9.10 for changeset 06fdfff29175
Mikael Berthe <mikael@lilotux.net> [Tue, 06 Oct 2009 21:50:21 +0200] rev 1594
Added tag 0.9.10 for changeset 06fdfff29175
Tue, 06 Oct 2009 21:32:30 +0200 Ready for release 0.9.10 0.9.10
Mikael Berthe <mikael@lilotux.net> [Tue, 06 Oct 2009 21:32:30 +0200] rev 1593
Ready for release 0.9.10
Tue, 06 Oct 2009 21:22:51 +0200 Display a warning when using /request while disconnected
Mikael Berthe <mikael@lilotux.net> [Tue, 06 Oct 2009 21:22:51 +0200] rev 1592
Display a warning when using /request while disconnected
Sun, 04 Oct 2009 20:56:16 +0200 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2009 20:56:16 +0200] rev 1591
Update ChangeLog
Sun, 04 Oct 2009 19:33:38 +0200 Add support for spellchecking with Enchant (caolan)
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2009 19:33:38 +0200] rev 1590
Add support for spellchecking with Enchant (caolan) Patch from the issue tracker: http://bitbucket.org/McKael/mcabber-crew/issue/36/patch-to-spell-checking-using-enchant
Sun, 04 Oct 2009 18:39:08 +0200 Merge shizeeg branch
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2009 18:39:08 +0200] rev 1589
Merge shizeeg branch
Sun, 04 Oct 2009 18:37:47 +0200 Avoid strcat()
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2009 18:37:47 +0200] rev 1588
Avoid strcat() This patch removes strcat() and prevents possible buffer overflow introduced in the previous changeset.
Wed, 29 Jul 2009 03:13:04 +0400 /room names --compact
sh!zeeg <shizeeg@yandex.ru> [Wed, 29 Jul 2009 03:13:04 +0400] rev 1587
/room names --compact New parameter.
Sun, 04 Oct 2009 18:12:38 +0200 Use pkg-config to detect GnuTLS instead of the m4 macros
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2009 18:12:38 +0200] rev 1586
Use pkg-config to detect GnuTLS instead of the m4 macros
Sun, 04 Oct 2009 17:06:07 +0200 Fix typo reported in issue #34
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2009 17:06:07 +0200] rev 1585
Fix typo reported in issue #34 http://bitbucket.org/McKael/mcabber-crew/issue/34/typos-mcabberrcexample
Sun, 04 Oct 2009 17:01:44 +0200 Fix typo in OTR messages (Anne)
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2009 17:01:44 +0200] rev 1584
Fix typo in OTR messages (Anne)
Sun, 04 Oct 2009 16:58:04 +0200 Use AC_SYS_LARGEFILE in configure.ac
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Oct 2009 16:58:04 +0200] rev 1583
Use AC_SYS_LARGEFILE in configure.ac
Mon, 20 Apr 2009 19:58:06 +0200 Handle chat notifications even if the JID has no resource
franky [Mon, 20 Apr 2009 19:58:06 +0200] rev 1582
Handle chat notifications even if the JID has no resource
Sat, 18 Apr 2009 12:00:16 +0200 Fix UNREAD event when a special buffer changes
Mikael Berthe <mikael@lilotux.net> [Sat, 18 Apr 2009 12:00:16 +0200] rev 1581
Fix UNREAD event when a special buffer changes The events script wasn't called when the "status buffer" flag was updated, for example.
Tue, 14 Apr 2009 20:36:08 +0200 Only html escape messages when otr session is established
franky [Tue, 14 Apr 2009 20:36:08 +0200] rev 1580
Only html escape messages when otr session is established
Mon, 13 Apr 2009 22:48:48 +0200 Fix display error in the roster
Mikael Berthe <mikael@lilotux.net> [Mon, 13 Apr 2009 22:48:48 +0200] rev 1579
Fix display error in the roster When displaying the group item counts in the roster, the number could wrap -- and overwrite the vertical line. Issue reported by "Dennis" in the MUC room.
Mon, 13 Apr 2009 01:16:23 +0200 Merge main and crew
Mikael Berthe <mikael@lilotux.net> [Mon, 13 Apr 2009 01:16:23 +0200] rev 1578
Merge main and crew
Mon, 13 Apr 2009 00:26:56 +0200 Add count parameter to roster up/down command
Mikael Berthe <mikael@lilotux.net> [Mon, 13 Apr 2009 00:26:56 +0200] rev 1577
Add count parameter to roster up/down command (Based on a patch from knyar in the issue tracker)
Sat, 11 Apr 2009 12:30:51 +0200 Export the FIFO pipe name as an environment variable (Lukas Kuklinek)
Mikael Berthe <mikael@lilotux.net> [Sat, 11 Apr 2009 12:30:51 +0200] rev 1576
Export the FIFO pipe name as an environment variable (Lukas Kuklinek)
Sat, 11 Apr 2009 12:20:12 +0200 Workaround for missing iswblank() on Solaris 8 & 9 (Sebastian Kayser)
Mikael Berthe <mikael@lilotux.net> [Sat, 11 Apr 2009 12:20:12 +0200] rev 1575
Workaround for missing iswblank() on Solaris 8 & 9 (Sebastian Kayser)
Sat, 11 Apr 2009 12:05:27 +0200 Reduce the CPU usage when the server is unreachable
Mikael Berthe <mikael@lilotux.net> [Sat, 11 Apr 2009 12:05:27 +0200] rev 1574
Reduce the CPU usage when the server is unreachable Based on a patch from Alex Gordeev
Tue, 10 Mar 2009 20:48:51 +0100 Fix completion with wide characters (e.g. Japanese characters)
Myhailo Danylenko <isbear@ukrpost.net> [Tue, 10 Mar 2009 20:48:51 +0100] rev 1573
Fix completion with wide characters (e.g. Japanese characters)
Tue, 10 Mar 2009 20:44:16 +0100 Fix tab expansion when using say_to -f
Myhailo Danylenko <isbear@ukrpost.net> [Tue, 10 Mar 2009 20:44:16 +0100] rev 1572
Fix tab expansion when using say_to -f
Sat, 14 Feb 2009 17:30:00 +0100 Update Mercurial .hgignore file
Mikael Berthe <mikael@lilotux.net> [Sat, 14 Feb 2009 17:30:00 +0100] rev 1571
Update Mercurial .hgignore file
Sun, 08 Feb 2009 10:08:05 +0100 Fix display of last character in the input line when Aspell support is enabled
Mikael Berthe <mikael@lilotux.net> [Sun, 08 Feb 2009 10:08:05 +0100] rev 1570
Fix display of last character in the input line when Aspell support is enabled The rightmost character displayed in the input line was always the last character of the line. (Reported by isbear.)
Sun, 12 Apr 2009 20:20:56 +0200 Use otr context where possible, saves one mc_strtolower() per received message
franky [Sun, 12 Apr 2009 20:20:56 +0200] rev 1569
Use otr context where possible, saves one mc_strtolower() per received message
Tue, 27 Jan 2009 22:24:02 +0100 Merge main and crew
Mikael Berthe <mikael@lilotux.net> [Tue, 27 Jan 2009 22:24:02 +0100] rev 1568
Merge main and crew
Tue, 27 Jan 2009 22:19:04 +0100 Fix segfault in command /pgp (reported by Maxim Vuets)
Mikael Berthe <mikael@lilotux.net> [Tue, 27 Jan 2009 22:19:04 +0100] rev 1567
Fix segfault in command /pgp (reported by Maxim Vuets)
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip