Age | Commit message (Expand) | Author |
2015-06-21 | Do not beep on outgoing carbons (fix #3049, fix #3091) | mathieui |
2015-05-11 | Remove gettext support, as we don’t want to translate poezio, and it takes ... | Emmanuel Gil Peyrot |
2015-05-06 | Remove unreachable code. | Emmanuel Gil Peyrot |
2015-04-13 | Display error messages inside a conversation | mathieui |
2015-04-12 | Fix #3029 (reset completion when a command is executed) | mathieui |
2014-12-30 | Only graphically ack a message if it was sent by us | mathieui |
2014-12-08 | Fix #2754 (make /xhtml send a message with receipts, chatstates and display i... | mathieui |
2014-12-08 | Add a visual “feature check” for chat states too | mathieui |
2014-11-25 | Parse command arguments using a decorator and make things more consistent | Florent Le Coz |
2014-11-12 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
2014-11-12 | Don’t display a feature check of the remote party if it doesn’t support a... | mathieui |
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
2014-10-30 | Use a space instead of a cross while checking features | mathieui |
2014-10-25 | Make the features disco in chat more user-friendly | mathieui |
2014-10-22 | Typo | 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-08-01 | Entirely remove the g_lock (used to avoid a few race conditions with ncures) | Florent Le Coz |
2014-08-01 | Fix a few blocking iq, and remove all block=False function arguments | Florent Le Coz |
2014-08-01 | Little comments fix | Florent Le Coz |
2014-08-01 | Make the TimedEvents work with asyncio | Florent Le Coz |
2014-05-18 | Handle the case where the contact does not support anything | mathieui |
2014-05-17 | Only display the supported features when they change | mathieui |
2014-05-17 | Add an informative message about what the contact supports feature-wise | mathieui |
2014-05-15 | Make detecting the features supported by the remote entity less awful | mathieui |
2014-05-08 | Fix a hidden traceback on error message outside MUCs | mathieui |
2014-05-05 | Revert "Fix #2072 (only resize a tab if the size changed since the last displ... | mathieui |
2014-05-05 | Fix a traceback when creating a gaptab | 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-30 | Fix #2510 (link displayed twice in xhtml-im) | mathieui |
2014-04-29 | Fix most UI issues with introduced in 0caf941 | mathieui |
2014-04-28 | Make the size modular, remove small-size lock (also seems to fix #2155) | mathieui |
2014-04-27 | Fix #2106 (implement message delivery receipts) | mathieui |
2014-04-23 | Wrap yet another curses operation with a lock | mathieui |
2014-04-17 | Do not lock on the “composing” chat state with otr | mathieui |
2014-04-15 | Fix #2440 (highlight composing tabs) | mathieui |
2014-04-04 | Remove unused imports | mathieui |
2014-04-02 | Fix #2340 (change tab priority when the input is not empty) | mathieui |
2014-04-01 | Fix #2462 (wrong timezone in the logs) | 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 |