dendrite/vendor/src/github.com/matrix-org/gomatrixserverlib
Mark Haines 84ad4ff9f6 Start implementing /join for room aliases for rooms the server is not in. (#115)
* Start implementing the join room API

* Hacks to get join room working

* Make the TLS fingerprint configurable

* Fix the client API proxy to handle '#' correctly

* Return a 200 OK response

* Write the join event along with current state to the room server

* Comment on the error handling

* Fix typos

* Fix tab

* Add TODO for moving authEventIDs to gomatrixserverlib

* Comment on why we ignore the key ID argument for local keys

* Avoid 'preceeded'

* Neaten the control flow

* Neaten the control flow even more

* Return pointers

* Rename err to lastErr for the loop
2017-05-25 16:08:28 +01:00
..
hooks gb vendor fetch github.com/matrix-org/gomatrixserverlib/ 2017-02-06 14:56:16 +00:00
base64.go gb vendor fetch github.com/matrix-org/gomatrixserverlib/ 2017-02-06 14:56:16 +00:00
base64_test.go gb vendor fetch github.com/matrix-org/gomatrixserverlib/ 2017-02-06 14:56:16 +00:00
client.go Update version of gomatrixserverlib (#111) 2017-05-19 10:46:17 +01:00
clientevent.go Update gomatrixserverlib 2017-05-24 15:05:42 +01:00
clientevent_test.go Calculate the complete /sync response (#69) 2017-04-13 16:56:46 +01:00
event.go Start implementing /join for room aliases for rooms the server is not in. (#115) 2017-05-25 16:08:28 +01:00
eventauth.go Start implementing /join for room aliases for rooms the server is not in. (#115) 2017-05-25 16:08:28 +01:00
eventauth_test.go Update gomatrixserverlib and use AuthEventProvider (#35) 2017-03-10 17:54:17 +00:00
eventcontent.go Start implementing /join for room aliases for rooms the server is not in. (#115) 2017-05-25 16:08:28 +01:00
eventcontent_test.go gb vendor fetch github.com/matrix-org/gomatrixserverlib/ 2017-02-06 14:56:16 +00:00
eventcrypto.go Start implementing /join for room aliases for rooms the server is not in. (#115) 2017-05-25 16:08:28 +01:00
eventcrypto_test.go Update gomatrixserverlib (#89) 2017-05-05 16:19:48 +01:00
federationclient.go Update version of gomatrixserverlib (#111) 2017-05-19 10:46:17 +01:00
federationtypes.go Start implementing /join for room aliases for rooms the server is not in. (#115) 2017-05-25 16:08:28 +01:00
federationtypes_test.go Update version of gomatrixserverlib (#111) 2017-05-19 10:46:17 +01:00
json.go gb vendor fetch github.com/matrix-org/gomatrixserverlib/ 2017-02-06 14:56:16 +00:00
json_test.go gb vendor fetch github.com/matrix-org/gomatrixserverlib/ 2017-02-06 14:56:16 +00:00
keyring.go Update gomatrixserverlib 2017-05-24 15:05:42 +01:00
keyring_test.go Update gomatrixserverlib 2017-05-24 15:05:42 +01:00
keys.go Update gomatrixserverlib (#90) 2017-05-05 17:43:42 +01:00
LICENSE Update gomatrixserverlib (#89) 2017-05-05 16:19:48 +01:00
README.md gb vendor fetch github.com/matrix-org/gomatrixserverlib/ 2017-02-06 14:56:16 +00:00
redactevent.go Start implementing /join for room aliases for rooms the server is not in. (#115) 2017-05-25 16:08:28 +01:00
request.go Update gomatrixserverlib 2017-05-24 15:05:42 +01:00
request_test.go Update gomatrixserverlib (#89) 2017-05-05 16:19:48 +01:00
resolve.go Update gomatrixserverlib (#90) 2017-05-05 17:43:42 +01:00
signing.go Update gomatrixserverlib (#89) 2017-05-05 16:19:48 +01:00
signing_test.go Update gomatrixserverlib (#89) 2017-05-05 16:19:48 +01:00
stateresolution.go Start implementing /join for room aliases for rooms the server is not in. (#115) 2017-05-25 16:08:28 +01:00
stateresolution_test.go gb vendor fetch github.com/matrix-org/gomatrixserverlib/ 2017-02-06 14:56:16 +00:00
timestamp.go Update gomatrixserverlib (#89) 2017-05-05 16:19:48 +01:00
transaction.go Update version of gomatrixserverlib (#111) 2017-05-19 10:46:17 +01:00

gomatrixserverlib

GoDoc

Go library for common functions needed by matrix servers.