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