aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-11Godliness can be in the first name as well.onefang1-3/+23
2020-09-11Automatically add members to certain groups, and HGers from specific grids ↵onefang1-0/+7
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. Another attempt at sorting out the auto group chicken and egg problems. Are you a local? Asking for a friend. Hypergridders have their full name in firstname, and their grid in lastname. Sometimes. Code filled with gotos may be spaghetti code, but object oriented code can be like chopped spaghetti that's hidden all over the kitchen. At least with gotos you can follow them.
2020-09-09Gatekeeper -> GatekeeperURIroot1-6/+6
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream.
2020-09-09Various logging fix ups.onefang1-2/+3
Mostly removing console spam. Swap a bunch of info / debug logs. Better archiver console spam. Have some "avatar has left" mesasge hit the INFO console. Tweak the login logging a bit, especially for impersonations. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. Better sim startup console notification. Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into something human readable as an aid to diagnosis. Beats hand translating the big block of hex codes it was spewing. Better sim startup finished messages. Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message.
2020-09-09Update version number stuff, and hack it into the money display.onefang1-2/+11
2020-09-09Remove useless executable bit that Windows adds.onefang16-0/+0
2020-09-08Better ROBUST and sim startup console notification.onefang1-2/+6
2020-09-08Move various paths out of the bin directory.onefang1-2/+2
2019-11-13limit max number of attachments to 38. All can be on same pointUbitUmarov1-0/+1
2019-10-31a disabled module has no caps to tell viewers (cameraonlymoduel)UbitUmarov1-4/+3
2019-10-22remove some more useless NULL argumentsUbitUmarov10-37/+28
2019-09-11extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov3-5/+6
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
2019-08-20Massive console refactor. Greatly simplify interface.Melanie13-55/+64
2019-08-07Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknownMelanie Thielker2-0/+9
2019-08-02cosmeticsUbitUmarov1-8/+7
2019-07-30now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov1-114/+114
OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc
2019-07-27Fix godnames module to not add the empty string if only one option is usedMelanie1-8/+14
2019-06-14make materials save to grid less async on manual backup or shutdownUbitUmarov1-4/+17
2019-06-09reduce some useless array copiesUbitUmarov2-2/+5
2019-04-30missing files...UbitUmarov1-1/+1
2019-04-04send agent view range to new child agentsUbitUmarov2-0/+4
2019-03-30a few more changes on initial objects sendUbitUmarov2-7/+13
2019-03-23add more test code to make usage od compressed updates etc. Should be ↵UbitUmarov2-4/+4
disable, but well many things can go wrong.
2019-03-20RegionHandshake IS critical llupd protocol not to be done by odd modulesUbitUmarov2-6/+2
2019-03-17remove redundant codeUbitUmarov1-5/+0
2019-03-07prims have at most 9 face texturesUbitUmarov1-2/+2
2019-02-04prevent freswitch from messing global cert validation, more work is need on ↵UbitUmarov1-10/+1
rest requests ( also for other things)
2019-02-04remove references to obsolete CertificatePolicyUbitUmarov1-26/+2
2019-01-31remove MRM module (minimodule). Its outdated and we have no maintainers. ↵UbitUmarov45-4573/+0
Thanks to all that worked on it. You should either use scripts or a full region module. Or revert this commit and update its code ;)
2019-01-21remove terraindata abstraction layer, since we only have heightmap typeUbitUmarov2-6/+6
2019-01-20cosmetics on terrain patchsUbitUmarov3-12/+4
2019-01-08fix irc protocolUbitUmarov1-1/+2
2019-01-02more on the hack (runprebuild)UbitUmarov2-3/+5
2019-01-01replace my hack by others hackUbitUmarov2-2/+2
2018-12-31temporary HACK to not kill some viewersUbitUmarov2-0/+3
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov4-3/+5
2018-11-25remove a dev only conditional on lludp handlers; change parcel lists updates ↵UbitUmarov1-0/+2
a bit;
2018-11-08mantis 8035: fix number of prims use to be from all owned parcelsUbitUmarov1-2/+1
2018-10-23remove a dead moduleUbitUmarov1-119/+0
2018-10-23remove AttachmentsCommandModuleUbitUmarov1-188/+0
2018-10-20remove TempAttachments moduleUbitUmarov1-191/+0
2018-09-29 add a few more gc collect in some spotsUbitUmarov1-0/+3
2018-05-26missing updated filesUbitUmarov1-1/+1
2018-05-26use RegionInfo.ServerURI to report region url on datasnapshotUbitUmarov1-6/+2
2018-05-26 stale LandSnapshot by time also, so dwell can be updatedUbitUmarov1-1/+7
2018-05-26add a check to data_exposure option of DataSnapshot moduleUbitUmarov1-0/+8
2018-05-12let wearables check command suport variable number of wearablesUbitUmarov1-5/+13
2018-04-10 sound radius is a prim prop only set by llSetSoundRadius, fix it in case ↵UbitUmarov2-3/+3
viewers do fix its use (ignored for now)
2018-04-06.. and yes i forgot a file.. again :(UbitUmarov1-1/+0
2018-04-01 coment out a debug lineUbitUmarov1-1/+1