Mark Haines
e6835660b0
Update gomatrixserverlib
2017-05-24 15:05:42 +01:00
Mark Haines
e756b3b0eb
Update gomatrixserverlib
2017-05-22 18:11:30 +01:00
Mark Haines
aa179d451c
Update version of gomatrixserverlib ( #111 )
2017-05-19 10:46:17 +01:00
Kegsay
9d4d18ae7f
Add AccountDatabase for storing user accounts ( #110 )
...
Including the ability to add new accounts with a user/password and
select accounts using a user/password. Uses bcrypt to hash passwords.
2017-05-19 10:27:03 +01:00
Robert Swain
042d636e34
Update github.com/matrix-org/util for request context fix for logging
2017-05-10 15:43:58 +02:00
Mark Haines
a56f609b74
Update gomatrixserverlib ( #90 )
2017-05-05 17:43:42 +01:00
Mark Haines
0309035aad
Update gomatrixserverlib ( #89 )
2017-05-05 16:19:48 +01:00
Kegsay
2fadb9e409
Make it possible to point Riot at Dendrite ( #74 )
2017-04-20 17:11:53 +01:00
Kegsay
53ec4a255b
Calculate the complete /sync response ( #69 )
2017-04-13 16:56:46 +01:00
Kegan Dougal
7ab0436689
Add yaml dependency
2017-03-27 13:05:46 +01:00
Kegsay
346f5d6334
Use gomatrixserverlib.StateKeyTuple and helper functions for auth ( #44 )
...
* Update gomatrixserverib dep
* Use helper functions when creating rooms
* Use gomatrixserverlib.StateKeyTuple
2017-03-17 16:28:15 +00:00
Mark Haines
812fdbe22a
gb vendor update github.com/matrix-org/gomatrixserverlib
2017-03-17 13:10:25 +00:00
Kegsay
414ea314a6
Update gomatrixserverlib and use AuthEventProvider ( #35 )
2017-03-10 17:54:17 +00:00
Kegsay
49ed708ca4
Create the initial set of state events for room creation ( #32 )
2017-03-10 11:32:53 +00:00
Mark Haines
e667f17e14
Include the requested current state alongside the latest events in the query API. ( #30 )
...
* Return the requested portions of current state in the query API
* Use Unique from github.com/matrix-org/util
* rewrite bulkSelectFilteredStateBlockEntries to use append for clarity
* Add test for stateKeyTupleSorter
* Replace current with a new StateEntryList rather than individually setting the fields
2017-03-09 15:07:18 +00:00
Kegsay
e82090e277
Update gomatrixserverlib dep and add basic /createRoom validation ( #31 )
2017-03-09 11:47:06 +00:00
Mark Haines
84682b33c9
Use Unique from github.com/matrix-org/util ( #28 )
...
* Update github.com/matrix-org/util
* Use Unique from github.com/matrix-org/util
2017-03-08 13:27:21 +00:00
Mark Haines
9a8a8aedcb
Add a query API to the roomserver for getting the latest events in a room. ( #23 )
...
* Start implementing a query API for go using net/rpc
* Use a conventional JSON POST API rather than go net/rpc
net/rpc doesn't automatically handle reconnecting and we have better
logging and metrics infrastructure for monitoring HTTP apis.
* Implement the query API and add it to the integration tests
* Increase the timeout, travis seems to be a bit slow
* Clarify that state events are the things that are not returned if they are not requested
* Add utility function for converting arrays of numeric event IDs to pq Int64Arrays
* Warn people against requesting empty state keys by accident
2017-03-06 14:29:39 +00:00
Kegsay
45d1e61a9d
Update to use util.JSONResponse ( #18 )
2017-02-24 12:32:27 +00:00
Mark Haines
094345830e
gb vendor fetch github.com/gorilla/context
2017-02-22 13:01:05 +00:00
Kegan Dougal
9e6127d12a
Update util dep
2017-02-21 17:18:06 +00:00
Kegan Dougal
0bd3af8115
Add dugong to support writing to disk/rotations
2017-02-20 15:46:30 +00:00
Kegsay
f1bb59d24a
Use gorilla/mux to route HTTP requests ( #11 )
...
* Add basic routing based on matched paths
* Make /sync and /send use the right API paths
2017-02-20 15:41:29 +00:00
Kegan Dougal
154110b7c2
Add gorilla/mux
2017-02-17 16:59:14 +00:00
Mark Haines
a45a824f41
gb vendor fetch github.com/matrix-org/gomatrixserverlib/
2017-02-06 14:56:16 +00:00
Kegan Dougal
f87f7676bb
Update matrix-org/util
2017-02-03 16:12:18 +00:00
Kegan Dougal
63d1bcd66a
Add logrus, prometheus client and matrix-org/util
2017-02-03 15:41:25 +00:00
Mark Haines
a78e0cba8e
Add kafka and postgres clients to vendor directory
2017-02-02 18:26:18 +00:00