aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl/sledjchisl.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-17Various comment clean ups.onefang1-5/+5
2020-03-17Switch to using FHS style directories, and create them all at startup.onefang1-38/+89
2020-03-17Add an About me textarea.onefang1-0/+31
2020-03-17Add a ToS block.onefang1-0/+2
2020-03-17TODO++onefang1-0/+2
2020-03-17Various white space and language clean ups.onefang1-13/+15
2020-03-17Don't pass around psswrd anymore.onefang1-7/+2
Coz we do the old hash, salt, and store trick now. And I mean tho OLD one, we are still compatible with SL's 2006 insecure password tech.
2020-03-17Oops, part of last commit.onefang1-0/+2
2020-03-17Only try to load users Lua file on login.onefang1-27/+28
2020-03-17HTML labels before their input fields.onefang1-2/+2
2020-03-17Load the local config file first, then let it be overridden by system and ↵onefang1-2/+2
home config files. Also log the loaded config file when doing web stuff as well.
2020-03-16Finally add the sledjchisl C & Lua maanger, and friends.onefang1-0/+5080