summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-08poezio_colors_to_html now takes full colors (\x19xxx}) to generate the xhtml ↵Florent Le Coz
code (cherry picked from commit 2b9a43ce6a5fa6ad93ab570a99d4d92337a40110)
2011-11-08Fix the curses -> html color conversionFlorent Le Coz
(cherry picked from commit 689f17cfd79b152d3ca75e570f9f13f70aa6c425)
2011-11-08Add a function to convert ncurses colors to HTML color code.Florent Le Coz
(cherry picked from commit 04f103b9e67ccd1de7376be4f7b5156ec425e99c)
2011-11-08Should fix day_change pluginmathieui
2011-11-08avoid a crash on invalid colorsFlorent Le Coz
(cherry picked from commit 15780364cf13de0bd4c2a40d895fe77273f00ab9)
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-07Display actual status message on contact connection instead ofmathieui
unreadable status type
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
setting it to 'default' or a number of spaces has the same effect
2011-11-07poezio_colors_to_html now takes full colors (\x19xxx}) to generate the xhtml ↵Florent Le Coz
code
2011-11-07Little cleanupFlorent Le Coz
2011-11-07Fix the curses -> html color conversionFlorent Le Coz
2011-11-07trigger events *_say BEFORE generating the xhtml, making it possible to add ↵Florent Le Coz
colors in the hook
2011-11-07avoid a crash on invalid colorsFlorent Le Coz
2011-11-07typoFlorent Le Coz
2011-11-07Removed "WARNING" debug messages, because they are irrelevantmathieui
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-07Remove first&last and only use "position" in plugins eventsmathieui
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
Conflicts: src/core.py
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-07Add a function to convert ncurses colors to HTML color code.Florent Le Coz
2011-11-07Add somme triggersmathieui
2011-11-07Fix subscriptions (/add → /accept instead of /add → /accept → /accept)mathieui
2011-11-07Move a space (for perfectionnists)mathieui
2011-11-07Actually add the events.py filemathieui
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-06Merge branch 'master' into pluginsFlorent Le Coz
2011-11-06Fix the sending of colors in private.Florent Le Coz
fixes #2287
2011-11-06Merge branch 'master' into pluginsFlorent Le Coz
Conflicts: src/core.py
2011-11-06Fix another thing related to Room removaleFlorent Le Coz
2011-11-06Actually, no, messages are in _text_bufferFlorent Le Coz
2011-11-06Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
2011-11-06Use threads RLock to avoid crash on simultaneous refresh and resize.Florent Le Coz
fixes #2180
2011-11-06Wasn’t that already remove, like, TWICE?Florent 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-06Should really fix #2284 and some other tbsmathieui
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