Sat, 20 Oct 2012 18:29:49 +0300 Make completion sorting order configurable
Myhailo Danylenko <isbear@ukrpost.net> [Sat, 20 Oct 2012 18:29:49 +0300] rev 2042
Make completion sorting order configurable * Use allocated plain array for categories * Use callbacks for dynamic completions (private for now) * Add compl_set_flags() to allow user to set completion order * Bump api to 24-24
Thu, 22 Nov 2012 00:59:19 +0200 Fix building from separate directory
Myhailo Danylenko <isbear@ukrpost.net> [Thu, 22 Nov 2012 00:59:19 +0200] rev 2041
Fix building from separate directory This patch allows the following build sequence: $ mkdir build; cd build; ../configure args; make; make install
Mon, 26 Nov 2012 11:55:22 +0100 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Mon, 26 Nov 2012 11:55:22 +0100] rev 2040
Update ChangeLog
Mon, 26 Nov 2012 11:54:57 +0100 Update color themes
Mikael Berthe <mikael@lilotux.net> [Mon, 26 Nov 2012 11:54:57 +0100] rev 2039
Update color themes * Update existing color themes (missing color values) * Add a sample 256-color theme
Thu, 22 Nov 2012 00:59:19 +0200 Add missing stdio.h to xttitle.c
Myhailo Danylenko <isbear@ukrpost.net> [Thu, 22 Nov 2012 00:59:19 +0200] rev 2038
Add missing stdio.h to xttitle.c
Thu, 22 Nov 2012 00:59:19 +0200 api.h should include glib header
Myhailo Danylenko <isbear@ukrpost.net> [Thu, 22 Nov 2012 00:59:19 +0200] rev 2037
api.h should include glib header
Mon, 15 Oct 2012 19:53:02 +0200 Make message delivery receipts more backward-compatible
Mikael Berthe <mikael@lilotux.net> [Mon, 15 Oct 2012 19:53:02 +0200] rev 2036
Make message delivery receipts more backward-compatible
Sun, 14 Oct 2012 18:06:50 +0200 Fix endless loop on exhaustion of completion category pool
Myhailo Danylenko <isbear@ukrpost.net> [Sun, 14 Oct 2012 18:06:50 +0200] rev 2035
Fix endless loop on exhaustion of completion category pool
Sun, 14 Oct 2012 17:56:34 +0200 Update help translations [UK, RU]
Myhailo Danylenko <isbear@ukrpost.net> [Sun, 14 Oct 2012 17:56:34 +0200] rev 2034
Update help translations [UK, RU] Translate added strings in help files for 'buffer', 'iline' and 'room'.
Sun, 14 Oct 2012 17:41:56 +0200 Delivery receipts: Use LM-generated messages id
Mikael Berthe <mikael@lilotux.net> [Sun, 14 Oct 2012 17:41:56 +0200] rev 2033
Delivery receipts: Use LM-generated messages id
Sun, 14 Oct 2012 17:39:11 +0200 Fix receipts handling according to recent XEP updates
Myhailo Danylenko <isbear@ukrpost.net> [Sun, 14 Oct 2012 17:39:11 +0200] rev 2032
Fix receipts handling according to recent XEP updates * add lm_get_uid() @xmpp_helper.h * identify receipts by id attribute of 'received' subelement instead of stanza id
Sat, 13 Oct 2012 19:53:12 +0200 Update help files
Mikael Berthe <mikael@lilotux.net> [Sat, 13 Oct 2012 19:53:12 +0200] rev 2031
Update help files
Thu, 11 Oct 2012 23:10:15 +0200 /rename: Do not send empty group attribute when the contact has no group
Mikael Berthe <mikael@lilotux.net> [Thu, 11 Oct 2012 23:10:15 +0200] rev 2030
/rename: Do not send empty group attribute when the contact has no group Thanks to nem for the report and Hermitifier for looking into it.
Thu, 11 Oct 2012 22:46:41 +0200 Do not warn when the configuration file contains 256-color values
Mikael Berthe <mikael@lilotux.net> [Thu, 11 Oct 2012 22:46:41 +0200] rev 2029
Do not warn when the configuration file contains 256-color values Configuration file is read before ncurses is initialized so we cannot assume the terminal doesn't support 256 colors.
Thu, 11 Oct 2012 22:44:34 +0200 Add 'color_log' (text color in the log window)
Mikael Berthe <mikael@lilotux.net> [Thu, 11 Oct 2012 22:44:34 +0200] rev 2028
Add 'color_log' (text color in the log window)
Sat, 25 Aug 2012 15:42:34 +0200 Update a comment
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2012 15:42:34 +0200] rev 2027
Update a comment
Sat, 25 Aug 2012 15:40:50 +0200 MUC: do not destroy previous room invitation to create a new one
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2012 15:40:50 +0200] rev 2026
MUC: do not destroy previous room invitation to create a new one If a previous similar mediated invitation exists, we do not remove it to create a new one (it's very confusing) unless the new one looks better, e.g. if the new invitation allows us to decline the invitation and the old one did not.
Sat, 25 Aug 2012 12:05:31 +0200 MUC mediated invitation: don't show empty reason on declined invitation
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2012 12:05:31 +0200] rev 2025
MUC mediated invitation: don't show empty reason on declined invitation
Sat, 25 Aug 2012 12:05:19 +0200 Fix /event usage when a reason is provided
Mikael Berthe <mikael@lilotux.net> [Sat, 25 Aug 2012 12:05:19 +0200] rev 2024
Fix /event usage when a reason is provided
Mon, 30 Jul 2012 22:39:17 +0200 xmpp_setstatus: send presence to MUC rooms before the global presence
Mikael Berthe <mikael@lilotux.net> [Mon, 30 Jul 2012 22:39:17 +0200] rev 2023
xmpp_setstatus: send presence to MUC rooms before the global presence It only matters (AFAICS) when going offline. We want the presence to be sent by mcabber and not by the server, especially if we're using PGP.
Sat, 28 Jul 2012 22:10:33 +0300 Make linking with mcabber deps optional
Myhailo Danylenko <isbear@ukrpost.net> [Sat, 28 Jul 2012 22:10:33 +0300] rev 2022
Make linking with mcabber deps optional
Sat, 28 Jul 2012 22:10:14 +0300 Fix /module error messages to dispaly modulename
Myhailo Danylenko <isbear@ukrpost.net> [Sat, 28 Jul 2012 22:10:14 +0300] rev 2021
Fix /module error messages to dispaly modulename
Sat, 28 Jul 2012 22:10:12 +0300 Fix some compiler warnings
Myhailo Danylenko <isbear@ukrpost.net> [Sat, 28 Jul 2012 22:10:12 +0300] rev 2020
Fix some compiler warnings
Sat, 28 Jul 2012 22:10:10 +0300 s/Copyrigth/Copyright/ and so on
Myhailo Danylenko <isbear@ukrpost.net> [Sat, 28 Jul 2012 22:10:10 +0300] rev 2019
s/Copyrigth/Copyright/ and so on
Sat, 28 Jul 2012 20:58:30 +0200 Update NEWS file
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Jul 2012 20:58:30 +0200] rev 2018
Update NEWS file
Sat, 28 Jul 2012 14:40:50 +0200 Fix /request time
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Jul 2012 14:40:50 +0200] rev 2017
Fix /request time /request time was still using Legacy Entity Time (XEP-90). This patch makes mcabber use XEP-202 for queries; mcabber still answers to both current and legacy queries.
Wed, 18 Jul 2012 00:24:13 +0200 Improve checks for /group command parameters
Mikael Berthe <mikael@lilotux.net> [Wed, 18 Jul 2012 00:24:13 +0200] rev 2016
Improve checks for /group command parameters For example, "/group foo" should return an error message.
Wed, 04 Jul 2012 21:15:43 +0200 Fix segfault when spell checking is enabled and spell_lang is not set.
Mikael Berthe <mikael@lilotux.net> [Wed, 04 Jul 2012 21:15:43 +0200] rev 2015
Fix segfault when spell checking is enabled and spell_lang is not set. This patch fixes issue #93.
Thu, 01 Mar 2012 20:18:00 +0100 Update API changelog
Hermitifier [Thu, 01 Mar 2012 20:18:00 +0100] rev 2014
Update API changelog
Thu, 01 Mar 2012 15:10:41 +0100 Allow to select to which buddy resource messages go. Closes issue #55
Hermitifier [Thu, 01 Mar 2012 15:10:41 +0100] rev 2013
Allow to select to which buddy resource messages go. Closes issue #55
Thu, 01 Mar 2012 14:46:49 +0100 Fix bug in /buffer close_all command
Hermitifier [Thu, 01 Mar 2012 14:46:49 +0100] rev 2012
Fix bug in /buffer close_all command
Wed, 29 Feb 2012 09:19:14 +0100 Update API changelog
Hermitifier [Wed, 29 Feb 2012 09:19:14 +0100] rev 2011
Update API changelog
Wed, 29 Feb 2012 09:18:09 +0100 Fix bookmarks losing autojoin attribute
Hermitifier [Wed, 29 Feb 2012 09:18:09 +0100] rev 2010
Fix bookmarks losing autojoin attribute
Tue, 28 Feb 2012 20:26:22 +0100 Replace the option « no_space_before_items » with « roster_no_leading_space ».
Simon Jacquin <simon@jacquin.me> [Tue, 28 Feb 2012 20:26:22 +0100] rev 2009
Replace the option « no_space_before_items » with « roster_no_leading_space ».
Fri, 27 Jan 2012 22:09:26 +0100 Actually add a space before items when no_space_before_items is set to 0…
Simon Jacquin <simon@jacquin.me> [Fri, 27 Jan 2012 22:09:26 +0100] rev 2008
Actually add a space before items when no_space_before_items is set to 0…
Fri, 27 Jan 2012 21:07:56 +0100 Added an option to remove the extra space before items in the roster.
Simon Jacquin <simon@jacquin.me> [Fri, 27 Jan 2012 21:07:56 +0100] rev 2007
Added an option to remove the extra space before items in the roster.
Thu, 09 Feb 2012 14:21:36 +0100 Add configuration setting for previous commit
Hermitifier [Thu, 09 Feb 2012 14:21:36 +0100] rev 2006
Add configuration setting for previous commit
Tue, 07 Feb 2012 12:13:02 +0100 Print real jids in non-anonymous rooms.
Hermitifier [Tue, 07 Feb 2012 12:13:02 +0100] rev 2005
Print real jids in non-anonymous rooms.
Thu, 26 Jan 2012 10:11:03 +0100 Accept "true" as well as "1" for autojoin in bookmarked rooms
Hermitifier [Thu, 26 Jan 2012 10:11:03 +0100] rev 2004
Accept "true" as well as "1" for autojoin in bookmarked rooms
Fri, 21 Oct 2011 08:50:32 +0200 Handle errors of private storage
Hermitifier [Fri, 21 Oct 2011 08:50:32 +0200] rev 2003
Handle errors of private storage
Thu, 13 Oct 2011 15:58:02 +0200 Remove invisible status from remote command form
Hermitifier [Thu, 13 Oct 2011 15:58:02 +0200] rev 2002
Remove invisible status from remote command form
Tue, 11 Oct 2011 12:28:08 +0200 Remove dependency on newer glib. Caps.c comments, whitespace cleanup.
Hermitifier [Tue, 11 Oct 2011 12:28:08 +0200] rev 2001
Remove dependency on newer glib. Caps.c comments, whitespace cleanup.
Mon, 03 Oct 2011 16:37:17 +0200 Document previous changeset
Hermitifier [Mon, 03 Oct 2011 16:37:17 +0200] rev 2000
Document previous changeset
Mon, 03 Oct 2011 16:00:34 +0200 Add support for XEP-0115 Entity Capabilities, with offline cache
Hermitifier [Mon, 03 Oct 2011 16:00:34 +0200] rev 1999
Add support for XEP-0115 Entity Capabilities, with offline cache
Sun, 24 Jul 2011 13:30:47 +0200 Fix GCC warnings (variables set but not used)
Myhailo Danylenko <isbear@ukrpost.net> [Sun, 24 Jul 2011 13:30:47 +0200] rev 1998
Fix GCC warnings (variables set but not used)
Sun, 22 May 2011 23:54:32 +0200 /roster alternate also changes last_activity_buddy.
Simon Jacquin [Sun, 22 May 2011 23:54:32 +0200] rev 1997
/roster alternate also changes last_activity_buddy.
Sun, 22 May 2011 23:30:37 +0200 Going back to the first buddy with /roster next_unread when there is no more unread messages.
Simon Jacquin [Sun, 22 May 2011 23:30:37 +0200] rev 1996
Going back to the first buddy with /roster next_unread when there is no more unread messages.
Sat, 16 Apr 2011 09:25:21 +0200 Fix segfault with SIGWINCH
Mikael Berthe <mikael@lilotux.net> [Sat, 16 Apr 2011 09:25:21 +0200] rev 1995
Fix segfault with SIGWINCH This patch should fix issue #73: When the program is built with "--enable-sigwinch" a segmentation fault may occur if the size of a window is changed before a password is entered. https://bitbucket.org/McKael/mcabber-crew/issue/73/
Wed, 30 Mar 2011 22:02:48 +0200 Add a dummy handler for some unhandled IQ replies
Mikael Berthe <mikael@lilotux.net> [Wed, 30 Mar 2011 22:02:48 +0200] rev 1994
Add a dummy handler for some unhandled IQ replies
Wed, 30 Mar 2011 21:56:35 +0200 MUC: preserve bookmark when updating a non-joined room
Jan Zachorowski <quantifier666@gmail.com> [Wed, 30 Mar 2011 21:56:35 +0200] rev 1993
MUC: preserve bookmark when updating a non-joined room
Sun, 27 Mar 2011 20:30:35 +0200 Accept cmd_del(NULL)
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Mar 2011 20:30:35 +0200] rev 1992
Accept cmd_del(NULL) It was probably working already, but an explicit check is safer...
Sun, 27 Mar 2011 20:19:54 +0200 Introduce MCABBER_API_HAVE_CMD_ID to ease module updates
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Mar 2011 20:19:54 +0200] rev 1991
Introduce MCABBER_API_HAVE_CMD_ID to ease module updates
Sun, 27 Mar 2011 19:39:44 +0200 Introduce MCABBER_BRANCH_DEV to ease module updates
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Mar 2011 19:39:44 +0200] rev 1990
Introduce MCABBER_BRANCH_DEV to ease module updates Add a define MCABBER_BRANCH_DEV to ease module updates during mcabber development cycles.
Sun, 27 Mar 2011 19:03:42 +0200 Update API ChangeLog (v20)
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Mar 2011 19:03:42 +0200] rev 1989
Update API ChangeLog (v20)
Sun, 27 Mar 2011 18:57:42 +0200 Add cmd_set_safe() / cmd_is_safe() (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Mar 2011 18:57:42 +0200] rev 1988
Add cmd_set_safe() / cmd_is_safe() (Myhailo Danylenko) Patch merged from isbear's mcabber-experimental repository.
Sun, 27 Mar 2011 18:34:13 +0200 Update API ChangeLog (v19)
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Mar 2011 18:34:13 +0200] rev 1987
Update API ChangeLog (v19)
Sun, 27 Mar 2011 18:28:45 +0200 Use a command ID with cmd_add/cmd_del (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Mar 2011 18:28:45 +0200] rev 1986
Use a command ID with cmd_add/cmd_del (Myhailo Danylenko) Patch merged from isbear's mcabber-experimental repository.
Sun, 27 Mar 2011 13:35:08 +0200 Add command /iline clear_history
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Mar 2011 13:35:08 +0200] rev 1985
Add command /iline clear_history
Sun, 27 Mar 2011 12:45:41 +0200 XEP 184: don't send receipts to buddies that have no presence subscription
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Mar 2011 12:45:41 +0200] rev 1984
XEP 184: don't send receipts to buddies that have no presence subscription In order to not leak our presence, do not send message delivery receipts to senders who are not authorized to view our presence. (XEP-0184, section 8)
Sun, 27 Mar 2011 10:43:13 +0200 Refresh the roster when MUC bookmarks are received
Jan Zachorowski <quantifier666@gmail.com> [Sun, 27 Mar 2011 10:43:13 +0200] rev 1983
Refresh the roster when MUC bookmarks are received If the bookmarks are received after the roster contents we need to make sure that the roster window is redrawn.
Sat, 26 Mar 2011 16:33:28 +0100 Update help files
Mikael Berthe <mikael@lilotux.net> [Sat, 26 Mar 2011 16:33:28 +0100] rev 1982
Update help files
Sat, 26 Mar 2011 15:16:33 +0100 Update API ChangeLog (v18)
Mikael Berthe <mikael@lilotux.net> [Sat, 26 Mar 2011 15:16:33 +0100] rev 1981
Update API ChangeLog (v18)
Sat, 26 Mar 2011 15:08:57 +0100 Add 'muc_bookmark_autoupdate' (Hermitifier)
Mikael Berthe <mikael@lilotux.net> [Sat, 26 Mar 2011 15:08:57 +0100] rev 1980
Add 'muc_bookmark_autoupdate' (Hermitifier)
Sat, 26 Mar 2011 14:45:19 +0100 Add /room setopt flag_joins (Hermitifier)
Mikael Berthe <mikael@lilotux.net> [Sat, 26 Mar 2011 14:45:19 +0100] rev 1979
Add /room setopt flag_joins (Hermitifier)
Sat, 26 Mar 2011 13:56:41 +0100 Fix changeset e6beab22099b (Hermitifier)
Mikael Berthe <mikael@lilotux.net> [Sat, 26 Mar 2011 13:56:41 +0100] rev 1978
Fix changeset e6beab22099b (Hermitifier)
Sat, 26 Mar 2011 13:37:33 +0100 Use smarter message flag in the main status line
Mikael Berthe <mikael@lilotux.net> [Sat, 26 Mar 2011 13:37:33 +0100] rev 1977
Use smarter message flag in the main status line The attention sign (!) is used when a personal message is unread, or if we're highlighted in a MUC room.
Thu, 24 Mar 2011 20:53:08 +0100 Do not add items to roster with commands /move and /rename (Hermitifier)
Mikael Berthe <mikael@lilotux.net> [Thu, 24 Mar 2011 20:53:08 +0100] rev 1976
Do not add items to roster with commands /move and /rename (Hermitifier) Do not add items to roster with commands /move and /rename. For MUC, store relevant information in the bookmark.
Sat, 19 Mar 2011 20:07:56 +0100 Add missing files
Mikael Berthe <mikael@lilotux.net> [Sat, 19 Mar 2011 20:07:56 +0100] rev 1975
Add missing files
Sat, 19 Mar 2011 20:06:34 +0100 Modularize url_regex
Mikael Berthe <mikael@lilotux.net> [Sat, 19 Mar 2011 20:06:34 +0100] rev 1974
Modularize url_regex
Sat, 19 Mar 2011 13:20:22 +0100 Update documentation
Mikael Berthe <mikael@lilotux.net> [Sat, 19 Mar 2011 13:20:22 +0100] rev 1973
Update documentation
Sat, 19 Mar 2011 13:06:23 +0100 Remove deprecated status invisible
Mikael Berthe <mikael@lilotux.net> [Sat, 19 Mar 2011 13:06:23 +0100] rev 1972
Remove deprecated status invisible
Sat, 19 Mar 2011 12:50:04 +0100 Minor README update
Mikael Berthe <mikael@lilotux.net> [Sat, 19 Mar 2011 12:50:04 +0100] rev 1971
Minor README update
Sat, 19 Mar 2011 10:38:17 +0100 Fix another readmark issue with line wrapping
Mikael Berthe <mikael@lilotux.net> [Sat, 19 Mar 2011 10:38:17 +0100] rev 1970
Fix another readmark issue with line wrapping
Fri, 18 Mar 2011 19:48:34 +0100 Improve (fix) buffer up 1 when the screen is cleared
Mikael Berthe <mikael@lilotux.net> [Fri, 18 Mar 2011 19:48:34 +0100] rev 1969
Improve (fix) buffer up 1 when the screen is cleared
Fri, 18 Mar 2011 19:39:58 +0100 buffer readmark: don't update the screen when there is no mark
Mikael Berthe <mikael@lilotux.net> [Fri, 18 Mar 2011 19:39:58 +0100] rev 1968
buffer readmark: don't update the screen when there is no mark
Fri, 18 Mar 2011 19:35:25 +0100 Update hbuf_jump_readmark()
Mikael Berthe <mikael@lilotux.net> [Fri, 18 Mar 2011 19:35:25 +0100] rev 1967
Update hbuf_jump_readmark() Needed after recent changes
Fri, 18 Mar 2011 19:08:16 +0100 Hopefully fix previous commit
Mikael Berthe <mikael@lilotux.net> [Fri, 18 Mar 2011 19:08:16 +0100] rev 1966
Hopefully fix previous commit
Fri, 18 Mar 2011 12:29:57 +0100 Couple of readmark-related bugfixes
Mikael Berthe <mikael@lilotux.net> [Fri, 18 Mar 2011 12:29:57 +0100] rev 1965
Couple of readmark-related bugfixes
Tue, 15 Mar 2011 14:14:20 +0100 Update AUTHORS
Mikael Berthe <mikael@lilotux.net> [Tue, 15 Mar 2011 14:14:20 +0100] rev 1964
Update AUTHORS
Tue, 15 Mar 2011 14:07:44 +0100 Do not block system messages when block_unsubscribed is set
Mikael Berthe <mikael@lilotux.net> [Tue, 15 Mar 2011 14:07:44 +0100] rev 1963
Do not block system messages when block_unsubscribed is set This was broken in 0.10.0 when switching to LM. Reported by roughnecks in the MUC room, issue spotted by Hermitifier.
Tue, 15 Mar 2011 12:29:24 +0100 Add a readmark when a history buffer is loaded
Mikael Berthe <mikael@lilotux.net> [Tue, 15 Mar 2011 12:29:24 +0100] rev 1962
Add a readmark when a history buffer is loaded
Tue, 15 Mar 2011 00:39:17 +0100 Try to improve readmarks in some cases
Mikael Berthe <mikael@lilotux.net> [Tue, 15 Mar 2011 00:39:17 +0100] rev 1961
Try to improve readmarks in some cases This patch removes the readmark when entering chatmode if the mark is on the last line. This should hopefully fix weird behavior seen under some circumstances.
Mon, 14 Mar 2011 23:45:24 +0100 Add 'color_readmark'
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 23:45:24 +0100] rev 1960
Add 'color_readmark'
Mon, 14 Mar 2011 23:40:52 +0100 Add completion item for /buffer readmark subcommand
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 23:40:52 +0100] rev 1959
Add completion item for /buffer readmark subcommand
Mon, 14 Mar 2011 23:26:49 +0100 Update help files
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 23:26:49 +0100] rev 1958
Update help files
Mon, 14 Mar 2011 23:19:55 +0100 Be more verbose when the buffer search commands are not successful
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 23:19:55 +0100] rev 1957
Be more verbose when the buffer search commands are not successful
Mon, 14 Mar 2011 23:16:11 +0100 Add command /buffer readmark
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 23:16:11 +0100] rev 1956
Add command /buffer readmark
Mon, 14 Mar 2011 15:04:00 +0100 Don't update readmark when buffer scroll_lock is set
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 15:04:00 +0100] rev 1955
Don't update readmark when buffer scroll_lock is set
Mon, 14 Mar 2011 14:25:21 +0100 Update readmark support
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 14:25:21 +0100] rev 1954
Update readmark support Fix two small issues with readmarks.
Mon, 14 Mar 2011 13:17:17 +0100 Improve MUC support (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 13:17:17 +0100] rev 1953
Improve MUC support (Myhailo Danylenko) This patch should allow handling of multiple statuses in MUC rooms. Patch merged from isbear's mcabber-experimental repository.
Mon, 14 Mar 2011 13:07:55 +0100 Update API ChangeLog (v17)
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 13:07:55 +0100] rev 1952
Update API ChangeLog (v17)
Mon, 14 Mar 2011 12:53:27 +0100 Add support for XEP-0249 / Direct MUC Invitations (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 12:53:27 +0100] rev 1951
Add support for XEP-0249 / Direct MUC Invitations (Myhailo Danylenko) Patch merged from isbear's mcabber-experimental repository.
Mon, 14 Mar 2011 12:50:18 +0100 Automatically set readmark flag
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 12:50:18 +0100] rev 1950
Automatically set readmark flag
Mon, 14 Mar 2011 12:50:15 +0100 Add scr_buffer_readmark()
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 12:50:15 +0100] rev 1949
Add scr_buffer_readmark()
Mon, 14 Mar 2011 12:48:15 +0100 Add readmark support
Mikael Berthe <mikael@lilotux.net> [Mon, 14 Mar 2011 12:48:15 +0100] rev 1948
Add readmark support
Thu, 03 Mar 2011 19:56:44 +0100 Update help files (/iline iline_insert)
Mikael Berthe <mikael@lilotux.net> [Thu, 03 Mar 2011 19:56:44 +0100] rev 1947
Update help files (/iline iline_insert)
Thu, 03 Mar 2011 19:41:58 +0100 Complain when the iline subcommand is missing/incorrect
Mikael Berthe <mikael@lilotux.net> [Thu, 03 Mar 2011 19:41:58 +0100] rev 1946
Complain when the iline subcommand is missing/incorrect
Thu, 03 Mar 2011 19:29:33 +0100 Add /iline iline_insert (Hermitifier)
Mikael Berthe <mikael@lilotux.net> [Thu, 03 Mar 2011 19:29:33 +0100] rev 1945
Add /iline iline_insert (Hermitifier) This patch from Hermitifier, slightly modified, should close ticket 70.
Sun, 27 Feb 2011 19:47:39 +0100 Add a comment about the FIFO module to the sample configuration file
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Feb 2011 19:47:39 +0100] rev 1944
Add a comment about the FIFO module to the sample configuration file
Sun, 27 Feb 2011 18:58:17 +0100 Add default server for private messages
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Feb 2011 18:58:17 +0100] rev 1943
Add default server for private messages Add option 'default_server', based on a patch from Corris Randall.
Sun, 27 Feb 2011 18:15:27 +0100 Use guards for colors (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Feb 2011 18:15:27 +0100] rev 1942
Use guards for colors (Myhailo Danylenko) Merge patch from isbear's mcabber-experimental repository.
Sun, 27 Feb 2011 17:42:27 +0100 Modularize fifo system (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Feb 2011 17:42:27 +0100] rev 1941
Modularize fifo system (Myhailo Danylenko) Merge patch from isbear's mcabber-experimental repository.
Sun, 27 Feb 2011 17:24:11 +0100 Use guard for the fifo system (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Feb 2011 17:24:11 +0100] rev 1940
Use guard for the fifo system (Myhailo Danylenko) Merge patch from isbear's mcabber-experimental repository.
Sun, 27 Feb 2011 16:51:55 +0100 Simplify cmd_add() (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Sun, 27 Feb 2011 16:51:55 +0100] rev 1939
Simplify cmd_add() (Myhailo Danylenko) Merge patch from isbear's mcabber-experimental repository.
Sat, 12 Feb 2011 19:00:59 +0100 Fix MUC whois / auto_whois
Mikael Berthe <mikael@lilotux.net> [Sat, 12 Feb 2011 19:00:59 +0100] rev 1938
Fix MUC whois / auto_whois This patch should fix issue #68: https://bitbucket.org/McKael/mcabber-crew/issue/68/
Sat, 12 Feb 2011 18:31:31 +0100 Fix "/rename -" (Hermitifier)
Mikael Berthe <mikael@lilotux.net> [Sat, 12 Feb 2011 18:31:31 +0100] rev 1937
Fix "/rename -" (Hermitifier)
Sun, 19 Dec 2010 22:32:41 +0100 Do not terminate ncurses too early
Mikael Berthe <mikael@lilotux.net> [Sun, 19 Dec 2010 22:32:41 +0100] rev 1936
Do not terminate ncurses too early
Sun, 05 Dec 2010 11:41:16 +0100 Handle the Enter key on Maemo systems (diSabler)
Mikael Berthe <mikael@lilotux.net> [Sun, 05 Dec 2010 11:41:16 +0100] rev 1935
Handle the Enter key on Maemo systems (diSabler)
Wed, 01 Dec 2010 22:17:14 +0100 Restore dev API numbers
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Dec 2010 22:17:14 +0100] rev 1934
Restore dev API numbers
Wed, 01 Dec 2010 22:14:38 +0100 Post-0.10.1 changes
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Dec 2010 22:14:38 +0100] rev 1933
Post-0.10.1 changes
Wed, 01 Dec 2010 21:55:25 +0100 Added signature for changeset 45c8b217fabb
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Dec 2010 21:55:25 +0100] rev 1932
Added signature for changeset 45c8b217fabb
Wed, 01 Dec 2010 21:49:10 +0100 Added tag 0.10.1 for changeset 45c8b217fabb
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Dec 2010 21:49:10 +0100] rev 1931
Added tag 0.10.1 for changeset 45c8b217fabb
Wed, 01 Dec 2010 21:36:37 +0100 Ready for release 0.10.1 0.10.1
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Dec 2010 21:36:37 +0100] rev 1930
Ready for release 0.10.1
Wed, 01 Dec 2010 20:39:15 +0100 Slight update of the say_to help file
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Dec 2010 20:39:15 +0100] rev 1929
Slight update of the say_to help file
Thu, 11 Nov 2010 21:22:55 +0100 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Thu, 11 Nov 2010 21:22:55 +0100] rev 1928
Update ChangeLog
Thu, 11 Nov 2010 21:22:06 +0100 Do not call compl_get_category_list() needlessly
Mikael Berthe <mikael@lilotux.net> [Thu, 11 Nov 2010 21:22:06 +0100] rev 1927
Do not call compl_get_category_list() needlessly
Thu, 11 Nov 2010 14:13:16 +0100 Add option 'completion_ignore_case'
Mikael Berthe <mikael@lilotux.net> [Thu, 11 Nov 2010 14:13:16 +0100] rev 1926
Add option 'completion_ignore_case' By default completion is now case sensitive. (Partially fixes issue #48)
Wed, 10 Nov 2010 17:36:26 +0100 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Wed, 10 Nov 2010 17:36:26 +0100] rev 1925
Update ChangeLog
Wed, 10 Nov 2010 14:23:43 +0100 Update help/documentation
Mikael Berthe <mikael@lilotux.net> [Wed, 10 Nov 2010 14:23:43 +0100] rev 1924
Update help/documentation
Wed, 10 Nov 2010 14:08:49 +0100 Add a category module to complete the /module subcommands
Mikael Berthe <mikael@lilotux.net> [Wed, 10 Nov 2010 14:08:49 +0100] rev 1923
Add a category module to complete the /module subcommands
(0) -1000 -120 +120 tip