Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-15 | Fix #2440 (highlight composing tabs) | mathieui | |
- add a show_composing_tabs option, default value: "direct" - todo: find a nice different color for this | |||
2014-04-14 | Implement XEP-0249 (Direct MUC Invitations) | mathieui | |
- fallback to mediated invitations if only the bare jid is given to the command or if the jid does not advertise support TODO: provide a way to send passwords | |||
2014-04-12 | Fix #2503/4 (use “.” as an alias for the current tab in /move_tab) | mathieui | |
2014-04-11 | Fix #2428 (complete fulljids on /version in MUCs) | mathieui | |
also clean up some newlines mess | |||
2014-04-11 | Fix #2421 (load and unload several plugins) | mathieui | |
2014-04-09 | Fix #2497/#2498 (/theme should return an error when loading fails) | mathieui | |
It was actually doing that for old python version but not recent onces | |||
2014-04-08 | Fix a forgotten "self." that caused alt+k to traceback | Florent Le Coz | |
2014-04-06 | fix a wrong naming in the previous commit | mathieui | |
2014-04-06 | Code cleanup | mathieui | |
fixes whitespace issues, some builtin overrides, and some enormous lines might make poezio run nanoseconds faster! | |||
2014-04-05 | Do not instantiate Keyboard at module-level | mathieui | |
2014-04-05 | Remove the pubsub-related stuff from the main branch | mathieui | |
as it is unused code anyway. | |||
2014-04-05 | Split the Core class | mathieui | |
Although the logic stays the same, and everything is put back together in a single class. |