Age | Commit message (Expand) | Author |
2011-11-29 | Add an XML tab (/xml_tab) to view incoming/outgoing stanzas | mathieui |
2011-11-28 | We can now configure each conversation independently, for some options. | Florent Le Coz |
2011-11-28 | Add a /remove_bookmark command | mathieui |
2011-11-28 | Add a /bookmarks command | mathieui |
2011-11-28 | Fix the informations displayed on /bookmark and /bookmark_remote | mathieui |
2011-11-27 | Some function rewriting and docstrings for bookmark.py | mathieui |
2011-11-27 | Add a new option 'use_remote_bookmarks' to force local bookmarks if | mathieui |
2011-11-26 | Completion for /bookmark and /bookmark_local | mathieui |
2011-11-26 | Add a new /bookmark_local command (that acts like the old one) | mathieui |
2011-11-26 | Adapt the startup to the new bookmarks system | mathieui |
2011-11-25 | Add the F4 key to toggle the left panel. | Florent Le Coz |
2011-11-24 | Add a /decline command | mathieui |
2011-11-24 | Handle invitations (and do not show them as a message) | mathieui |
2011-11-24 | Add a /invite command | mathieui |
2011-11-24 | Increase the size of the information buffer (20 is not enough) | mathieui |
2011-11-24 | Add a way to scroll up and down the information buffer | mathieui |
2011-11-23 | Plugin API: add a method to put text in the input. | Florent Le Coz |
2011-11-20 | May improve some performance, but should be unnoticeable. | Florent Le Coz |
2011-11-18 | Restaure Ctrl+Enter -> \n | Florent Le Coz |
2011-11-18 | Pasting text is now handled has one single big key. | Florent Le Coz |
2011-11-18 | Do not try to interpret keys as key shortcuts when pasting text. | Florent Le Coz |
2011-11-16 | Use os.path.expanduser to interpret '~' for _dir config options | mathieui |
2011-11-16 | Disable horizontal tab list when vertical one is enabled. | Florent Le Coz |
2011-11-16 | Document the two new options. | Florent Le Coz |
2011-11-16 | Add an optional vertical tab list. | Florent Le Coz |
2011-11-13 | Completion for /server_cycle | mathieui |
2011-11-13 | Completion for /message (re-uses the completion for /version) | mathieui |
2011-11-13 | Completion for /theme | mathieui |
2011-11-13 | Completion for /set_plugin | mathieui |
2011-11-13 | Completion for /set | mathieui |
2011-11-13 | Completion for /bookmark | mathieui |
2011-11-13 | Completion for /version | mathieui |
2011-11-13 | Completion for /presence | mathieui |
2011-11-13 | Add a /set_plugin command | mathieui |
2011-11-12 | When we receive a message, open a tab with the concerned FULL jid. | Florent Le Coz |
2011-11-12 | Fix an tb because the get_jid method was changed. | Florent Le Coz |
2011-11-12 | Do not ignore presence coming from a JID not in our roster. | Florent Le Coz |
2011-11-12 | New event: send_normal_presence | Florent Le Coz |
2011-11-11 | /rawxml command | mathieui |
2011-11-11 | Fix a refresh issue in the ConversationTab on status change | mathieui |
2011-11-11 | Modify /presence | mathieui |
2011-11-11 | Add a /presence command for directed presences | mathieui |
2011-11-11 | Fixes presence handhake | mathieui |
2011-11-10 | Fixes #2271 | mathieui |
2011-11-10 | Autoload plugins in session_start instead of core.__init__ | mathieui |
2011-11-09 | New events in the plugins API | mathieui |
2011-11-09 | Do not send chatstates when the contact is offline | mathieui |
2011-11-09 | -get -set +@property +@property.setter | mathieui |
2011-11-09 | Do not display an empty message when only a chatstate is received | mathieui |
2011-11-09 | Fixed a display bug (the info buffer popped even in the RosterInfoTab) | mathieui |