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