aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-18Indent code properly.onefang1-46/+38
2020-03-18TODO++ and comment clean up.onefang1-1/+5
2020-03-17TODO++onefang1-0/+2
2020-03-17Various other shuffles and clean ups.onefang1-17/+23
2020-03-17Move the tmux check until after we have loaded the config and paths.onefang1-19/+16
2020-03-17Remove cruft now that we are back to using full toybox again.onefang1-12/+0
2020-03-17Various comment clean ups.onefang1-5/+5
2020-03-17Switch to using FHS style directories, and create them all at startup.onefang2-40/+91
2020-03-17Add an About me textarea.onefang1-0/+31
2020-03-17Add a ToS block.onefang2-0/+29
2020-03-17TODO++onefang1-0/+2
2020-03-17Various white space and language clean ups.onefang1-13/+15
2020-03-17Don't pass around psswrd anymore.onefang1-7/+2
Coz we do the old hash, salt, and store trick now. And I mean tho OLD one, we are still compatible with SL's 2006 insecure password tech.
2020-03-17Oops, part of last commit.onefang1-0/+2
2020-03-17Only try to load users Lua file on login.onefang1-27/+28
2020-03-17HTML labels before their input fields.onefang1-2/+2
2020-03-17Load the local config file first, then let it be overridden by system and ↵onefang1-2/+2
home config files. Also log the loaded config file when doing web stuff as well.
2020-03-17Update list of dependencies.onefang1-1/+1
2020-03-16Finally add the sledjchisl C & Lua maanger, and friends.onefang9-20/+5948
2020-03-16Fix up boxes build system.onefang2-0/+45
2020-03-16Revert "The new sledjchisl binary, to replace the management scripts and web ↵onefang18-7258/+0
stuff." This reverts commit 34c5ee4c2a489a506e93d5b303fbc80b263747f0.
2020-03-16Revert "Bitch if we can't read the OpenSim config file."onefang1-5/+0
This reverts commit 2f66c46e7ce18d60cd1f565880fb7762b3399ccb.
2020-03-16Revert "Clean up the <p> HTML tags."onefang1-2/+2
This reverts commit 10ed36b3452ce6373175112716b043047dc896a9.
2020-03-16Revert "Add notes on extras to be installed."onefang1-4/+0
This reverts commit d4ea3e50173df1ad646bdb7dc802f5d320b7e511.
2020-03-16Revert "Missed a <p> tag cleanup."onefang1-1/+1
This reverts commit d9c772712e27c8e25fab0d17555a9bc11017a125.
2020-03-16Add a build script.onefang1-0/+3
2020-03-16Add a bunch of test key bindings.onefang1-0/+15
2020-03-16Update to toybox API change.onefang1-7/+3
2020-03-16Compile boxes by default.onefang1-1/+1
2020-03-16Toybox can't cope with a lack of a README, but gives you cryptic errors.onefang1-0/+4
Wasted a whole fucking day on this.
2020-03-16Shuffle stuff.onefang8-0/+4625
2020-02-27Missed a <p> tag cleanup.onefang1-1/+1
2020-02-27Add notes on extras to be installed.onefang1-0/+4
2020-02-27Clean up the <p> HTML tags.onefang1-2/+2
2020-02-27Bitch if we can't read the OpenSim config file.onefang1-0/+5
2020-02-27The new sledjchisl binary, to replace the management scripts and web stuff.onefang18-0/+7258
2007-03-22brought zircon branch into trunkgareth66-7184/+0
2007-03-20Load XML for neighbourinfo from gridgareth13-20/+43
2007-03-19Removed the AssemblyInfo.cs files from the Vs2005 projects MW11-26/+1
2007-03-18Added some sanitygareth16-209/+228
2007-03-18Added neighbourinfo classgareth1-0/+9
2007-03-18Added child_agent flaggareth1-0/+1
2007-03-16* Removed private memeber _login, replaced with local var.lbsa711-9/+4
* Removed Random Class, replaced with LLUUID.Random
2007-03-16* Extracted request-response handlinglbsa711-112/+119
2007-03-16* Corrected login fail code (adapted from Gareths php)lbsa711-61/+63
2007-03-16* renamed Framework Project to OpenSim.Frameworklbsa719-11/+11
2007-03-16Added Framework Project and Made buildfiles work on windows.lbsa7125-220/+354
* added nogenvers target to opensim.build - sets version to 0.0.0.1 * extracted core_build target * FIX : csc gets confused over System.Xml ref - should be System.Xml.dll as there is a System.Xml file in same dir. * Added OpenGrid.Framework project for great justice. * Added LoginService as base class for LoginServer (GF) * FIX: Plugins default.build now creates target dir, otherwise it fails. * Added VERSION file to source control - it really should be circumvented as well.
2007-03-15(no commit message)MW4-64/+89
2007-03-15Cleaned up IGridServer interfaces.MW5-47/+82
Added a try/catch around the http server Startup
2007-03-14* /bin for Release as welllbsa713-3/+3