dendrite/setup/config
Till e5e3350ce1
Add presence module V2 (#2312)
* Syncapi presence

* Clientapi http presence handler

* Why is this here?

* Missing files

* FederationAPI presence implementation

* Add new presence stream

* Pinecone update

* Pinecone update

* Add passing tests

* Make linter happy

* Add presence producer

* Add presence config option

* Set user to unavailable after x minutes

* Only set currently_active if online
Avoid unneeded presence updates when syncing

* Tweaks

* Query devices for last_active_ts
Fixes & tweaks

* Export SharedUsers/SharedUsers

* Presence stream in MemoryStorage

* Remove status_msg_nil

* Fix sytest crashes

* Make presence types const and use stringer for it

* Change options to allow inbound/outbound presence

* Fix option & typo

* Update configs

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-04-06 13:11:19 +02:00
..
config_appservice.go fixup treat the sender_localpart as an exclusive namespace of one user (#2255) 2022-03-24 13:57:00 +00:00
config_clientapi.go Allow preventing guest registration (#2199) 2022-02-18 10:12:26 +00:00
config_federationapi.go remove obsolete config entry "federation_certificates" (#2318) 2022-04-04 17:31:41 +01:00
config_global.go Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00
config_jetstream.go Per-room consumers (#2293) 2022-03-23 10:20:18 +00:00
config_keyserver.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_mediaapi.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_mscs.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_roomserver.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_syncapi.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_test.go remove obsolete config entry "federation_certificates" (#2318) 2022-04-04 17:31:41 +01:00
config_userapi.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
config.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00