aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl/sledjchisl.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-07VArious small sledjchisl things.onefang1-2/+12
Complain if we can't remove a stale PID file. Don't wait after ROBUST starts. Do web thing only if it's a plain "start everything".
2021-07-07Various memory freeing stuff.onefang1-8/+41
2021-07-07whitespace++onefang1-8/+5
2021-07-06Lots of SledjChisl changes.onefang1-205/+693
New command argument syntax. Method of starting sims up in bulk, depending on number of CPUs. Load all the sim config data at sledjchisl startup. Convert to new .shini polyglot format for sim .ini files. Lets them be scripts as well. Also moves them out of config/sim??/ directories. Short sim names for where short legal names are best. Figure out port numbers on the fly, putting the actual config file used in tmp. Alas OpenSim screws the pooch and we need sim??/*.ini for that. Extra text in validation emails, trying to get around dumb spam filters. 2021 age check update. Add approver to Lua user records when approved. Refactor the command checking and doing code. Allow admins to group sims for startup timing. Move simple backup script into sledjchisl. Startup web stuff at end.
2020-09-08Add the SledjChisl stuff.onefang1-0/+7342
2020-06-01Still failing to reconnect for dbCount(), just set the fucking timeout to a ↵onefang1-3/+3
year.
2020-05-22Deal with the database connection going away, and various related clean ups.onefang1-355/+402
Or try to, MariaDB don't make it easy.
2020-05-21Clear out some no longer needed stuff.onefang1-91/+2
2020-05-20Leaks -=onefang1-13/+34
2020-05-18Print the name from the session in various places.onefang1-3/+3
2020-05-18Comments +=onefang1-0/+2
2020-05-18Show account name correctly.onefang1-7/+8
2020-05-18Various small cleanups.onefang1-16/+0
2020-05-18TODO += 3onefang1-0/+4
2020-05-18Don't add two user queries.onefang1-10/+10
2020-05-16Fix the last of the known leaks.onefang1-37/+78
2020-05-14No more database leaks.onefang1-83/+61
2020-05-14Leakies +/-onefang1-20/+25
2020-05-14Comments++onefang1-0/+2
2020-05-14Clean up the cleaning up.onefang1-143/+266
Sanitize on input. Use raw stuff internaly. Escape on output.
2020-05-11Remove the email from the validation page.onefang1-1/+1
2020-05-11Stop reporting silly numbers of locals.onefang1-1/+4
2020-05-11Typo--onefang1-1/+1
2020-05-09Don't allow lowering level.onefang1-1/+4
Have to do that the hard way in the console.
2020-05-09Add about me to the account edit page.onefang1-1/+1
2020-05-09Save Lua account symlinks to the correct UUID.onefang1-1/+1
2020-05-07Various comment tweaks.onefang1-3/+18
2020-05-07Rewrite the web session stuff.onefang1-146/+251
2020-05-07Comment out database debugging stuff for now.onefang1-31/+33
2020-05-07Leak--onefang1-0/+1
2020-04-30Config option to allow other web sites to iFrame our pages.onefang1-2/+27
Coz someone asked for it.
2020-04-27Don't fall over on NULL FCGI path.onefang1-0/+7
2020-04-25Test mode -> experimental mode.onefang1-9/+8
2020-04-25Oops.onefang1-2/+2
2020-04-25Create in world accounts!onefang1-21/+286
2020-04-25Some db clean up, and support INSERT.onefang1-50/+156
2020-04-25Clean up cleanup().onefang1-1/+8
2020-04-25Comment out the Lua example at the very end.onefang1-7/+9
2020-04-23Leak instead of crash, until I sort it out later.onefang1-1/+1
2020-04-23Maybe fix that DB crash?onefang1-2/+2
2020-04-23Trying to track down MariaDB leaks.onefang1-14/+59
2020-04-23Leaks--onefang1-11/+52
2020-04-23Failed attempt to show a saved message.onefang1-0/+2
2020-04-23If the validation changed things, reload the input form.onefang1-1/+3
2020-04-23Code white space fixup.onefang1-1/+1
2020-04-23Ignore the previous commit, this should fix the actual bug. My fault. lolonefang1-1/+1
2020-04-23Attempt to work around what might be a bug in MariaDB.onefang1-1/+1
Getting lots of - Invalid write of size 1 Address 0xfad1f44 is 0 bytes after a block of size 36 alloc'd Always 36.
2020-04-23Linky-hashish is now a Base64, it saves a tiny bit of space in emails.onefang1-9/+20
2020-04-23Quote email file.onefang1-1/+1
2020-04-23Typo--onefang1-1/+1