Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-18 | Add Destiny Grid config. | onefang | 1 | -0/+87 | |
2020-03-18 | Now ROBUST writes it's PID file. DOH! | onefang | 1 | -1/+1 | |
2020-03-16 | Finally add the sledjchisl C & Lua maanger, and friends. | onefang | 2 | -0/+2 | |
2020-02-08 | Add a default gloebit config file, coz it doesn't like it if it doesn't exist. | onefang | 1 | -0/+82 | |
2019-08-25 | typo-- | onefang | 1 | -1/+1 | |
2019-08-23 | Allow anyone to create NPCs. Thought I did this before? Twice? | onefang | 1 | -1/+1 | |
2019-08-23 | Update documentation. | onefang | 2 | -2/+2 | |
Write some more. Correct some spelling errors. Clean up some out of date stuff. Make it consistant. Rearrange things. | |||||
2019-08-18 | Add HTTPS configs. | onefang | 4 | -3/+9 | |
2019-08-18 | Better consistency with the other config.ini files. | onefang | 1 | -3/+3 | |
2019-08-17 | Allow a place for Robust.ini extras. | onefang | 1 | -1/+1 | |
2019-08-13 | Godliness can be in the first name as well. | onefang | 1 | -0/+1 | |
As it is in IG. | |||||
2019-08-13 | Make [Region] InternalAddress and ExternalHostName reasonable defaults. | onefang | 1 | -0/+6 | |
Also AllowAlternatePorts isn't actually in the code anywhere, get rid of it. | |||||
2019-08-13 | Missed this link for the start-sim all moved to left pane thing. | onefang | 1 | -0/+1 | |
2019-08-11 | Remove the left overs from the check4096 crap that is obsolete. | onefang | 2 | -6/+0 | |
2019-08-11 | WebServerInConnector -> WebServerConnector | onefang | 1 | -1/+1 | |
Just a name change. | |||||
2019-08-04 | Add a basic generic web server, and a login page, plus stubs for the other ↵ | onefang | 4 | -7/+61 | |
basic pages. And update everyone to suit. | |||||
2019-08-02 | Oops, move the GridService Region_ stuff to grid specific config files. | onefang | 3 | -3/+12 | |
2019-08-01 | ROBUST does support includes, so use them. | onefang | 1 | -0/+5 | |
2019-07-31 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 1 | -2/+2 | |
to certain other groups. It doesn't let them know, though the last group added will be their active group. This replaces a PHP script I used to use, that got broken by a PHP update. It also didn't let people know, no one complained. This is better. | |||||
2019-07-28 | Jiggle the grid specific configs. | onefang | 4 | -43/+53 | |
Add GodNames. Move the Groups and AuthorizationService sections back to config_*. Fix up the AuthorizationService for some sims. Add the so far not written AddDefaultGroup options. I'll write this soon. | |||||
2019-07-25 | Merge LureModule into HGLureModule. | onefang | 2 | -2/+0 | |
2019-07-25 | Gatekeeper -> GatekeeperURI | onefang | 4 | -8/+8 | |
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. | |||||
2019-07-21 | Randomise the spawn points by default. | onefang | 1 | -1/+1 | |
Seems it works after all. | |||||
2019-07-19 | Switch to using the internal offline message URL by default. | onefang | 1 | -1/+2 | |
2019-07-04 | Put ConfigPath back in. | onefang | 3 | -0/+3 | |
ROBUST needs it. | |||||
2019-07-04 | Move the MG configs to their own file. | onefang | 4 | -147/+93 | |
2019-07-04 | Comment++ about the DebuggerSafe config option. | onefang | 1 | -0/+1 | |
2019-06-29 | Comment++. | onefang | 1 | -1/+1 | |
2019-06-19 | IG godliness is different. | onefang | 1 | -0/+5 | |
2019-06-19 | A Robust.ini setting that slipped through unmolested. | onefang | 1 | -1/+1 | |
2019-06-03 | Adjust [AuthorizationService] sections to use the new DefaultRegionAccess. | onefang | 2 | -53/+37 | |
2019-05-28 | Add [Region] .ini block. | onefang | 2 | -1/+102 | |
For including actual region definition in the normal .ini stack. Same as the usual Region.ini format, except we add a RegionName parameter. | |||||
2019-05-22 | Oops-- | onefang | 3 | -3/+3 | |
2019-05-22 | Major tweaking of the scripts to suit the new setup. | onefang | 4 | -94/+74 | |
2019-05-19 | Some extra examples and performance .ini files. | onefang | 7 | -0/+3825 | |
2019-05-19 | Major clean up of .ini files. | onefang | 9 | -2/+4698 | |
Sorry about the lack of details. | |||||
2019-05-19 | Less Oh Silly Threat detection. | onefang | 1 | -121/+127 | |
Scripts run a little faster if they don't stop to be overly paranoid all the time. | |||||
2019-05-19 | Various logging fix ups. | onefang | 2 | -19/+5 | |
Mostly removing console spam. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. | |||||
2019-05-19 | Remove useless executable bit that Windows adds. | onefang | 2 | -0/+0 | |
2019-05-19 | Move cache, config, logs out of tree, and various related clean ups. | onefang | 9 | -12/+13 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 66 | -44831/+20782 | |
2017-02-15 | Include some missing dlls that should be in the source repo. | David Walter Seikel | 3 | -0/+0 | |
2016-11-27 | Rejig the logging so that - | David Walter Seikel | 2 | -18/+6 | |
INFO on the console, DEBUG in the log files. Greater time resolution in the log files. Trying out the built in log roller. | |||||
2016-11-08 | Reduce default logging level to INFO. | David Walter Seikel | 2 | -2/+2 | |
2016-11-05 | Sleep is for the weak. No wonder the standard script engines are so slow. | David Walter Seikel | 1 | -4/+0 | |
2016-11-04 | Links to addin-db-*, coz that's a Mono thing we can't control. | David Walter Seikel | 4 | -0/+4 | |
2016-11-04 | Attempt to move everything writable, and the configs, out of the bin directory. | David Walter Seikel | 22 | -4093/+18 | |
Log configs are still in the bin directory. | |||||
2016-11-03 | Fix up lures. Maybe. | David Walter Seikel | 1 | -1/+5 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 79 | -18009/+42680 | |
2013-09-10 | More changing to production grid. Double oops. | David Walter Seikel | 1 | -6/+6 | |