Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-04 | Do not display the messages with type=headline and an empty body | mathieui | |
(thanks, jappix) | |||
2013-01-02 | Prevent a RuntimeError when there are too many revisions on a message | mathieui | |
Python recursion sucks, and namedtuple.repr() uses that, so I rewrote __str__ and __repr__ in order to make it the iterative way instead. | |||
2013-01-02 | Iterate over the messages from the end, not from the start | mathieui | |
(the corrected message is way more likely to be recent) | |||
2013-01-02 | Add the save_status, status, and status_message options | mathieui | |
(the name show is not intuitive, so I used status and status_message) - The status is send when connecting, and is the same used when joining rooms - save_status is true by default, and will make poezio save the status whenever it changes - status and status_message are empty by default | |||
2013-01-02 | Add a default color for “Warning” messages | mathieui | |
2013-01-02 | Fix a traceback with corrections | mathieui | |
2013-01-02 | Fix a TB on /move_tab | mathieui | |
2012-12-31 | Fix #2082 (xml:lang) | mathieui | |
This is now already done in sleekxmpp, so I added a “lang” configuration option. TODO: use the locale of the system. | |||
2012-12-31 | Fix #2138 (send xhtml with /say and /correct) | mathieui | |
2012-12-31 | Fix #2161 | mathieui | |
2012-12-30 | Fix #2158 | mathieui | |
Fix /accept for transports. I think there are more people who use transports than people who have \2f into a legitimate JID. So I believe this is ok. | |||
2012-12-30 | Typo | mathieui | |
2012-12-30 | Fix #2189 Fix #2139 - Make /correct work properly in all chat tabs | mathieui | |
#2189 wasn’t crashing, but well. Also fix a crash with the separator and /correct | |||
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-30 | Do not rebuild everything in order to modify a message | mathieui | |
(should fix the “leak” on /correct, and make it faster) | |||
2012-12-29 | Display the number of revisions of a corrected message. | Emmanuel Gil Peyrot | |
2012-12-29 | Fix /correct and /me highlights, and handle /correct a bit better. | Emmanuel Gil Peyrot | |
2012-12-28 | Fix #1977 | mathieui | |
2012-12-28 | Fix #2174 | mathieui | |
/server_cycle now takes a suffix and will match all the rooms with this same suffix. It also means that /server_cycle room@domain.tld will now only cycle root@domain.tld instead of all the rooms of domain.tld. | |||
2012-12-27 | Fix #2153 | mathieui | |
2012-12-27 | Fix the ^? for python 3.1 | mathieui | |
possibly lost keystrokes when there is lag, but who cares? | |||
2012-12-20 | Allow theming of the info buffer messages | mathieui | |
(only the left part) | |||
2012-12-20 | Fix #2186 (muc password in the config file) | mathieui | |
Also use the passwords on start, and automatically use a password with /join if there is one. | |||
2012-12-18 | Fix a tb on /names (typo) | mathieui | |
2012-12-18 | try to fix the ^? issue | mathieui | |
2012-12-18 | Do not take 100% of the CPU when the certificate has changed | mathieui | |
and let the user have a better chance to read the question entirely | |||
2012-12-17 | Remove that buggy thing (don’t ask more details, just read the diff). | Florent Le Coz | |
2012-12-16 | Fix a tb on escape and no key after it. | Florent Le Coz | |
2012-12-16 | Fix the per-tab options on logs | mathieui | |
2012-12-15 | fix a traceback when we accidentally seek() in the middle of a char | mathieui | |
2012-12-15 | Really make the use_log a tab-specific option. | mathieui | |
and do not read the whole log file for the last lines. | |||
2012-12-15 | Sort the configurations options by name in the documentation | mathieui | |
(instead of chaos) | |||
2012-12-15 | Fix a TB on python < 3.2 | mathieui | |
2012-12-15 | (should) Fix #2175 ; prevent bugs caused by tab gaps | mathieui | |
2012-12-15 | Fix #2172 (select which rooms are logged) | mathieui | |
2012-12-15 | Make /w command better. | Florent Le Coz | |
fix #2185 | |||
2012-12-15 | Fix the '^?' characters appearing | mathieui | |
2012-12-15 | In user lists, the upper line is now the upper most person. | Florent Le Coz | |
This means you cannot scroll too high. fix #2180 | |||
2012-12-15 | Fix the position of the ++ indicator in muc user list when asc sort is in use. | Florent Le Coz | |
fix #2181 | |||
2012-12-15 | Add support for /set <option> toggle, which toggles the current value | Florent Le Coz | |
fix #2184 | |||
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-12-14 | Use get_wch() if available, otherwise use the old (maybe buggy) method. | Florent Le Coz | |
This makes it possible to read the ctrl+arrows keys with python3.3, assign ctrl+left/right to next/previous tab, in the default config. | |||
2012-12-13 | bugfix: count roster list length by real listed item and not count filtered ↵ | Łabędź | |
items bugfix: use cache table of roster (created on every refresh) to get selected row object, fixing bad row selecting when jumping over group (was changing pos variable and not selected_row while moving to next contact after group) | |||
2012-12-07 | Add a new show_timestamps option to hide/show timestamps in text buffers. | Florent Le Coz | |
2012-12-05 | Sort items in /help | mathieui | |
2012-11-30 | Force a resize of the interface whenever we /set something. | Florent Le Coz | |
This avoid some garbage on the screen when we set an option that changes the behaviour of the UI. | |||
2012-11-30 | Add a hide_user_lits option that does what it says. | Florent Le Coz | |
fix #2170 | |||
2012-11-30 | Fix a byte value in the utf-8 decoding in poopt. | Florent Le Coz | |
2012-11-23 | Fix the timedelta for python 3.1 | mathieui | |