Commit Graph

1989 Commits

Author SHA1 Message Date
UbitUmarov
5b67966ddd cosmetics on offline msg v2 2024-02-22 19:48:12 +00:00
UbitUmarov
0c05c6efce sog temporay flags check is same for all DB engines 2024-02-17 12:47:46 +00:00
UbitUmarov
cc3adba92a make sure login last location is within the region 2024-02-13 19:52:41 +00:00
UbitUmarov
2ffa845af4 pesty warning 2024-01-26 19:02:03 +00:00
UbitUmarov
a7944dd065 whatever.. 2024-01-26 18:59:38 +00:00
UbitUmarov
45e600e4fb small change to map grid service 2024-01-26 18:46:45 +00:00
UbitUmarov
c0082b4c3f a few changes to map grid service 2024-01-26 18:39:03 +00:00
UbitUmarov
7b888ec02c add configuration option MaxOfflineIMs to robust offlineIMService with default value of 25. Simplify that service code a bit (do runprebuild since a file was removed) 2024-01-23 13:30:35 +00:00
UbitUmarov
968b1207b6 cosmetics 2023-05-30 12:19:50 +01:00
UbitUmarov
e950c502ad change share of almost empty class httpclient, to just share of used SocketsHttpHandler, This simpifies handling of timeout, otherwise problematic 2023-05-26 20:27:24 +01:00
UbitUmarov
d7714530a8 try to reduce log spam on http fails 2023-05-24 14:16:43 +01:00
UbitUmarov
5e0c6446d8 update xmlrpc.dll with a send variant using httpclint and used it 2023-05-24 13:42:56 +01:00
UbitUmarov
c66effbe4f httpclient on RegionReadyModule 2023-05-18 17:57:15 +01:00
UbitUmarov
6d144ba1c9 httpclient on NeighbourServicesConnector 2023-05-18 17:53:45 +01:00
UbitUmarov
f3663371dc more on HttpWebRequest 2023-05-17 21:17:36 +01:00
UbitUmarov
7ba6ddf2b1 do case invariant compare on deny mac and id0 2023-04-25 23:40:17 +01:00
UbitUmarov
2433ea82c9 cosmetics on scenepresence and grid map 2023-02-24 00:07:46 +00:00
UbitUmarov
d0be98bacb cosmetics 2023-02-08 03:00:20 +00:00
UbitUmarov
a9cc7594e2 reduce possible trigger of Changed.POSITION just due to noise 2023-02-01 18:45:11 +00:00
UbitUmarov
6e1a196974 more cosmetics 2023-01-25 17:35:25 +00:00
UbitUmarov
e2f59e72c5 fix bad merges 2023-01-09 12:48:35 +00:00
UbitUmarov
c821ef25cb robust: add login block by ID0. Note that like by mac this may even block wrong users; cosmetics 2023-01-09 12:39:42 +00:00
UbitUmarov
38ddb92cc3 cosmetics 2022-12-16 19:38:10 +00:00
UbitUmarov
d9380c9b83 clean some spurius chars and a few other things. Thanks Vincent Sylvester 2022-11-12 02:49:01 +00:00
UbitUmarov
52d8c6204e a few changes to xinventory connector 2022-11-10 14:13:50 +00:00
UbitUmarov
aa572df663 add some missing default group owner powers on xmlrpc groups module
plus more dotnet6 code style changes
2022-10-28 20:08:54 +01:00
UbitUmarov
0df9802aa3 use 'in' on PollService event args 2022-10-16 17:36:17 +01:00
UbitUmarov
8895577c80 use Random.Shared 2022-10-16 15:06:36 +01:00
UbitUmarov
0f3d7f45d9 mantis 9032: update HGInventoryServicePlugin entry, shutup if old format 2022-10-16 13:20:43 +01:00
UbitUmarov
b1bde3c8f1 timezone code changed 2022-10-02 11:44:43 +01:00
UbitUmarov
58f20c6d6e replace obsolete code 2022-09-20 21:40:56 +01:00
UbitUmarov
aad0c3c60e map image service: always try to delete a map tile, before saving a new one; ubode cosmetics that where on disk" 2022-08-14 00:24:27 +01:00
UbitUmarov
6c77932d61 mantis 9015 fix silly bug 2022-07-15 15:51:14 +01:00
UbitUmarov
80dc993087 fsassets: only read SecondaryInstance option on per process mmain instances 2022-07-11 20:22:55 +01:00
UbitUmarov
e37475203b add usermanagement bool GetUserName(UUID uuid, out string FirstName, out string LastName) 2022-06-19 11:47:29 +01:00
UbitUmarov
470ab9199c mantis 9008: add extra lock on FSassets initialization, to be sure only one thread does run main spool thread. Add config option 'SecondaryInstance' to do the same in multiple process instances cases. If there are more than one spool thread there may be file assess collisions that may cause robust crash and or loss of assets. I could not test this. Please to so, and report on mantis 9008, Thanks. 2022-06-09 14:42:41 +01:00
UbitUmarov
fa02512c20 change handling of option ExportSupported again 2022-05-13 01:50:24 +01:00
UbitUmarov
baf6917a46 fix parse type of ExportSupported option 2022-05-06 01:38:42 +01:00
UbitUmarov
6a54992bb9 mantis 8994: fix silly bug on last commit. Well change it all a bit 2022-05-02 14:48:44 +01:00
UbitUmarov
a5e3d11ed8 in griduserservice to into replace most Parse by TryParse 2022-05-01 20:17:04 +01:00
UbitUmarov
7acc3096f4 now the first section of Libraries.xml should only contain entry RootVersion to define the Opensim library version. THis should eb incremented when there are changes on ny library entry 2022-04-23 04:04:43 +01:00
UbitUmarov
6984902610 don't lose version... 2022-04-22 23:10:12 +01:00
UbitUmarov
28f99ce3b5 a few mostly cosmetics to map connectors and handlers. the .../map url will also remove map if data field is not present, ../removemap is just pollution in urls space, if fact both remove map are useless, since they are api for regions and regions can not do it, keeping just because.. 2022-04-03 16:01:27 +01:00
UbitUmarov
fd7d0128fe other spot 2022-03-27 22:22:44 +01:00
UbitUmarov
c49dcc2fe6 mantis 8985, a forgotten commit 2022-03-27 21:57:37 +01:00
UbitUmarov
476ea2b51d reduce number of useless strings on get displaynames cap 2022-03-15 00:44:33 +00:00
UbitUmarov
56c497adf5 ..Equals(String.Empty) is also not good 2022-03-14 20:11:54 +00:00
UbitUmarov
e043d8a2eb use array.Empty<byte> 2022-03-12 15:21:24 +00:00
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