aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker3-3/+3
2009-03-01Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-1/+28
2009-02-26svn attribute fixes so that we can play nice between windows and linuxSean Dague5-166/+166
2009-02-25Renamed IMessageUserServerService to IInterServiceUserService.csMW1-35/+35
Renamed MessageUserServerModule to InterMessageUserServerModule
2009-02-25Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW2-41/+41
name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
2009-02-25Added IGridServiceModule to be the base interface for the Service Modules ↵MW1-0/+13
for the Grid, User and Messaging servers.
2009-02-25More refactoring of the Grid, User and Messaging servers. MW2-78/+78
2009-02-24Setting svn:eol-style=native on new files.Mike Mazur5-263/+263
2009-02-24Removed the additions from the last revision for the "ShowHelp" delegate ↵MW1-3/+0
handling, as it seems that system isn't in use anymore.
2009-02-24More refactoring of the Grid/user/messaging servers.MW1-0/+3
2009-02-24Some cleaning up in the MesssagingServer and GridServer.MW1-0/+110
2009-02-24Added OpenSim.Grid.Framework project.MW4-0/+153
Changed the Gridserver so it uses/references OpenSim.Grid.Framework