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
/
syncapi
Age
Commit message (
Expand
)
Author
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-05-04
Add opt-in anonymous stats reporting (#2249)
Till
2022-05-03
Tidy up `AddPublicRoutes` (#2412)
Neil Alexander
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-04-30
Return "to", if we didn't return any presence events (#2407)
Till
2022-04-28
Only load members of newly joined rooms (#2389)
Till
2022-04-28
Limit presence in `/sync` responses (#2394)
Till
2022-04-27
Fix #2390 (#2392)
Till
2022-04-27
Try that again
Neil Alexander
2022-04-27
Correct account data position mapping
Neil Alexander
2022-04-27
Don't send account data or receipts for left/forgotten rooms (#2382)
Neil Alexander
2022-04-27
Don't create fictitious presence entries (#2381)
Neil Alexander
2022-04-26
Use a value that is Go 1.16-friendly
Neil Alexander
2022-04-26
Send all account data on complete sync by default
Neil Alexander
2022-04-26
Fix account data position
Neil Alexander
2022-04-26
Start account data ID from `from`
Neil Alexander
2022-04-26
Fix account_data not correctly send in a complete sync (#2379)
Till
2022-04-26
Add heroes to the room summary (#2373)
Till
2022-04-25
Use provided filter for account_data (#2372)
Till
2022-04-22
Reuse the existing lazyload cache on /context and /messages (#2367)
Till
2022-04-20
Eliminate more SQL no row errors in sync API (#2363)
Neil Alexander
2022-04-20
Lazy loading fixes (#2362)
Neil Alexander
2022-04-19
Implement lazy loading on `/sync` (#2346)
Till
2022-04-13
Use default sync filter if specified filter is not found (should fix #2350) (...
Neil Alexander
2022-04-13
Precompute values for `userIDSet` in sync notifier (#2348)
Neil Alexander
2022-04-13
Make `/messages` filterable (#2347)
Till
2022-04-11
Correctly use provided filters (#2339)
Till
2022-04-09
Remove dead code in the sync api (#2341)
kegsay
2022-04-08
syncapi: add more tests; fix more bugs (#2338)
kegsay
2022-04-08
Add metrics for internal API requests (#2310)
Till
2022-04-08
Fix data race in `TestCorrectStreamWakeup` (#2334)
Neil Alexander
2022-04-08
Add test infrastructure code for dendrite unit/integ tests (#2331)
kegsay
2022-04-07
Fix lock contention in sync notifier
Neil Alexander
2022-04-07
Add possibility to ignore users (#2329)
Till
2022-04-07
Simplify presence stringification (should help with vector-im/element-android...
Neil Alexander
2022-04-06
Sync notifier tweaks (#2327)
Neil Alexander
2022-04-06
Reduce allocations in `/sync` presence stream (#2326)
Neil Alexander
2022-04-06
Add presence module V2 (#2312)
Till
2022-04-01
Include joined and invite member counts in room summary (#2315)
Neil Alexander
2022-03-29
Remove eduserver (#2306)
S7evinK
2022-03-25
Use most recent event in response to get latest stream position in incrementa...
Neil Alexander
2022-03-24
Fix lint errors
Neil Alexander
2022-03-23
Per-room consumers (#2293)
Neil Alexander
2022-03-21
Wait for safe shutdown of NATS Server (#2289)
Neil Alexander
2022-03-21
Remove unused partition_offset_table (#2288)
S7evinK
2022-03-18
Better mapping of stream positions to topological positions in `/messages` (#...
Neil Alexander
2022-03-17
Various bug fixes and tweaks around invites and membership
Neil Alexander
2022-03-16
Stream tweaks, use same codepath for sync vs async input room events, wait fo...
Neil Alexander
2022-03-16
Fix SQL statement for PurgeRoomState (#2280)
S7evinK
2022-03-16
Truncate `recentStreamEvents` before working out which event IDs to exclude f...
Neil Alexander
[next]