Go to file
Blake DeMarcy 42b934929b user_external was lacking an explicit bool() 2017-04-14 05:27:44 -05:00
clients map user_get endpoint 2017-04-14 04:48:26 -05:00
documentation rename db_sanity_check >> db_validate 2017-04-08 02:27:05 -05:00
prototype initial commit of non-prototype 2017-04-02 02:35:58 -05:00
src user_external was lacking an explicit bool() 2017-04-14 05:27:44 -05:00
.gitignore initial commit of non-prototype 2017-04-02 02:35:58 -05:00
README.md i like this one better 2017-04-03 03:44:19 -05:00
schema.sql add pinned parameter to threads 2017-04-08 02:14:45 -05:00
server.py message deletions now supported on all layers 2017-04-13 11:49:20 -05:00
setup.sh update script dependancies 2017-04-13 10:27:05 -05:00

README.md

Bulletin Butter & Jelly

Hi. This will be BBJs final form. The prototype and its elisp client are available in the prototype folder.

Not all endpoints are fully operational or implemented. Database logic is not final. Documentation is not fully available and ideas are not completely fleshed out. While the prototype is currently more operational, it lacks features and has severe structural issues that are now being addressed.

The biggest changes from the prototype are:

  • moved from stdlib socketserver to a cherrypy http server
  • more consistent response and data objects
  • a real database (sqlite3)
  • better internal exception handling

There are more. I will write about them later.