summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
2011-05-29Remove InfoTab referencesmathieui
2011-05-29fixes #2153 Remove the anon-specific tabFlorent Le Coz
2011-05-29Fix some bug due to the new way chars are returnedFlorent Le Coz
2011-05-29Merge, whateverFlorent Le Coz
2011-05-29fixes #2164. Restore multiline messages on paste of big text. That’s now fa...Florent Le Coz
2011-05-28Fixes #2179mathieui
2011-05-19Fix arguments for /status commandFlorent Le Coz
2011-05-19Fix the argument split issuesFlorent Le Coz
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-13fixes #1995 (hopefully google will fix their server, one day…)mathieui
2011-05-13Fix #2170mathieui
2011-05-13Fix #2176, and remove useless stuff added by 2to3mathieui
2011-05-11should fix #2161, and enable xhtml-im while in debugmathieui
2011-05-10Fix the /version command in mucs (and globaaly) & improve shlex parsingmathieui
2011-04-18Do not dispaly information message about the contact that were already connec...Florent Le Coz
2011-04-18Refresh optimization on chatstatesFlorent Le Coz
2011-04-18Add some more debug and optimze the general refresh againFlorent Le Coz
2011-04-17Remove the paused timed event when we send the messageFlorent Le Coz
2011-04-17Litter bug on roster presenceFlorent 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-16Make the information messages "pop" the information buffer temporarlyFlorent Le Coz
2011-04-10Ignore messages with empty body. fixed #2144Florent Le Coz
2011-04-10Implement paused chate state. fixed #2124Florent Le Coz
2011-04-09Basic timed event implementation.Florent Le Coz
2011-04-08Have a timeout in read_char to enable timed eventsFlorent Le Coz
2011-04-05Alt+ a number returns to the previous tab if we are already on tab “number”.Florent Le Coz
2011-04-05Save the last presence. Fix #2133Florent Le Coz
2011-03-31Fix a crash on normal messages, and add colors to information messagesFlorent 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-29Cleanup some code not used anymoreFlorent Le Coz
2011-03-29Change how colors are handled. With \x19x etcFlorent Le Coz
2011-03-27Jump the space on /message JID blabla commandFlorent Le Coz
2011-03-20Alt+JFlorent Le Coz
2011-03-20Little mistakeFlorent Le Coz
2011-03-20Alt+x where x is a numberFlorent Le Coz
2011-03-20Command connect, to reconnect if needed. Fixed #1149Florent Le Coz
2011-03-15/version <jid> commandFlorent Le Coz
2011-03-13Remove the avail command, since /ava[TAB] is even shorter than that.Florent Le Coz
2011-03-11Remove the /show command and map /away, /avail, etc. to /status.Emmanuel Gil Peyrot
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-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-03-03fixed #2117 Fix tracebacks: remove traceback handler.Florent Le Coz
2011-03-03Avoid a blink at startup with a stupid hack…Florent Le Coz