summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06typoFlorent 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-06Actually, no, messages are in _text_bufferFlorent 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-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
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
2011-11-02Fix the key configuration exampleFlorent Le Coz
2011-11-02Add configure and keys documentation, also edit some default configuration ↵Florent Le Coz
values.
2011-11-01Doc: how to install poeziomathieui
2011-11-01First example of a documentation page + makefile to build the docFlorent Le Coz
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-29Add a plugin for /status aliasesmathieui
2011-10-29Remove aliases to /statusmathieui
2011-10-29Fix the url matching in the link pluginFlorent Le Coz
2011-10-29Daemon now reads from a pipe and not in the fifo directlyFlorent Le Coz
2011-10-29Remove the information() call in the link pluginFlorent Le Coz
2011-10-29Merge branch 'master' into pluginsFlorent Le Coz
2011-10-29add the link pluginFlorent Le Coz
2011-10-29add get_conversation_messages for the plugin APIFlorent Le Coz
2011-10-29Make the PluginConfig class heritate the poezio ConfigFlorent Le Coz
We can use the nice and safe get() method
2011-10-29Add a \n when writing the command to the fifoFlorent Le Coz
2011-10-29Merge branch 'remote_exec' into pluginsFlorent Le Coz