Tue, 02 Feb 2010 21:27:26 +0100 Fix some more xmlns attributes in IQ responses
Mikael Berthe <mikael@lilotux.net> [Tue, 02 Feb 2010 21:27:26 +0100] rev 1667
Fix some more xmlns attributes in IQ responses
Tue, 02 Feb 2010 19:49:00 +0100 Fix iq version reply (issue #42, patch from foxfell)
Mikael Berthe <mikael@lilotux.net> [Tue, 02 Feb 2010 19:49:00 +0100] rev 1666
Fix iq version reply (issue #42, patch from foxfell)
Tue, 02 Feb 2010 19:44:39 +0100 Clean up some dead assignments/dead variables
Ulrich Spörlein [Tue, 02 Feb 2010 19:44:39 +0100] rev 1665
Clean up some dead assignments/dead variables
Sat, 30 Jan 2010 17:54:58 +0200 Fix room unlocking
Myhailo Danylenko <isbear@ukrpost.net> [Sat, 30 Jan 2010 17:54:58 +0200] rev 1664
Fix room unlocking
Wed, 13 Jan 2010 12:43:57 +0200 Fix GError handling
Myhailo Danylenko <isbear@ukrpost.net> [Wed, 13 Jan 2010 12:43:57 +0200] rev 1663
Fix GError handling
Sat, 12 Dec 2009 16:23:21 +0200 Fix for entity capabilities hash generation.
Myhailo Danylenko <isbear@ukrpost.net> [Sat, 12 Dec 2009 16:23:21 +0200] rev 1662
Fix for entity capabilities hash generation.
Mon, 07 Dec 2009 11:16:03 +0200 Print list of options with '/set'
Myhailo Danylenko <isbear@ukrpost.net> [Mon, 07 Dec 2009 11:16:03 +0200] rev 1661
Print list of options with '/set'
Sat, 05 Dec 2009 21:51:03 +0100 Do not call do_screen_refresh() on SIGWINCH
Mikael Berthe <mikael@lilotux.net> [Sat, 05 Dec 2009 21:51:03 +0100] rev 1660
Do not call do_screen_refresh() on SIGWINCH I don't think it is needed, as we're calling scr_Resize()... Reported by mvuets.
Sat, 05 Dec 2009 19:12:47 +0100 Re-add fifo_deinit() in mcabber_terminate() (isbear)
Mikael Berthe <mikael@lilotux.net> [Sat, 05 Dec 2009 19:12:47 +0100] rev 1659
Re-add fifo_deinit() in mcabber_terminate() (isbear)
Sat, 05 Dec 2009 19:06:47 +0100 Remove hk_mainloop()
Mikael Berthe <mikael@lilotux.net> [Sat, 05 Dec 2009 19:06:47 +0100] rev 1658
Remove hk_mainloop()
Sat, 05 Dec 2009 19:04:46 +0100 Fix resize event handling issue (reported by mvuets)
Mikael Berthe <mikael@lilotux.net> [Sat, 05 Dec 2009 19:04:46 +0100] rev 1657
Fix resize event handling issue (reported by mvuets)
Tue, 01 Dec 2009 22:09:05 +0100 Update fix for ssl_ignore_checks option (changeset 8effa82ae593)
franky [Tue, 01 Dec 2009 22:09:05 +0100] rev 1656
Update fix for ssl_ignore_checks option (changeset 8effa82ae593)
Tue, 01 Dec 2009 21:59:02 +0100 Merge main and crew
Mikael Berthe <mikael@lilotux.net> [Tue, 01 Dec 2009 21:59:02 +0100] rev 1655
Merge main and crew
Tue, 01 Dec 2009 21:06:06 +0100 Improve UI latency and CPU usage
Myhailo Danylenko <isbear@ukrpost.net> [Tue, 01 Dec 2009 21:06:06 +0100] rev 1654
Improve UI latency and CPU usage Remove main_loop(), and use GIOChannels for the FIFO system.
Sun, 29 Nov 2009 00:00:10 +0200 Do not print ssl error if user has not requested it
Myhailo Danylenko <isbear@ukrpost.net> [Sun, 29 Nov 2009 00:00:10 +0200] rev 1653
Do not print ssl error if user has not requested it
Sun, 22 Nov 2009 23:38:31 +0200 Fix leave_groupchats remote command
Myhailo Danylenko <isbear@ukrpost.net> [Sun, 22 Nov 2009 23:38:31 +0200] rev 1652
Fix leave_groupchats remote command Reported by Nixtrian
Wed, 18 Nov 2009 05:59:44 +0200 Set all locale variables
Myhailo Danylenko <isbear@ukrpost.net> [Wed, 18 Nov 2009 05:59:44 +0200] rev 1651
Set all locale variables Set LC_ALL (all locale variables) instead of only LC_CTYPE at startup
Tue, 17 Nov 2009 23:09:06 +0100 Try fallback language (en) when help file with current language is not found
Nixtrian [Tue, 17 Nov 2009 23:09:06 +0100] rev 1650
Try fallback language (en) when help file with current language is not found Patch by Nixtrian, slightly modified by Mikael
Tue, 17 Nov 2009 00:51:55 +0200 Allow commands shading
Myhailo Danylenko <isbear@ukrpost.net> [Tue, 17 Nov 2009 00:51:55 +0200] rev 1649
Allow commands shading
Mon, 16 Nov 2009 19:26:41 +0200 Fix encoding issues in room command
Myhailo Danylenko <isbear@ukrpost.net> [Mon, 16 Nov 2009 19:26:41 +0200] rev 1648
Fix encoding issues in room command * /room join * /room nick * /room privmsg
Wed, 04 Nov 2009 22:24:05 +0100 Reorder processing in handle_iq()
Mikael Berthe <mikael@lilotux.net> [Wed, 04 Nov 2009 22:24:05 +0100] rev 1647
Reorder processing in handle_iq() There's no need to call the get/set handler functions if we receive an error IQ message.
Wed, 04 Nov 2009 22:18:31 +0100 Small optimization
Mikael Berthe <mikael@lilotux.net> [Wed, 04 Nov 2009 22:18:31 +0100] rev 1646
Small optimization
Tue, 03 Nov 2009 12:51:14 +0200 Fix for double-inserted features
Myhailo Danylenko <isbear@ukrpost.net> [Tue, 03 Nov 2009 12:51:14 +0200] rev 1645
Fix for double-inserted features
Tue, 03 Nov 2009 22:38:02 +0100 Do not send disco requests to offline resources
Mikael Berthe <mikael@lilotux.net> [Tue, 03 Nov 2009 22:38:02 +0100] rev 1644
Do not send disco requests to offline resources
Tue, 03 Nov 2009 22:16:22 +0100 Increase mcabber_loop delay
Mikael Berthe <mikael@lilotux.net> [Tue, 03 Nov 2009 22:16:22 +0100] rev 1643
Increase mcabber_loop delay This is a quick hack to use less CPU until we improve the GLib main loop events.
Mon, 02 Nov 2009 19:11:29 +0200 Fix not execution of HOOK_INTERNAL
Myhailo Danylenko <isbear@ukrpost.net> [Mon, 02 Nov 2009 19:11:29 +0200] rev 1642
Fix not execution of HOOK_INTERNAL
Sun, 25 Oct 2009 23:53:54 +0100 Remove (probably) unnecessary check
Mikael Berthe <mikael@lilotux.net> [Sun, 25 Oct 2009 23:53:54 +0100] rev 1641
Remove (probably) unnecessary check The string is valid is the prep profile can be applied, AIUI.
Sun, 25 Oct 2009 23:32:23 +0100 Remove debug LogPrint() call
Mikael Berthe <mikael@lilotux.net> [Sun, 25 Oct 2009 23:32:23 +0100] rev 1640
Remove debug LogPrint() call
Sun, 25 Oct 2009 23:25:14 +0100 Add support for libidn
Mikael Berthe <mikael@lilotux.net> [Sun, 25 Oct 2009 23:25:14 +0100] rev 1639
Add support for libidn
Sun, 25 Oct 2009 01:15:31 +0200 Merge main and crew
Mikael Berthe <mikael@lilotux.net> [Sun, 25 Oct 2009 01:15:31 +0200] rev 1638
Merge main and crew
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip