Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-11-22 | Revert "Fix #2151 (cannot reload the OTR plugin)" | mathieui | |
Importlib is utterly broken in python < 3.3, So revert for now This reverts commit a1c3d0dcdf0b202cbf861c27b04cb8630b68f89f. Conflicts: src/plugin_manager.py | |||
2012-11-22 | Fix the slow search | mathieui | |
2012-11-22 | Make the search usable again | mathieui | |
- Disable the history when searching - → allow moving the cursor around to select a contact when searching - fix refresh issues | |||
2012-11-21 | Hack to make importlib work on python < 3.3 | mathieui | |
2012-11-18 | Fix #2154 | mathieui | |
2012-11-18 | For some reasons, importlib.machinery does not work on some platforms | mathieui | |
2012-11-17 | Changes to the plugin_dir option are now taken into account on runtime | mathieui | |
2012-11-17 | Fix #2151 (cannot reload the OTR plugin) | mathieui | |
We were using the deprecated imp methods, now we use importlib | |||
2012-11-17 | Fix the history numbers when re-joining a room | mathieui | |
the <history/> element had a xmlns="" instead of the proper namespace. | |||
2012-11-11 | Preload history into discussion windows (à la mcabber) | mathieui | |
- New option load_log defaulting to 200 to indicate the number of lines to be loaded - It’s still very raw, and the format of the message does not match the format of the normal room history, for example - Works in the Private chat, MUC, and Conversation tabs Thanks to labedz <github@labedz.org> for the original code | |||
2012-11-06 | Add a add_space_after_completion bool option. | Florent Le Coz | |
fix #2150 | |||
2012-11-05 | Fix the completion for /info | mathieui | |
2012-11-05 | Fix a traceback when opening a conversation with a resource from the roster | mathieui | |
2012-11-05 | Catch IqTimeout exception when removing a contact from the roster. | Florent Le Coz | |
2012-10-22 | Make the Executor class reliable. | Florent Le Coz | |
Plugins do not need to escape the command arguments or remove the line breaks and care about how the will get parsed anymore, they just need to pass a list of args. Do not spawn an additional shell, for more clarity, simplicity and possibly security. | |||
2012-10-15 | Fix a refresh issue with /message | mathieui | |
2012-10-15 | Fixes #2368 (/join /nick not working) | mathieui | |
2012-10-15 | Prettify the /names command | mathieui | |
2012-10-15 | Fix the number of connected contacts/total number in the roster | mathieui | |
2012-10-15 | Put back the “truc@chose.com is now online” messages | mathieui | |
2012-10-14 | Fix a traceback on completion_version | mathieui | |
2012-10-14 | Rename /connect to /reconnect and make it rostertab-only | mathieui | |
2012-10-14 | Also add the decorators module | mathieui | |
2012-10-14 | Do not display "None" in the /self command | mathieui | |
2012-10-14 | Add decorators to handle refreshs more easily | mathieui | |
(and fix one more issue with the refresh in the roster) |