Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-26 | Add a /self command | mathieui | |
2012-07-26 | Add a /runkey command | mathieui | |
This allows the user to run the action defined on a key without having to press that key. The completion completes all the available keys that will have an effect. | |||
2012-07-26 | Change how scrolling is done | mathieui | |
- All functions involved return a boolean, and the core function use that value to determine if a refresh is needed or not. (avoids useless refreshs) - Scrolling with PGUP/DOWN on the roster now only does _one_ action, an not a range corresponding to the screen size (should be way faster) | |||
2012-07-26 | Remove the duplicate function get_tab_of_conversation_with_jid | mathieui | |
- get_conversation_by_jid() now behaves like the removed name | |||
2012-07-26 | Refactor core.py to have meaningful sections | mathieui | |
- Put the commands and the related completions together - Put the xmpp handlers together - Put the curses-using functions together | |||
2012-07-26 | Small non-impacting modifications | mathieui | |
- Write the config with “option = value” instead of “option= value” - Docstring for sighup_handler - Optimize a join() in the main loop - Rename the verbose get_error_message_from_error_stanza() with get_error_message() - Remove the unused Tab.just_before_refresh() which is litterally used nowhere in poezio | |||
2012-07-24 | Remove the need for hg and the dnspython fork | mathieui | |
(upstream works, now) | |||
2012-07-19 | Remove the shell_completion | mathieui | |
- completion is normal with no way to change it (shell_completion was buggy) - remove it in the default config and in the doc too | |||
2012-07-19 | Fix /info (role and affiliation were inverted) | mathieui | |
2012-07-18 | [labedz] Add keys to jump to the next and previous contact in the roster. | Florent Le Coz | |
2012-07-17 | Fix /version to find a fulljid when available | mathieui | |
And improve the completion in the roster (go to the resources) | |||
2012-07-13 | Finally fix the ipv6 issues. | mathieui | |
- with reattempt = True & max_attempts = 0 | |||
2012-07-07 | Add the replace plugin to the index. | Florent Le Coz | |
2012-07-07 | typo or something like that… | Florent Le Coz | |
2012-07-07 | Add a replace plugin. | Florent Le Coz | |
2012-07-07 | Prevent tracebacks in the mpd_client plugin | mathieui | |
Do not traceback when: - The song has no album - the song has no title - the song has no artist - the playlist is empty - mpd is not playing | |||
2012-07-05 | Properly quote the %(body)s and %(from)s used in the simple_notify plugin. | Florent Le Coz | |
2012-07-04 | Use no_auth instead of failed_auth event | mathieui | |
With failed_auth, poezio was showing an error message for each authentication mechanism tried (3, usually). This commit fixes that. | |||
2012-07-03 | Add a new color to the theme, for the warning prompt | mathieui | |
- Currently only used by the SSL checking prompt - fg: black ; bg: red ; bold | |||
2012-07-03 | Typo. | mathieui | |
2012-07-03 | Document the certificate handling | mathieui | |
- Show the various options - Optimize the documentation images | |||
2012-07-03 | Do not reload plugins on reconnection | mathieui | |
If the plugins_autoload list was not empty, it caused the plugins to be reloaded upon each reconnection (with /connect or not). Now it does not. | |||
2012-07-03 | Make /status comply with the command args rule | mathieui | |
- if there are more args than handled, no message will be set - fix the 'status' plugin accordingly | |||
2012-07-03 | Remove the duplicated sort_by function in the MUCList | mathieui | |
2012-07-03 | Improve the simple_notify plugin and the daemon to execute a command to ↵ | Florent Le Coz | |
clean the notification and to execute the remote commands through sh -c, letting us use pipes and redirections. Also adds the highlight event for plugin, and make the simple_notify plugin use it as well. | |||
2012-06-01 | Fix a comment in the default config file | mathieui | |
2012-06-01 | Prevent a crash when the value of custom_port is not expected | mathieui | |
2012-05-29 | Fix the OTR plugin completion | mathieui | |
2012-05-29 | Move ^D to ^X | mathieui | |
2012-05-24 | Change version to 0.8-dev | mathieui | |
2012-05-24 | Change version to 0.7.5 | mathieui | |
2012-05-24 | Documentation update (& images) | mathieui | |
2012-05-24 | Truncate everything in the roster if needed. | mathieui | |
Group names, resources jids, and bare jid/roster name combinations are now truncated if they are bigger than the window size. If there is a resource (for a contct) or a number of online contacts (for groups), it will still be displayed at the end of the line. | |||
2012-05-23 | Put the personal words in the last words completion (M-/) | mathieui | |
(instead of the normal completion) | |||
2012-05-23 | Add personal words completion - Fixes #1723 | mathieui | |
This commits adds a “words” variable to the configuration file. This variable must contain a list of words, separated by colons (:). Those words will then be completed upon tab completion in the chatrooms, private conversations, and direct conversations. | |||
2012-05-22 | Add a few punctuation char to avoid in recent words completion. | Florent Le Coz | |
2012-05-22 | Remove the unused “port” option. | mathieui | |
custom_port is already used instead. | |||
2012-05-21 | Fix the ^I (when pasting) issue correctly this time. | Florent Le Coz | |
2012-05-21 | Revert "Do not display ^I when pasting a tabulation char." | Florent Le Coz | |
This reverts commit 837b46d68b10f5c6e9cc80e07e33fd025b51634b. | |||
2012-05-21 | Docstrings, and small cleanup | mathieui | |
2012-05-20 | Do not display ^I when pasting a tabulation char. | Florent Le Coz | |
2012-05-20 | Merge branch 'master' of https://git.louiz.org/poezio | Florent Le Coz | |
2012-05-19 | Allow nick completion in the Private tabs as well. | mathieui | |
2012-05-19 | Make the alias plugin behave like documented. | mathieui | |
2012-05-17 | Do not add a '…' if the nick has the exact same size as the limit | mathieui | |
2012-05-17 | Use a different theme variable for the /me message | mathieui | |
2012-05-17 | Add a shortcut to go to the first unread message (separator) with M-p | mathieui | |
2012-05-17 | Add an option to always show the separator - Fixes #2240 | mathieui | |
2012-05-17 | Show subscription changes in the info buffer - Fixes #2234 | mathieui | |
2012-05-17 | Fix a crash if there are no messages in the room | mathieui | |