summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
2012-01-27[Link Mauve] Add the ability to send and receive Attention (XEP-0224).Florent Le Coz
2012-01-27Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
2012-01-27Typo.Florent Le Coz
2012-01-26Fixes #2312 (delay element in normal conversations)mathieui
2012-01-26Add a simple_notify pluginFlorent Le Coz
2012-01-26Fix the completion for /decline and /invitemathieui
2012-01-26Add a /invites commandmathieui
2012-01-26Beep when receiving a MUC invitation (by default)mathieui
2012-01-26Make non-remote commands work.Florent Le Coz
2012-01-26Add an XML tab (/xml_tab) to view incoming/outgoing stanzasmathieui
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 new option 'use_remote_bookmarks' to force local bookmarks ifmathieui
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-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-23Plugin API: add a method to put text in the input.Florent Le Coz
2011-11-20May improve some performance, but should be unnoticeable.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-16Use os.path.expanduser to interpret '~' for _dir config optionsmathieui
2011-11-16Disable horizontal tab list when vertical one is enabled.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-13Completion for /server_cyclemathieui
2011-11-13Completion for /message (re-uses the completion for /version)mathieui
2011-11-13Completion for /thememathieui
2011-11-13Completion for /set_pluginmathieui
2011-11-13Completion for /setmathieui
2011-11-13Completion for /bookmarkmathieui
2011-11-13Completion for /versionmathieui
2011-11-13Completion for /presencemathieui
2011-11-13Add a /set_plugin commandmathieui
2011-11-12When we receive a message, open a tab with the concerned FULL jid.Florent Le Coz
2011-11-12Fix an tb because the get_jid method was changed.Florent Le Coz
2011-11-12Do not ignore presence coming from a JID not in our roster.Florent Le Coz
2011-11-12New event: send_normal_presenceFlorent Le Coz
2011-11-11/rawxml commandmathieui
2011-11-11Fix a refresh issue in the ConversationTab on status changemathieui
2011-11-11Modify /presencemathieui