summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-21Remove the unused "logfile" option and do not append 'logs' to every log pathmathieui
2015-02-21Add a -c/--check-config option to check the config filemathieui
2015-02-21Fix a bug in /bookmarkmathieui
2015-02-21Add a force_remote_bookmarks optionmathieui
2015-02-16Revert the --version thing, it is not supposed to display the software versionFlorent Le Coz
2015-02-16Remove the optparse backward compatibility, and fix the --version featureFlorent Le Coz
2015-02-10Update setup filesmathieui
2015-02-09Fix a color not going back to normal when adding a row in the BookmarksTabmathieui
2015-02-09Add a bookmarkstab (fixes #2004)mathieui
2015-02-09Refactor /bookmark to avoid code duplicationmathieui
2015-02-09Do not enable the cursor during full screen redrawmathieui
2015-02-09Change the bookmark interfacemathieui
2015-02-08Fix some docstring spellingmathieui
2015-02-03Add a random arg to /colorEijebong
2015-01-28Minor fixes to the certificate warning prompt (#2949)mathieui
2015-01-21Remove another snippet of pre-3.4 compatibilitymathieui
2015-01-20Make the ncurses unicode check earliermathieui
2015-01-20Add a check for python ncurses unicode supportmathieui
2015-01-19Properly ignore stderr and redirect stdout when execute a commandFlorent Le Coz
2015-01-15Fix a fallback path in bookmarks.py and use a single-dispatch functionmathieui
2015-01-08Remove the annoying (and pretty useless) warning about psi+ usersFlorent Le Coz
2015-01-06Trigger a /recolor when we set deterministic_nick_colors=trueFlorent Le Coz
2015-01-05Log the plugin errors toomathieui
2015-01-04Fix #2578 (disable roster features with anonymous connections)mathieui
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