summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-26Curses operations must operate within the lockmathieui
2012-01-26We can now configure each conversation independently, for some options.Florent Le Coz
2011-11-28Add a /remove_bookmark commandmathieui
2011-11-28Add a /bookmarks commandmathieui
2011-11-28Fix the informations displayed on /bookmark and /bookmark_remotemathieui
2011-11-27Some function rewriting and docstrings for bookmark.pymathieui
2011-11-27Add a Bookmark.local() method for local bookmarksmathieui
2011-11-27It would be silly to erase the remote bookmarks when we just want not to use ...mathieui
2011-11-27Add a new option 'use_remote_bookmarks' to force local bookmarks ifmathieui
2011-11-27Fix a tb in save_local()mathieui
2011-11-26Completion for /bookmark and /bookmark_localmathieui
2011-11-26Add a new /bookmark_local command (that acts like the old one)mathieui
2011-11-26Adapt the startup to the new bookmarks systemmathieui
2011-11-26Default to privatexml instead of pep for bookmarks storagemathieui
2011-11-26Load the XEP-0048 plugin on startupmathieui
2011-11-26Add stanza generators for the <storage/> elementmathieui
2011-11-26Add save() methods to save bookmarks in every waymathieui
2011-11-26Add get_ methods to retrieve bookmarks locally/w/pubsub/privatexmlmathieui
2011-11-26Add a parser from xml Element to Bookmarkmathieui
2011-11-26Enhance the Bookmark classmathieui
2011-11-26Add a Bookmark classmathieui
2011-11-25Fix an error on data_forms tabFlorent Le Coz
2011-11-25Fix split of args for /groupaddFlorent Le Coz
2011-11-25Fix /me in history messages in a better way.Florent Le Coz
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-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-23Nick completion doesn’t add a space afterFlorent Le Coz
2011-11-23Remove this usell ++-- from pooptFlorent 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-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-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