aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-07If no file given for IARs, use users name and put it in the usual backups ↵onefang1-5/+5
directory.
2021-07-07Don't even try to save the IAR for the default GRID SERVICES pretend user.onefang1-0/+7
2021-07-07No more stack trace just coz IAR file isn't there.onefang1-0/+7
2021-07-06No need for password to save IARs.onefang1-0/+3
Makes it impossible to script.
2020-09-09Gatekeeper -> GatekeeperURIroot1-2/+2
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-09OpenSim dev typos --root1-1/+1
2020-09-09Remove various limits.onefang1-9/+9
Silly 4096 sim TP check for a client bug that was fixed long ago, seems they removed it themselves. Upgrade sim height. Allow menu items longer than 24 characters once more. Allow sitting on attachments, and attaching things with people sitting on them. Revert don't wear vegetables. Remove some script distance limits. Gods can do anything they want, including bypassing OhSilly threat levels. Low Y regions are no longer reserved for HG links. Varregions don't have to be square. Both now report a warning, but continue anyway. Cool VL Viewer handles non square regions, Singularity crashes. Not tested on others.
2020-09-09Various logging fix ups.onefang1-15/+9
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-09Remove useless executable bit that Windows adds.onefang3-0/+0
2019-12-16 do dispatch RequestLure imsUbitUmarov2-0/+11
2019-11-13limit max number of attachments to 38. All can be on same pointUbitUmarov1-76/+92
2019-10-22remove some more useless NULL argumentsUbitUmarov3-7/+6
2019-09-11take unit tests limited settings in consideration on setappearanceUbitUmarov1-2/+2
2019-09-11pesty warningUbitUmarov1-1/+0
2019-09-11extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov1-266/+200
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
2019-09-04don't wear vegetablesUbitUmarov1-1/+1
2019-08-31XbakesModule: allow more textures, older versions will not seeUbitUmarov1-12/+47
2019-08-20Massive console refactor. Greatly simplify interface.Melanie3-11/+12
2019-07-31OpenSim found a new way for archiving to be spammy.onefang1-15/+9
The few resources that I have checked are actually missing from the database. All the ones I tried in world are not missing anything.
2019-07-25Merge LureModule into HGLureModule.onefang2-304/+18
2019-07-25Gatekeeper -> GatekeeperURIonefang1-3/+2
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s.
2019-07-25Combine LureModule and HGLureModule.onefang1-69/+101
Still need to clean up after this, LureModule.cs isn't needed anymore.
2019-07-24Allow sitting on attachments, and attaching tings with people sitting on them.onefang1-9/+9
Now we have to fix all the viewers that though it would be great to enshrine this bug in viewer side.
2019-06-04Warnings--onefang1-1/+1
2019-05-19ProfileServiceURL not ProfileURLonefang1-1/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang40-1697/+3755
2019-04-30missing files...UbitUmarov1-1/+1
2019-04-02make tests happy again; try to speedup crossingsUbitUmarov1-4/+12
2019-03-30make 2 tests happy againUbitUmarov1-4/+4
2019-02-27 combat module: those parcel changes are now handled elsewhereUbitUmarov2-35/+2
2018-12-31lost in updatesUbitUmarov1-1/+1
2018-11-17code aestheticsUbitUmarov1-2/+2
2018-11-14Fixed spelling error (availble -> available)Kevin Cozens1-3/+3
2018-11-14take friends out of basicDOSprot (too little, too late)UbitUmarov2-13/+20
2018-11-12a few changes to deattach object updateUbitUmarov1-4/+10
2018-10-23remove AttachmentsCommandModuleUbitUmarov1-19/+92
2018-10-23recover the inword region console comand Set AutoGrantAttachPermsUbitUmarov1-23/+63
2018-10-23remove ThrottlePer100PrimsRezzed option, do not delay attachments with ↵UbitUmarov1-51/+2
thread.sleep
2018-07-11Bug fix: Object Wear was doing Add not replaceUbitUmarov1-11/+11
2018-04-19reduce debug logsUbitUmarov1-5/+5
2018-03-10comment out some debug messages visible on SOP CompleteMovementUbitUmarov1-4/+6
2018-01-26Let MrOpenSim have simple hardcoded profileUbitUmarov1-0/+27
2018-01-26try fix IAR load inventory links and objects ownerUbitUmarov3-59/+98
2018-01-20 silent ignore mutes on HG visitors, let viewers do it on cache only, proper ↵UbitUmarov1-4/+16
HG suport is another story... and questionable
2018-01-17pesty warningsUbitUmarov1-3/+1
2018-01-17remove those xml things no longer needed on .net >4.5.2UbitUmarov1-2/+0
2018-01-12remove the temporary Xmutes module, replace MuteListModule byt the new one, ↵UbitUmarov3-507/+123
previusly named MuteListModuleTst
2018-01-09give up on a property that old monos do compile, but then smore ok execUbitUmarov1-1/+1
2018-01-08fall back to a obsolete property since several monos in use (include our ↵UbitUmarov1-1/+1
own) do not suporte the proper .net4.0 one
2018-01-05 a few more xml thingsUbitUmarov1-0/+2