aboutsummaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)Author
2017-03-27Add yaml dependencyKegan Dougal
2017-03-17Use gomatrixserverlib.StateKeyTuple and helper functions for auth (#44)Kegsay
* Update gomatrixserverib dep * Use helper functions when creating rooms * Use gomatrixserverlib.StateKeyTuple
2017-03-17gb vendor update github.com/matrix-org/gomatrixserverlibMark Haines
2017-03-10Update gomatrixserverlib and use AuthEventProvider (#35)Kegsay
2017-03-10Create the initial set of state events for room creation (#32)Kegsay
2017-03-09Include 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-09Update gomatrixserverlib dep and add basic /createRoom validation (#31)Kegsay
2017-03-08Use 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-06Add 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-24Update to use util.JSONResponse (#18)Kegsay
2017-02-22gb vendor fetch github.com/gorilla/contextMark Haines
2017-02-21Update util depKegan Dougal
2017-02-20Add dugong to support writing to disk/rotationsKegan Dougal
2017-02-20Use 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-17Add gorilla/muxKegan Dougal
2017-02-06gb vendor fetch github.com/matrix-org/gomatrixserverlib/Mark Haines
2017-02-03Update matrix-org/utilKegan Dougal
2017-02-03Add logrus, prometheus client and matrix-org/utilKegan Dougal
2017-02-02Add kafka and postgres clients to vendor directoryMark Haines