Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable Flotsam cache. | onefang | 2021-09-16 | 8 | -14/+14 |
| | | | | | | Coz on Linux we can just rely on the usual file caching. Flotsam is just another level of caching, thus just one more source of slow down and resource waste. | ||||
* | Missed a clean up. | onefang | 2021-09-14 | 1 | -1/+0 |
| | |||||
* | More clean up. | onefang | 2021-09-14 | 1 | -2/+5 |
| | |||||
* | Clean up after getting the account creation shit to work. | onefang | 2021-09-14 | 1 | -1/+0 |
| | |||||
* | Move getSims() back. | onefang | 2021-09-14 | 1 | -1/+1 |
| | |||||
* | Another attempt to find the backup pane ID. | onefang | 2021-09-14 | 1 | -1/+1 |
| | |||||
* | Only do initial getSims() in tmux thing. | onefang | 2021-09-14 | 1 | -1/+1 |
| | |||||
* | Maybe we can find the backup sim this time? | onefang | 2021-09-14 | 1 | -3/+6 |
| | |||||
* | Make sure we have a useful ourSims for the web server when needed. | onefang | 2021-09-14 | 1 | -0/+1 |
| | |||||
* | Remove obsolete members of simData. | onefang | 2021-09-14 | 1 | -6/+1 |
| | |||||
* | Run load iar in the correct pane. | onefang | 2021-09-14 | 1 | -4/+2 |
| | |||||
* | Log which tmux pane we are doing the load iar for. | onefang | 2021-09-14 | 1 | -2/+2 |
| | |||||
* | Better Lua type decoding. | onefang | 2021-09-14 | 1 | -2/+28 |
| | |||||
* | TODO++ | onefang | 2021-09-14 | 1 | -1/+1 |
| | |||||
* | New lines in the emails. | onefang | 2021-09-14 | 1 | -2/+2 |
| | |||||
* | Comment out the lua_isnumber() check. | onefang | 2021-09-14 | 1 | -2/+4 |
| | |||||
* | More logging tweakage. | onefang | 2021-09-14 | 1 | -5/+5 |
| | |||||
* | Remove debug stuff from login web page. | onefang | 2021-09-14 | 1 | -9/+0 |
| | |||||
* | More output logging tweaks. | onefang | 2021-09-14 | 1 | -19/+19 |
| | |||||
* | Put back the stat() of the session Lua file. | onefang | 2021-09-14 | 1 | -1/+7 |
| | |||||
* | Reenable some debug logging. | onefang | 2021-09-14 | 1 | -10/+10 |
| | |||||
* | Log the account name people are trying to use. | onefang | 2021-09-14 | 1 | -1/+1 |
| | |||||
* | Comment++ | onefang | 2021-09-14 | 1 | -0/+1 |
| | |||||
* | More CSS tweaking. Bottom stuff aligned left at the bottom. | onefang | 2021-09-10 | 1 | -2/+2 |
| | |||||
* | Copy pasta error, end aligned, not center. | onefang | 2021-09-10 | 1 | -4/+4 |
| | |||||
* | Tweak the CSS a bit. | onefang | 2021-09-10 | 1 | -0/+10 |
| | |||||
* | Updated default archives. | onefang | 2021-09-10 | 2 | -0/+0 |
| | |||||
* | TODO-- | onefang | 2021-09-10 | 1 | -2/+0 |
| | |||||
* | Give Sandbox sim a new UUID if we use it. | onefang | 2021-09-10 | 2 | -2/+5 |
| | |||||
* | Another database schema fix for crazy. | onefang | 2021-09-09 | 1 | -1/+1 |
| | |||||
* | What numbnuts thought UUIDs should be varchar(255)? | onefang | 2021-09-09 | 1 | -4/+4 |
| | |||||
* | Symlink the shini once more. | onefang | 2021-09-09 | 1 | -1/+18 |
| | | | | Catches the new shini Sandbox. | ||||
* | Remove debugging added last time. | onefang | 2021-09-09 | 1 | -1/+0 |
| | |||||
* | Debugging simNotFound() crash. | onefang | 2021-09-09 | 1 | -0/+1 |
| | |||||
* | Unsorted sims default to main pane. | onefang | 2021-09-09 | 1 | -1/+1 |
| | |||||
* | Default sims.lua. | onefang | 2021-09-09 | 2 | -1/+9 |
| | |||||
* | Add the shini new sandbox to the sims list. | onefang | 2021-09-09 | 1 | -0/+7 |
| | |||||
* | Error log++ | onefang | 2021-09-09 | 1 | -1/+1 |
| | |||||
* | Leak-- | onefang | 2021-09-09 | 1 | -2/+2 |
| | |||||
* | Use proper path to Sandbox.shini. | onefang | 2021-09-09 | 1 | -1/+1 |
| | |||||
* | If there's no sims, don't bother calculating area of all sims. | onefang | 2021-09-09 | 1 | -40/+46 |
| | |||||
* | Only free it once. | onefang | 2021-09-09 | 1 | -1/+0 |
| | |||||
* | Oops, should actually provide the arguments. lol | onefang | 2021-09-09 | 1 | -1/+1 |
| | |||||
* | Example sim - Sandbox. | onefang | 2021-09-09 | 2 | -0/+19 |
| | |||||
* | Get the other viewer web pages to work via FCGI. | onefang | 2021-09-09 | 6 | -10/+10 |
| | |||||
* | TODO-- | onefang | 2021-09-09 | 1 | -21/+1 |
| | |||||
* | Shini new Sandbox. | onefang | 2021-09-09 | 1 | -0/+8 |
| | |||||
* | Make sure default inventory and sim archives are copied. | onefang | 2021-09-09 | 1 | -0/+4 |
| | |||||
* | TODO-- | onefang | 2021-09-09 | 1 | -5/+0 |
| | |||||
* | Convert old config.ini path variables to new shini. | onefang | 2021-09-09 | 1 | -0/+13 |
| |