Age | Commit message (Expand) | Author |
2020-05-24 | Merge branch 'affiliations-jid' into 'master' | Link Mauve |
2020-05-24 | MucTab /affiliation: Add MUC jid in output for context | Maxime “pep” Buquet |
2020-05-24 | MucTab /leave: toggle off autojoin instead of removing bookmark | Maxime “pep” Buquet |
2020-05-24 | Merge branch 'next-version-0.14' into 'master' | mathieui |
2020-05-24 | Update version numbers | mathieui |
2020-05-24 | Make /affiliation display in the info win, not in the muc win | Emmanuel Gil Peyrot |
2020-05-24 | Update version to 0.13v0.13 | mathieui |
2020-05-24 | Rename bookmark_on_join to synchronise_open_rooms | Emmanuel Gil Peyrot |
2020-05-24 | Merge branch 'command-leave' into 'master' | mathieui |
2020-05-24 | Add a /leave command | Emmanuel Gil Peyrot |
2020-05-24 | Import Message in basetabs | mathieui |
2020-05-24 | Fix a type collision between Messages | mathieui |
2020-05-23 | Remove remaining occurences of tab.last_stanza_id | mathieui |
2020-05-23 | Fix types in text_buffer | mathieui |
2020-05-23 | Fix typing in mam.py | mathieui |
2020-05-23 | ChatTab: make set text_win in constructor (typing) | mathieui |
2020-05-23 | Convert all datetimes to UTC when doing comparisons | mathieui |
2020-05-23 | Fix some edge cases of MAM history fetch | mathieui |
2020-05-23 | Fix some remaining refresh issues | mathieui |
2020-05-23 | Add an "end of archive" message type | mathieui |
2020-05-23 | MAM: many changes | mathieui |
2020-05-23 | Textbuffer: add "find last message" function | mathieui |
2020-05-23 | Core: dedup some code | mathieui |
2020-05-23 | Remove "top" message logic | mathieui |
2020-05-23 | Add a concept of "history gap" | mathieui |
2020-05-23 | Add specific types for own leave and join | mathieui |
2020-05-20 | MucTab: add some typing to presence handlers | Maxime “pep” Buquet |
2020-05-20 | MucTab: Ignore presence from MUC barejid | Maxime “pep” Buquet |
2020-05-17 | Fix highlight display on corrections | mathieui |
2020-05-17 | Fix a corner case with correction when moving between highlights | mathieui |
2020-05-17 | Fix highlight navigation | mathieui |
2020-05-17 | Remove extra logging | mathieui |
2020-05-17 | Fix highlights color | mathieui |
2020-05-12 | Fix a bug when the value of show_composing_chat_state is not lowercase | mathieui |
2020-05-12 | Add keyboard action to go to room by unique prefix | Jonas Schäfer |
2020-05-12 | Add option to show only the unique prefix of tab names | Jonas Schäfer |
2020-05-12 | Add /wup command | Jonas Schäfer |
2020-05-12 | Add function to find a tab by unique prefix | Jonas Schäfer |
2020-05-12 | Add function to calculate unique prefix of two strings | Jonas Schäfer |
2020-05-12 | poezio.core.handlers: Treat MUC Barejid message as info | Maxime “pep” Buquet |
2020-05-10 | Move /deny and /remove to global scope as well | mathieui |
2020-05-10 | Fix completion and function names for /accept and /add | mathieui |
2020-05-09 | Add back the deny_anonymous decorator to /add and /accept | mathieui |
2020-05-09 | Move the deny_anonymous decorator to the poezio.decorators module | mathieui |
2020-05-09 | affiliations: Use InfoMessage in add_message call | Maxime “pep” Buquet |
2020-05-09 | Don't highlight on reflected messages | Maxime “pep” Buquet |
2020-05-09 | Ensure muc history messages are considered history | Maxime “pep” Buquet |
2020-05-09 | Fix highlights by introducing a delayed property on ui.types.Message | Maxime “pep” Buquet |
2020-05-09 | Fix /me messages | mathieui |
2020-05-09 | Fix a bug in message edition | mathieui |