summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-06Make private join/parts work properlymathieui
2011-11-06Code cleanup (unused import, variables, undefined names, etc…)mathieui
2011-11-06Merge branch 'plugins' of http://git.louiz.org/poezio into pluginsFlorent Le Coz
2011-11-06do not catch errors, actually, since there’s a bug in the mpd lib with ↵Florent Le Coz
python3 that makes it impossible to catch.
2011-11-06Merge branch 'plugins' of http://git.louiz.org/poezio into pluginsFlorent Le Coz
2011-11-06typoFlorent Le Coz
2011-11-06Merge branch 'plugins' of http://git.louiz.org/poezio into pluginsFlorent Le Coz
2011-11-06mpd plugins now accepts a password and catches some errors.Florent Le Coz
2011-11-06add a mpd pluginFlorent Le Coz
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-06Merge branch 'plugins' of http://git.louiz.org/poezio into pluginsFlorent 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-06Merge branch 'plugins' of http://git.louiz.org/poezio into pluginsFlorent Le Coz
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-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-06Merge branch 'plugins' of http://git.louiz.org/poezio into pluginsFlorent Le Coz
2011-11-06Merge branch 'master' into pluginsFlorent Le Coz
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 some chat states problems (e.g. /dnd sending inactive)mathieui
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-05Add plugins documentation.Florent Le Coz
2011-11-05Merge branch 'master' into pluginsFlorent Le Coz
2011-11-05Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
2011-11-05Add documentation for themes.Florent Le Coz
2011-11-05Merge branch 'master' of https://git.louiz.org/poezio into pluginsFlorent Le Coz
2011-11-03Merge branch 'master' of https://git.louiz.org/poeziomathieui
2011-11-03Fix a typo that causes a curses TBmathieui
2011-11-03Merge branch 'doc'Florent Le Coz
2011-11-03Merge remote-tracking branch 'myrtille/doc' into docFlorent Le Coz
Conflicts: doc/en/configure.txt
2011-11-03Add the configuration "help"mathieui