summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Collapse)Author
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
2011-11-06Fix the sending of colors in private.Florent Le Coz
fixes #2287
2011-11-06Fix another thing related to Room removaleFlorent Le Coz
2011-11-06Actually, no, messages are in _text_bufferFlorent Le Coz
2011-11-06Fixes #2286 (with /info)mathieui
2011-11-06Remove a tab._room reference in a plugin API.Florent Le Coz
2011-11-06Merge branch 'master' into pluginsFlorent Le Coz
2011-11-06Fix a remaining crash from the Room class deletion.Florent Le Coz
2011-11-06Fixes mostly #2285 (no more crashes), but as for why we get an iqerrormathieui
when trying to get the version from a full jid……
2011-11-06Fixes #2284mathieui
2011-11-06Use Tab.state proxy everywhere, also, use the right color on privatemathieui
message
2011-11-06fix variable name, and remove ALL tab._room references.Florent Le Coz
2011-11-06Remove the Room class. fixes #2122Florent Le Coz
2011-11-06First part of the “remove the Room class” changeFlorent Le Coz
2011-11-06Smaller means being insane, and even then, it should’nt bug too muchmathieui
Fixes #2259
2011-11-05More @property magic, for transparencymathieui
2011-11-05Things related to priority, fixes #2266 (imo)mathieui
2011-11-05Fixes #2255 with some lambda funmathieui
2011-11-05Fix the /kick commandmathieui
2011-11-05Partial fix to #2266 and #2255 (removes the idea of "color state" andmathieui
adds state, that are computed to the current theme color)
2011-11-05Merge branch 'master' of https://git.louiz.org/poezio into pluginsFlorent Le Coz