Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-26 | Implement XEP 296 for locking resource in conversations. | Florent Le Coz | |
With a few specific behaviours: When manually opening a conversation with a bare jid, we open a normal conversation that follows the XEP (locked and unlocked accordingly). If the user manually opens a conversation with a fulljid (by selecting a specific resource in the roster, or by specifying a fulljid to the /message command), we open a special tab that doesn’t follow the XEP (it is always locked to the same resource, and cannot be unlocked). When a message is received, unless a special tab has been manually opened by the other with that specific resource, we always send the messages to a uniq normal tab, unlocking or locking it according to the XEP. This means that only one tab can be opened with a given contact, unless the user specifically chooses to open a special tab for a specific resource. fixes #2159 | |||
2013-01-06 | Improve the help system (#1986) | mathieui | |
TODO: change the plugin API to take advantage of this This change is backwards-compatible (as in “should not break anything”) | |||
2013-01-02 | Add a default color for “Warning” messages | mathieui | |
2012-12-30 | Fix #2143 Fix #2056 | mathieui | |
Show headline messages in the info buffer, and show error messages (or other errors) with a special style. | |||
2012-12-29 | Display the number of revisions of a corrected message. | Emmanuel Gil Peyrot | |
2012-12-20 | Allow theming of the info buffer messages | mathieui | |
(only the left part) | |||
2012-12-15 | Introduce a special "reverse" value for the COLOR_HIGHLIGHT_NICK theme option. | Florent Le Coz | |
If COLOR_HIGHLIGHT_NICK = "reverse", the highlight nick will be in reverse mode. fix #2165 | |||
2012-12-15 | Do not use COLOR_HIGHLIGHT_NICK for things not related to highlighted nicks. | Florent Le Coz | |
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-05-17 | Use a different theme variable for the /me message | mathieui | |
2012-05-04 | Make the visitor’s color readable (Fixes #2342) | mathieui | |
2012-02-14 | Add 'joined' tab state, and rewrite the function handling the priorities | mathieui | |
2012-01-27 | [Link Mauve] Add the ability to send and receive Attention (XEP-0224). | Florent Le Coz | |
2012-01-26 | Merge branch 'master' of https://git.louiz.org/poezio | Florent Le Coz | |
Conflicts: src/theming.py src/windows.py | |||
2012-01-26 | Make /theme error more descriptive | Florent Le Coz | |
2012-01-26 | Make the color for information messages themable | Florent Le Coz | |
2012-01-26 | Fix the comments in the theming.py file | Florent Le Coz | |
2012-01-26 | Fixe 2104 | manfraid | |
2012-01-25 | Add affiliation chars in the theme | mathieui | |
2012-01-24 | Make the color for information messages themable | Florent Le Coz | |
2012-01-24 | Fix the comments in the theming.py file | Florent Le Coz | |
2011-12-09 | Fixe 2104 | manfraid | |
2011-11-23 | Use almost all available 256 colors for nick colors | Florent Le Coz | |
(only colors that look too much like white or black are not used) | |||
2011-11-16 | Add CHAR_CHATSTATE_* to the available theme options | mathieui | |
2011-11-16 | Use os.path.expanduser to interpret '~' for _dir config options | mathieui | |
2011-11-16 | Add an optional vertical tab list. | Florent Le Coz | |
2011-11-07 | Add a warning in case of theme not found, and now unsetting 'theme', | mathieui | |
setting it to 'default' or a number of spaces has the same effect | |||
2011-10-01 | remove white from the nick colors | Florent Le Coz | |
2011-09-25 | merge | Florent Le Coz | |
2011-09-25 | Default theme is now ok, I think | Florent Le Coz | |
2011-09-25 | Convert 256 colors to 8 if the terminal doesn’t support them | Florent Le Coz | |
2011-09-21 | Handles 256 colors, easier theming and more flexible way to define colors | Florent Le Coz | |
Doesn’t run yet if term doesn’t support 256 colors, I know (thus the branch "256") |