dendrite/userapi
Till affb6977e4
Fix nil pointer derefernce issues (#3379)
Discovered while running
https://gitlab.futo.org/load-testing/matrix-goose.

Dendrite locks up and runs into `context cancelled`, so the error is not
`sql.ErrNoRows` nor "default" (and definitely shouldn't return that the
account exists in this case)
2024-07-27 22:29:34 +02:00
..
api Don't send device list updates upon registration (#3307) 2024-01-20 21:20:37 +01:00
consumers Some tweaks for the device list updater (#3251) 2023-10-31 16:39:45 +01:00
internal Fix nil pointer derefernce issues (#3379) 2024-07-27 22:29:34 +02:00
producers Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
storage More rows.Close() and rows.Err() (#3262) 2023-11-09 08:42:33 +01:00
types refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
util Move pseudoID ClientEvent hotswapping to a common location (#3199) 2023-09-15 15:25:09 +00:00
userapi_test.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
userapi.go Use IsBlacklistedOrBackingOff to determine if we should try to fetch devices (#3254) 2023-11-09 08:43:27 +01:00