Age | Commit message (Expand) | Author |
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-11 | Fix #2421 (load and unload several plugins) | mathieui |
2014-04-11 | Do not traceback when unable to read the config file | mathieui |
2014-04-09 | Fix #2497/#2498 (/theme should return an error when loading fails) | mathieui |
2014-04-09 | Actually fix that bookmarks typo bug | mathieui |
2014-04-08 | Fix a forgotten "self." that caused alt+k to traceback | Florent Le Coz |
2014-04-07 | Fix #2354 (logs are badly colored with xhtml history) | mathieui |
2014-04-06 | fix a wrong naming in the previous commit | mathieui |
2014-04-06 | Code cleanup | mathieui |
2014-04-06 | Do not instantiate the roster at module level | mathieui |
2014-04-06 | Do not instantiate the message logger at module level | mathieui |
2014-04-06 | Do not instantiate the Config at module load | mathieui |
2014-04-06 | Fix room joining on muclisttab that was broken in the previous commit | mathieui |
2014-04-06 | Always enable the cursor when we refresh an input | mathieui |
2014-04-06 | Improve drastically the performance of the MucListTab | mathieui |
2014-04-05 | Do not instantiate Keyboard at module-level | mathieui |
2014-04-05 | Remove the pubsub-related stuff from the main branch | mathieui |
2014-04-05 | Fix a bug introduced in ca0950d | mathieui |
2014-04-05 | Split the Core class | mathieui |
2014-04-05 | Improve /bookmark * | mathieui |
2014-04-04 | Enable XEP-0198 (Stream Management) | mathieui |
2014-04-04 | Fix a hidden traceback on groupchat messages | mathieui |
2014-04-04 | Do not log correction errors in the error log anymore | mathieui |
2014-04-04 | Remove unused imports | mathieui |
2014-04-03 | Update the ugly timestamp fixes for better DST detection | mathieui |
2014-04-02 | Fix #1998, #2439 (reset chat state status) | mathieui |
2014-04-02 | Fix #2377 (send back unavailable presence on message from unknown room) | mathieui |
2014-04-02 | Fix #2340 (change tab priority when the input is not empty) | mathieui |
2014-04-02 | Fix #2323 (implement XEP-0012 last activity) | mathieui |
2014-04-01 | Fix activation of mood/activity which was inverted | mathieui |
2014-04-01 | Fix common.py for OLD python3 versions | mathieui |
2014-04-01 | Fix the roster offline show toggle | mathieui |
2014-04-01 | Fix #2462 (wrong timezone in the logs) | mathieui |
2014-03-31 | Fix a traceback with broken roster items | mathieui |
2014-03-28 | Fix #2493 (private tab displaying a join on /nick) | mathieui |
2014-03-28 | Improve dynamic conversation tabs | mathieui |
2014-03-28 | Returning the value fetched with RawconfigParser.getint is actually quite useful | mathieui |
2014-03-27 | When doing a self.config.set in a plugin, save the config too | mathieui |
2014-03-24 | Use RawConfigParser.get{int,bool,float} whenever possible | mathieui |
2014-03-23 | Allow opening a static conversation even when a (dynamic) conversation with t... | mathieui |
2014-03-23 | Add jid info to the unlock messages | mathieui |
2014-03-23 | Notify the user whenever the lock state of a dynamic conversation changes | mathieui |
2014-03-23 | Fix formatting, some typos, and unused code, and add docstrings | mathieui |
2014-03-22 | Fix a hidden traceback (NS_MUC_USER not exported in tabs/) | mathieui |
2014-03-19 | split the "tabs" module into separate files | mathieui |
2014-03-19 | small refactor | mathieui |
2014-02-23 | Parse message timezones correctly | mathieui |
2014-02-22 | Bump dev version | mathieui |
2014-02-22 | Remove the dependency on poezio from xhtml.py | Emmanuel Gil Peyrot |