aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * Move more stuff into the var directory.onefang2021-08-1837-37/+42
| |
| * Sim stop tweaks.onefang2021-08-181-60/+99
| | | | | | | | | | | | If there's actual people on the sim, warn them, but don't shut it down. Only close the other windows if -a given.
| * It's 'show users', so don't count NPCs or child avatars.onefang2021-08-181-1/+10
| | | | | | | | | | The sledjchisl stop function takes account of that, and wont shutdown sims with actual people on them.
| * TODO++onefang2021-08-171-0/+1
| |
| * Don't delete the web socket if we are not running in web mode.onefang2021-08-171-1/+2
| |
| * Bitch if the sim has not stopped yet.onefang2021-08-171-0/+3
| |
| * Memory leak--onefang2021-08-171-0/+1
| |
| * Add member functions to SledjChisl.onefang2021-08-171-19/+83
| |
| * No more double cleanup().onefang2021-08-171-3/+0
| | | | | | | | It's already set to run on exit.
| * Add verbose mode.onefang2021-08-171-3/+8
| |
| * MySQL default character set to utfmb4.onefang2021-08-1719-41/+41
| | | | | | | | Coz on one box they defaulted to utfmb3, which .NET doesn't support.
| * Next bit of the inventory backup, actually do the backup.onefang2021-08-131-8/+40
| |
| * Comments++onefang2021-08-131-1/+9
| |
| * memset--onefang2021-08-131-1/+0
| |
| * Allow regex in the tmux wait function.onefang2021-08-131-1/+1
| |
| * Start of dealing with members in the "sim" loop.onefang2021-08-131-27/+62
| |
| * Restart sims.onefang2021-08-131-40/+56
| |
| * Oops, need this for the option display.onefang2021-08-131-0/+14
| |
| * Some more tweaks to output.onefang2021-08-131-6/+6
| |
| * Actually use toybox option parsing, and combine last two name parts.onefang2021-08-131-22/+28
| |
| * Close everything on full stop.onefang2021-08-111-2/+16
| |
| * leak--onefang2021-08-111-2/+2
| |
| * More shutdown clean ups.onefang2021-08-111-4/+39
| |
| * More betterer output.onefang2021-08-111-6/+8
| |
| * Work a bit on directory creation and tear down, as well as permissions.onefang2021-08-111-20/+55
| |
| * Clean up some output types.onefang2021-08-111-12/+12
| |
| * TODO++onefang2021-08-111-0/+1
| |
| * Get basic status of sims.onefang2021-08-111-1/+11
| |
| * Read configs with the newish Lua2hashtbl().onefang2021-08-101-41/+4
| | | | | | | | Though this will change again.
| * Switch to toybox xgetcwd() and print the results.onefang2021-08-101-1/+2
| |
| * Cleanly symlink the executable by removing it if it exists already.onefang2021-08-101-0/+6
| |
| * UPdate the help text, and related comments.onefang2021-08-101-11/+24
| |
| * getSims() now does all the converting of old .ini files to new .shini and ↵onefang2021-08-101-218/+363
| | | | | | | | | | | | | | sims.lua files. Also had to do some shifting of functions, and several other related tweaks.
| * Less bash and PATH insanity.onefang2021-08-101-16/+19
| |
| * Don't try to dump things me don't handle the type of.onefang2021-08-101-1/+1
| |
| * Comment++onefang2021-08-101-0/+1
| |
| * Move the OpenSim stuff to before the web stuff.onefang2021-08-061-123/+118
| | | | | | | | Coz that's the way we roll, er I mean run.
| * Refactor the sims loops.onefang2021-08-061-471/+325
| |
| * Obsolete comments--onefang2021-08-061-12/+2
| |
| * Move "Closing all the panes." to the corerct place.onefang2021-08-061-1/+1
| |
| * No need to sort ourSims->sims.onefang2021-08-061-3/+0
| |
| * Clean up some leakage, and remove an extra level of sim data storage.onefang2021-08-061-45/+20
| |
| * Add VERBOSE level logging output.onefang2021-08-061-52/+58
| |
| * Attempt to send spamn-fcgi command to the right place.onefang2021-08-041-5/+2
| | | | | | | | Still needs work.
| * Missed commit.onefang2021-08-041-0/+1
| |
| * Typo-- and whitespace++.onefang2021-08-041-1/+2
| |
| * Add -q option to start things without joining the session. And a null -a ↵onefang2021-08-041-13/+26
| | | | | | | | for later.
| * Kill the rest of the panes that are not on the original window.onefang2021-08-041-0/+20
| |
| * Don't exit panes, kill them, and quicker.onefang2021-08-041-3/+4
| |
| * Halve the bulkSims value each time we wait.onefang2021-08-041-12/+12
| | | | | | | | Coz by this time lots of sims are likely still starting up.