Age | Commit message (Expand) | Author |
2015-07-21 | Disable/enable carbons immediately when we change the enable_carbons option | Florent Le Coz |
2015-07-21 | Always register the handlers for carbon, and only once | Florent Le Coz |
2015-07-14 | Fix the initial help message | mathieui |
2015-05-31 | Cleanup: remove sone unused code and threading stuff | mathieui |
2015-05-21 | Resize after setting the vertical_tab_list_size option | mathieui |
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-04-13 | Handle error messages for real | mathieui |
2015-04-10 | Save the bookmarks after changing the storage method | mathieui |
2015-02-09 | Do not enable the cursor during full screen redraw | mathieui |
2015-02-09 | Change the bookmark interface | mathieui |
2015-01-20 | Make the ncurses unicode check earlier | mathieui |
2015-01-20 | Add a check for python ncurses unicode support | mathieui |
2015-01-06 | Trigger a /recolor when we set deterministic_nick_colors=true | Florent Le Coz |
2015-01-03 | Do not trigger the “tab_change” event when going over a gaptab | mathieui |
2014-12-30 | Add a callback on enable_vertical_tab_list change | mathieui |
2014-12-30 | Add a command to reload the config. | Eijebong |
2014-12-17 | Handle invalid certificate chains (with the ca_cert_path option) | mathieui |
2014-12-09 | Introduce the go_to_previous_tab_on_alt_number option | Florent Le Coz |
2014-12-09 | Fix #2802 (add a /closeall command, with a new plugin) | mathieui |
2014-12-07 | Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting) | mathieui |
2014-12-05 | Add documentation for /set_default | mathieui |
2014-12-05 | Add a set_default command. | Eijebong |
2014-11-02 | Add a stream error handler in order to display error messages | mathieui |
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-08-25 | Clear the numbers already entered on alt+j when the new one is not digit | Florent Le Coz |
2014-08-07 | Continuation keys (like after M-j or Ctrl-c) are handled without blocking | Florent Le Coz |
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 | Privacy: do leak our last activy when our status is away or xa | Florent Le Coz |
2014-08-01 | The password used can be changed at runtime using /set and /reconnect | Florent Le Coz |
2014-08-01 | First implementation of auto_reconnect, poezio-side | Florent Le Coz |
2014-08-01 | Display “authentication failed” only when all auth methods failed | Florent Le Coz |
2014-08-01 | Make the TimedEvents work with asyncio | Florent Le Coz |
2014-07-31 | Make the resize work, using an ugly workaround | Florent Le Coz |
2014-07-30 | Fix a bunch of iq.send() by removing the `block` argument | Florent Le Coz |
2014-07-30 | Fix all the connect() reconnect() stuff | Florent Le Coz |
2014-07-24 | First adaptation to slixmpp | Florent Le Coz |
2014-07-24 | Use slixmpp | Florent Le Coz |
2014-07-01 | Fix a traceback when we trigger the reload using a signal | Florent Le Coz |
2014-05-31 | get_tab_by_name() should specify a tab type whenever possible | Florent Le Coz |
2014-05-15 | Make detecting the features supported by the remote entity less awful | mathieui |
2014-05-08 | Add an ugly fix to avoid endless disco#info queries with each message (with r... | mathieui |
2014-05-06 | When closing a tab, go to the previous one, and not the one before it in the ... | mathieui |
2014-05-05 | Revert "Fix #2072 (only resize a tab if the size changed since the last displ... | mathieui |
2014-05-04 | Implement the execution of ad-hoc commands (#1832) | Florent Le Coz |
2014-05-04 | Add the /ad-hoc <jid> command to list commands of the given jid | Florent Le Coz |
2014-05-03 | Fix #2072 (only resize a tab if the size changed since the last display) | mathieui |