Commit Graph

5264 Commits

Author SHA1 Message Date
UbitUmarov
b468ac3814 more on GridInfo, and inventory 2020-09-25 20:48:36 +01:00
UbitUmarov
4319f451e6 more on GridInfo, and profiles 2020-09-25 13:38:59 +01:00
UbitUmarov
25ccb2595f more on GridInfo, fix HasHGConfig 2020-09-25 11:49:48 +01:00
UbitUmarov
9734a86489 more on GridInfo 2020-09-25 11:45:02 +01:00
UbitUmarov
3e05e8d6b6 add HomeURI to GridInfo 2020-09-24 03:49:46 +01:00
UbitUmarov
354c79168b give more use to GridInfo for gatekeeper url 2020-09-23 22:21:57 +01:00
UbitUmarov
f1e9d5a878 let Util.GetHostFromDNS do its job if name is a ip 2020-09-23 19:52:23 +01:00
UbitUmarov
e07ae505d3 minor cleanup 2020-09-23 19:30:24 +01:00
UbitUmarov
eb37cd5481 add a class to store and process some grid information. For now just gatekeeper url 2020-09-23 19:22:52 +01:00
UbitUmarov
fcb349bc5e remove replaced code 2020-09-18 23:17:11 +01:00
UbitUmarov
864b14126a udp updates: remove a intermediat struct; move files around so clean solution before pull, or pull on clean folder 2020-09-17 16:42:44 +01:00
UbitUmarov
c0704af545 fix a bug on the new expiring things 2020-09-09 21:15:03 +01:00
UbitUmarov
a82618f6f6 oops forgot needed integer math 2020-09-09 15:59:21 +01:00
UbitUmarov
719e0d1c61 make main terrain taints also a bitarray 2020-09-09 15:24:51 +01:00
UbitUmarov
b0f1e4f0c6 waste some memory on serialized environment caching. we could live without all that locking 2020-09-08 15:28:18 +01:00
UbitUmarov
649e44792b mantis 8762: my coffee was broken again 2020-09-06 16:33:07 +01:00
UbitUmarov
a12f03ece0 mantis 8762: let it be less broken 2020-09-05 19:11:15 +01:00
UbitUmarov
c8cb8a376b ok it is GetLandObjectClippedXY 2020-09-01 21:22:06 +01:00
UbitUmarov
323c0673c2 fix permissions checks on some crossings 2020-09-01 16:30:07 +01:00
UbitUmarov
0abb08c6ef replace heavy Enum.HasFlag crap 2020-08-31 14:18:13 +01:00
UbitUmarov
97870cc1b9 a few changes on HGinventoryBroker p+lus cosmetics 2020-08-30 15:58:34 +01:00
UbitUmarov
4b91a93389 missing file 2020-08-28 23:41:34 +01:00
UbitUmarov
5ef66d68a0 several changes to usermanagement and profiles 2020-08-27 18:31:28 +01:00
UbitUmarov
00114d2e77 add a global expiring bad urls 2020-08-27 13:59:07 +01:00
UbitUmarov
a78eceec61 cosmetics 2020-08-26 16:39:42 +01:00
UbitUmarov
7dc50c93b8 another.. 2020-08-26 16:09:12 +01:00
UbitUmarov
088a778853 another.. 2020-08-26 15:49:43 +01:00
UbitUmarov
e7621244c1 add another thing ot iclient 2020-08-26 15:12:31 +01:00
UbitUmarov
7d225d307b add a missing fakeid copy 2020-08-25 22:37:21 +01:00
UbitUmarov
b6d26c89e6 let the expiring things purge be a bit more concurrent 2020-08-25 13:11:54 +01:00
UbitUmarov
0ee1e3b2d9 several changes to land handling. Landchannel.cs is just a wrrapper for landmanagementmodule, so let module be it and ignore all code on landchannel.cs, to remove one day; make parcel fakeID more a thing (it is our actual parcel ID. proper globalID cannot be sent to viewers, because HG, etc. 2020-08-24 17:36:57 +01:00
UbitUmarov
2d62c09292 create a parcel fakeID using a point actually on it 2020-08-23 21:19:14 +01:00
UbitUmarov
efa5f253f2 clip xy on parcels fake id, fix address compare, etc 2020-08-23 17:51:08 +01:00
UbitUmarov
9aa7f41bca add cap AttachmentResources ( no urls, memory account is per yengine mem usage) 2020-08-23 01:46:34 +01:00
StolenRuby
2f0d2db19d Top Scripts
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2020-08-22 12:38:35 +01:00
UbitUmarov
1661ee697d fix a typo 2020-08-21 23:21:58 +01:00
UbitUmarov
fd49254708 more changes on task inventory offers 2020-08-21 22:24:49 +01:00
UbitUmarov
612632f945 cosmetics 2020-08-19 18:07:40 +01:00
UbitUmarov
291c355185 oops 2020-08-17 19:53:38 +01:00
UbitUmarov
387f4d8681 change a timer and expire used types 2020-08-17 19:49:07 +01:00
UbitUmarov
1b9cdbbe40 let expiringcache and expiringkey also have expire update on containskey 2020-08-17 15:51:48 +01:00
UbitUmarov
8939c81297 duhhh silly change things after doing a copypaste 2020-08-17 14:49:09 +01:00
UbitUmarov
767c21b6e4 expiringcacheOS add faster expire renew on sucessfull tryget 2020-08-17 14:35:13 +01:00
UbitUmarov
421cc0c018 change llName2Key and add llRequestUserKey (not the patch on mantis 8369, now utdated). some testing needed.. 2020-08-16 20:01:00 +01:00
UbitUmarov
e6acc57e0b a few changes on (HG)EntityTransfer plus a few use of ExpiringcacheOS 2020-08-10 20:50:21 +01:00
UbitUmarov
3043cfd5fb make expiringcacheOS a more direct replacement of the libomv 2020-08-10 16:16:08 +01:00
UbitUmarov
3288b13977 missing file 2020-08-10 14:47:59 +01:00
UbitUmarov
438fc16aee changes on expiringkey, add expiringcacheOS, alternative to libomv on (no slide expire option) 2020-08-10 14:29:13 +01:00
UbitUmarov
592b94d142 some changes on Dispose 2020-08-09 00:20:50 +01:00
UbitUmarov
fb54ca39d1 cosmetics ( i hope) 2020-08-07 22:10:53 +01:00