index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2024-07-27
Fix: Edited messages appear twice in fulltext search (#3363)
Alex
2024-07-27
Bump ws from 7.5.2 to 7.5.10 in /test/wasm (#3388)
dependabot[bot]
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-05-24
Drop `reference_sha` column (#3083)
Till
2023-05-04
Use ProtoEvent where needed instead of EventBuilder (#3075)
kegsay
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-03
Add user profile tests, refactor user API methods (#3030)
Till
2023-03-22
Update Go, use go tool covdata for coverage files?
Till Faelligen
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2023-01-28
Relay integration to pinecone demos (#2955)
devonh
2023-01-23
Initial Store & Forward Implementation (#2917)
devonh
2023-01-23
Use `t.TempDir` for SQLite databases, so tests don't rip out each others data...
Till
2023-01-20
Make tests more reliable (#2948)
Till
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-12-22
Fix reset password endpoint (#2921)
Till
2022-12-08
Add UserAPI util tests (#2907)
Till
2022-11-02
Fix `moderncsqlite` errors and rebase onto `main` (#2832)
0x1a8510f2
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-10-14
Fix `outliers whose auth_events are in a different room are correctly rejecte...
Till
2022-10-05
Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)
Till
2022-09-07
Fulltext implementation incl. config (#2480)
Till
2022-09-01
Configuration tweaks (#2567)
Neil Alexander
2022-09-01
Refactor appservices component (#2687)
Neil Alexander
2022-08-31
Pinecone standalone refactoring (#2685)
Neil Alexander
2022-08-23
Complement QoL changes (#2663)
Till
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-08-02
Delete correct Send-to-Device messages (#2608)
Till
2022-05-18
Really SKIP_NODB (#2472)
Till
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-11
More syncapi tests (#2451)
kegsay
2022-05-09
Begin adding syncapi component tests (#2442)
kegsay
2022-05-09
One NATS instance per `BaseDendrite` (#2438)
Neil Alexander
2022-05-05
Errors from createdb are non-fatal (#2420)
kegsay
2022-05-03
Skip tests that require a database if we can't connect to one (#2413)
Neil Alexander
2022-04-11
Add database namespacing for unit tests (#2340)
kegsay
2022-04-08
syncapi: add more tests; fix more bugs (#2338)
kegsay
2022-04-08
Add test infrastructure code for dendrite unit/integ tests (#2331)
kegsay
2021-07-20
Add startup testing for Wasm Pinecone build (#1910)
J. Ryan Stinnett