summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Expand)Author
2013-01-17Move to the upstream SleekXMPPmathieui
2013-01-11Improve the xml tabmathieui
2013-01-07fix a tb on /acceptFlorent Le Coz
2013-01-06Improve the help system (#1986)mathieui
2012-12-31Fix #2138 (send xhtml with /say and /correct)mathieui
2012-12-31Fix #2161mathieui
2012-12-30Fix #2158mathieui
2012-12-30Fix #2189 Fix #2139 - Make /correct work properly in all chat tabsmathieui
2012-12-30Do not rebuild everything in order to modify a messagemathieui
2012-12-29Fix /correct and /me highlights, and handle /correct a bit better.Emmanuel Gil Peyrot
2012-12-18Fix a tb on /names (typo)mathieui
2012-12-17Remove that buggy thing (don’t ask more details, just read the diff).Florent Le Coz
2012-12-15Sort the configurations options by name in the documentationmathieui
2012-12-15(should) Fix #2175 ; prevent bugs caused by tab gapsmathieui
2012-12-15Make /w command better.Florent Le Coz
2012-12-15Introduce a special "reverse" value for the COLOR_HIGHLIGHT_NICK theme option.Florent Le Coz
2012-12-13bugfix: count roster list length by real listed item and not count filtered i...Łabędź
2012-11-30Add a hide_user_lits option that does what it says.Florent Le Coz
2012-11-22Fix the slow searchmathieui
2012-11-22Make the search usable againmathieui
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
2012-10-15Fix a refresh issue with /messagemathieui
2012-10-15Prettify the /names commandmathieui
2012-10-14Rename /connect to /reconnect and make it rostertab-onlymathieui
2012-10-14Add decorators to handle refreshs more easilymathieui
2012-10-14Add a space after a nick completion not at the start of the line.Florent Le Coz
2012-10-14Fix a refresh issue on space in the rostermathieui
2012-10-13Fixes #2374 (Crash on " " in the MUC list)mathieui
2012-10-13Fixes #2376 (Only open one XMLTab)mathieui
2012-10-13Add a “debug” attribute to Coremathieui
2012-10-12Correctly rebuild the messages when we corrected one. And avoid code duplicatesFlorent Le Coz
2012-10-12When a message is corrected, display it correctly in place of the previous one.Emmanuel Gil Peyrot
2012-10-12Implement message correction.Emmanuel Gil Peyrot
2012-10-02Revert "Add a tab-specific “ignore_changes” option"Florent Le Coz
2012-09-30Add a tab-specific “ignore_changes” optionmathieui
2012-09-26Rewrite the tab number handlingmathieui
2012-09-13Fix TBs when the system is not in utf-8 by defaultmathieui
2012-09-01Add a <body xmlns='http://www.w3.org/1999/xhtml'/> element on /xhtml commandFlorent Le Coz
2012-08-08Fix yet another bunch of potential tracebacksmathieui
2012-08-07Take care of the race condition "node@groupchat_server is now online/offline"mathieui
2012-08-06Add a common.safeJID function, and use it everywheremathieui
2012-08-05Should fix most tracebacks due to the new sleek versionmathieui
2012-08-02Implement XEP-0012 (last activity) ; Fixes #1870mathieui
2012-08-02Add simple communication blocking (Fixes #1837)mathieui
2012-08-01Sort resources from highest priority to lowestmathieui
2012-07-31Make the autorejoin option work with bans, too, and fix the documentationmathieui
2012-07-30Add an autorejoin_delay optionmathieui