summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Collapse)Author
2011-11-07trigger events *_say BEFORE generating the xhtml, making it possible to add ↵Florent Le Coz
colors in the hook
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-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-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
2011-11-03Fix a typo that causes a curses TBmathieui
2011-11-01Add a config option that display the nick in join/part/statusEmmanuel Gil Peyrot
change/etc. in that user color. Fixes #2282.
2011-11-01Fixed #2281mathieui
2011-10-30Fixes #2277mathieui
2011-10-29Merge branch 'master' into pluginsFlorent Le Coz
2011-10-29add get_conversation_messages for the plugin APIFlorent Le Coz
2011-10-27Fixed a TB on /kickmathieui
2011-10-20Fix crash on completion of recent words containing xhtml-im attributesFlorent Le Coz
fixes #2278
2011-10-17/affiliation commandmathieui
(without the 'outcast' affiliation ATM)
2011-10-17remove /visitor /participant /moderator and replace them with /rolemathieui
2011-10-17TypoMathieu Pasquet
2011-10-14User role management in MUC (ie /visitor /particpant /moderator)mathieui
2011-10-09Fixed #2268mathieui
2011-10-01Added a connect() function to the plugins API, for internal eventmathieui
2011-10-02/clear command in MUCmathieui
2011-10-01Do not try to cycle completion on commands if there was only one possibily.Florent Le Coz
You can now see by the space appended at the end if it was the only one. It lets you complete arguments without having to add a stupid space after the command name
2011-10-01More contact management commandsTodd Eisenberger
2011-09-30fixed #2258Florent Le Coz
2011-09-30fixes #2185 completion can be done with the cursor ANYWHERE!Florent Le Coz
2011-09-29²Florent Le Coz
2011-09-29Mais putainFlorent Le Coz
2011-09-29Fix that resize bug AGAINFlorent Le Coz
2011-09-25Fix some more presence leaksmathieui
2011-09-25Fixes the refresh issue when the user of a private conversation leaves/joinsFlorent Le Coz
2011-09-25and thatFlorent Le Coz
2011-09-25Restaure thatFlorent Le Coz