aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-16Populate user preferences with UserAccount email if it is present, else retur...BlueWall1-0/+61
2013-12-06Backport profile fixesBlueWall2-0/+17
2013-09-04Fix logic errors in "show grid users online" console command which didn't act...Justin Clark-Casey (justincc)1-3/+2
2013-09-04Add experimental "show grid users online" console command to show grid users ...Justin Clark-Casey (justincc)1-0/+39
2013-09-04Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)6-4/+90
2013-09-04remove redundant return at end of HandleDeregisterRegion()Justin Clark-Casey (justincc)1-2/+0
2013-09-04Make it possible for the "deregister region id" command to accept more than o...Justin Clark-Casey (justincc)1-24/+27
2013-08-22minor: Make logging in GatekeeperService.LoginAgent() a bit more detailed so ...Justin Clark-Casey (justincc)1-4/+8
2013-08-22Revert "Implement ability for hg logins to try fallback regions just like loc...Justin Clark-Casey (justincc)1-39/+5
2013-08-21Implement ability for hg logins to try fallback regions just like local logins.Justin Clark-Casey (justincc)1-5/+39
2013-08-17minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGridJustin Clark-Casey (justincc)2-9/+2
2013-08-17minor: Make log messages consistent in NeighbourServicesConnectorJustin Clark-Casey (justincc)1-6/+6
2013-08-05Remove some debugging from simian connectors.Mic Bowman2-3/+11
2013-07-31Experimental comment to eneralize the handling of Linden caps when theMic Bowman1-0/+179
2013-07-31A pretty major restructuring of the simian method invocations in order toMic Bowman11-282/+578
2013-07-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto1-0/+1
2013-07-26Force map tiler to save Water.jpg as an actual jpeg format it seems even thou...nebadon1-1/+1
2013-07-21Better version of previous commitDiva Canto1-2/+6
2013-07-21Add the Current Outfit folder as an available folder in the SuitcaseInventory.Diva Canto1-0/+16
2013-07-14Cleanup old hg sessions (older than 2 days)Diva Canto1-0/+3
2013-07-14HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha...Diva Canto2-90/+199
2013-07-14Minor typo in log messageDiva Canto1-1/+1
2013-07-13Guard against unauthorized agent deletes.Diva Canto2-5/+4
2013-07-13Deleted GET agent all around. Not used.Diva Canto2-37/+0
2013-07-13Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to bot...Diva Canto1-0/+6
2013-07-11Added property to make for more flexible testing.Diva Canto1-0/+5
2013-07-10Remove a null reference exception in SimianPresenceServiceConnector thatRobert Adams1-4/+8
2013-07-09minor: remove mono compiler warnings from HGSuitcaseInventoryServiceJustin Clark-Casey (justincc)1-3/+3
2013-07-06A little more debugDiva Canto1-1/+1
2013-07-06Simina activity detector was too eager. Disabled it in case simian is not bei...Diva Canto1-1/+2
2013-07-04Revert "HG Friends: debug an issue where the friends data stored in the DB is...Diva Canto1-8/+1
2013-07-04HG Friends: debug an issue where the friends data stored in the DB is incompl...Diva Canto1-1/+8
2013-07-02Deleted debug messages. Fixed a null ref exception on the POST handler of Gri...Diva Canto1-4/+1
2013-07-02More debug messagesDiva Canto1-1/+5
2013-07-02This should have a strong effect on the Unknown User issue mantis #6625Diva Canto1-1/+16
2013-06-30Revert "More debug mantis #6625"Diva Canto1-1/+0
2013-06-29More debug mantis #6625Diva Canto1-0/+1
2013-06-29Changed HG status notifications timeout down to 15secs from the default 100.Diva Canto1-1/+1
2013-06-28In XAssetService, on a delete asset request also delete the asset in any chai...Justin Clark-Casey (justincc)1-3/+4
2013-06-22Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto1-1/+1
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto6-184/+70
2013-06-13Add Option: ClassifiedFeeBlueWall2-2/+20
2013-06-13Make XInventoryServicesConnector properly handle a RESULT = false return for ...Justin Clark-Casey (justincc)1-68/+56
2013-06-12After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, consistent...Justin Clark-Casey (justincc)1-1/+23
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman1-1/+1
2013-05-31Adding standard OpenSim header to source filesBlueWall3-0/+81
2013-05-30UserProfilesBlueWall3-0/+267
2013-05-09Application support:BlueWall2-2/+25
2013-04-27Added an interface to an external ban service. With this commit, the interfac...Diva Canto2-4/+69
2013-04-27Make method virtualDiva Canto1-1/+1