summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
2011-08-12Display the JID of an error sender. Fixes #2218.Emmanuel Gil Peyrot
2011-07-18Fix a crash on missing completion for /bindFlorent Le Coz
2011-07-11PUBSUB: publish items on node, with a text editorFlorent Le Coz
2011-07-09[pubsub] use callbacks to make everything non-blocking.Florent Le Coz
2011-07-04Merge these forgotten commits as well.Florent Le Coz
2011-07-04Merge that tooFlorent Le Coz
2011-07-03Remove useless keyboard shortcutsFlorent Le Coz
2011-07-03/bind commandFlorent Le Coz
2011-07-03Key bindings \o/Florent Le Coz
2011-06-29Fixes #2220 (that was hard)mathieui
2011-06-27Beep() on highlight/message/private-messages (configurable)Florent Le Coz
2011-06-23Fixes #1736mathieui
2011-06-23Fix receipt of private message. They were seen as comig from the room.Florent Le Coz
2011-06-21/reconnect is too dangerous for retardsmathieui
2011-06-20Remove a useless refresh (that would make things a little slower)Florent Le Coz
2011-06-18Fixes bug #2183mathieui
2011-06-18Handler error messages even when not comming from a roomFlorent Le Coz
2011-06-18Fixes #2209mathieui
2011-06-18Empty roster on disconnectFlorent Le Coz
2011-06-18Fix /connect (and renamed it to /reconnect)mathieui
2011-06-15Fix the refresh of the muc info header on new messaeFlorent Le Coz
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