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