Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-15 | Make /w command better. | Florent Le Coz | |
fix #2185 | |||
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 | 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-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-11-30 | Add a hide_user_lits option that does what it says. | Florent Le Coz | |
fix #2170 | |||
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-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-10-14 | Correctly use MORE instead of PLUS. | Florent Le Coz | |
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-09 | Send a real \t when pasting a text containing tabs. | Florent Le Coz | |
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-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) | |||
2012-08-01 | Add a roster_group_sort option, which works like roster_sort | mathieui | |
- defaults to "name" (sort by group name) - document it - also, micro-optimize get_nb_connected_contacts() | |||
2012-07-31 | Add a roster_sort option to sort the contacts inside the roster groups | mathieui | |
- defaults to jid_show (which means that they are sorted into sub-groups by show and are sorted by JID inside those) - See the default config file or the documentation for details | |||
2012-07-26 | Change how scrolling is done | mathieui | |
- All functions involved return a boolean, and the core function use that value to determine if a refresh is needed or not. (avoids useless refreshs) - Scrolling with PGUP/DOWN on the roster now only does _one_ action, an not a range corresponding to the screen size (should be way faster) | |||
2012-07-19 | Remove the shell_completion | mathieui | |
- completion is normal with no way to change it (shell_completion was buggy) - remove it in the default config and in the doc too | |||
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-24 | Truncate everything in the roster if needed. | mathieui | |
Group names, resources jids, and bare jid/roster name combinations are now truncated if they are bigger than the window size. If there is a resource (for a contct) or a number of online contacts (for groups), it will still be displayed at the end of the line. | |||
2012-05-17 | Do not add a '…' if the nick has the exact same size as the limit | mathieui | |
2012-05-17 | Add a shortcut to go to the first unread message (separator) with M-p | mathieui | |
2012-05-17 | Fix a crash if there are no messages in the room | mathieui | |
2012-05-17 | Resolves separator persistence problems - Fixes #2073 | mathieui | |
Now we have to pass the textbuffer object when we want to add a line separator. | |||
2012-05-17 | Add a way to review room highlights - Fixes #1673 | mathieui | |
This new features is available with M-p and M-n (previous/next). It saves the last highlight viewed, meaning that if you scroll in the buffer, M-n or M-p will take you to the next or previous hl compared to the one before you started scrolling. For convenience, going to the previous highlight of the first highlight will take you to the bottom of the buffer, and going to the next highlight of the last highlight will do *the same*. If there are several highlights in one message, only the first line will be considered a highlight. | |||
2012-05-05 | Fix some completions | mathieui | |
2012-04-27 | Prevent some iteration problems | mathieui | |
2012-04-27 | Roster update: Merge branch 'master' of https://git.louiz.org/poezio | mathieui | |
Conflicts: src/core.py src/tabs.py | |||
2012-04-27 | Necessary modifications for the API change | mathieui | |
2012-04-19 | Add a show_roster_jids option | mathieui | |
2012-04-19 | Show the current status in the ContactInfoWin | mathieui | |
2012-04-18 | Add new options use_tab_nicks, show_tab_numbers, and show_tab_names | mathieui | |
(thanks gio) | |||
2012-04-18 | Quote everything that is completed by default, except commands | mathieui | |
2012-03-08 | Validate the SSL cert using the TOFU (Trust On First Use) model | mathieui | |
2012-02-25 | Second and third of #2336 | mathieui | |
2012-02-15 | Merge branch 'master' of https://git.louiz.org/poezio | Florent Le Coz | |
2012-02-15 | Add an option to configure the max nick length | Florent Le Coz | |
2012-02-14 | Fixes #2303 (add user_list_sort option) | mathieui | |
2012-02-14 | Add 'joined' tab state, and rewrite the function handling the priorities | mathieui | |
2012-01-25 | Fixes #2316 | mathieui | |
2012-01-25 | Add affiliation chars in the theme | mathieui | |
2012-01-24 | New participant list. Displaying the nick color, the affiliation, role, ↵ | Florent Le Coz | |
chatstate and status! | |||
2011-12-09 | Fix sorting columns when a room has no name. (we use '' instead of None) | Florent Le Coz | |
2011-12-09 | Fixe 2104 | manfraid | |
2011-11-30 | show_tab_names option lets you display the name of the tabs in the ↵ | Florent Le Coz | |
horizontal bar | |||
2011-11-29 | Fix a traceback when using ^W with xhtml-im | mathieui | |
(it does not work perfectly as it should, but it doesn’t crash anymore, at least) | |||
2011-11-28 | Curses operations must operate within the lock | mathieui | |
2011-11-20 | May improve some performance, but should be unnoticeable. | Florent Le Coz | |