UbitUmarov
|
11cadf7a9f
|
mantis 6020: change failed compressed message
|
2022-03-01 11:04:14 +00:00 |
|
UbitUmarov
|
b6874f50ff
|
fix a log message
|
2022-02-20 04:25:38 +00:00 |
|
UbitUmarov
|
5beffddf2a
|
minor changes on profiles module; add some .trim() to create user avatar
names
|
2022-02-17 10:54:28 +00:00 |
|
UbitUmarov
|
6d595dbccd
|
a few more changes to hg im
|
2022-01-29 16:31:45 +00:00 |
|
UbitUmarov
|
1c84dee495
|
a few changes to HGInstantMessageService
|
2022-01-28 22:35:56 +00:00 |
|
UbitUmarov
|
ddc311910f
|
remove some more log of stackframe on error
|
2022-01-15 21:54:12 +00:00 |
|
UbitUmarov
|
fbbcc1edd7
|
== string.Empty is .Lenght == 0
|
2022-01-13 20:31:52 +00:00 |
|
UbitUmarov
|
6595e3ae26
|
cosmetics
|
2022-01-13 13:59:41 +00:00 |
|
UbitUmarov
|
da928d6099
|
!= UUID.Zero is slow
|
2022-01-09 02:28:51 +00:00 |
|
UbitUmarov
|
7e0fc95c3a
|
== UUID.Zero is slow
|
2022-01-09 00:33:16 +00:00 |
|
UbitUmarov
|
4cfa0650fd
|
gridservice: always merge region flags from config
|
2021-12-30 21:06:03 +00:00 |
|
UbitUmarov
|
35d3889e5d
|
simplify some log messages
|
2021-12-22 15:59:03 +00:00 |
|
UbitUmarov
|
eaadb889d5
|
fix NeighbourHandler
|
2021-12-18 10:44:43 +00:00 |
|
UbitUmarov
|
b4241d79b6
|
make fallback login to any region online optional. All but very simple standalones shoult set it to false and define default (and fallback) regions
|
2021-12-07 01:35:21 +00:00 |
|
UbitUmarov
|
2db2791771
|
at login, if target region is not found and there are no default of fallback regions, try to send user to a region online. This is similar to what we had before 0.9.2.0, that demands the definition of default region(s)
|
2021-12-07 01:05:51 +00:00 |
|
UbitUmarov
|
131455b107
|
add gridservice GetOnlineRegions()
|
2021-12-07 00:34:40 +00:00 |
|
UbitUmarov
|
8b28668b28
|
do not consider a hyperlink a fallback region
|
2021-12-06 23:41:39 +00:00 |
|
UbitUmarov
|
c1e3876116
|
fix typo on a expire time. no impact but save a tiny bit of cpu time
|
2021-12-06 13:32:12 +00:00 |
|
UbitUmarov
|
6ed4f4050e
|
some static declarions missing
|
2021-11-12 00:42:32 +00:00 |
|
UbitUmarov
|
30c479db94
|
remove a noisy stack trace from LAND CONNECTOR log
|
2021-09-02 21:56:23 +01:00 |
|
UbitUmarov
|
9b840f1f9e
|
change the GetFallbackRegions sort code
|
2021-09-02 17:22:59 +01:00 |
|
UbitUmarov
|
912777612a
|
change the expiringcache on xinventory connector
|
2021-07-24 23:56:46 +01:00 |
|
UbitUmarov
|
3903d3e6b0
|
Xinventory: invalidate items cache on some ops
|
2021-07-24 23:45:27 +01:00 |
|
UbitUmarov
|
5e26ede0f1
|
add missing changes
|
2021-07-16 03:12:03 +01:00 |
|
UbitUmarov
|
a01046c24f
|
a few changes to get assets
|
2021-07-16 03:08:31 +01:00 |
|
UbitUmarov
|
a23bf4eb1b
|
mantis 8890: waste CPU checking if asset id == Zero on get; several changes on region Asset connector
|
2021-05-29 15:08:22 +01:00 |
|
UbitUmarov
|
2f79009d32
|
avoid a null ref on hg useragentservice
|
2021-01-14 20:23:20 +00:00 |
|
UbitUmarov
|
91bfc2f62c
|
reduce (again) number of http requestes on getdisplaynames
|
2021-01-07 20:37:44 +00:00 |
|
UbitUmarov
|
2a70c8c5c2
|
mantis 8848: fix typo, Thanks Chris Weymann
|
2021-01-06 14:02:22 +00:00 |
|
UbitUmarov
|
0957317790
|
xbakes, we even avoid another array copy since httpRequest.InputStream is a memorystream with origin = 0
|
2020-12-29 02:05:44 +00:00 |
|
UbitUmarov
|
5ecc264082
|
simplify xbakes service a bit more
|
2020-12-28 21:44:26 +00:00 |
|
UbitUmarov
|
e169b1b074
|
simplify xbakes service
|
2020-12-28 21:05:26 +00:00 |
|
UbitUmarov
|
81e13df897
|
fix a recent bug on login service hg inventory
|
2020-12-26 14:19:54 +00:00 |
|
UbitUmarov
|
7a07e1ac73
|
remove a spurius ; and change another string empty check
|
2020-12-26 02:38:22 +00:00 |
|
UbitUmarov
|
f5e6159c22
|
comment out direct HG tp at login option that just does not work
|
2020-12-26 00:10:33 +00:00 |
|
UbitUmarov
|
a0d0bbacb2
|
move servicesGodAgentID to Constants.cs
|
2020-12-25 22:48:42 +00:00 |
|
UbitUmarov
|
696a7a4edc
|
cosmetics
|
2020-12-25 00:46:35 +00:00 |
|
UbitUmarov
|
7b5fc5c8bd
|
silly null ref
|
2020-12-25 00:37:00 +00:00 |
|
UbitUmarov
|
d3e5b3d769
|
changes on some robust map, connectors, map file read, etc
|
2020-12-24 00:06:10 +00:00 |
|
UbitUmarov
|
d0ade39641
|
a few changes to getregion(s)byName()
|
2020-12-22 14:27:01 +00:00 |
|
UbitUmarov
|
b4b1c4551f
|
send GridStatus and GridStatusRSS urls to viewers in opensimextras (and grinfinfo?), for viewers that may care in future. This can be set on section GridInfoService of robust.ini or standalonecommon.ini
|
2020-12-18 17:18:28 +00:00 |
|
UbitUmarov
|
b514bac6c2
|
a few changes
|
2020-12-17 03:35:37 +00:00 |
|
UbitUmarov
|
28c43011bc
|
changes to map search parsing (may still be bad)
|
2020-12-16 22:21:21 +00:00 |
|
Alicia Raven
|
a969797512
|
Allow estate config files to specify a specific EstateID. Defaults to 0 if not specified which uses auto increment id as current behaviour.
|
2020-12-15 17:05:30 +00:00 |
|
UbitUmarov
|
ff1302f8c8
|
update xmlrpc.dll with a fix for empty base64 case
|
2020-12-01 13:09:53 +00:00 |
|
UbitUmarov
|
81873a5419
|
handle missing entries on GridUserData
|
2020-11-27 01:08:10 +00:00 |
|
UbitUmarov
|
9d0d82ab6e
|
split usermanagement adduser into simpler per case methods
|
2020-11-26 12:14:00 +00:00 |
|
UbitUmarov
|
14ee7012f4
|
add cache to PresenceService
|
2020-11-21 02:28:54 +00:00 |
|
UbitUmarov
|
2f66a82cbe
|
mantis 8802 and 6744: change how griduserservice handles duplicated entries, trying to use the most recent. Add cache to compensate the very low performance of the search the db engine is force to do. WARNING this is not compatible with current Diva Wifi. that will replace this code or not run at all
|
2020-11-21 00:15:21 +00:00 |
|
UbitUmarov
|
3ef11e7dec
|
stop looking for things in dic twice; cover all true cases from stupid DBs
|
2020-11-16 21:23:38 +00:00 |
|