summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-25Fix something with /me etc.Florent Le Coz
2011-11-25/recolor now reloads OWN_NICK_COLOR from the theme, and also add anFlorent Le Coz
2011-11-25Use the nick color for the “*” char in /me messages.Florent Le Coz
2011-11-25/me now works in all chatabsFlorent Le Coz
2011-11-25fixes #2270Florent Le Coz
2011-11-25Add the F4 key to toggle the left panel.Florent Le Coz
2011-11-24Add a /decline commandmathieui
2011-11-24Handle invitations (and do not show them as a message)mathieui
2011-11-24Add a /invite commandmathieui
2011-11-24Document the new keybindingsmathieui
2011-11-24Increase the size of the information buffer (20 is not enough)mathieui
2011-11-24Add a way to scroll up and down the information buffermathieui
2011-11-24Fixes #2301mathieui
2011-11-24Fixes #2299mathieui
2011-11-24Fixes #2298mathieui
2011-11-23Document Ctrl+enterFlorent Le Coz
2011-11-23/quote can now be used by specifiying only the seconds, then completing.Florent Le Coz
2011-11-23Remove TODO since this is done.Florent Le Coz
2011-11-23First argument of /quote can complete a nickname, to filter time results.Florent Le Coz
2011-11-23Nick completion doesn’t add a space afterFlorent Le Coz
2011-11-23Remove this usell ++-- from pooptFlorent Le Coz
2011-11-23Add a quote plugin.Florent Le Coz
2011-11-23Plugin API: add a method to put text in the input.Florent Le Coz
2011-11-23Use almost all available 256 colors for nick colorsFlorent Le Coz
2011-11-20May improve some performance, but should be unnoticeable.Florent Le Coz
2011-11-19Restaure try: except: on derwinFlorent Le Coz
2011-11-18Use the new args parser in the alias pluginmathieui
2011-11-18Add a simple args parser for commands in common.pymathieui
2011-11-18Add some __doc__ to the parse from/to str/secs methodsmathieui
2011-11-18Add xep.txt to doc.Florent Le Coz
2011-11-18Restaure the enter key on contacts in the roster.Florent Le Coz
2011-11-18Restaure Ctrl+Enter -> \nFlorent Le Coz
2011-11-18Pasting text is now handled has one single big key.Florent Le Coz
2011-11-18Do not try to interpret keys as key shortcuts when pasting text.Florent Le Coz
2011-11-16Merge branch 'master' of http://git.louiz.org/poezioFlorent Le Coz
2011-11-16Add a vertical separator between the vertical tab list and the restFlorent Le Coz
2011-11-16Fix plugin statusmathieui
2011-11-16Add CHAR_CHATSTATE_* to the available theme optionsmathieui
2011-11-16Use os.path.expanduser to interpret '~' for _dir config optionsmathieui
2011-11-16Add a wrapper for RawConfigParser.options() in PluginConfigmathieui
2011-11-16Merge branch 'master' of http://git.louiz.org/poezioFlorent Le Coz
2011-11-16Disable horizontal tab list when vertical one is enabled.Florent Le Coz
2011-11-16Merge branch 'master' of http://git.louiz.org/poezioFlorent Le Coz
2011-11-16Add an option to display vertical tabs from bottom to top.Florent Le Coz
2011-11-16Merge branch 'master' of http://git.louiz.org/poezioFlorent Le Coz
2011-11-16Update the dark theme for the vertical tabs.Florent Le Coz
2011-11-16Document the two new options.Florent Le Coz
2011-11-16Add an optional vertical tab list.Florent Le Coz
2011-11-15Use the new functions in reminder.pymathieui
2011-11-15Add the 's' modifier (allow a string to be "50s1d1d4m1s")mathieui