summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
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
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
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
2011-02-15Make the resize faster by resizing each tabFlorent Le Coz
2011-02-13Make the tab collectable by remove self references when closingFlorent Le Coz
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
2011-01-26Fix a traceback occuring when an (unknown) tab has a name corresponding to an...Florent Le Coz
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
2011-01-23/status command. fixed #2110Florent Le Coz
2011-01-21Fix on_user_join issue, and displays the jid if available on /infoFlorent Le Coz
2011-01-21Data form support.Florent Le Coz
2011-01-17/info command (to see user's affiliation, role, etc)Florent Le Coz
2011-01-17/join @server.tld now works. fixed #2038Florent Le Coz
2011-01-17/win's arg can be a part of the tab's nameFlorent Le Coz
2011-01-13Restaure the display of the kick's reason if availableFlorent Le Coz
2011-01-13Fix /bookmark command on non-MUC tabsFlorent Le Coz
2011-01-12Update CHANGELOG and s/codingteam.net/dev.louiz.org/Florent Le Coz
2011-01-12Have a notification when someone wants to suscribe to your presenceFlorent Le Coz
2011-01-12Log messages from normal and private conversations as wellFlorent Le Coz
2011-01-12Cleanly reset curses, so the term is never messed up after an exitFlorent Le Coz
2011-01-12Avoid various crashes by denying the resize AND the refresh on too small sizeFlorent Le Coz
2011-01-12Fix M-b and M-f, fixed #2102Florent Le Coz
2011-01-12/add and /remove commands, yayFlorent Le Coz
2011-01-11/accept and /deny commandsFlorent Le Coz