Age | Commit message (Expand) | Author |
2015-05-11 | Remove gettext support, as we don’t want to translate poezio, and it takes ... | Emmanuel Gil Peyrot |
2015-04-14 | Fix #2714 (make bare /bookmark use the current room password if there is one) | mathieui |
2015-02-03 | Add a random arg to /color | Eijebong |
2015-01-08 | Remove the annoying (and pretty useless) warning about psi+ users | Florent Le Coz |
2014-12-30 | Update color in all tabs with /color | Célestin Matte |
2014-12-24 | Make it possible to change the nick of a user not in the room, and change col... | Célestin Matte |
2014-12-24 | Add nick_color_aliases (default: true), to look for color of aliases | Célestin Matte |
2014-12-24 | Unset color with /color <nick> unset | Célestin Matte |
2014-12-24 | Add a muc_color section in the config file to permanently fix a color to a nick | Célestin Matte |
2014-12-24 | Add a /color command to fix color for a nick | Célestin Matte |
2014-12-20 | Add a deterministic_nick_colors option (default: true) | mathieui |
2014-12-19 | Do not assign the result of get_room_form because it does not return anything | mathieui |
2014-12-19 | Fix a traceback in /role | mathieui |
2014-12-19 | Fix #2861 (fix /ignore and /unignore (5/78)) | mathieui |
2014-12-04 | fix wrong argument name (2/78) | Florent Le Coz |
2014-11-25 | fix wrong argument name (1/78) | Florent Le Coz |
2014-11-25 | Parse command arguments using a decorator and make things more consistent | Florent Le Coz |
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui |
2014-10-20 | Change the API of Config.get_by_tabname | mathieui |
2014-10-14 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
2014-10-12 | Output the result of the /info command in the MUC window | mathieui |
2014-10-10 | Fix /me display in delayed messages | mathieui |
2014-08-01 | Fix the data form retrieval, by making it non-blocking | Florent Le Coz |
2014-07-06 | Fix #2534 (display who changed the topic) | mathieui |
2014-05-06 | Provide our own (non-blocking) wrappers for room configuration functions | mathieui |
2014-05-05 | Revert "Fix #2072 (only resize a tab if the size changed since the last displ... | mathieui |
2014-05-03 | Fix #2072 (only resize a tab if the size changed since the last display) | mathieui |
2014-04-30 | Remove Tab.get_name() and use Tab.name instead | mathieui |
2014-04-29 | Fix a traceback in /topic (with no argument) | mathieui |
2014-04-29 | Fix most UI issues with introduced in 0caf941 | mathieui |
2014-04-28 | Update CHANGELOG | mathieui |
2014-04-28 | Make the size modular, remove small-size lock (also seems to fix #2155) | mathieui |
2014-04-26 | 80-columns wrap for MucTab and fix some completions | mathieui |
2014-04-26 | Document /recolor random with /help too | mathieui |
2014-04-17 | Log part messages and show a leave message on /cycle | mathieui |
2014-04-16 | Change the formatting of join/part messages | mathieui |
2014-04-14 | Fix the color of the message with /part | mathieui |
2014-04-12 | Only highlight the nick if it is not inside a word | mathieui |
2014-04-11 | Fix #2428 (complete fulljids on /version in MUCs) | mathieui |
2014-04-07 | Fix #2354 (logs are badly colored with xhtml history) | mathieui |
2014-04-04 | Remove unused imports | mathieui |
2014-04-02 | Fix #2340 (change tab priority when the input is not empty) | mathieui |
2014-03-24 | Use RawConfigParser.get{int,bool,float} whenever possible | mathieui |
2014-03-23 | Fix formatting, some typos, and unused code, and add docstrings | mathieui |
2014-03-19 | split the "tabs" module into separate files | mathieui |