aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-30Add backup_IARsim config variable.onefang2-61/+20
Only using it for newbie IAR loading for now, coz I haven't actually written the IAR backup code yet. Also clean out the excess table from ourSims, since it is no longer needed to find the sim we used to use for IARs.
2021-07-30More rejigging of painful tmux panes.onefang1-41/+37
Almost there.
2021-07-30Clean up the simData structure.onefang1-10/+8
2021-07-30Remove useless memset()s.onefang1-10/+0
2021-07-30Generic Lua table to qlib qtreetbl.onefang1-9/+106
2021-07-30Repeat things that newbies tend to ignore, then bug me coz things didn't work.onefang1-0/+17
2021-07-27Rejig the windows and panes, as well as strip boiler plate from .ini files.onefang1-71/+122
2021-07-24Don't join the tmux session if we don't have to.onefang1-7/+18
2021-07-24No need to wait for things to settle after starting ROBUST.onefang1-1/+0
2021-07-24First hack at grouping sims in tmux tabs.onefang1-43/+81
Tmux panes are a pain, so this needs more work.
2021-07-24One more logging level change.onefang1-1/+1
2021-07-24Change logging levels for somethings.onefang1-8/+8
2021-07-24Rejig how the tmux interfaces work.onefang1-19/+26
2021-07-24Don't actually print debug stuff if debug is turned off.onefang2-3/+6
Also default to debug off.
2021-07-22Set the tmux pane title and active pane border.onefang1-11/+30
2021-07-07Patch for qlibc.onefang2-0/+15
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.onefang2-205/+694
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.
2021-07-06Add some libraries to sledjchisl.onefang1-1/+1
2020-09-09Add a missing .keep.onefang1-0/+0
2020-09-08SledjChisl notes.onefang1-0/+383
2020-09-08Clean out the SledjChisl sub modules stuff.onefang8-0/+0
2020-09-08Add the SledjChisl stuff.onefang26-0/+12499
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.onefang2-148/+254
2020-05-07Comment out database debugging stuff for now.onefang1-31/+33
2020-05-07Leak--onefang1-0/+1