summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Expand)Author
2011-08-21Fix a refresh bug on /query with a messageFlorent Le Coz
2011-08-14Show /info in the info window, like /version. Fixes #2225.Emmanuel Gil Peyrot
2011-08-11Fix a tb on invalid show in presence from a mucFlorent Le Coz
2011-08-04Fix 2 typosFlorent Le Coz
2011-08-01Fix typos in some command help messages.Florent Le Coz
2011-08-01Deactivate the /info command for private rooms until it’s finishedFlorent Le Coz
2011-07-18Fix that correctly :)Florent Le Coz
2011-07-15Fix the size of the text area in ConversationTab. fixed #2193Florent Le Coz
2011-07-11/version doesn’t block anymore waiting for the answer.Florent Le Coz
2011-07-11PUBSUB: publish items on node, with a text editorFlorent Le Coz
2011-07-03Key bindings \o/Florent Le Coz
2011-06-25Fixed #2190Florent Le Coz
2011-06-21Fix a stupid traceback.Florent Le Coz
2011-06-18Fixes bug #2183mathieui
2011-06-18Fix colors in private quit messagesFlorent Le Coz
2011-06-18hopefully fix chat statesmathieui
2011-06-04fix the display of the action 'emptying the status', and some few minor changesmathieui
2011-06-02make command case-insentitive (which means /w 1 works as fine as /W 1)mathieui
2011-06-02Added a /names commandmathieui
2011-05-29don’t leak presences with chat states when xa or awaymathieui
2011-05-29fixes #2121mathieui
2011-05-29fixes #2153 Remove the anon-specific tabFlorent Le Coz
2011-05-28Fixes #2179mathieui
2011-05-24fixes #2187 (import/export)mathieui
2011-05-24fixes #2184mathieui
2011-05-14Fixes #2177, and fixes chatstates a bitmathieui
2011-05-14fixes #2171, fixes #2173, also set a minimum size (< 5 lines crashes poezio w...mathieui
2011-05-13Fix #2175mathieui
2011-05-13Fix #2176, and remove useless stuff added by 2to3mathieui
2011-05-10-log.debugmathieui
2011-05-10Fix the /version command in mucs (and globaaly) & improve shlex parsingmathieui
2011-05-04Fix the paused status that was sent on /part and other inapropriate situationsFlorent Le Coz
2011-05-04fixes #2148, #2156, #2155mathieui
2011-04-18Refresh optimization on chatstatesFlorent Le Coz
2011-04-18Add some more debug and optimze the general refresh againFlorent Le Coz
2011-04-18Great roster refresh optimizationFlorent Le Coz
2011-04-17Remove the paused timed event when we send the messageFlorent Le Coz
2011-04-17idem etcFlorent Le Coz
2011-04-16IdemFlorent Le Coz
2011-04-16Fix some refresh issuesFlorent Le Coz
2011-04-16Optimize refresh by doing only when strictly required and on the concerned pa...Florent Le Coz
2011-04-16Fix a typo that made the ban messages not appear at allFlorent Le Coz
2011-04-10Fix the *args of timed eventsFlorent Le Coz
2011-04-10Implement paused chate state. fixed #2124Florent Le Coz
2011-04-05Save the last presence. Fix #2133Florent Le Coz
2011-04-04Fix that againFlorent Le Coz
2011-04-04Fix colors of reason in a kick messageFlorent Le Coz
2011-03-30Finish colors support with xhtml (clean the elinks dump, handle the input etc)Florent Le Coz
2011-03-29Remove the xhtml-im that was inserted for debug, add the start of a method to...Florent Le Coz
2011-03-29Convert html markup received in xhtml_im elements to poezio colorsFlorent Le Coz