- Aug 27, 2014
-
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
A reliable logger.info() message /after/ the TCP port has been opened and is listening; this is essential for avoiding races in wrapper scripts e.g. integration testing
-
Kegan Dougal authored
-
Kegan Dougal authored
Removed urls.rst - The API docs / swagger JSON should be used as the canonical source for the REST API. Keeping urls.rst around is just an extra maintenance burden.
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Use SQLite's PRAGMA user_version to check if the database file really matches the schema we have in mind
-
Paul "LeoNerd" Evans authored
Neater database setup at application startup time; only .connect() it once, not once per schema file; don't build the db_pool twice
-
Kegan Dougal authored
-
Kegan Dougal authored
Final url modifications: renamed /presence_list to /presence/list to keep the top-level namespace clean. Updated tests.
-
Kegan Dougal authored
Renamed /rooms to /createRoom. Removed ability to PUT raw room IDs, and removed tests which tested that. Updated cmdclient and webclient.
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Aug 26, 2014
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Feedback: Removed FeedbackRestServlet. Modified keys on FeedbackEvent. Expanded the feedback constants to fully explain what type of feedback they are.
-
Kegan Dougal authored
-
Kegan Dougal authored
Removed MessageRestServlet, use RoomSendEventRestServlet instead. Updated cmdclient, tests and webclient. All appears to work.
-
Kegan Dougal authored
-
Erik Johnston authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> /rooms/$roomid/members. /rooms$roomid/messages/list >> /room/$roomid/messages. Updated cmdclient, tests and webclient.
-
Mark Haines authored
-
Mark Haines authored
-
Emmanuel ROHEE authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Emmanuel ROHEE authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Added basic in-memory REST transaction storage. Only the latest transaction for a given path/access_token combo is stored in order to prevent storing ALL request/response pairs.
-
Erik Johnston authored
-
Erik Johnston authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
URL renaming: Room state keys now use the format /rooms/$roomid/state/$event_type/$state_key. cmdclient: Fixed double urlencoding on leave command. Stream from the END since START now produces an error on /events.
-
Kegan Dougal authored
Adjusted webclient to use new state paths. Updated membership msg template to actually show the person invited. Factored out common membership functions in matrix service.
-