Philipp Hörist pushed to branch archive_cache at gajim / gajim


Commits:
d78234b5 by wurstsalat at 2022-08-29T18:42:00+02:00
change: ChatBanner: Add button for managing voice requests

- - - - -
8565a658 by André Apitzsch at 2022-08-29T22:12:16+02:00
chore: Flatpak: Update dependencies

- - - - -
6cd28e28 by wurstsalat at 2022-08-31T20:06:27+02:00
cfix: DND: Fix moving chat list items to other workspaces

- - - - -
a8fd4a1f by wurstsalat at 2022-08-31T20:23:05+02:00
cfix: DND: Set source workspace for ChatListEntryParam

- - - - -
857f654c by wurstsalat at 2022-08-31T22:47:20+02:00
cfix: ReadMarkers: Fix read-state-sync and sending markers

Fixes #11114

- - - - -
c74d8f0e by lovetox at 2022-09-02T22:23:58+02:00
fix: MUC: Improve automatically adding members on invite

Gajims private definition of a group chat means also it must be non-anonymous.
This make not much sense for the invite logic, here it should only matter
if the room is members-only or not.

- - - - -
6ae3bb31 by lovetox at 2022-09-03T10:01:28+00:00
refactor: Contacts: Remove convenience method

- - - - -
af02c6bd by lovetox at 2022-09-03T10:01:28+00:00
fix: Better validate message corrections

- Refactor message processing code
- Introduce 5 minute message correction limit

- - - - -
78fd6fb0 by lovetox at 2022-09-04T11:00:38+02:00
change: Add requirement for min sqlite version

- - - - -
5dbcf0b2 by lovetox at 2022-09-04T12:01:34+02:00
refactor: Contacts: Move presence change detection to MUC module

- - - - -
b020fd3c by lovetox at 2022-09-04T12:35:35+02:00
new: Add event storage

- - - - -


30 changed files:

- README.md
- flatpak/org.gajim.Gajim.Devel.yaml
- flatpak/org.gajim.Gajim.yaml
- gajim/common/app.py
- gajim/common/application.py
- gajim/common/const.py
- gajim/common/events.py
- gajim/common/modules/chat_markers.py
- gajim/common/modules/contacts.py
- gajim/common/modules/mam.py
- gajim/common/modules/message.py
- gajim/common/modules/muc.py
- gajim/common/modules/util.py
- gajim/common/storage/archive.py
- gajim/common/storage/base.py
- + gajim/common/storage/events.py
- gajim/data/gui/chat_banner.ui
- gajim/data/style/gajim.css
- gajim/gajim.py
- gajim/gtk/builder.pyi
- gajim/gtk/chat_banner.py
- gajim/gtk/chat_list_stack.py
- gajim/gtk/chat_stack.py
- gajim/gtk/control.py
- gajim/gtk/conversation/view.py
- gajim/gtk/groupchat_nick_completion.py
- gajim/gtk/groupchat_roster.py
- + gajim/gtk/groupchat_voice_requests_button.py
- gajim/gtk/main.py
- gajim/gtk/workspace_side_bar.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/5de6f7ea075b2a728f42d0b2f779d15963315e73...b020fd3cdeb01ab8c42e1445b78a0ad0f0358f03

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/5de6f7ea075b2a728f42d0b2f779d15963315e73...b020fd3cdeb01ab8c42e1445b78a0ad0f0358f03
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to