Age | Commit message (Expand) | Author |
2012-08-03 | Do not set last activity when sending a stanza because it makes no sense | mathieui |
2012-08-02 | Fix a traceback due to a missing '%' | mathieui |
2012-08-02 | Implement XEP-0012 (last activity) ; Fixes #1870 | mathieui |
2012-08-02 | Add simple communication blocking (Fixes #1837) | mathieui |
2012-08-01 | Do not generate invalid jids (e.g. localpart@domainpart/) | mathieui |
2012-08-01 | Sort resources from highest priority to lowest | mathieui |
2012-08-01 | Various changes to the roster sorting | mathieui |
2012-08-01 | Add an "online" contact sorting method | mathieui |
2012-08-01 | Sort the unavailable contacts at the end of the contact list | mathieui |
2012-08-01 | Add a roster_group_sort option, which works like roster_sort | mathieui |
2012-07-31 | Add a roster_sort option to sort the contacts inside the roster groups | mathieui |
2012-07-31 | Also sort the contacts alphabetically | mathieui |
2012-07-31 | Sort the contacts in the roster groups by show (xa/away/…) | mathieui |
2012-07-31 | Make the autorejoin option work with bans, too, and fix the documentation | mathieui |
2012-07-30 | Add an autorejoin_delay option | mathieui |
2012-07-29 | /bind with only one argument now resets the binding | mathieui |
2012-07-29 | Implement the sending of underlined text in xhtml-im messages (C-c u). | Florent Le Coz |
2012-07-27 | Fix get_conversation_by_jid when a string is passed. | Florent Le Coz |
2012-07-26 | Add a /self command | mathieui |
2012-07-26 | Add a /runkey command | mathieui |
2012-07-26 | Change how scrolling is done | mathieui |
2012-07-26 | Remove the duplicate function get_tab_of_conversation_with_jid | mathieui |
2012-07-26 | Refactor core.py to have meaningful sections | mathieui |
2012-07-26 | Small non-impacting modifications | mathieui |
2012-07-19 | Remove the shell_completion | mathieui |
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 |
2012-07-13 | Finally fix the ipv6 issues. | mathieui |
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 |
2012-07-03 | Add a new color to the theme, for the warning prompt | mathieui |
2012-07-03 | Do not reload plugins on reconnection | mathieui |
2012-07-03 | Make /status comply with the command args rule | mathieui |
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 clean... | Florent Le Coz |
2012-06-01 | Prevent a crash when the value of custom_port is not expected | 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 | Truncate everything in the roster if needed. | mathieui |
2012-05-23 | Put the personal words in the last words completion (M-/) | mathieui |
2012-05-23 | Add personal words completion - Fixes #1723 | mathieui |
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 |
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 |
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 |