summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
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
2011-11-07Add a warning in case of theme not found, and now unsetting 'theme',mathieui
2011-11-07typoFlorent Le Coz
2011-11-07Refresh the RosterInfoTab on got_offline and got_onlinemathieui
2011-11-07Merge branch 'plugins' of https://git.louiz.org/poezio into pluginsFlorent Le Coz
2011-11-07Merge branch 'plugins' of /home/louiz/git/poezio into pluginsFlorent Le Coz
2011-11-07Add somme triggersmathieui
2011-11-07Merge branch 'master' into pluginsFlorent Le Coz
2011-11-06New type of events to be used with the pluginsmathieui
2011-11-06Code cleanup (unused import, variables, undefined names, etc…)mathieui
2011-11-06Merge branch 'master' into pluginsFlorent Le Coz
2011-11-06Fix the sending of colors in private.Florent Le Coz
2011-11-06Merge branch 'master' into pluginsFlorent Le Coz
2011-11-06Actually, no, messages are in _text_bufferFlorent Le Coz
2011-11-06Use threads RLock to avoid crash on simultaneous refresh and resize.Florent Le Coz
2011-11-06Wasn’t that already remove, like, TWICE?Florent Le Coz
2011-11-06Merge branch 'master' into pluginsFlorent Le Coz
2011-11-06Fixes mostly #2285 (no more crashes), but as for why we get an iqerrormathieui
2011-11-06Fixes #2284mathieui
2011-11-06Use Tab.state proxy everywhere, also, use the right color on privatemathieui
2011-11-06Remove the Room class. fixes #2122Florent Le Coz
2011-11-06Smaller means being insane, and even then, it should’nt bug too muchmathieui
2011-11-05Things related to priority, fixes #2266 (imo)mathieui
2011-11-05Fix some chat states problems (e.g. /dnd sending inactive)mathieui
2011-11-05Partial fix to #2266 and #2255 (removes the idea of "color state" andmathieui
2011-10-29Remove aliases to /statusmathieui
2011-10-29Fix the url matching in the link pluginFlorent Le Coz
2011-10-29Merge branch 'master' into pluginsFlorent Le Coz