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)
(0) -1000 -300 -100 -60 +60 +100 +300 tip