summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-30Fix #2189 Fix #2139 - Make /correct work properly in all chat tabsmathieui
2012-12-30Fix #2143 Fix #2056mathieui
2012-12-30Do not rebuild everything in order to modify a messagemathieui
2012-12-29Display the number of revisions of a corrected message.Emmanuel Gil Peyrot
2012-12-29Fix /correct and /me highlights, and handle /correct a bit better.Emmanuel Gil Peyrot
2012-12-28Fix #1977mathieui
2012-12-28Fix #2174mathieui
2012-12-27Fix #2153mathieui
2012-12-27Fix the ^? for python 3.1mathieui
2012-12-20Allow theming of the info buffer messagesmathieui
2012-12-20Fix #2186 (muc password in the config file)mathieui
2012-12-18Fix a tb on /names (typo)mathieui
2012-12-18try to fix the ^? issuemathieui
2012-12-18Do not take 100% of the CPU when the certificate has changedmathieui
2012-12-17Remove that buggy thing (don’t ask more details, just read the diff).Florent Le Coz
2012-12-16Fix a tb on escape and no key after it.Florent Le Coz
2012-12-16Fix the per-tab options on logsmathieui
2012-12-15fix a traceback when we accidentally seek() in the middle of a charmathieui
2012-12-15Really make the use_log a tab-specific option.mathieui
2012-12-15Sort the configurations options by name in the documentationmathieui
2012-12-15Fix a TB on python < 3.2mathieui
2012-12-15(should) Fix #2175 ; prevent bugs caused by tab gapsmathieui
2012-12-15Fix #2172 (select which rooms are logged)mathieui
2012-12-15Make /w command better.Florent Le Coz
2012-12-15Fix the '^?' characters appearingmathieui
2012-12-15In user lists, the upper line is now the upper most person.Florent Le Coz
2012-12-15Fix the position of the ++ indicator in muc user list when asc sort is in use.Florent Le Coz
2012-12-15Add support for /set <option> toggle, which toggles the current valueFlorent Le Coz
2012-12-15Introduce a special "reverse" value for the COLOR_HIGHLIGHT_NICK theme option.Florent Le Coz
2012-12-15Do not use COLOR_HIGHLIGHT_NICK for things not related to highlighted nicks.Florent Le Coz
2012-12-14Use get_wch() if available, otherwise use the old (maybe buggy) method.Florent Le Coz
2012-12-13bugfix: count roster list length by real listed item and not count filtered i...Łabędź
2012-12-07Add a new show_timestamps option to hide/show timestamps in text buffers.Florent Le Coz
2012-12-05Sort items in /helpmathieui
2012-11-30Force a resize of the interface whenever we /set something.Florent Le Coz
2012-11-30Add a hide_user_lits option that does what it says.Florent Le Coz
2012-11-30Fix a byte value in the utf-8 decoding in poopt.Florent Le Coz
2012-11-23Fix the timedelta for python 3.1mathieui
2012-11-22Revert "Fix #2151 (cannot reload the OTR plugin)"mathieui
2012-11-22Fix the slow searchmathieui
2012-11-22Make the search usable againmathieui
2012-11-21Hack to make importlib work on python < 3.3mathieui
2012-11-18Fix #2154mathieui
2012-11-18For some reasons, importlib.machinery does not work on some platformsmathieui
2012-11-17Changes to the plugin_dir option are now taken into account on runtimemathieui
2012-11-17Fix #2151 (cannot reload the OTR plugin)mathieui
2012-11-17Fix the history numbers when re-joining a roommathieui
2012-11-11Preload history into discussion windows (à la mcabber)mathieui
2012-11-06Add a add_space_after_completion bool option.Florent Le Coz
2012-11-05Fix the completion for /infomathieui