ncurses chan board for long-form discussion -- forked from https://github.com/bbj-dev/bbj modified to work with UUCP
Go to file
Blake DeMarcy c0c0470460 fffffffffff the setup was borked 2017-04-05 17:24:43 -05:00
clients 8080 > 7099 2017-04-05 17:18:12 -05:00
documentation remove redundant let* in bbj-sane-value 2017-04-04 22:17:16 -05:00
prototype initial commit of non-prototype 2017-04-02 02:35:58 -05:00
src urwid client kinda does stuff now lmao 2017-04-05 16:33:25 -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 start python network client; fix auth resolution api responses 2017-04-04 04:51:37 -05:00
server.py 8080 > 7099 2017-04-05 17:18:12 -05:00
setup.sh fffffffffff the setup was borked 2017-04-05 17:24:43 -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.