aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-25* Fixes teleporting within megaregions on HG enabled regions. You can tele...Teravus Ovares (Dan Olivares)2-3/+9
2009-09-25More small changes to FlotsamAssetCache as per mcortez' request.Diva Canto1-2/+2
2009-09-25Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto4-6/+13
2009-09-25Don't preserve full user profile details within iars for nowJustin Clark-Casey (justincc)1-1/+3
2009-09-25add control files containing version info to iarsJustin Clark-Casey (justincc)1-0/+28
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-13/+11
2009-09-24Meshmerizer stores dictionary of unique Meshes keyed on construction paramete...Dan Lake3-78/+95
2009-09-24modify BulletDotNETPrim.cs in preparation for Mantis #4181dahlia1-112/+122
2009-09-24re-enable registration of user service authentication method I accidentally d...Justin Clark-Casey (justincc)1-11/+1
2009-09-24Produce a different error message if the user service does not have the authe...Justin Clark-Casey (justincc)2-34/+41
2009-09-24Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)3-19/+64
2009-09-24* Send Updated Information Packet to Clients after updating estate settings.Adam Frisby1-0/+2
2009-09-24* Establishing why new console commands fail to work. >_>Adam Frisby1-4/+6
2009-09-24* Fixing typo.Adam Frisby1-1/+1
2009-09-24* Added two new commands to EstateManagementModuleAdam Frisby1-6/+55
2009-09-23More tests. Seems to be working.Diva Canto1-1/+10
2009-09-23First test passes -- regions being registered and retrieved correctly in Data...Diva Canto1-2/+2
2009-09-23Unit tests for the grid service. Yey!Diva Canto1-0/+122
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto4-69/+82
2009-09-23Fix endlines on UrlModule.csTeravus Ovares (Dan Olivares)1-242/+242
2009-09-23* fix endlines in LSL_api.csTeravus Ovares (Dan Olivares)1-6/+6
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules co...Diva Canto6-13/+35
2009-09-23Added delay loop to give a newly created assembly time to appear. OnAlan M Webb1-32/+71
2009-09-22Added hg console commands to the module.Diva Canto4-5/+696
2009-09-23* Makes SimulatorEnable messages 'reliable' and subject to redelivery.Adam Frisby1-0/+3
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto3-271/+306
2009-09-22Added HGGridConnector and related code.Diva Canto3-38/+364
2009-09-22Thank you, Intari, for a patch that implements the missing pieces ofMelanie4-45/+281
2009-09-22Completely remove the prior implementation of the request event handlingMelanie1-1/+1
2009-09-21Added Remote grid connector module.Diva Canto1-0/+108
2009-09-21Make the poll service handler call the handler method on incoming requests.Melanie1-1/+6
2009-09-21Added grid handler and grid remote connector.Diva Canto1-2/+2
2009-09-21Add a RequestID (UUID.Random()) to the PollRequest and pass it to allMelanie1-4/+4
2009-09-21Add a UUID param to NoEvents in PollServiceEventArgs to make it more genericMelanie1-2/+2
2009-09-19Updatate llOpenRemoteDataChannel to provide the external hostname configured ...BlueWall (James Hughes)1-1/+5
2009-09-18First pass at LocalGridServiceConnector. Nothing of this is used by the simul...Diva Canto1-0/+175
2009-09-18correct off-by-one error in save iar command handlingJustin Clark-Casey (justincc)1-1/+1
2009-09-18provide intelligble warning of why load/save iar doesn't work on grid mode, p...Justin Clark-Casey (justincc)1-0/+14
2009-09-18Group Membership information is sent out from two different locations, refact...Michael Cortez1-8/+24
2009-09-18Add a little debugging for filtered groups lists based on requesterMichael Cortez1-0/+19
2009-09-18Try to filter the groups list returns for User A, when sending to User B, bas...Michael Cortez1-3/+16
2009-09-18Add additional instrumentation so that when there is an xmlrpc call failure, ...Michael Cortez1-15/+27
2009-09-18Remove debug messages from some areas that have been highly tested, and debug...Michael Cortez1-23/+0
2009-09-18Adding additional debug to output the group powers specified when updating a ...Michael Cortez1-1/+7
2009-09-18Add additional debugging to help track down bug with notices not going to gro...Michael Cortez1-1/+14
2009-09-18Revert "Thank you, mcortez, for a patch to address showing users in group list"Michael Cortez2-100/+44
2009-09-18addition of a new script function osSetParcelSIPAddress(string SIPAddress), n...Rob Smart5-3/+132
2009-09-18Alternate algorithm for fixing avatar capsule tilt (Mantis #2905)nlin2-61/+73
2009-09-17 While running a test case I had written to pursue problems withAlan M Webb1-113/+152
2009-09-17Thank you, mcortez, for a patch to address showing users in group listMelanie2-44/+100