aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Comments ++ -- and commented out unused code.onefang2020-04-221-6/+5
|
* Only check password on login.onefang2020-04-211-1/+3
|
* Fix up backing out of the list of users.onefang2020-04-211-2/+2
| | | | "cancel" has a special meaning, so use "back" instead.
* Part of the validated member list code.onefang2020-04-211-0/+98
|
* Fix some leaks.onefang2020-04-211-9/+34
|
* Use the new button titles.onefang2020-04-211-2/+2
|
* Mention other restrictions on names.onefang2020-04-211-3/+3
|
* Fix up buttons to show a different title to the name.onefang2020-04-211-5/+5
|
* The example "start a single sim" script also updated.onefang2020-04-201-1/+13
|
* Missed a bit when updating the old scripts.onefang2020-04-201-1/+1
|
* Proper fonts in widgets.onefang2020-04-201-4/+4
|
* Update the old bash scripts for the new stuff.onefang2020-04-202-3/+3
|
* Fix up name validation.onefang2020-04-191-18/+27
|
* Add a simple voucher field.onefang2020-04-191-1/+36
|
* Actually validate their age.onefang2020-04-191-0/+11
|
* Apply CSS colours and fonts to all the widget types.onefang2020-04-191-4/+5
| | | | Coz only setting it for body isn't good enough.
* Lots of changes, mostly a rewrite of how the dynamic pages work.onefang2020-04-191-1019/+1820
|
* TODO++onefang2020-04-191-4/+15
|
* Copy Taylors CSS into it's own file.onefang2020-04-191-0/+63
|
* Move NOTES.txt, and write some more.onefang2020-04-191-0/+172
|
* Install more packages for the new sledjchisl build.onefang2020-04-191-1/+1
|
* Add css to stats.html, so it embeds correctly.onefang2020-04-191-17/+32
|
* No make distclean for fcgi.onefang2020-04-181-1/+1
|
* Install DG configs to.onefang2020-04-181-0/+5
|
* Add Destiny Grid config.onefang2020-04-181-0/+87
|
* Start all the sims.onefang2020-04-131-2/+2
|
* A small script to tickle the database.onefang2020-04-121-0/+26
|
* Add the web host name to the config file.onefang2020-04-121-0/+1
|
* TODO--onefang2020-03-241-3/+1
|
* Run directory has to be set group ID, so the tmux socket can be shared by ↵onefang2020-03-241-1/+2
| | | | those in the opensimsc group.
* Install instructions + web socket directory has to be web server readable.onefang2020-03-241-1/+2
|
* Typo--onefang2020-03-241-1/+1
|
* Poor mans logging of FCGI, for now.onefang2020-03-242-1/+2
|
* Add a debug setting.onefang2020-03-242-22/+39
|
* TODO++onefang2020-03-241-1/+3
|
* Add license notes.onefang2020-03-241-0/+6
|
* Add some installation instructions for sledjchisl.onefang2020-03-241-1/+67
|
* Oops, forgot this file.onefang2020-03-231-0/+36
|
* Build sledjchisl when building the rest.onefang2020-03-211-8/+11
|
* TODO--onefang2020-03-211-30/+0
|
* Plug more leaks.onefang2020-03-211-6/+13
| | | | | I'm more and more sure that the rest are MariaDBs fault, but I'm still searching.
* More version numbers.onefang2020-03-211-0/+2
|
* Better sucure memory wipe.onefang2020-03-211-11/+4
|
* It's actually qLibc.onefang2020-03-191-6/+6
|
* qtreetbl doesn't have a put and get int, and I may want to switch to it.onefang2020-03-191-4/+7
|
* 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.