about summary refs log tree commit diff
path: root/LibMatrix/RoomTypes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Handle room upgrades HEAD masterRory&4 days1-0/+2
|
* Fix invite logic, further v12 fixesRory&12 days1-2/+2
|
* Add support for bulk event sending, back off on server failureRory&2025-07-261-3/+41
|
* Fix joining rooms via ID, without vias.Rory&2025-07-171-4/+55
|
* Basic federation, move some response classes to the right namespaceRory&2025-06-202-1/+2
|
* Synapse admin fixes, server resolution fixesRory&2025-06-061-2/+2
|
* Allow specifying expected membership when fetching member list, addRory&2025-05-142-8/+33
| | | | | ... helpers to get member IDs, add sending reactions, add selfbot-only command mode in bot utils
* Followup documentation from chat, fix trailing whitespaceRory&2025-04-011-2/+11
| | | | Context: https://matrix.to/#/%21tuiLEoMqNOQezxILzt%3Arory.gay/%24cKr08d3ph5CvY3kZS4Wy6GtSoMXBOUk-jDMvM4tHwNs?via=rory.gay&via=matrix.org&via=conduit.rory.gay
* Add methods for typing notifications and read receiptsKayra Uylar2025-04-011-0/+35
|
* Split out invite context, add empty filter constantsRory&2025-03-262-5/+4
|
* Save some resources on PolicyRoom, add config to InviteListener to always ↵Rory&2025-03-191-3/+3
| | | | initial sync on startup
* Dead code cleanup, add room helper for policy listsRory&2025-03-172-35/+73
|
* Merge remote-tracking branch 'origin/dev/moderationclient-changes'Rory&2025-03-091-4/+6
|\
| * Sync optimisation changesRory&2024-12-151-0/+1
| |
| * Synapse admin API stuff, a mass of other changesRory&2024-12-151-5/+6
| |
* | Well known resolver work, synapse admin workRory&2025-03-091-1/+1
| |
* | MxcUri class, other various workRory&2025-02-181-1/+1
| |
* | Change defaults of GetManyMessagesRory&2025-02-081-5/+4
| |
* | Temporary workRory&2025-02-081-5/+7
| |
* | Some code cleanupRory&2025-02-031-1/+0
| |
* | The rest of warning cleanup so far.Rory&2025-01-231-5/+8
| |
* | Clean up more imports and fix namespaces.Rory&2025-01-231-3/+0
|/
* Minor cleanups, support for loading access tokens from disk or appserviceRory&2024-10-041-3/+20
|
* More reliable room name fetching, disable room predecessor in creation ↵Rory&2024-10-031-14/+17
| | | | content schema
* FixesRory&2024-09-221-1/+1
|
* Merge branch 'dev/authenticated-media'Rory&2024-09-171-20/+6
|\
| * Fix unit tests, add authenticated media dev/authenticated-mediaRory&2024-09-171-1/+1
| |
| * Fix room joining, power levelsRory&2024-09-161-4/+5
| |
| * Authenticated media foundationsEmma [it/its]@Rory&2024-07-021-16/+1
| |
* | Import unit test fixes from dev/home-changesRory&2024-07-152-4/+6
|/
* Single HTTP client fixes dev/new-httpclientRory&2024-06-171-2/+2
|
* Clearer error messages, fix bug in hs resolutionYour Name2024-05-131-18/+18
|
* HomeserverEmulator workRory&2024-05-021-2/+4
|
* FixesRory&2024-04-251-4/+55
|
* Partial User-Interactive Authentication, allow skipping homeserver typingRory&2024-04-191-2/+26
|
* Fix homeserver resolution, rewrite homeserver initialisation, HSE workEmma [it/its]@Rory&2024-04-051-1/+2
|
* New messagebuilder stuff, table-based help commandRory&2024-03-201-1/+0
|
* Unknown changesEmma [it/its]@Rory&2024-02-232-1/+6
|
* Apply syntax style to LibMatrixEmma [it/its]@Rory&2024-02-092-31/+20
|
* Allow specifying chunk size for GetManyMessagesEmma [it/its]@Rory&2024-02-091-16/+27
|
* Better sync filter support, named filters, error handlingEmma [it/its]@Rory&2024-01-311-1/+1
|
* Get full state eventEmma [it/its]@Rory&2024-01-291-15/+33
|
* CleanupEmma [it/its]@Rory&2024-01-051-3/+3
|
* CleanupTheArcaneBrony2023-12-271-13/+13
|
* SetImpersonate optimisation (dont execute if already set), cleanupTheArcaneBrony2023-12-231-32/+42
|
* User impersonation support (appservice identity assertion), ↵TheArcaneBrony2023-12-232-4/+25
| | | | non-AsyncEnumerable room member lookup
* CleanupEmma [it/its]@Rory&2023-12-191-15/+32
|
* CleanupEmma [it/its]@Rory&2023-12-142-40/+38
|
* Temp stateEmma [it/its]@Rory&2023-12-071-1/+2
|
* Cleanup, move ArcaneLibs to submodule instead of parent submoduleEmma [it/its]@Rory&2023-12-011-11/+11
|
* Moderation bot workEmma [it/its]@Rory&2023-11-231-8/+80
|
* State vs Timeline eventsTheArcaneBrony2023-11-091-1/+1
|
* Cleanup, fixes, fix proxy supportTheArcaneBrony2023-11-051-22/+54
|
* split client and server http client for homeserversTheArcaneBrony2023-10-261-8/+27
|
* Minor cleanupTheArcaneBrony2023-10-241-9/+4
|
* Handle floats etc in requestsTheArcaneBrony2023-10-141-3/+2
|
* Error handlingTheArcaneBrony2023-10-131-0/+10
|
* Added options to skip inviting already invited/joined/left users, added ↵TheArcaneBrony2023-10-111-3/+5
| | | | option to join room if it already exists when trying to create
* Fix bug with event sending, make initial sync detection deterministicTheArcaneBrony2023-10-111-0/+5
|
* Set timeout for command listenerTheArcaneBrony2023-10-102-3/+0
|
* Small refactorsTheArcaneBrony2023-10-061-18/+17
|
* Unit tests, small refactorsTheArcaneBrony2023-09-292-37/+66
|
* Add more stuff, add unit testsTheArcaneBrony2023-09-192-14/+25
|
* Some refactoringTheArcaneBrony2023-09-152-23/+27
|
* Media moderator PoC works, abstract command handling to libraryTheArcaneBrony2023-09-052-20/+29
|
* Add start of Media Moderator PoC botTheArcaneBrony2023-09-041-1/+21
|
* Too many changes to name...TheArcaneBrony2023-09-042-9/+37
|
* Code cleanupTheArcaneBrony2023-08-142-6/+6
|
* Split LibMatrix into separate repoTheArcaneBrony2023-08-142-0/+211