summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Expand)Author
2013-02-28Remove a debug that floods too muchmathieui
2013-02-27Improve XEP-0308 supportmathieui
2013-02-15Fix a potential traceback on /ignoremathieui
2013-02-11Do not add a space after /unignore completionmathieui
2013-02-03Fix the folding of contacts in multiple groupsmathieui
2013-02-03Fix a traceback on the completion of /correctmathieui
2013-01-29Fix a tb on /accept. Make sure jid is a JID object, not an str.Florent Le Coz
2013-01-26Add an /unlock command to manually unlock a DynamicConversationTab.Florent Le Coz
2013-01-26Implement XEP 296 for locking resource in conversations.Florent Le Coz
2013-01-21Fix it for real.mathieui
2013-01-21Fix a traceback when a tab failed to be joined in the first placemathieui
2013-01-19Fix get_version and get_room_formmathieui
2013-01-17Fix a (hidden) tracebackmathieui
2013-01-17Refresh the rooster when canceling the search.Florent Le Coz
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