summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
2011-11-23Plugin API: add a method to put text in the input.Florent Le Coz
2011-11-20May improve some performance, but should be unnoticeable.Florent Le Coz
2011-11-18Restaure Ctrl+Enter -> \nFlorent Le Coz
2011-11-18Pasting text is now handled has one single big key.Florent Le Coz
2011-11-18Do not try to interpret keys as key shortcuts when pasting text.Florent Le Coz
2011-11-16Use os.path.expanduser to interpret '~' for _dir config optionsmathieui
2011-11-16Disable horizontal tab list when vertical one is enabled.Florent Le Coz
2011-11-16Document the two new options.Florent Le Coz
2011-11-16Add an optional vertical tab list.Florent Le Coz
2011-11-13Completion for /server_cyclemathieui
2011-11-13Completion for /message (re-uses the completion for /version)mathieui
2011-11-13Completion for /thememathieui
2011-11-13Completion for /set_pluginmathieui
2011-11-13Completion for /setmathieui
2011-11-13Completion for /bookmarkmathieui
2011-11-13Completion for /versionmathieui
2011-11-13Completion for /presencemathieui
2011-11-13Add a /set_plugin commandmathieui
2011-11-12When we receive a message, open a tab with the concerned FULL jid.Florent Le Coz
2011-11-12Fix an tb because the get_jid method was changed.Florent Le Coz
2011-11-12Do not ignore presence coming from a JID not in our roster.Florent Le Coz
2011-11-12New event: send_normal_presenceFlorent Le Coz
2011-11-11/rawxml commandmathieui
2011-11-11Fix a refresh issue in the ConversationTab on status changemathieui
2011-11-11Modify /presencemathieui
2011-11-11Add a /presence command for directed presencesmathieui
2011-11-11Fixes presence handhakemathieui
2011-11-10Fixes #2271mathieui
2011-11-10Autoload plugins in session_start instead of core.__init__mathieui
2011-11-09New events in the plugins APImathieui
2011-11-09Do not send chatstates when the contact is offlinemathieui
2011-11-09-get -set +@property +@property.settermathieui
2011-11-09Do not display an empty message when only a chatstate is receivedmathieui
2011-11-09Fixed a display bug (the info buffer popped even in the RosterInfoTab)mathieui
2011-11-09Give the concerned tab to the _msg handlersmathieui
2011-11-09Do not create a private tab when receiving only a chatstatemathieui
2011-11-09Merge remote-tracking branch 'origin/master'Florent Le Coz
2011-11-09Remove useless commandsFlorent Le Coz
2011-11-09Merge branch 'plugins'Florent Le Coz
2011-11-09Correct the firstrun messagemathieui
2011-11-08Edited the help messages of the commands for clarity/consistencymathieui
2011-11-08Some documentation improvements.Florent Le Coz
2011-11-08/theme takes an optional argument to change the theme directly.Florent Le Coz
2011-11-08Display actual status message on contact connection instead ofmathieui
2011-11-08Add a warning in case of theme not found, and now unsetting 'theme',mathieui
2011-11-08Refresh the RosterInfoTab on got_offline and got_onlinemathieui
2011-11-08Code cleanup (unused import, variables, undefined names, etc…)mathieui
2011-11-07Display actual status message on contact connection instead ofmathieui
2011-11-07Merge branch 'plugins' of https://git.louiz.org/poezio into pluginsmathieui
2011-11-07Add a /plugins command that lists the plugins currently in usemathieui