summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Expand)Author
2013-04-05Handle I/O errors bettermathieui
2013-04-05Consistencymathieui
2013-04-04Fix #2255 (search in input history)mathieui
2013-03-31Fix #2275, ref #2229mathieui
2013-03-28Add a (per-tab) notif_messages option to ignore MUC’s normal messagesFlorent Le Coz
2013-03-16Catch CorrectionError to avoid tracebacking when /correct failsFlorent Le Coz
2013-03-12Implement user gaming (xep-0196)mathieui
2013-03-11Fix #1839 (User mood/activity)mathieui
2013-03-11Fix #1841 (User nickname)mathieui
2013-03-11Implement XEP-0118 (Fix #1840)mathieui
2013-03-09Fix #2254mathieui
2013-03-04Make /affiliation and /role non-blocking (fix #2235)mathieui
2013-03-02Fix #2132 (/disconnect)mathieui
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