summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Expand)Author
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
2011-03-29Fix some colors, again...Florent Le Coz
2011-03-29Fix the color in join messageFlorent Le Coz
2011-03-29Cleanup some code not used anymoreFlorent Le Coz
2011-03-29Change how colors are handled. With \x19x etcFlorent Le Coz
2011-03-21Florent Le Coz
2011-03-21Hix a crash on last word completionFlorent Le Coz
2011-03-11Send chatstate composing if we are starting our message with //Florent Le Coz
2011-03-10Fix the search (the enter key opens the conversation BEFORE restoring the ros...Florent Le Coz
2011-03-09little fixes and (very little) optimizationFlorent Le Coz
2011-03-09Some optimizations in build_new_message. Also cleaned up. Added an optimized ...Florent Le Coz
2011-03-08Have a single TextWin in common for each tab, reducing the needed memory, and...Florent Le Coz
2011-03-07Inputs are garbage collected, making MucListTab collectable.Florent Le Coz
2011-03-07TypoFlorent Le Coz
2011-03-07very little cleanupFlorent Le Coz
2011-03-05Move a lot of muc-only-related stuff insid the MucTab classFlorent Le Coz
2011-03-05Kind of big cleanup.Florent Le Coz
2011-02-26Send chatstates to MUC only if the room is joinedFlorent Le Coz
2011-02-24Display chatstates in the user list in MucTabsFlorent Le Coz