aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-22Revert "* additional serveruri cleanup"Justin Clark-Casey (justincc)2-7/+4
2010-10-22Revert "* more url / hg cleanup"Justin Clark-Casey (justincc)1-4/+14
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman1-17/+56
2010-10-20* more url / hg cleanupJonathan Freedman1-14/+4
2010-10-20* additional serveruri cleanupJonathan Freedman2-4/+7
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-2/+12
2010-10-18Change substring matching to prefix matching in region search. This affectsMelanie1-1/+1
2010-10-11* more url / hg cleanupJonathan Freedman1-14/+4
2010-10-03* additional serveruri cleanupJonathan Freedman2-4/+7
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-2/+12
2010-09-02Quick fix for making global references for gatekeepers that are not domain:po...Diva Canto1-13/+16
2010-08-10Enforce DB limits on region name to 32 chars, or else (not good). Removed a p...Diva Canto1-23/+2
2010-08-06Added Check4096 config var under [GridService], at the request of many. Chang...Diva Canto2-22/+31
2010-08-06Allow creation of link regions if there is an existing region within a 4096 r...Marck2-4/+46
2010-08-04Allow specifying default region flags. Correct a typo.Melanie Thielker1-1/+2
2010-07-31White space from previous commit.Diva Canto1-21/+21
2010-07-31Implemented console command "show hyperlinks".Marck1-25/+24
2010-07-30Bug fix: make m_HypergridLinker static.Diva Canto1-1/+1
2010-07-05Don't include hyperlinks as neighbors, even if grid operators have done the m...Diva Canto1-1/+5
2010-06-28Fixes mantis #4815 and #4812Diva Canto1-1/+5
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto1-2/+3
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-1/+2
2010-05-03Assorted bug fixes in hypergrid linking.Diva Canto2-24/+33
2010-03-12minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-6/+5
2010-02-21Small bug fixes for making tests work.Diva Canto2-26/+30
2010-01-31Assorted bug fixes related to hyperlinkingDiva Canto2-2/+4
2010-01-30Bug fix for making cross-grid login work.Diva Canto1-2/+6
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-3/+15
2010-01-24Hypergrid map search back on, this time with a config var in the grid service.Diva Canto2-22/+37
2010-01-24Some method implementations were missing from LocalGridServiceConnector.Diva Canto1-1/+3
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto2-2/+619
2010-01-18* Fixed misspelling of field in GridServiceDiva Canto1-1/+1
2010-01-15Implement region registration with authenticationMelanie1-1/+18
2010-01-15Implement "Reservation" flag behavior.Melanie1-0/+34
2010-01-15Implement the NoMove behavior. Cause Reservation flag to be reset onMelanie1-2/+8
2010-01-13Make region flag specs work for regions whose names contain spaces. Uses unde...Diva Canto1-2/+3
2010-01-13Change the error messages on region region registration. This changes URMMelanie1-4/+4
2010-01-11Add the option to reject duplicate region namesMelanie1-0/+25
2010-01-10Add a "LockedOut" flag to allow locking a region out via the grid server.Melanie1-0/+3
2010-01-10Add "Persistent" flag to regions table flags valuesMelanie1-6/+7
2010-01-10Add last_seen field to regions tableMelanie1-0/+2
2010-01-10Make the new API return only the regions that are marked onlineMelanie1-2/+8
2010-01-10Finally the region service config stuff is in.Melanie1-17/+51
2010-01-10Add some commands to the grid serverMelanie1-0/+75
2010-01-09Temp fix: initialize flags value to prevent exceptionMelanie1-0/+19
2010-01-09Preliminary work on the new default region setting mechanismMelanie1-0/+69
2009-10-07store owner_uuid in the region tableMelanie1-0/+1
2009-10-05More debug messages if things go wrong.Diva Canto1-2/+24
2009-09-25Better guards on RegisterRegion in GridService.Diva Canto1-6/+8
2009-09-24Deleted the meaningless console commands on the GridService. Will need to add...Diva Canto1-72/+0