about summary refs log tree commit diff
path: root/LibMatrix/Homeservers/AuthenticatedHomeserverGeneric.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-05Cleanup, fixes, fix proxy supportTheArcaneBrony1-27/+19
2023-10-26split client and server http client for homeserversTheArcaneBrony10-97/+130
2023-10-24Minor cleanupTheArcaneBrony8-26/+30
2023-10-19fix synchelper null checkTheArcaneBrony6-8/+18
2023-10-18Add profile updatingTheArcaneBrony1-41/+38
2023-10-17Fix local media resolutionTheArcaneBrony1-1/+1
2023-10-17Add updating of profiles and fetching room profilesTheArcaneBrony6-8/+141
2023-10-14Handle floats etc in requestsTheArcaneBrony4-11/+90
2023-10-13Error handlingTheArcaneBrony3-2/+15
2023-10-11Fix alias thing?TheArcaneBrony1-1/+1
2023-10-11Added options to skip inviting already invited/joined/left users, added ↵TheArcaneBrony3-19/+44
option to join room if it already exists when trying to create
2023-10-11Fix bug with event sending, make initial sync detection deterministicTheArcaneBrony6-12/+33
2023-10-10Set timeout for command listenerTheArcaneBrony39-51/+1
2023-10-06Small refactorsTheArcaneBrony61-521/+1034
2023-09-29Unit tests, small refactorsTheArcaneBrony25-202/+563
2023-09-19