Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Fix it for real. | mathieui | |
2013-01-21 | Fix a traceback when a tab failed to be joined in the first place | mathieui | |
2013-01-19 | Fix get_version and get_room_form | mathieui | |
2013-01-17 | Fix a (hidden) traceback | mathieui | |
Do not traceback when we receive a chatstate from someone not in our roster. | |||
2013-01-17 | Refresh the rooster when canceling the search. | Florent Le Coz | |
fixes #2195 | |||
2013-01-17 | Move to the upstream SleekXMPP | mathieui | |
- remove the decline command that is not in the trunk (and mediated declines are supported nowhere anyway) - change a bit xhtml-im support - change the bookmarks management a bit - Add a verification to avoid crashing when poezio will be launched the next time - Fix the (unrelated) bug when setting a jid affiliation | |||
2013-01-11 | Improve the xml tab | mathieui | |
fix refresh bugs, display the scrolling status, add an info bar, add the global info win | |||
2013-01-07 | fix a tb on /accept | Florent Le Coz | |
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”) | |||
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 | 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 | Do not rebuild everything in order to modify a message | mathieui | |
(should fix the “leak” on /correct, and make it faster) | |||
2012-12-29 | Fix /correct and /me highlights, and handle /correct a bit better. | Emmanuel Gil Peyrot | |
2012-12-18 | Fix a tb on /names (typo) | mathieui | |
2012-12-17 | Remove that buggy thing (don’t ask more details, just read the diff). | Florent Le Coz | |
2012-12-15 | Sort the configurations options by name in the documentation | mathieui | |
(instead of chaos) | |||
2012-12-15 | (should) Fix #2175 ; prevent bugs caused by tab gaps | mathieui | |
2012-12-15 | Make /w command better. | Florent Le Coz | |
fix #2185 | |||
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-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-11-30 | Add a hide_user_lits option that does what it says. | Florent Le Coz | |
fix #2170 | |||
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-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-10-15 | Fix a refresh issue with /message | mathieui | |
2012-10-15 | Prettify the /names command | mathieui | |
2012-10-14 | Rename /connect to /reconnect and make it rostertab-only | mathieui | |
2012-10-14 | Add decorators to handle refreshs more easily | mathieui | |
(and fix one more issue with the refresh in the roster) | |||
2012-10-14 | Add a space after a nick completion not at the start of the line. | Florent Le Coz | |
2012-10-14 | Fix a refresh issue on space in the roster | mathieui | |
2012-10-13 | Fixes #2374 (Crash on " " in the MUC list) | mathieui | |
- Also fixes arefresh issue (up&down keys didn’t refresh the win) - Rework the style of the Columns a bit (was 2-spaces indent & trailing spaces) | |||
2012-10-13 | Fixes #2376 (Only open one XMLTab) | mathieui | |
- Also make Core.focus_tab_named take an optional type, and return a boolean | |||
2012-10-13 | Add a “debug” attribute to Core | mathieui | |
2012-10-12 | Correctly rebuild the messages when we corrected one. And avoid code duplicates | Florent Le Coz | |
2012-10-12 | When a message is corrected, display it correctly in place of the previous one. | Emmanuel Gil Peyrot | |
2012-10-12 | Implement message correction. | Emmanuel Gil Peyrot | |
2012-10-02 | Revert "Add a tab-specific “ignore_changes” option" | Florent Le Coz | |
This reverts commit c66ec81c4530a806b0aacc2933f6493cdcbbfc82. | |||
2012-09-30 | Add a tab-specific “ignore_changes” option | mathieui | |
- The documentation is included in the commit | |||
2012-09-26 | Rewrite the tab number handling | mathieui | |
- Now the tab number is computed instead of assigned and fixed - Added tabs.GapTab to keep the old behaviour - Added a create_gaps option, defaults to true (may change in the future) - If there are gaps before using /set to change the option to false, they will be removed. (this is a preparation for the move_tab command) | |||
2012-09-13 | Fix TBs when the system is not in utf-8 by default | mathieui | |
(force every file opening to be with the utf-8 encoding) | |||
2012-09-01 | Add a <body xmlns='http://www.w3.org/1999/xhtml'/> element on /xhtml command | Florent Le Coz | |
Because not having that element is not allowed by the xhtml-im XEP, poezio should put that by default. | |||
2012-08-08 | Fix yet another bunch of potential tracebacks | mathieui | |
(notably, the /message one) All JID calls in poezio’s code were already covered, but sleekxmpp does that, too, so each jid given to sleek must be validated, otherwise an unwanted exception may occur. | |||
2012-08-07 | Take care of the race condition "node@groupchat_server is now online/offline" | mathieui | |
- get rid of the ugly blacklist thing that didn’t work sometimes | |||
2012-08-06 | Add a common.safeJID function, and use it everywhere | mathieui | |
2012-08-05 | Should fix most tracebacks due to the new sleek version | mathieui | |
(sleekxmpp added JID validation, which means that JID(something) now raises an exception if the jid is invalid, instead of failing silently and having JID('') as a default) |