Age | Commit message (Expand) | Author |
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, chats... | Florent Le Coz |
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 horizontal... | Florent Le Coz |
2011-11-29 | Fix a traceback when using ^W with xhtml-im | mathieui |
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 |
2011-11-19 | Restaure try: except: on derwin | Florent Le Coz |
2011-11-18 | Pasting text is now handled has one single big key. | Florent Le Coz |
2011-11-16 | Merge branch 'master' of http://git.louiz.org/poezio | Florent Le Coz |
2011-11-16 | Add a vertical separator between the vertical tab list and the rest | Florent Le Coz |
2011-11-16 | Add CHAR_CHATSTATE_* to the available theme options | mathieui |
2011-11-16 | Add an option to display vertical tabs from bottom to top. | Florent Le Coz |
2011-11-16 | Add an optional vertical tab list. | Florent Le Coz |
2011-11-15 | Use Theme.CHAR_STATUS whenever it is possible | mathieui |
2011-11-13 | Tweak auto_completion in order to add quotes only when needed | mathieui |
2011-11-13 | Fix the completion with space-separated items | mathieui |
2011-11-12 | a plugin can now add informations in ConversationTab’s InfoWin. And the GPG... | Florent Le Coz |
2011-11-09 | -get -set +@property +@property.setter | mathieui |
2011-11-08 | Forgot those hardcoded values… | mathieui |
2011-11-08 | Fix new messages separator when it is a the top of the text window | Florent Le Coz |
2011-11-08 | avoid a crash on invalid colors | Florent Le Coz |
2011-11-07 | Move a space (for perfectionnists) | mathieui |
2011-11-06 | Code cleanup (unused import, variables, undefined names, etc…) | mathieui |
2011-11-06 | Use threads RLock to avoid crash on simultaneous refresh and resize. | Florent Le Coz |
2011-11-06 | Remove the Room class. fixes #2122 | Florent Le Coz |
2011-11-06 | First part of the “remove the Room class” change | Florent Le Coz |
2011-11-06 | Smaller means being insane, and even then, it should’nt bug too much | mathieui |
2011-11-05 | Fixes #2255 with some lambda fun | mathieui |
2011-11-05 | Partial fix to #2266 and #2255 (removes the idea of "color state" and | mathieui |
2011-10-02 | Fix completion case-sensitiveness | Florent Le Coz |
2011-10-01 | Do not try to cycle completion on commands if there was only one possibily. | Florent Le Coz |
2011-09-30 | fixes #2185 completion can be done with the cursor ANYWHERE! | Florent Le Coz |
2011-09-25 | Backed out changeset e811b4e21013 | Florent Le Coz |
2011-09-25 | Forgot that… | Florent Le Coz |
2011-09-23 | make colors work with 3-digits color numbers | Florent Le Coz |
2011-09-21 | Handles 256 colors, easier theming and more flexible way to define colors | Florent Le Coz |
2011-09-20 | Do not limit the size of the windows, fixes #2246 | Florent Le Coz |
2011-09-16 | Fixes the new-message-separator (I think) | Florent Le Coz |
2011-09-13 | Keep one bool LESS in each line, YAY, that’s HUGE. | Florent Le Coz |
2011-09-13 | fix issues with too long nicknames | Florent Le Coz |
2011-09-12 | Fix the (now rare) tracebacks from curses. | mathieui |