onionr/onionr/httpapi
Kevin Froman d8af21ab16 * started endpoint for non-app specific control of direct connections
* fixed signature bugs in direct connections and forward secrecy
* removed chain and parent stuff from onionrblocks
2019-08-15 03:36:05 -05:00
..
apiutils progress in removing core 2019-07-19 19:01:16 -05:00
configapi corrected permissions again 2019-06-16 13:20:54 -05:00
directconnections * started endpoint for non-app specific control of direct connections 2019-08-15 03:36:05 -05:00
friendsapi progress in removing core 2019-07-18 18:07:18 -05:00
miscclientapi * started endpoint for non-app specific control of direct connections 2019-08-15 03:36:05 -05:00
miscpublicapi * uploads now only remove from upload queue on 'exists' for efficiency-security trade off 2019-08-11 23:00:08 -05:00
onionrsitesapi progress in removing core 2019-07-18 23:59:44 -05:00
profilesapi progress in removing core 2019-07-18 23:59:44 -05:00
security added loading whitelisted endpoints from plugins 2019-08-14 18:44:29 -05:00
README.md corrected permissions again 2019-06-16 13:20:54 -05:00
__init__.py added loading whitelisted endpoints from plugins 2019-08-14 18:44:29 -05:00
fdsafehandler.py limit log file line count 2019-08-06 21:50:15 -05:00
insertblock.py * prevent the same message from being inserted at the same time in the http api 2019-08-13 17:28:53 -05:00

README.md

httpapi

The httpapi contains collections of endpoints for the client and public API servers.

Files:

configapi: manage onionr configuration from the client http api

friendsapi: add, remove and list friends from the client http api

miscpublicapi: misculanious onionr network interaction from the public httpapi, such as announcements, block fetching and uploading.

profilesapi: work in progress in returning a profile page for an Onionr user