aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If no file given for IARs, use users name and put it in the usual backups ↵onefang2021-07-071-5/+5
| | | | directory.
* Don't even try to save the IAR for the default GRID SERVICES pretend user.onefang2021-07-071-0/+7
|
* No more stack trace just coz IAR file isn't there.onefang2021-07-071-0/+7
|
* No need for password to save IARs.onefang2021-07-061-0/+3
| | | | Makes it impossible to script.
* Gatekeeper -> GatekeeperURIroot2020-09-091-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.
* OpenSim dev typos --root2020-09-091-1/+1
|
* Remove various limits.onefang2020-09-091-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.
* Various logging fix ups.onefang2020-09-091-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.
* Remove useless executable bit that Windows adds.onefang2020-09-093-0/+0
|
* do dispatch RequestLure imsUbitUmarov2019-12-162-0/+11
|
* limit max number of attachments to 38. All can be on same pointUbitUmarov2019-11-131-76/+92
|
* remove some more useless NULL argumentsUbitUmarov2019-10-223-7/+6
|
* take unit tests limited settings in consideration on setappearanceUbitUmarov2019-09-111-2/+2
|
* pesty warningUbitUmarov2019-09-111-1/+0
|
* extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov2019-09-111-266/+200
| | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
* don't wear vegetablesUbitUmarov2019-09-041-1/+1
|
* XbakesModule: allow more textures, older versions will not seeUbitUmarov2019-08-311-12/+47
|
* Massive console refactor. Greatly simplify interface.Melanie2019-08-203-11/+12
|
* missing files...UbitUmarov2019-04-301-1/+1
|
* make tests happy again; try to speedup crossingsUbitUmarov2019-04-021-4/+12
|
* make 2 tests happy againUbitUmarov2019-03-301-4/+4
|
* combat module: those parcel changes are now handled elsewhereUbitUmarov2019-02-272-35/+2
|
* lost in updatesUbitUmarov2018-12-311-1/+1
|
* code aestheticsUbitUmarov2018-11-171-2/+2
|
* Fixed spelling error (availble -> available)Kevin Cozens2018-11-141-3/+3
|
* take friends out of basicDOSprot (too little, too late)UbitUmarov2018-11-142-13/+20
|
* a few changes to deattach object updateUbitUmarov2018-11-121-4/+10
|
* remove AttachmentsCommandModuleUbitUmarov2018-10-231-19/+92
|
* recover the inword region console comand Set AutoGrantAttachPermsUbitUmarov2018-10-231-23/+63
|
* remove ThrottlePer100PrimsRezzed option, do not delay attachments with ↵UbitUmarov2018-10-231-51/+2
| | | | thread.sleep
* Bug fix: Object Wear was doing Add not replaceUbitUmarov2018-07-111-11/+11
|
* reduce debug logsUbitUmarov2018-04-191-5/+5
|
* Merge branch 'master' into httptestsUbitUmarov2018-03-101-4/+6
|\
| * comment out some debug messages visible on SOP CompleteMovementUbitUmarov2018-03-101-4/+6
| |
* | Let MrOpenSim have simple hardcoded profileUbitUmarov2018-01-261-0/+27
| |
* | Merge branch 'master' into httptestsUbitUmarov2018-01-263-59/+98
|\ \ | |/
| * try fix IAR load inventory links and objects ownerUbitUmarov2018-01-263-59/+98
| |
* | silent ignore mutes on HG visitors, let viewers do it on cache only, proper ↵UbitUmarov2018-01-201-4/+16
| | | | | | | | HG suport is another story... and questionable
* | pesty warningsUbitUmarov2018-01-171-3/+1
| |
* | remove those xml things no longer needed on .net >4.5.2UbitUmarov2018-01-171-2/+0
| |
* | Merge branch 'master' into httptestsUbitUmarov2018-01-161-2/+2
|\ \ | |/
| * give up on a property that old monos do compile, but then smore ok execUbitUmarov2018-01-091-1/+1
| |
| * fall back to a obsolete property since several monos in use (include our ↵UbitUmarov2018-01-081-1/+1
| | | | | | | | own) do not suporte the proper .net4.0 one
* | remove the temporary Xmutes module, replace MuteListModule byt the new one, ↵UbitUmarov2018-01-123-507/+123
|/ | | | previusly named MuteListModuleTst
* a few more xml thingsUbitUmarov2018-01-051-0/+2
|
* disable some XmlResolverUbitUmarov2018-01-041-0/+2
|
* commit what i did so far for core mutes module, befere i lose itUbitUmarov2017-12-112-69/+71
|
* move some sharable items out of Xmute to Framework; add another test ↵UbitUmarov2017-11-172-120/+229
| | | | mutelistmodule, ignore it
* Donating the Avination Mute ModuleMelanie Thielker2017-11-141-0/+357
| | | | | | | | This lived out-of-tree and therefore wasn't part of the big code drop. It's classic Avination, tied to MySQL and a direct database connection and I don't have the bandwidth to fix it to core methods. However, it has all the strange mute logic that OpenSim was missing and maybe someone can step up to make it work in an open grid context.
* a few more changes to iar/oar assets save error/warning to show problems ↵UbitUmarov2017-06-241-7/+11
| | | | known to be asset errors