Kegsay
|
e5174ba108
|
Merge pull request #8 from matrix-org/kegan/create-room-method
Add CreateRoom()
|
2016-12-09 15:54:36 +00:00 |
Kegsay
|
16d753287d
|
Merge pull request #7 from matrix-org/kegan/login-method
Add Login()
|
2016-12-09 15:54:24 +00:00 |
Kegan Dougal
|
7afedf5a62
|
Add CreateRoom()
|
2016-12-09 15:42:32 +00:00 |
Kegan Dougal
|
9c7c0986d7
|
Add Login()
With example.
|
2016-12-09 15:03:19 +00:00 |
Kegan Dougal
|
76d9ae9611
|
Add userid example functions
|
2016-12-08 17:41:35 +00:00 |
Kegsay
|
52f7775d99
|
Merge pull request #6 from matrix-org/kegan/userids
Add user ID localpart encoding/decoding
|
2016-12-06 15:21:05 +00:00 |
Kegan Dougal
|
8ef8c8187f
|
Add user ID handling methods
|
2016-12-06 14:24:27 +00:00 |
Kegan Dougal
|
665b35975b
|
Add user ID localpart encoding/decoding
|
2016-12-06 14:01:15 +00:00 |
Kegsay
|
4c5522eacd
|
Merge pull request #5 from matrix-org/kegan/app-service-support
Add AppServiceUserID string for app services
|
2016-12-05 16:29:05 +00:00 |
Kegan Dougal
|
05cf6d05f7
|
Merge branch 'master' into kegan/app-service-support
|
2016-12-05 16:21:11 +00:00 |
Kegsay
|
8db775656f
|
Merge pull request #4 from matrix-org/kegan/registration
Add Register functions
|
2016-12-05 16:20:24 +00:00 |
Kegan Dougal
|
a565145603
|
Add AppServiceUserID string for app services.
|
2016-12-05 15:25:09 +00:00 |
Kegan Dougal
|
86e5c414aa
|
Add setOnClient
|
2016-12-05 15:05:03 +00:00 |
Kegan Dougal
|
c72cc1919a
|
Add RegisterDummy helper function
|
2016-12-02 17:35:07 +00:00 |
Kegan Dougal
|
09b6649b47
|
Add helper function to find single stage flows
|
2016-12-02 17:13:10 +00:00 |
Kegan Dougal
|
831dfd27a6
|
Add missing User-Interactive fields. Only add access_token if one was given.
|
2016-12-02 17:02:25 +00:00 |
Kegan Dougal
|
4517ecd6ed
|
Remove named return args
|
2016-12-02 16:52:32 +00:00 |
Kegan Dougal
|
aee7c3f473
|
Add Register() with req/resp structs
|
2016-12-02 16:51:20 +00:00 |
Kegsay
|
3afeaf76cc
|
aWOOGA
|
2016-12-02 15:42:13 +00:00 |
Kegsay
|
45fc1b9fdc
|
Merge pull request #3 from matrix-org/kegan/state-event
Add Client.StateEvent method with test and example
|
2016-12-02 15:40:34 +00:00 |
Kegan Dougal
|
8d48eee7bb
|
Make test simpler
|
2016-12-02 15:38:31 +00:00 |
Kegan Dougal
|
cc1e3f782c
|
Merge branch 'master' into kegan/state-event
|
2016-12-02 15:36:33 +00:00 |
Kegsay
|
d43c5df302
|
Merge pull request #2 from matrix-org/kegan/factor-send-recv-json
Refactor how requests are sent
|
2016-12-02 15:36:21 +00:00 |
Kegan Dougal
|
8bd1c5a89b
|
Add Client.StateEvent method with test and example. Move examples to different file
|
2016-12-02 15:36:09 +00:00 |
Kegan Dougal
|
1842392399
|
Bug fixes
|
2016-12-02 15:21:18 +00:00 |
Kegan Dougal
|
b0590a055a
|
Refactor how requests are sent
|
2016-12-02 14:07:41 +00:00 |
Kegsay
|
a531d0e149
|
Merge pull request #1 from matrix-org/kegan/leave-room
Add LeaveRoom(roomID) with test
|
2016-12-01 17:37:55 +00:00 |
Kegan Dougal
|
69b0fcb79d
|
Add LeaveRoom(roomID) with test
|
2016-12-01 17:32:16 +00:00 |
Kegan Dougal
|
e66d1ef529
|
Make the rooms map
|
2016-12-01 14:52:55 +00:00 |
Kegan Dougal
|
16b47cb061
|
Add remaining Go-NEB APIs
|
2016-12-01 12:19:25 +00:00 |
Kegan Dougal
|
03fda4b5d7
|
Remove Rooms from Syncer, move to Storer
|
2016-12-01 11:49:36 +00:00 |
Kegan Dougal
|
4f35a742e5
|
Tweak error message
|
2016-12-01 11:36:41 +00:00 |
Kegan Dougal
|
70aad48fbf
|
Remove NextBatchStorer/FilterStorer. Replace with Storer
|
2016-12-01 11:33:12 +00:00 |
Kegan Dougal
|
5391ef3078
|
Add working example
|
2016-11-30 17:51:03 +00:00 |
Kegan Dougal
|
519d03ed04
|
Add example usage
|
2016-11-30 17:41:14 +00:00 |
Kegan Dougal
|
ca6f598808
|
Move remaining Go-NEB code into gomatrix
|
2016-11-30 17:24:46 +00:00 |
Kegan Dougal
|
652dacf366
|
Maybe now godoc will pick it up
|
2016-11-30 12:00:12 +00:00 |
Kegan Dougal
|
8da9c2b9e6
|
Change function names to get godoc to associate them correctly
|
2016-11-30 11:52:28 +00:00 |
Kegan Dougal
|
527c6568c9
|
Add responses/room types. Add buildURL functions with examples
|
2016-11-30 11:46:33 +00:00 |
Kegan Dougal
|
97f4e98e1d
|
Start fleshing out basic Client types from Go-NEB
|
2016-11-29 17:03:42 +00:00 |
Kegan Dougal
|
d356e4af9e
|
Add basic types and pre-commit hooks
|
2016-11-29 16:44:19 +00:00 |
Kegsay
|
9d41f39257
|
Initial commit
|
2016-11-29 16:35:32 +00:00 |