summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-03Do not trigger the “tab_change” event when going over a gaptabmathieui
2014-12-31Fix broken CTRL+arrow key shortcuts under some termsCélestin Matte
2014-12-30Add a callback on enable_vertical_tab_list changemathieui
2014-12-30Add a command to reload the config.Eijebong
2014-12-30Update color in all tabs with /colorCélestin Matte
2014-12-30Only graphically ack a message if it was sent by usmathieui
2014-12-24Make it possible to change the nick of a user not in the room, and change col...Célestin Matte
2014-12-24Add nick_color_aliases (default: true), to look for color of aliasesCélestin Matte
2014-12-24Unset color with /color <nick> unsetCélestin Matte
2014-12-24Add a muc_color section in the config file to permanently fix a color to a nickCélestin Matte
2014-12-24Add a /color command to fix color for a nickCélestin Matte
2014-12-20Remove the remaining pre-3.4 compatibility hacksmathieui
2014-12-20Add a deterministic_nick_colors option (default: true)mathieui
2014-12-19Do not assign the result of get_room_form because it does not return anythingmathieui
2014-12-19Fix /info (9/78)mathieui
2014-12-19Fix a traceback in /rolemathieui
2014-12-19Fix /last_activity (8/78)mathieui
2014-12-19Fix /destroy_room (7/78)mathieui
2014-12-19Fix /toggle (6/78)mathieui
2014-12-19Add a missing import of the XEP-0048 URL elementmathieui
2014-12-19Remove an useless input method which was needed with threadsmathieui
2014-12-19Fix #2861 (fix /ignore and /unignore (5/78))mathieui
2014-12-18Fix a hidden traceback in /set completionmathieui
2014-12-18Allow -1 as a value for optional arguments in the args parser to collect an u...mathieui
2014-12-17Update CHANGELOG and versionsmathieui
2014-12-17Fix scrolling inside the input when the text is small enough to fitmathieui
2014-12-17Add completions for /cert_add and /cert_fetchmathieui
2014-12-17Fix the file (/import & /export) completion on the roster tabmathieui
2014-12-17Explicitly disconnect when refusing to acknowledge a certificate changemathieui
2014-12-17Handle invalid certificate chains (with the ca_cert_path option)mathieui
2014-12-11Fix #2847 (SASL External support)mathieui
2014-12-10Allow the plugins to use a default configuration toomathieui
2014-12-10Do not list __init__.py in /theme completionmathieui
2014-12-10Fix command_name’s argumentsFlorent Le Coz
2014-12-09Fix #2842 (complete all existing options with /set-completion)mathieui
2014-12-09Introduce the go_to_previous_tab_on_alt_number optionFlorent Le Coz
2014-12-09Fix #2802 (add a /closeall command, with a new plugin)mathieui
2014-12-08Fix #2754 (make /xhtml send a message with receipts, chatstates and display i...mathieui
2014-12-08Fix #2804 (handle privatetabs in /message)mathieui
2014-12-08Fix #2691 (don’t glitch on failed /configure)mathieui
2014-12-08Add a visual “feature check” for chat states toomathieui
2014-12-08Remove a print statement that causes screen garbage when exec_remote is falseFlorent Le Coz
2014-12-08Fix /filter_xmlmaskmathieui
2014-12-08Improve the xhtml_to_poezio_colors sanitizationmathieui
2014-12-08Sanitize the XHTML output by removing useless formatting charsmathieui
2014-12-07Fix the autojoin of bookmarks with passwordsmathieui
2014-12-07Don’t put newlines between xml stanzas in the xml tabmathieui
2014-12-07Fix the xml tab when pygments isn’t presentmathieui
2014-12-07Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting)mathieui
2014-12-07Fix the rawxml command (3/78)mathieui