aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a more verbose leak check.onefang2020-03-191-4/+4
|
* TODO++onefang2020-03-191-0/+4
|
* Plug a lot of leaks.onefang2020-03-191-181/+279
| | | | | | Still some left, mostly in the database code. Some of the remaining leaks I think are in the third party libraries.
* Make HTML checkbox validation work.onefang2020-03-181-0/+2
|
* Major rewrite of the validation code.onefang2020-03-181-272/+304
| | | | | | | Other things might have snuck into this mess. Make sure errors cause pages to reload with the data that was entered, so they can easily correct it.
* Include all stuff in a session file.onefang2020-03-181-16/+28
|
* Some log message tweaks.onefang2020-03-181-6/+6
|
* Bit more HMTL tweaking.onefang2020-03-181-1/+4
|
* Style the HTML better, and tweak other HTML things.onefang2020-03-181-14/+19
| | | | HTML sucks, and there's no decent small simple way to style checkboxen.
* Remove extranous free()s.onefang2020-03-181-3/+0
|
* Clarify web text about stats being updated.onefang2020-03-181-1/+1
|
* Allow grid stats to be collected every 30 seconds.onefang2020-03-181-1/+1
|
* And actually show online status on the web pages.onefang2020-03-182-0/+2
|
* Now that ROBUST is saving it's PID, check for it on the stats web page.onefang2020-03-181-5/+16
|
* New logging levels - stuff only the developer needs to know during development.onefang2020-03-181-76/+80
|
* Now ROBUST writes it's PID file. DOH!onefang2020-03-181-1/+1
|
* Log ROBUST reading config files, just like regions do.onefang2020-03-181-0/+1
| | | | | | This is why things are so bloated. OOP means hiding stuff, so others can't use your precious bodily fluids, er I mean hidden stuff, so they write their own.
* Indent code properly.onefang2020-03-181-46/+38
|
* TODO++ and comment clean up.onefang2020-03-181-1/+5
|
* TODO++onefang2020-03-171-0/+2
|
* Various other shuffles and clean ups.onefang2020-03-171-17/+23
|
* Move the tmux check until after we have loaded the config and paths.onefang2020-03-171-19/+16
|
* Remove cruft now that we are back to using full toybox again.onefang2020-03-171-12/+0
|
* Various comment clean ups.onefang2020-03-171-5/+5
|
* Switch to using FHS style directories, and create them all at startup.onefang2020-03-172-40/+91
|
* Add an About me textarea.onefang2020-03-171-0/+31
|
* Add a ToS block.onefang2020-03-172-0/+29
|
* TODO++onefang2020-03-171-0/+2
|
* Various white space and language clean ups.onefang2020-03-171-13/+15
|
* Don't pass around psswrd anymore.onefang2020-03-171-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.
* Oops, part of last commit.onefang2020-03-171-0/+2
|
* Only try to load users Lua file on login.onefang2020-03-171-27/+28
|
* HTML labels before their input fields.onefang2020-03-171-2/+2
|
* Load the local config file first, then let it be overridden by system and ↵onefang2020-03-171-2/+2
| | | | | | home config files. Also log the loaded config file when doing web stuff as well.
* Update list of dependencies.onefang2020-03-171-1/+1
|
* Finally add the sledjchisl C & Lua maanger, and friends.onefang2020-03-1613-20/+5991
|
* Shift web stuff to the www folder, and update it.onefang2020-03-169-5/+21
|
* Ignore the src build temporary directories.onefang2020-03-161-0/+2
|
* Fix up boxes build system.onefang2020-03-162-0/+33
|
* Merge remote-tracking branch 'boxes/master'onefang2020-03-1610-0/+4655
|\
| * Add a build script.onefang2020-03-163-0/+48
| |
| * Add a bunch of test key bindings.onefang2020-03-161-0/+15
| |
| * Update to toybox API change.onefang2020-03-161-7/+3
| |
| * Compile boxes by default.onefang2020-03-161-1/+1
| |
| * Toybox can't cope with a lack of a README, but gives you cryptic errors.onefang2020-03-161-0/+4
| | | | | | | | Wasted a whole fucking day on this.
| * Ignorance is bliss.onefang2020-03-161-0/+0
| |
| * Shuffle stuff.onefang2020-03-168-0/+0
| |
| * Adding old documentation.David Walter Seikel2015-03-112-0/+1136
| |
| * TODO++David Walter Seikel2015-01-041-1/+4
| |
| * Updated to match toybox 0.4.8, xmsprintf() -> xmprintf().David Walter Seikel2014-04-211-1/+1
| |