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
Wed, 10 Nov 2010 14:08:24 +0100 Increase the number of available categories for completions
Mikael Berthe <mikael@lilotux.net> [Wed, 10 Nov 2010 14:08:24 +0100] rev 1922
Increase the number of available categories for completions
Wed, 10 Nov 2010 13:59:48 +0100 Add module information in the output of /version
Mikael Berthe <mikael@lilotux.net> [Wed, 10 Nov 2010 13:59:48 +0100] rev 1921
Add module information in the output of /version This can be useful at run time...
Tue, 09 Nov 2010 12:44:53 +0100 Add caps to presence when joining a MUC room
Mikael Berthe <mikael@lilotux.net> [Tue, 09 Nov 2010 12:44:53 +0100] rev 1920
Add caps to presence when joining a MUC room (Noticed by diSabler)
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
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip