summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Collapse)Author
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
Kassdédi mrk
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 ↵Florent Le Coz
to enter attributes in Inputs, convert \n to <br /> in xhtml_im bodies and put that body in a <p> element
2011-03-29Convert html markup received in xhtml_im elements to poezio colorsFlorent Le Coz
and use that as the body
2011-03-29Cleanup some code not used anymoreFlorent Le Coz
2011-03-29Change how colors are handled. With \x19x etcFlorent Le Coz
Should work like before and be a little lighter on the RA
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, ↵Florent Le Coz
and simplifying its resize (F7 and F8 stuff)
2011-03-07Inputs are garbage collected, making MucListTab collectable.Florent Le Coz
Memory improvement issues.
2011-03-07very little cleanupFlorent Le Coz
2011-03-05Move a lot of muc-only-related stuff insid the MucTab classFlorent Le Coz
instead of core. May break some stuff, maybe
2011-03-05Kind of big cleanup.Florent Le Coz
Core and Connection classes are now used as singletons, we do not need to pass them to each Tab and Win. This remove a lot of arguments to varius methods.
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
2011-02-25Fix a tb when receiving the first private message of a conversationFlorent Le Coz
2011-02-24Display chatstates in the user list in MucTabsFlorent Le Coz
2011-02-24end and handle chatstates in privateconversationsFlorent Le Coz
2011-02-24Refresh the tab when we receive a chat stateFlorent Le Coz
2011-02-24Pass the message tooFlorent Le Coz
2011-02-24In normal conversations: Send composing and active chat statesFlorent Le Coz
and display the state of the remote contact
2011-02-16Fix the info_win of the InfoTab (anon mode)Florent Le Coz
2011-02-15Ctrl+Shift+left and right switch to the previous/next tabFlorent Le Coz
2011-02-15/message command. Fixed #2106Florent Le Coz
2011-02-15Remove the resize timer etc, because the resize processFlorent Le Coz
is waaaaaay faster now.
2011-02-15Make the resize faster by resizing each tabFlorent Le Coz
only at its next refresh
2011-02-13Make the tab collectable by remove self references when closingFlorent Le Coz
them.
2011-02-10Fix /list completion (complete the servers only)Florent Le Coz
2011-02-10Fix the /help command with commands of the current tabFlorent Le Coz
2011-02-10/help completionFlorent Le Coz
2011-02-10/win completion and fix the return values of other completionsFlorent Le Coz
2011-02-10/show completionFlorent Le Coz
2011-02-10Make the shell split do a normal split if the syntax is wrongFlorent Le Coz
2011-02-09update version to 0.7.5-dev and remove some debugFlorent Le Coz
2011-01-26get_tab_by_name is safer now, by passing the type of the tab we want.Florent Le Coz
This avoid confusion between various tabs having an identical name (which should not happen anyway…)
2011-01-26Fix a traceback occuring when an (unknown) tab has a name corresponding to ↵Florent Le Coz
an existant MucTab.
2011-01-26Properly consider the size of the window on data-form tabFlorent Le Coz
2011-01-24/status also changes your presence in MUCsFlorent Le Coz
2011-01-23Handle correctly the banning of a muc participantFlorent Le Coz
Fixed #2112