summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
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
2012-05-17Show subscription changes in the info buffer - Fixes #2234mathieui
2012-05-16Put color in the topic againmathieui
2012-05-16Prevent the rooms from going “offline”mathieui
2012-05-16Add status code handling - Fixes #2338mathieui
2012-05-14Fix the “/bookmark{,_local} *” behaviourmathieui
2012-05-12Add the ignore_private and private_auto_response optionsmathieui
2012-05-10Prevent iq errors & timeouts on /join completionmathieui
2012-05-10Fix the usr join/rejoin when someone gets kicked or bannedmathieui
2012-05-10Add a way to execute a custom command with a custom key bindingmathieui
2012-05-10Add new status & bookmarks actionsmathieui
2012-05-08Add the possibility to map keys on 'actions'mathieui
2012-05-07Fix the duplicate messages when talking to an offline gmail contactmathieui
2012-04-28Trigger only the 'normal_presence' event if the contact is in the rostermathieui
2012-04-27Roster update: Merge branch 'master' of https://git.louiz.org/poeziomathieui
2012-04-27Fix the completion for all commands manipulating the rostermathieui
2012-04-27Add the new subscription handlers and update on_message() and disconnect()mathieui
2012-04-27Update the got_online, got_offline, and presence handlersmathieui
2012-04-27New roster attributes and new subscription eventsmathieui
2012-04-18Do not quotify completions where it is not allowedmathieui
2012-04-18Refactor command_win a bitmathieui
2012-04-18Remove if len(list) in command_thememathieui
2012-04-18Refactor command_list a bitmathieui
2012-04-18Replace arg.split with shell_split in command_messagemathieui
2012-04-18Remove if len(list) in command_helpmathieui
2012-04-15Add a way to bookmark all the rooms at oncemathieui
2012-04-02Fixes #2350 (reloading static resources on SIGHUP)mathieui
2012-04-02Fixes #2349mathieui
2012-03-30Should fix the refresh issuemathieui
2012-03-26Remove some useless refreshsmathieui