aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-12Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto10-28/+93
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto15-68/+118
2010-01-11Add the option to reject duplicate region namesMelanie1-0/+25
2010-01-11This fixes the problem that region modules (new style) weren't being recognized.Diva Canto2-9/+14
2010-01-11add interface/method documentatio nto IScriptModuleCommsJustin Clark-Casey (justincc)1-2/+18
2010-01-11more specific config error loggingdr scofield (aka dirk husemann)1-2/+8
2010-01-11Moved MainServer.Instance.AddStreamHandler(new OpenSim.SimStatusHandler()); a...Diva Canto1-2/+2
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto53-309/+44
2010-01-11CommunicationsManager deleted.Diva Canto17-190/+52
2010-01-11minor: formattingJustin Clark-Casey (justincc)1-1/+5
2010-01-11Make console_port work.Melanie1-1/+3
2010-01-11Remove CreateCommsManagerPluginMelanie2-155/+0
2010-01-11Refactor. Instantiate sim status handlers in opensim base, not in a pluginMelanie2-4/+5
2010-01-11Refactor. Move MainServer init to a place with greener grassMelanie2-1/+2
2010-01-10dustDiva Canto1-40/+2
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto11-56/+31
2010-01-10Some more unnecessary things deleted in Framework.Communications.Diva Canto9-1324/+0
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto17-4999/+4
2010-01-10All grid servers deleted, including user server. They served us well.Diva Canto58-9761/+60
2010-01-10OpenSim.Region.Communications.* is no more. Thanks to everyone who contribute...Diva Canto11-1816/+0
2010-01-11Add the console port setting to ROBUST, tooMelanie1-1/+6
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto13-102/+34
2010-01-11Add a console_port setting to let the rest console use a different portMelanie2-3/+14
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto7-77/+140
2010-01-11Whitespace cleanupMelanie6-183/+183
2010-01-11Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution6-21/+196
2010-01-10Removed refs to OpenIdService in UserServer.Diva Canto1-8/+0
2010-01-10Fixed small inconsistency in config var name.Diva Canto1-1/+1
2010-01-10Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto2-15/+99
2010-01-10Forgot to remove 'using'Diva Canto1-1/+0
2010-01-10* Starting to clean the house...Diva Canto9-1418/+25
2010-01-10Some typos fixed related to master avie removalDiva Canto3-4/+4
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto17-62/+78
2010-01-10Remove a little bit more if master avatarMelanie1-6/+0
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie18-260/+21
2010-01-10* Last reference to CommsManager.UserProfileCacheService removedDiva Canto1-1/+1
2010-01-10Clean CRs from previous patchMelanie1-67/+67
2010-01-10Adds land collision events.Revolution3-27/+210
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto33-1253/+864
2010-01-10Add a "LockedOut" flag to allow locking a region out via the grid server.Melanie2-1/+5
2010-01-10Fix a small bug in login disable codeMelanie1-1/+1
2010-01-10Implement access module commandsMelanie1-0/+76
2010-01-10Add "StartDisabled" to [Startup] to make all regions start up withMelanie3-5/+92
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie10-206/+45
2010-01-10Add "Persistent" flag to regions table flags valuesMelanie2-7/+9
2010-01-10Add last_seen field to regions tableMelanie2-0/+7
2010-01-10Make the new API return only the regions that are marked onlineMelanie1-2/+8
2010-01-09* Moved command reset password from OpenSim to UserAccountService.Diva Canto2-47/+37
2010-01-09* Added SetPassword to IAuthenticationService.Diva Canto6-127/+143
2010-01-10Finally the region service config stuff is in.Melanie1-17/+51