summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
2013-03-01Fix #2226 (TB on /activity)mathieui
2013-02-28Fix signal handlingmathieui
2013-02-27Improve XEP-0308 supportmathieui
2013-02-03Remove some useless keys, and change the keys to scroll the info win.Florent Le Coz
2013-01-28Do not open new useless tabs with /messagemathieui
2013-01-28fix the completion of jids for /messagemathieui
2013-01-26Remove a single trailing space. hihi.Florent Le Coz
2013-01-26Implement XEP 296 for locking resource in conversations.Florent Le Coz
2013-01-21Fix it for real.mathieui
2013-01-19Fix get_version and get_room_formmathieui
2013-01-18Open tabs for rooms without autojoin (but do not join them)mathieui
2013-01-17Move to the upstream SleekXMPPmathieui
2013-01-07Fix the behaviour of /move_tabmathieui
2013-01-06Improve the help system (#1986)mathieui
2013-01-05Do not display messages if they have an empty body after the hookmathieui
2013-01-04Do not display the messages with type=headline and an empty bodymathieui
2013-01-02Add the save_status, status, and status_message optionsmathieui
2013-01-02Fix a TB on /move_tabmathieui
2012-12-30Fix #2189 Fix #2139 - Make /correct work properly in all chat tabsmathieui
2012-12-30Fix #2143 Fix #2056mathieui
2012-12-29Fix /correct and /me highlights, and handle /correct a bit better.Emmanuel Gil Peyrot
2012-12-28Fix #1977mathieui
2012-12-28Fix #2174mathieui
2012-12-20Allow theming of the info buffer messagesmathieui
2012-12-20Fix #2186 (muc password in the config file)mathieui
2012-12-18Do not take 100% of the CPU when the certificate has changedmathieui
2012-12-15(should) Fix #2175 ; prevent bugs caused by tab gapsmathieui
2012-12-15Make /w command better.Florent Le Coz
2012-12-15Add support for /set <option> toggle, which toggles the current valueFlorent Le Coz
2012-12-14Use get_wch() if available, otherwise use the old (maybe buggy) method.Florent Le Coz
2012-12-05Sort items in /helpmathieui
2012-11-30Force a resize of the interface whenever we /set something.Florent Le Coz
2012-11-23Fix the timedelta for python 3.1mathieui
2012-11-17Changes to the plugin_dir option are now taken into account on runtimemathieui
2012-11-17Fix the history numbers when re-joining a roommathieui
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