aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-13A few bug fixes for Agent Preferences to actually work. Also added missing co...Diva Canto2-2/+4
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the o...Cinder4-0/+498
2015-06-09Avoid registering console commands in every single instance of GridUserServic...Diva Canto1-16/+22
2015-06-05Upgraded the Simian inventory connector with an item cache, too, so that it d...Diva Canto1-1/+17
2015-06-05More on mantis #7567. Two things:Diva Canto1-2/+4
2015-06-04Mantis #7600. The warning message was not a symptom of a problem, it was just...Diva Canto1-9/+11
2015-06-04Making the inventory cache static, so that there's less timers.Diva Canto1-1/+1
2015-06-04Mantis #7567. Once again, avoiding prefetching linked items within linked fo...Diva Canto1-1/+9
2015-06-03Mantis #7567: added an 8-sec expiring item cache to the inventory network con...Diva Canto1-6/+31
2015-05-11Added tests for UserAccountService in Robust. In the process fixed a couple o...Diva Canto1-2/+33
2015-05-11Added inventory tests to Robust.Tests.Diva Canto2-7/+11
2015-05-10Knocked off a few compiler warnings regarding unused variables.Diva Canto1-1/+1
2015-05-10Added simple test for IM in Robust too.Diva Canto1-1/+8
2015-05-08Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto4-1/+75
2015-05-08I shouldn't write code this early in the morning... Fixing a 'duh' on previou...Diva Canto1-1/+1
2015-05-08Additional debug message to help diagnose a warning message and exception rel...Diva Canto1-0/+1
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto5-5/+130
2015-05-05Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto1-1/+1
2015-05-02Corrected typo in namespaceDiva Canto1-1/+1
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto16-16/+16
2015-03-05solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech1-0/+1
2015-03-03corrected handling when XML parsing in Presence Connector failsFreaky Tech1-0/+1
2015-02-28minor: Remove mono compiler warnings from EstateDataConnectorJustin Clark-Casey (justincc)1-2/+0
2015-01-22On the GridService, the central simulator features: ensure that the map tile ...Diva Canto1-1/+7
2015-01-21Don't allow a failure in create a request in HeloService.Connector.Helo() to ...Justin Clark-Casey (justincc)1-5/+5
2015-01-21Fix OfflineIMEmail value overwriting every time its called. The request was r...AliciaRaven1-3/+3
2015-01-14Stop simulators attempting to contact registered but offline regions (RegionF...Justin Clark-Casey (justincc)1-98/+118
2015-01-10SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added th...Diva Canto1-0/+13
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto1-0/+96
2015-01-06Donation of robust network connectors for estate service, as promised. This a...Diva Canto3-6/+342
2015-01-02Bug fix in LoadPLugin so that it can take paths to dlls that look like this "...Diva Canto1-3/+10
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto1-2/+2
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto1-1/+1
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto1-1/+1
2014-12-16Adding command to reset user's email addressBlueWall1-1/+43
2014-12-03minor: Just have one message that displays successful registration of a regio...Justin Clark-Casey (justincc)1-2/+4
2014-11-25When processing incoming attachments via HG, if a request for uuid gathering ...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)4-5/+7
2014-11-25refactor: Use simpler auto-implemented property for HttpPort in GridRegionJustin Clark-Casey (justincc)1-10/+5
2014-11-25minor: Remove compiler warning from GridRegion in IGridServiceJustin Clark-Casey (justincc)1-1/+1
2014-11-25minor: remove compiler warning from OpenProfileClientJustin Clark-Casey (justincc)1-4/+3
2014-11-24Re-work handling of email notifications settings.BlueWall1-1/+11
2014-11-23Fix handling of user preference updates where no email address is suppliedBlueWall2-18/+12
2014-11-21When logging reigon information returned by GateKeeperService.GetHyperlinkReg...Justin Clark-Casey (justincc)1-3/+20
2014-11-19Minor: Update LLLoginService to handle explicitly set login locations that in...AliciaRaven1-1/+1
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall1-0/+7
2014-09-03Cleanup some unused code and configuration entriesBlueWall2-6/+2
2014-08-09Move the inventory request lock introduced in git master a58152bd to HGInvent...Justin Clark-Casey (justincc)1-7/+4
2014-08-06OpenSimExtrasBlueWall4-0/+92