index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
bin
/
config-include
/
GridHypergrid.ini
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-30
remove obsolete config setting
UbitUmarov
1
-15
/
+0
2015-06-13
Refactor AgentPreferences so that database operations happen centrally. the o...
Cinder
1
-0
/
+1
2015-01-21
Replace the tabs that have crept into isolated places in config and config ex...
Justin Clark-Casey (justincc)
1
-23
/
+23
2015-01-06
Donation of robust network connectors for estate service, as promised. This a...
Diva Canto
1
-2
/
+2
2014-07-25
Add suppression of grid-side "show regions" command in simulator console for ...
Justin Clark-Casey (justincc)
1
-0
/
+1
2014-06-06
Added simulation version compatibility check so that agents coming from 0.7.6...
Diva Canto
1
-2
/
+6
2014-03-08
remove RefreshTime = 0 from [MapImageService] in Standalone.ini, StandaloneHy...
Michael Cerquoni
1
-3
/
+0
2014-03-08
set RefreshTime = 0 in [MapImageService] in Grid.ini and GridHypergrid.ini to...
Michael Cerquoni
1
-1
/
+1
2013-09-18
minor: Make config-include .ini files more consistent
Justin Clark-Casey (justincc)
1
-12
/
+13
2013-09-18
Add [SimulationService] section to GridHypergrid.ini and StandaloneHypergrid.ini
Justin Clark-Casey (justincc)
1
-0
/
+11
2013-07-28
Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...
Diva Canto
1
-0
/
+1
2012-03-17
More on HG access control. This commit splits the UserManagementModule into t...
Diva Canto
1
-0
/
+1
2012-03-17
Region access control! Region operators can now specify things like DisallowF...
Diva Canto
1
-0
/
+1
2011-12-30
Bring back the Hyperlinker to the Robust console. Moved the config to [GridSe...
Diva Canto
1
-1
/
+1
2011-10-12
Make it possible to disable the HG linker. On non-HG systems it spits yellow
Melanie
1
-0
/
+1
2011-06-13
V2 map now working in grids too. WARNING: A few visible configuration variabl...
Diva Canto
1
-1
/
+7
2011-06-01
[Profiles] --> [Profile]
Diva Canto
1
-1
/
+1
2011-05-27
HG lures working! Friends can offer friends HG teleports via the profile. WAR...
Diva Canto
1
-1
/
+2
2011-05-27
Added a BasicProfilemodule so that the profile-based actions (like give inven...
Diva Canto
1
-0
/
+2
2011-05-26
HG IM in grid mode working fairly well. Unknown target user references looked...
Diva Canto
1
-0
/
+11
2010-12-27
WARNING: simulator config var change! This affects only system-facing configs...
Diva Canto
1
-0
/
+2
2010-12-13
Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.
Marck
1
-3
/
+6
2010-09-17
Add LandServices to make landmarks work right in grids
Melanie
1
-0
/
+1
2010-09-17
Add LandServices to make landmarks work right in grids
Melanie
1
-0
/
+1
2010-09-15
Make AuthorizationService optional and disabled by default. It depends on
Melanie
1
-1
/
+0
2010-09-12
* Added ISimulationDataService and IEstateDataService
John Hurliman
1
-0
/
+6
2010-07-05
Fixes mantis #4842
Diva Canto
1
-0
/
+3
2010-05-07
GridUserService in place. Replaces the contrived concept of storing user's ho...
Diva Canto
1
-16
/
+18
2010-05-05
* Fixes Library bugs in grid mode. Partly a missing check and partly a missin...
Diva Canto
1
-0
/
+5
2010-05-02
Switched everything to XInventory by default. The old Inventory is still ther...
Diva Canto
1
-2
/
+1
2010-02-26
* Friends out connector completed. Grid login retrieves friends correctly.
Diva Canto
1
-1
/
+1
2010-02-25
Added server-side Friends in connector. Untested.
Diva Canto
1
-0
/
+3
2010-01-31
Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot...
Diva Canto
1
-5
/
+0
2010-01-30
Updated gridhypergrid config.
Diva Canto
1
-0
/
+1
2010-01-29
* HGGridConnector is no longer necessary.
Diva Canto
1
-3
/
+2
2010-01-29
Works for grid login.
Diva Canto
1
-4
/
+0
2010-01-18
* Towards enabling hyperlinks at grid-level.
Diva Canto
1
-7
/
+6
2010-01-16
Moved prim crossing to EntityTransferModule. Not complete yet.
Diva Canto
1
-1
/
+1
2010-01-15
* General cleanup of Teleports, Crossings and Child agents. They are now in t...
Diva Canto
1
-0
/
+1
2010-01-13
* Added the missing AvatarServices module.
Diva Canto
1
-0
/
+1
2010-01-13
Omit AuthorizationService from the default configurations, because the servic...
Diva Canto
1
-1
/
+0
2010-01-13
Updated configs.
Diva Canto
1
-0
/
+5
2010-01-12
Fixed more appearance woes that showed up using remote connectors. Appearance...
Diva Canto
1
-4
/
+0
2010-01-10
* Last reference to CommsManager.UserProfileCacheService removed
Diva Canto
1
-1
/
+1
2010-01-04
Forgot to add these to the grid configs, so that logins work.
Diva Canto
1
-0
/
+4
2010-01-03
Successfully logged into a grid.
Diva Canto
1
-5
/
+14
2009-10-11
* Changed logic of enabling LLProxyLoginModule to follow the new style -- tru...
Diva Canto
1
-0
/
+1
2009-09-29
Minor bug fixes.
Diva Canto
1
-0
/
+3
2009-09-26
Finished spec-ing the .inis for the new grid service modules.
Diva Canto
1
-1
/
+10
2009-06-15
Moving these nice HG connectors to their homes.
diva
1
-2
/
+2
[next]