summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Collapse)Author
2011-11-14Completion for /versionmathieui
2011-11-14Fix priority for command completionmathieui
(tab command > core command)
2011-11-13Add a way for a plugin to add a keybind only for a type of tabmathieui
2011-11-13Tweak auto_completion in order to add quotes only when neededmathieui
2011-11-13Completion for /nickmathieui
2011-11-13Completion for /infomathieui
2011-11-13Completion for /query (re-uses /ignore)mathieui
2011-11-13Completion for /affiliationmathieui
2011-11-13Completion for /rolemathieui
2011-11-13Fix /kick with nicks with spaces in itmathieui
2011-11-13Completion for /kickmathieui
2011-11-13Completion for /ignoremathieui
2011-11-13Completion for /export and /importmathieui
2011-11-13Move /clear to the chattab instead of the muctabmathieui
2011-11-13Fix add_tab_command (and remove)mathieui
2011-11-12a plugin can now add informations in ConversationTab’s InfoWin. And the ↵Florent Le Coz
GPG plugin does that.
2011-11-12Add three new events to modify a message JUST before we send it. It is NOT ↵Florent Le Coz
safe, and the doc says that pretty clearly. It is used to encrypt messages just before sending them (this way we can remove ALL potential in-clear bodies).
2011-11-12/xhtml command, Fixes #2237mathieui
2011-11-11Fix a (possible) traceback on /removemathieui
2011-11-11Fixes presence handhakemathieui
2011-11-10Fixes #2231mathieui
2011-11-10Also, do not crash when receiving a message from someone who is not amathieui
contact
2011-11-10Add per_tab_type commands for the pluginsmathieui
2011-11-10Forgotten changesmathieui
2011-11-09Do not send chatstates when the contact is offlinemathieui
2011-11-09-get -set +@property +@property.settermathieui
2011-11-09What.mathieui
2011-11-09Same as previous commit, but with _saymathieui
2011-11-09Merge branch 'plugins'Florent Le Coz
Conflicts: README src/core.py src/tabs.py
2011-11-08Edited the help messages of the commands for clarity/consistencymathieui
2011-11-08Fix /kick with the optional messagemathieui
2011-11-08Merge remote-tracking branch 'origin/plugins' into pluginsFlorent Le Coz
2011-11-08Removed "WARNING" debug messages, because they are irrelevantmathieui
2011-11-08Fix subscriptions (/add → /accept instead of /add → /accept → /accept)mathieui
2011-11-08Make private join/parts work properlymathieui
2011-11-08Code cleanup (unused import, variables, undefined names, etc…)mathieui
2011-11-08fix the last errors that are in another commit that I don’t wantFlorent Le Coz
to cherry-pick.
2011-11-08use only full color mode when sending messages. Simple color mode should neverFlorent Le Coz
be used in any part of the code except inside the input. (cherry picked from commit 17e5411d8f050a3c5e5bcd010551eecac96b5911) Conflicts: src/tabs.py
2011-11-08Add a command /clear_infosmathieui
2011-11-08trigger events *_say BEFORE generating the xhtml, making it possible to add ↵Florent Le Coz
colors in the hook Conflicts: src/tabs.py
2011-11-08Should fix day_change pluginmathieui
2011-11-07Trigger conversation_say and private_say only once,Florent Le Coz
and fix the place where we add the message to the window (before removing the colors)
2011-11-07trigger events *_say BEFORE generating the xhtml, making it possible to add ↵Florent Le Coz
colors in the hook
2011-11-07Removed "WARNING" debug messages, because they are irrelevantmathieui
2011-11-07use only full color mode when sending messages. Simple color mode should neverFlorent Le Coz
be used in any part of the code except inside the input.
2011-11-07Fix subscriptions (/add → /accept instead of /add → /accept → /accept)mathieui
2011-11-07Merge branch 'master' into pluginsFlorent Le Coz
Conflicts: src/core.py
2011-11-06New type of events to be used with the pluginsmathieui
2011-11-06Make private join/parts work properlymathieui
2011-11-06Code cleanup (unused import, variables, undefined names, etc…)mathieui