summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)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
It displays the missing options and the ones which are changed from the default values.
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
- remove “make uninstall” target which was broken a long time ago - move very install action to the setup.py (alias “make install” to “python setup.py install” - add some stuff to “make clean” - update the config.py to search the default config file using pkg_resources (more reliable than dirname(__file__)) - install the html doc only if available - use README.rst for the setup.py long_description - also, update the copyright notice to 2015
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
now we can edit stuff, save or cancel those modifications, and change the chose storage easily
2015-02-09Refactor /bookmark to avoid code duplicationmathieui
2015-02-09Do not enable the cursor during full screen redrawmathieui
(and restore it afterwards) Could take care of some refresh issues with the position of the cursor
2015-02-09Change the bookmark interfacemathieui
move the modulename to bookmark → boookmarks add a bookmarklist class with remove module-level variables do a features check on startup before trying to fetch the bookmarks
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
- slightly lower the CPU usage (callback instead of active waiting w/ sleep) - make the terminal beep so the user knows something happened - prevent the user “escaping” the prompt by pressing /, s, or S
2015-01-21Remove another snippet of pre-3.4 compatibilitymathieui
2015-01-20Make the ncurses unicode check earliermathieui
and improve the message.
2015-01-20Add a check for python ncurses unicode supportmathieui
Exit almost gracefully instead of generating gigabytes of error logs. TODO: pressure the python maintainers into dropping ncurses and curses support, and use ncursesw only instead.
2015-01-19Properly ignore stderr and redirect stdout when execute a commandFlorent Le Coz
fix #2933
2015-01-15Fix a fallback path in bookmarks.py and use a single-dispatch functionmathieui
(if we gave parse_from_element an Element instead of a Conference object, it would crash)
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 ↵Célestin Matte
color of its aliases
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 ↵mathieui
unspecified number of items
2014-12-17Update CHANGELOG and versionsmathieui
2014-12-17Fix scrolling inside the input when the text is small enough to fitmathieui
(e.g. during a completion, the input might scroll due to the length of the completed item, and not go back to its original state without this change)