UbitUmarov
efd6fb05a9
code aesthetics
2018-11-17 17:05:28 +00:00
Kevin Cozens
54b4e7a3e3
Fixed spelling error (availble -> available)
2018-11-14 18:16:52 -05:00
UbitUmarov
afb1d6cdd7
take friends out of basicDOSprot (too little, too late)
2018-11-14 17:49:05 +00:00
UbitUmarov
191b0888a2
a few changes to deattach object update
2018-11-12 23:21:08 +00:00
UbitUmarov
601d965009
remove AttachmentsCommandModule
2018-10-23 12:27:08 +01:00
UbitUmarov
cba65b1935
recover the inword region console comand Set AutoGrantAttachPerms
2018-10-23 11:02:16 +01:00
UbitUmarov
d842f835a6
remove ThrottlePer100PrimsRezzed option, do not delay attachments with thread.sleep
2018-10-23 10:27:09 +01:00
UbitUmarov
ee115a83df
Bug fix: Object Wear was doing Add not replace
2018-07-11 03:08:57 +01:00
UbitUmarov
ad0b736405
reduce debug logs
2018-04-19 19:11:50 +01:00
UbitUmarov
1363a95840
Merge branch 'master' into httptests
2018-03-10 22:09:56 +00:00
UbitUmarov
f83f7e18b6
comment out some debug messages visible on SOP CompleteMovement
2018-03-10 22:07:52 +00:00
UbitUmarov
3dbdacf31f
Let MrOpenSim have simple hardcoded profile
2018-01-26 21:12:23 +00:00
UbitUmarov
5e3eb8b370
Merge branch 'master' into httptests
2018-01-26 16:29:15 +00:00
UbitUmarov
e3f804e1d8
try fix IAR load inventory links and objects owner
2018-01-26 16:18:45 +00:00
UbitUmarov
c34f07b6f3
silent ignore mutes on HG visitors, let viewers do it on cache only, proper HG suport is another story... and questionable
2018-01-20 01:28:00 +00:00
UbitUmarov
e9d2d81880
pesty warnings
2018-01-17 07:04:07 +00:00
UbitUmarov
029d6e40f6
remove those xml things no longer needed on .net >4.5.2
2018-01-17 04:18:43 +00:00
UbitUmarov
b903287dd1
Merge branch 'master' into httptests
2018-01-16 17:17:44 +00:00
UbitUmarov
41633de8cb
remove the temporary Xmutes module, replace MuteListModule byt the new one, previusly named MuteListModuleTst
2018-01-12 04:06:02 +00:00
UbitUmarov
e908c0ecad
give up on a property that old monos do compile, but then smore ok exec
2018-01-09 19:47:10 +00:00
UbitUmarov
eec3921800
fall back to a obsolete property since several monos in use (include our own) do not suporte the proper .net4.0 one
2018-01-08 12:00:21 +00:00
UbitUmarov
89a690c11f
a few more xml things
2018-01-05 12:24:07 +00:00
UbitUmarov
ec6f87d3ef
disable some XmlResolver
2018-01-04 23:51:43 +00:00
UbitUmarov
d32debe618
commit what i did so far for core mutes module, befere i lose it
2017-12-11 23:58:27 +00:00
UbitUmarov
1e3cb82756
move some sharable items out of Xmute to Framework; add another test mutelistmodule, ignore it
2017-11-17 01:30:39 +00:00
Melanie Thielker
d35ab8c86c
Donating the Avination Mute Module
...
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.
2017-11-14 12:12:07 +00:00
UbitUmarov
191661b51d
a few more changes to iar/oar assets save error/warning to show problems known to be asset errors
2017-06-24 02:01:48 +01:00
UbitUmarov
0a1f497dee
code actually has no ideia if a id is a asset or not and does try to handle all as assets, it really can't report errors. Change messages to make more clear they are only warnings and may mean nothing at all
2017-06-23 19:55:23 +01:00
UbitUmarov
95595a8360
coment out missing or damage assets messages in uuidgather that are not very usefull. In IAR save display information about items that contain references to broken assets. Note that as explained on mantis 8195 this can't will not detect all problems
2017-06-23 17:23:28 +01:00
UbitUmarov
3c6790b061
several changes to iar/oar assets error reports
2017-06-23 15:50:16 +01:00
UbitUmarov
28caf1e089
actually iar do it for iar
2017-06-22 22:09:00 +01:00
UbitUmarov
11d3860781
avoid some broken object assets present in osgrid inventories due to past problems, etc
2017-06-21 21:38:12 +01:00
UbitUmarov
637d35631c
make oar/iar assets writer be done by caller thread like the rest of the
...
oar/iar save. This may look more painfull but should reduce errors and
threads fights. Fill lucky i just don't stop the entire simulation during
this
2017-06-21 18:40:53 +01:00
UbitUmarov
969d5f742c
update inventory item permissions on deattach
2017-06-15 04:20:32 +01:00
UbitUmarov
d9a300fa8e
some cleanup.. remove some stats that only some do look at once on a lifetime
2017-06-14 20:19:13 +01:00
UbitUmarov
7217c20291
we don't need to keep refs to baked textures assets
2017-05-31 07:12:03 +01:00
UbitUmarov
f5f0fa5d1f
we don't need to keep refs to baked textures assets
2017-05-31 06:18:05 +01:00
UbitUmarov
720a69a49b
remove the option to store baked textures on assets service, thats suicide use xbakes
2017-05-31 04:47:59 +01:00
UbitUmarov
5274a3181e
enclose GetRequestStream on try/catch
2017-05-28 23:54:43 +01:00
UbitUmarov
fb427daa34
avoid a null ref
2017-05-11 19:06:49 +01:00
UbitUmarov
5968c6372a
let new regions know about grid services god
2017-05-11 17:30:57 +01:00
UbitUmarov
d0912b6151
let StreamReader be in using statements
2017-05-07 00:47:45 +01:00
UbitUmarov
ae191cd304
dispose some MemoryStreams
2017-05-06 15:57:47 +01:00
UbitUmarov
efed73b2c3
mantis 8131: make the new Offline IM code optional and disabled by default, since it is not compatible with current central servers, like in osgrid.
2017-03-30 16:27:14 +01:00
Melanie Thielker
202fcc7d6f
Merge branch 'melanie'
2017-02-01 16:34:49 +00:00
Melanie Thielker
a5151bb337
Refactor asset handling as per Ubit's suggestion
2017-02-01 16:31:01 +00:00
Melanie Thielker
5a18ea31cf
Make negative asset caching actually work
...
Also fixes some merge artefacts in HGAssetBroker where cached assets
were requested but not actually used and completely squelch a materials
debug message because there is nothing the user can do to fix it anyway.
2017-01-30 13:59:05 +00:00
UbitUmarov
ed365f6220
remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPoint
2017-01-26 19:43:00 +00:00
Melanie Thielker
f50d598434
Disable spam in profiles module. Modules should not say they're disabled.
2017-01-23 14:06:38 +00:00
Melanie Thielker
1e0ed50d29
Activate the new Offline IM module code instead of the old code
...
As most have gone to OfflineMessaging V2, this change will not affect
existing users but will benefit future grids.
2017-01-23 01:19:28 +00:00