Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-24 | Add Armael’s theme. | Emmanuel Gil Peyrot | |
2020-05-24 | Merge branch 'no-gaming' into 'master' | Maxime Buquet | |
Checks whether the gaming payload is empty or not See merge request poezio/poezio!118 | |||
2020-05-24 | Add a ChangeLog entry for the gaming fix. | Emmanuel Gil Peyrot | |
2020-05-24 | Checks whether the gaming payload is empty or not | Emmanuel Gil Peyrot | |
Fixes a long-standing bug where a gaming stop event would be interpreted as starting a game. Also does the same for mood, activity and tune. | |||
2020-05-24 | Merge branch 'setup-reqs' into 'master' | Maxime Buquet | |
setup.py: Update slixmpp version requirements See merge request poezio/poezio!117 | |||
2020-05-24 | setup.py: Update slixmpp version requirements | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | Merge branch 'affiliations-jid' into 'master' | Link Mauve | |
MucTab /affiliation: Add MUC jid in output for context See merge request poezio/poezio!116 | |||
2020-05-24 | Merge branch 'bookmark-autojoin' into 'master' | Maxime Buquet | |
MucTab /leave: toggle off autojoin instead of removing bookmark See merge request poezio/poezio!115 | |||
2020-05-24 | MucTab /affiliation: Add MUC jid in output for context | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | MucTab /leave: toggle off autojoin instead of removing bookmark | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | Merge branch 'next-version-0.14' into 'master' | mathieui | |
Update version numbers See merge request poezio/poezio!114 | |||
2020-05-24 | Update version numbers | mathieui | |
2020-05-24 | Merge branch 'affiliation-info' into 'master' | Maxime Buquet | |
Make /affiliation display in the info win, not in the muc win See merge request poezio/poezio!113 | |||
2020-05-24 | Make /affiliation display in the info win, not in the muc win | Emmanuel Gil Peyrot | |
2020-05-24 | Merge branch 'release-0.13' into 'master' | mathieui | |
Update version to 0.13 See merge request poezio/poezio!112 | |||
2020-05-24 | Update version to 0.13v0.13 | mathieui | |
2020-05-24 | Merge branch 'synchronise_open_rooms' into 'master' | Maxime Buquet | |
Rename bookmark_on_join to synchronise_open_rooms See merge request poezio/poezio!111 | |||
2020-05-24 | Rename bookmark_on_join to synchronise_open_rooms | Emmanuel Gil Peyrot | |
Also add some more documentation about it. | |||
2020-05-24 | Merge branch 'doap-update' into 'master' | Link Mauve | |
Doap update See merge request poezio/poezio!110 | |||
2020-05-24 | Merge branch 'command-leave' into 'master' | mathieui | |
Add a /leave command See merge request poezio/poezio!109 | |||
2020-05-24 | DOAP: Add support for 157, 363, 384 | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | DOAP: Update repo location | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | DOAP: add pep. as maintainer | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | Add a /leave command | Emmanuel Gil Peyrot | |
This is the other side of /join when bookmark_on_join is set to true. It lets the user easily leave a bookmarked MUC from all of their clients at once. | |||
2020-05-24 | Merge branch 'fix-basetabs-Message' into 'master' | Maxime Buquet | |
Import Message in basetabs See merge request poezio/poezio!108 | |||
2020-05-24 | Import Message in basetabs | mathieui | |
2020-05-24 | Merge branch 'fix-message-basetabs' into 'master' | Maxime Buquet | |
Fix a type collision between Messages See merge request poezio/poezio!107 | |||
2020-05-24 | Fix a type collision between Messages | mathieui | |
2020-05-23 | Merge branch 'fix-history-fetch' into 'master' | mathieui | |
Fix many MAM issues Closes #3516, #3496, #3498, #3506, #3522, and #3493 See merge request poezio/poezio!105 | |||
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 | |
- Wait until we receive our own MUC presence to fetch history - Fix /reconnect weirdness | |||
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 | |
- Fix color & nicks in one to one chats - Make poezio-facing functions "schedules" to avoid races on tab query state - Rename functions - Use a different behavior when filling a history gap and populating a new tab in a MUC | |||
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 tests for text_buffer | 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-22 | Merge branch 'deploy-doc-python3-image' into 'master' | louiz’ | |
ci: Deploy the doc using the python:3 docker image See merge request poezio/poezio!106 | |||
2020-05-22 | ci: Deploy the doc using the python:3 docker image | louiz’ | |
2020-05-22 | Merge branch 'muctab-presence-types' into 'master' | mathieui | |
MucTab: add some typing to presence handlers See merge request poezio/poezio!104 | |||
2020-05-20 | MucTab: add some typing to presence handlers | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-20 | Merge branch 'ignore-muc-avatar' into 'master' | mathieui | |
MucTab: Ignore presence from MUC barejid See merge request poezio/poezio!103 | |||
2020-05-20 | MucTab: Ignore presence from MUC barejid | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> |