Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move some client state to an Agent, and make http_spec take a URI struct | Hubert Chathi | 2020-08-16 | 11 | -288/+370 | |
| | ||||||
* | allow body to be iolist or a filename, and add media upload/download | Hubert Chathi | 2020-08-15 | 19 | -19/+578 | |
| | ||||||
* | s/Any/any/ in typespecs | Hubert Chathi | 2020-08-08 | 4 | -13/+13 | |
| | ||||||
* | add test mode which changes post requests to put, so that mod_esi will accept it | Hubert Chathi | 2020-08-08 | 3 | -12/+18 | |
| | ||||||
* | check that the server response has a JSON content-type | Hubert Chathi | 2020-08-05 | 12 | -15/+21 | |
| | ||||||
* | minor code improvements | Hubert Chathi | 2020-07-28 | 3 | -22/+24 | |
| | ||||||
* | add test for dets | Hubert Chathi | 2020-07-28 | 1 | -0/+87 | |
| | ||||||
* | add test for sync, and fix some bugs | Hubert Chathi | 2020-07-27 | 3 | -2/+360 | |
| | ||||||
* | use Jason instead of Poison | Hubert Chathi | 2020-07-26 | 13 | -15/+15 | |
| | ||||||
* | edit changelog and bump version | Hubert Chathi | 2020-06-15 | 2 | -4/+18 | |
| | ||||||
* | fix calls to send | Hubert Chathi | 2020-06-15 | 1 | -9/+9 | |
| | ||||||
* | Merge branch 'get_room_state' into 'master' | Hubert Chathi | 2020-06-02 | 4 | -0/+230 | |
|\ | | | | | | | | | Add endpoint for getting room state See merge request uhoreg/polyjuice_client!1 | |||||
| * | add endpoint for getting room state | Pierre de Lacroix | 2020-05-25 | 4 | -0/+230 | |
|/ | ||||||
* | add some more filtering methods and reduce duplicate code | Hubert Chathi | 2020-05-12 | 2 | -147/+197 | |
| | ||||||
* | fix typespec | Hubert Chathi | 2020-05-09 | 1 | -2/+2 | |
| | ||||||
* | parse errors and reduce code duplication | Hubert Chathi | 2020-05-09 | 20 | -75/+143 | |
| | ||||||
* | release 0.2.2 | Hubert Chathi | 2020-04-30 | 1 | -1/+1 | |
| | ||||||
* | test message streaming | Hubert Chathi | 2020-04-25 | 2 | -1/+99 | |
| | ||||||
* | more unit tests | Hubert Chathi | 2020-04-25 | 1 | -0/+22 | |
| | ||||||
* | add information to function type | Hubert Chathi | 2020-04-25 | 2 | -7/+7 | |
| | ||||||
* | move log in/out functions to user module | Hubert Chathi | 2020-04-25 | 6 | -173/+210 | |
| | ||||||
* | pass through errors from hackney | Hubert Chathi | 2020-04-25 | 1 | -22/+25 | |
| | ||||||
* | documentation and type checking fixes/improvements | Hubert Chathi | 2020-04-24 | 2 | -9/+40 | |
| | ||||||
* | more tests | Hubert Chathi | 2020-04-24 | 2 | -0/+160 | |
| | ||||||
* | use a protocol for transforming HTTP responses | Hubert Chathi | 2020-04-24 | 19 | -122/+217 | |
| | ||||||
* | add methods for paginating room history, and manually syncing | Hubert Chathi | 2020-04-21 | 6 | -0/+403 | |
| | ||||||
* | add some tests and some cleanups | Hubert Chathi | 2020-04-21 | 8 | -6/+192 | |
| | ||||||
* | fix login endpoint add logout endpoint, and add functions for logging in/out | Hubert Chathi | 2020-04-21 | 6 | -16/+154 | |
| | ||||||
* | allow listeners to be functions instead of processes | Hubert Chathi | 2020-03-15 | 1 | -22/+13 | |
| | ||||||
* | add endpoint for setting room state | Hubert Chathi | 2020-03-15 | 4 | -0/+175 | |
| | ||||||
* | mix format | Hubert Chathi | 2019-10-15 | 4 | -6/+11 | |
| | ||||||
* | add another tutorial | Hubert Chathi | 2019-10-15 | 3 | -6/+242 | |
| | ||||||
* | make update and put in Polyjuice.Client.Filter public | Hubert Chathi | 2019-10-15 | 2 | -8/+133 | |
| | ||||||
* | add namespacing and deleting to key-value storage | Hubert Chathi | 2019-10-15 | 5 | -20/+66 | |
| | ||||||
* | fix typo | Hubert Chathi | 2019-10-09 | 1 | -1/+1 | |
| | ||||||
* | release 0.2.1 | Hubert Chathi | 2019-10-09 | 2 | -1/+12 | |
| | ||||||
* | add a tutorial | Hubert Chathi | 2019-10-09 | 3 | -1/+117 | |
| | ||||||
* | make ETS table public so that the sync process can write to it | Hubert Chathi | 2019-10-09 | 1 | -1/+1 | |
| | ||||||
* | add changelog and bump version | Hubert Chathi | 2019-10-09 | 2 | -1/+23 | |
| | ||||||
* | drop Poison.Encoder from the valid types for login identifier for now | Hubert Chathi | 2019-10-09 | 1 | -1/+1 | |
| | ||||||
* | add some documentation and move room functions to a separate submodule | Hubert Chathi | 2019-10-09 | 5 | -149/+222 | |
| | ||||||
* | remove some logging lines | Hubert Chathi | 2019-10-07 | 1 | -3/+0 | |
| | ||||||
* | mix format | Hubert Chathi | 2019-10-07 | 4 | -75/+87 | |
| | ||||||
* | send more information to listeners and add support for joining | Hubert Chathi | 2019-10-07 | 4 | -4/+256 | |
| | ||||||
* | make sync more robust, and send messages with connection status | Hubert Chathi | 2019-10-07 | 1 | -18/+39 | |
| | ||||||
* | make the storage part of the client struct | Hubert Chathi | 2019-10-07 | 3 | -10/+10 | |
| | ||||||
* | mix format | Hubert Chathi | 2019-10-06 | 1 | -1/+8 | |
| | ||||||
* | more unit tests | Hubert Chathi | 2019-10-06 | 1 | -0/+36 | |
| | ||||||
* | add test for Ets storage (and fix some issues) | Hubert Chathi | 2019-10-06 | 2 | -4/+58 | |
| | ||||||
* | add support for filters | Hubert Chathi | 2019-10-06 | 11 | -19/+666 | |
| | | | | BREAKING CHANGE: the client struct now needs a user ID |