summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2017-06-17Add login / logout functionality.Kjetil Orbekk
Adds the ability to log in, but doesn't yet authenticate against the database.
2017-06-17feature: Add user command.Kjetil Orbekk
* Finish command to create user. * Change sqlite => rusqlite dependency.
2017-06-17sqlite: Initialize database.Kjetil Orbekk
2017-06-17refactor: Move server part to the library.Kjetil Orbekk
2017-06-16Basic encryption and password validation.Kjetil Orbekk
This is a placeholder encryption scheme for authentication.
2017-06-08Testing password encryption.Kjetil Orbekk
2017-05-24render: Organize rendering functions in a moduleKjetil Orbekk
2017-05-23systemd: Very bad parsing of systemd jobsKjetil Orbekk
2017-05-21Add sessionKjetil Orbekk
2017-05-21Simple webapp with iron and horrorshow.Kjetil Orbekk