Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-27 | Add yaml dependency | Kegan Dougal | |
2017-03-17 | Use gomatrixserverlib.StateKeyTuple and helper functions for auth (#44) | Kegsay | |
* Update gomatrixserverib dep * Use helper functions when creating rooms * Use gomatrixserverlib.StateKeyTuple | |||
2017-03-17 | gb vendor update github.com/matrix-org/gomatrixserverlib | Mark Haines | |
2017-03-10 | Update gomatrixserverlib and use AuthEventProvider (#35) | Kegsay | |
2017-03-10 | Create the initial set of state events for room creation (#32) | Kegsay | |
2017-03-09 | Include the requested current state alongside the latest events in the query ↵ | Mark Haines | |
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 | Update gomatrixserverlib dep and add basic /createRoom validation (#31) | Kegsay | |
2017-03-08 | Use Unique from github.com/matrix-org/util (#28) | Mark Haines | |
* Update github.com/matrix-org/util * Use Unique from github.com/matrix-org/util | |||
2017-03-06 | Add a query API to the roomserver for getting the latest events in a room. (#23) | Mark Haines | |
* 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-02-24 | Update to use util.JSONResponse (#18) | Kegsay | |
2017-02-22 | gb vendor fetch github.com/gorilla/context | Mark Haines | |
2017-02-21 | Update util dep | Kegan Dougal | |
2017-02-20 | Add dugong to support writing to disk/rotations | Kegan Dougal | |
2017-02-20 | Use gorilla/mux to route HTTP requests (#11) | Kegsay | |
* Add basic routing based on matched paths * Make /sync and /send use the right API paths | |||
2017-02-17 | Add gorilla/mux | Kegan Dougal | |
2017-02-06 | gb vendor fetch github.com/matrix-org/gomatrixserverlib/ | Mark Haines | |
2017-02-03 | Update matrix-org/util | Kegan Dougal | |
2017-02-03 | Add logrus, prometheus client and matrix-org/util | Kegan Dougal | |
2017-02-02 | Add kafka and postgres clients to vendor directory | Mark Haines | |