Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-22 | Improve the performance of the userlist refresh | mathieui | |
Also only run one regex on search_for_color() | |||
2015-05-08 | Micro-optimizations on refresh | mathieui | |
Reduce the number of calls to config.get whenever possible. Yields a performance improvement of at least 10% for the basic use case of "receiving a message in the current tab". Logging stuff isn’t free either, even when the call should be a no-op, so we should try to make the debug log less verbose. | |||
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/bookmark.py src/config.py src/connection.py src/core/commands.py src/core/core.py src/core/handlers.py src/windows/info_bar.py src/windows/muc.py src/windows/roster_win.py src/windows/text_win.py src/xhtml.py | |||
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui | |
2014-08-01 | Entirely remove the g_lock (used to avoid a few race conditions with ncures) | Florent Le Coz | |
2014-05-05 | Split the windows.py module into a subdirectory | mathieui | |