Tue, 09 Nov 2010 12:09:23 +0100 Send a result message when we receive a roster push
Mikael Berthe <mikael@lilotux.net> [Tue, 09 Nov 2010 12:09:23 +0100] rev 1919
Send a result message when we receive a roster push Reported by Hermitifier.
Tue, 09 Nov 2010 11:24:28 +0100 Fix potential issue pointed out by franky's clang report
Mikael Berthe <mikael@lilotux.net> [Tue, 09 Nov 2010 11:24:28 +0100] rev 1918
Fix potential issue pointed out by franky's clang report
Tue, 09 Nov 2010 11:10:26 +0100 Ignore malformed caps packets
Mikael Berthe <mikael@lilotux.net> [Tue, 09 Nov 2010 11:10:26 +0100] rev 1917
Ignore malformed caps packets Sometimes buggy caps data have no "ver" attribute (reported by Hermitifier). This is invalid valid, so let's ignore it.
Tue, 09 Nov 2010 11:00:41 +0100 Display a warning when the option ssl_verify is still used
Mikael Berthe <mikael@lilotux.net> [Tue, 09 Nov 2010 11:00:41 +0100] rev 1916
Display a warning when the option ssl_verify is still used
Thu, 04 Nov 2010 19:51:02 +0100 Fix segfault related to url_regex
franky [Thu, 04 Nov 2010 19:51:02 +0100] rev 1915
Fix segfault related to url_regex
Sun, 16 May 2010 13:16:30 +0200 Update API ChangeLog (v16)
Mikael Berthe <mikael@lilotux.net> [Sun, 16 May 2010 13:16:30 +0200] rev 1914
Update API ChangeLog (v16)
Sun, 16 May 2010 13:14:18 +0200 Add "error" field to the message-in hooks
Mikael Berthe <mikael@lilotux.net> [Sun, 16 May 2010 13:14:18 +0200] rev 1913
Add "error" field to the message-in hooks Bump API number
Fri, 14 May 2010 11:58:13 +0200 Fix two fd leaks
franky [Fri, 14 May 2010 11:58:13 +0200] rev 1912
Fix two fd leaks
Fri, 14 May 2010 09:58:40 +0200 Only print the ssl status as an integer if we don't understand it
franky [Fri, 14 May 2010 09:58:40 +0200] rev 1911
Only print the ssl status as an integer if we don't understand it
Thu, 13 May 2010 12:26:48 +0200 Fix error presence packet handling.
Mikael Berthe <mikael@lilotux.net> [Thu, 13 May 2010 12:26:48 +0200] rev 1910
Fix error presence packet handling. This should also fix the segfault reported by pbd in issue #56.
Sun, 18 Apr 2010 14:14:05 +0200 Do not display unhandled IQ result messages to the log window
Mikael Berthe <mikael@lilotux.net> [Sun, 18 Apr 2010 14:14:05 +0200] rev 1909
Do not display unhandled IQ result messages to the log window We display the message only in the debug log file, because these messages are usually ignored anyway (ideally we would create a handler explicitly when sending the initial IQ request). Thanks to VarLog for the report!
Sun, 18 Apr 2010 14:04:45 +0200 Introduce NS_MUC_{USER,ADMIN,OWNER}
Mikael Berthe <mikael@lilotux.net> [Sun, 18 Apr 2010 14:04:45 +0200] rev 1908
Introduce NS_MUC_{USER,ADMIN,OWNER}
Sat, 17 Apr 2010 14:11:16 +0200 Update API ChangeLog (v15)
Mikael Berthe <mikael@lilotux.net> [Sat, 17 Apr 2010 14:11:16 +0200] rev 1907
Update API ChangeLog (v15)
Sat, 17 Apr 2010 14:03:37 +0200 Add "hook-subscription" hook and hk_subscription()
Mikael Berthe <mikael@lilotux.net> [Sat, 17 Apr 2010 14:03:37 +0200] rev 1906
Add "hook-subscription" hook and hk_subscription()
Sat, 17 Apr 2010 12:31:35 +0200 Clean up previous patch
Mikael Berthe <mikael@lilotux.net> [Sat, 17 Apr 2010 12:31:35 +0200] rev 1905
Clean up previous patch
Sat, 17 Apr 2010 11:50:22 +0200 Fix looping issue spotted by isbear when sending manual IQ messages
Mikael Berthe <mikael@lilotux.net> [Sat, 17 Apr 2010 11:50:22 +0200] rev 1904
Fix looping issue spotted by isbear when sending manual IQ messages The IQ handlers should not be triggered for unexpected IQ result messages
Sat, 17 Apr 2010 11:21:04 +0200 Fix issue #54 -- command line corruption
Mikael Berthe <mikael@lilotux.net> [Sat, 17 Apr 2010 11:21:04 +0200] rev 1903
Fix issue #54 -- command line corruption Thanks to the Anonymous reporter :)
Wed, 14 Apr 2010 21:27:37 +0200 Improve messages when connecting to the Jabber server
Mikael Berthe <mikael@lilotux.net> [Wed, 14 Apr 2010 21:27:37 +0200] rev 1902
Improve messages when connecting to the Jabber server
Wed, 14 Apr 2010 21:11:12 +0200 Update some file headers
Mikael Berthe <mikael@lilotux.net> [Wed, 14 Apr 2010 21:11:12 +0200] rev 1901
Update some file headers
Wed, 14 Apr 2010 21:01:31 +0200 Display a warning when the configuration file hasn't been updated
Mikael Berthe <mikael@lilotux.net> [Wed, 14 Apr 2010 21:01:31 +0200] rev 1900
Display a warning when the configuration file hasn't been updated Display a message when the jid is missing and the 'username' option is still set in the configuration file.
Mon, 12 Apr 2010 23:40:14 +0200 More lm_message_node_get_child_value() return value checks
Mikael Berthe <mikael@lilotux.net> [Mon, 12 Apr 2010 23:40:14 +0200] rev 1899
More lm_message_node_get_child_value() return value checks
Mon, 12 Apr 2010 23:24:20 +0200 Fix two MUC issues (reported by VarLog)
Mikael Berthe <mikael@lilotux.net> [Mon, 12 Apr 2010 23:24:20 +0200] rev 1898
Fix two MUC issues (reported by VarLog) - Reason sometimes missing after kick/ban (fixed by isbear) - mcabber not realizing it's been kicked
Mon, 12 Apr 2010 22:22:22 +0200 Display mcabber version when starting a trace log
Mikael Berthe <mikael@lilotux.net> [Mon, 12 Apr 2010 22:22:22 +0200] rev 1897
Display mcabber version when starting a trace log
Mon, 12 Apr 2010 20:50:19 +0200 [MUC] Fix handling of empty room topic
Mikael Berthe <mikael@lilotux.net> [Mon, 12 Apr 2010 20:50:19 +0200] rev 1896
[MUC] Fix handling of empty room topic lm_message_node_get_child_value() didn't make any difference between a missing node and an empty one. With this patch it will return "" if the node exists but has no value.
Sun, 11 Apr 2010 20:02:16 +0200 Do not block MUC private messages when 'block_unsubscribed' is set
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Apr 2010 20:02:16 +0200] rev 1895
Do not block MUC private messages when 'block_unsubscribed' is set
Sun, 11 Apr 2010 19:49:52 +0200 Display the JID before attempting to connect
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Apr 2010 19:49:52 +0200] rev 1894
Display the JID before attempting to connect Display the JID even if a password has been provided, so that it can appear in the status window.
Sun, 11 Apr 2010 18:53:21 +0200 Clean up the TODO file
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Apr 2010 18:53:21 +0200] rev 1893
Clean up the TODO file
Sun, 11 Apr 2010 17:20:32 +0200 Add "delayed" argument to the message-in hooks
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Apr 2010 17:20:32 +0200] rev 1892
Add "delayed" argument to the message-in hooks
Sun, 11 Apr 2010 16:20:18 +0200 Post-0.10.0 changes
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Apr 2010 16:20:18 +0200] rev 1891
Post-0.10.0 changes
Sun, 11 Apr 2010 15:38:41 +0200 Added signature for changeset 41699679b121
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Apr 2010 15:38:41 +0200] rev 1890
Added signature for changeset 41699679b121
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip