Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | No more double cleanup(). | onefang | 2021-08-17 | 1 | -3/+0 | |
| | | | | | | | | It's already set to run on exit. | |||||
| * | Add verbose mode. | onefang | 2021-08-17 | 1 | -3/+8 | |
| | | ||||||
| * | MySQL default character set to utfmb4. | onefang | 2021-08-17 | 19 | -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. | onefang | 2021-08-13 | 1 | -8/+40 | |
| | | ||||||
| * | Comments++ | onefang | 2021-08-13 | 1 | -1/+9 | |
| | | ||||||
| * | memset-- | onefang | 2021-08-13 | 1 | -1/+0 | |
| | | ||||||
| * | Allow regex in the tmux wait function. | onefang | 2021-08-13 | 1 | -1/+1 | |
| | | ||||||
| * | Start of dealing with members in the "sim" loop. | onefang | 2021-08-13 | 1 | -27/+62 | |
| | | ||||||
| * | Restart sims. | onefang | 2021-08-13 | 1 | -40/+56 | |
| | | ||||||
| * | Oops, need this for the option display. | onefang | 2021-08-13 | 1 | -0/+14 | |
| | | ||||||
| * | Some more tweaks to output. | onefang | 2021-08-13 | 1 | -6/+6 | |
| | | ||||||
| * | Actually use toybox option parsing, and combine last two name parts. | onefang | 2021-08-13 | 1 | -22/+28 | |
| | | ||||||
| * | Close everything on full stop. | onefang | 2021-08-11 | 1 | -2/+16 | |
| | | ||||||
| * | leak-- | onefang | 2021-08-11 | 1 | -2/+2 | |
| | | ||||||
| * | More shutdown clean ups. | onefang | 2021-08-11 | 1 | -4/+39 | |
| | | ||||||
| * | More betterer output. | onefang | 2021-08-11 | 1 | -6/+8 | |
| | | ||||||
| * | Work a bit on directory creation and tear down, as well as permissions. | onefang | 2021-08-11 | 1 | -20/+55 | |
| | | ||||||
| * | Clean up some output types. | onefang | 2021-08-11 | 1 | -12/+12 | |
| | | ||||||
| * | TODO++ | onefang | 2021-08-11 | 1 | -0/+1 | |
| | | ||||||
| * | Get basic status of sims. | onefang | 2021-08-11 | 1 | -1/+11 | |
| | | ||||||
| * | Read configs with the newish Lua2hashtbl(). | onefang | 2021-08-10 | 1 | -41/+4 | |
| | | | | | | | | Though this will change again. | |||||
| * | Switch to toybox xgetcwd() and print the results. | onefang | 2021-08-10 | 1 | -1/+2 | |
| | | ||||||
| * | Cleanly symlink the executable by removing it if it exists already. | onefang | 2021-08-10 | 1 | -0/+6 | |
| | | ||||||
| * | UPdate the help text, and related comments. | onefang | 2021-08-10 | 1 | -11/+24 | |
| | | ||||||
| * | getSims() now does all the converting of old .ini files to new .shini and ↵ | onefang | 2021-08-10 | 1 | -218/+363 | |
| | | | | | | | | | | | | | | sims.lua files. Also had to do some shifting of functions, and several other related tweaks. | |||||
| * | Less bash and PATH insanity. | onefang | 2021-08-10 | 1 | -16/+19 | |
| | | ||||||
| * | Don't try to dump things me don't handle the type of. | onefang | 2021-08-10 | 1 | -1/+1 | |
| | | ||||||
| * | Comment++ | onefang | 2021-08-10 | 1 | -0/+1 | |
| | | ||||||
| * | Move the OpenSim stuff to before the web stuff. | onefang | 2021-08-06 | 1 | -123/+118 | |
| | | | | | | | | Coz that's the way we roll, er I mean run. | |||||
| * | Refactor the sims loops. | onefang | 2021-08-06 | 1 | -471/+325 | |
| | | ||||||
| * | Obsolete comments-- | onefang | 2021-08-06 | 1 | -12/+2 | |
| | | ||||||
| * | Move "Closing all the panes." to the corerct place. | onefang | 2021-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | No need to sort ourSims->sims. | onefang | 2021-08-06 | 1 | -3/+0 | |
| | | ||||||
| * | Clean up some leakage, and remove an extra level of sim data storage. | onefang | 2021-08-06 | 1 | -45/+20 | |
| | | ||||||
| * | Add VERBOSE level logging output. | onefang | 2021-08-06 | 1 | -52/+58 | |
| | | ||||||
| * | Attempt to send spamn-fcgi command to the right place. | onefang | 2021-08-04 | 1 | -5/+2 | |
| | | | | | | | | Still needs work. | |||||
| * | Missed commit. | onefang | 2021-08-04 | 1 | -0/+1 | |
| | | ||||||
| * | Typo-- and whitespace++. | onefang | 2021-08-04 | 1 | -1/+2 | |
| | | ||||||
| * | Add -q option to start things without joining the session. And a null -a ↵ | onefang | 2021-08-04 | 1 | -13/+26 | |
| | | | | | | | | for later. | |||||
| * | Kill the rest of the panes that are not on the original window. | onefang | 2021-08-04 | 1 | -0/+20 | |
| | | ||||||
| * | Don't exit panes, kill them, and quicker. | onefang | 2021-08-04 | 1 | -3/+4 | |
| | | ||||||
| * | Halve the bulkSims value each time we wait. | onefang | 2021-08-04 | 1 | -12/+12 | |
| | | | | | | | | Coz by this time lots of sims are likely still starting up. | |||||
| * | Start tmux with a huge screen size, to work around OpenSim bug. | onefang | 2021-08-04 | 1 | -3/+5 | |
| | | ||||||
| * | Stop printing "mono" when we check if a sim is running. | onefang | 2021-08-04 | 1 | -1/+1 | |
| | | ||||||
| * | Stop wrapped text from screwing with tmux captures. | onefang | 2021-08-04 | 1 | -1/+1 | |
| | | ||||||
| * | Close all the sim panes at full stop, and related cleanups. | onefang | 2021-08-03 | 1 | -28/+73 | |
| | | ||||||
| * | TODO++ | onefang | 2021-08-03 | 1 | -0/+1 | |
| | | ||||||
| * | Output the config settings as INFO. | onefang | 2021-08-03 | 1 | -17/+17 | |
| | | ||||||
| * | Run everything in current/bin | onefang | 2021-08-03 | 1 | -6/+5 | |
| | | | | | | | | Coz OpenSim. | |||||
| * | Free the paneID. | onefang | 2021-08-03 | 1 | -6/+7 | |
| | |