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