summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
2012-11-05Fix a traceback when opening a conversation with a resource from the rostermathieui
2012-10-22Make the Executor class reliable.Florent Le Coz
2012-10-15Fixes #2368 (/join /nick not working)mathieui
2012-10-15Put back the “truc@chose.com is now online” messagesmathieui
2012-10-14Fix a traceback on completion_versionmathieui
2012-10-14Rename /connect to /reconnect and make it rostertab-onlymathieui
2012-10-14Do not display "None" in the /self commandmathieui
2012-10-14Add decorators to handle refreshs more easilymathieui
2012-10-14Do not quotify the status in /status command.Florent Le Coz
2012-10-13Fixes #2376 (Only open one XMLTab)mathieui
2012-10-13Add a “debug” attribute to Coremathieui
2012-10-13Fixes #2380 (traceback on /invite)mathieui
2012-10-12When a message is corrected, display it correctly in place of the previous one.Emmanuel Gil Peyrot
2012-10-09Transform a char (\xf1) into what we meant (Ctrl+/, apparently).Florent Le Coz
2012-10-09Send a real \t when pasting a text containing tabs.Florent Le Coz
2012-10-09Refresh less often when entering text.Florent Le Coz
2012-10-09Separate special keys from normal chars when receving a batch of chars.Florent Le Coz
2012-09-27Prevent special keys to appear in the input when laggingmathieui
2012-09-27Fix the bug of Alt-e (go to important room)mathieui
2012-09-26Add a /move_tab commandmathieui
2012-09-26Rewrite the tab number handlingmathieui
2012-09-13Make the toggle left pane permanentmathieui
2012-09-02An history_length of 0 was ignored (and the default length would be received)Florent Le Coz
2012-09-02added muc_history_length supportJohannes Krude
2012-08-08Fix yet another bunch of potential tracebacksmathieui
2012-08-07Take care of the race condition "node@groupchat_server is now online/offline"mathieui
2012-08-06Add a common.safeJID function, and use it everywheremathieui
2012-08-05Should fix most tracebacks due to the new sleek versionmathieui
2012-08-05Add a filter_info_messages optionmathieui
2012-08-03Do not set last activity when sending a stanza because it makes no sensemathieui
2012-08-02Implement XEP-0012 (last activity) ; Fixes #1870mathieui
2012-07-29/bind with only one argument now resets the bindingmathieui
2012-07-27Fix get_conversation_by_jid when a string is passed.Florent Le Coz
2012-07-26Add a /self commandmathieui
2012-07-26Add a /runkey commandmathieui
2012-07-26Change how scrolling is donemathieui
2012-07-26Remove the duplicate function get_tab_of_conversation_with_jidmathieui
2012-07-26Refactor core.py to have meaningful sectionsmathieui
2012-07-26Small non-impacting modificationsmathieui
2012-07-17Fix /version to find a fulljid when availablemathieui
2012-07-04Use no_auth instead of failed_auth eventmathieui
2012-07-03Do not reload plugins on reconnectionmathieui
2012-07-03Make /status comply with the command args rulemathieui
2012-07-03Improve the simple_notify plugin and the daemon to execute a command to clean...Florent Le Coz
2012-05-29Move ^D to ^Xmathieui
2012-05-22Remove the unused “port” option.mathieui
2012-05-21Fix the ^I (when pasting) issue correctly this time.Florent Le Coz
2012-05-21Revert "Do not display ^I when pasting a tabulation char."Florent Le Coz
2012-05-21Docstrings, and small cleanupmathieui
2012-05-20Do not display ^I when pasting a tabulation char.Florent Le Coz