Updated copyright info
Removed build
Added sleeps to get test working
Single binary, json based email server and client
Simply Invoke
$ make
dev'ing
$ . dev # Set your shell up to do baal dev
lib | Usage |
---|---|
openssl | Handle Encryption |
cJSON | Parse JSON |
TODO
Simply Invoke
$ baal [options] COMMAND [ARGS...]
help
$ baal -h
Start a server on port 8200
$ baal -p 8200 server
Contributions are welcome! Please mail them to skiqqy@redxen.eu, I only ask that you ensure they pass the tests :) which can be done like so
$ make test
Please open a ticket!
The server comes with a debug mode, to test components without having to start an actual server.
Server debug mode
$ baal server debug COMMAND [ARGS...]
Test a server handler
Simulate a user attempting to register
$ baal server debug handler register '{"user":"skiqqy","pass":"mypass"}'
baal was inspired by butterfly, please go check it out!