index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Grid
/
UserServer
/
Main.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-05-30
Added a AvatarCreationModule to the user server. This handles the "cloning" o...
MW
1
-0
/
+9
2009-05-20
Remove the pre-log4net, discrete output methods from the consoles
Melanie Thielker
1
-2
/
+2
2009-05-04
Intermediate commit. WILL NOT COMPILE!
Melanie Thielker
1
-0
/
+1
2009-05-04
Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple
Melanie Thielker
1
-2
/
+2
2009-04-22
* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...
Justin Clarke Casey
1
-2
/
+9
2009-03-27
Added the hg login procedure to the user server.
diva
1
-0
/
+8
2009-02-26
Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...
MW
1
-2
/
+2
2009-02-25
Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name...
MW
1
-1
/
+2
2009-02-25
More refactoring of the Grid, User and Messaging servers.
MW
1
-109
/
+58
2009-02-24
More work on modulising the User Server.
MW
1
-29
/
+35
2009-02-24
Removed the additions from the last revision for the "ShowHelp" delegate hand...
MW
1
-17
/
+1
2009-02-24
More refactoring of the Grid/user/messaging servers.
MW
1
-6
/
+24
2009-02-24
First step in separating out the Userserver console command handling to a "mo...
MW
1
-265
/
+11
2009-02-24
More refactoring of the UserServer.
MW
1
-74
/
+105
2009-02-22
Part 1 of refactoring the userserver. Changed it so instead of subclassing th...
MW
1
-6
/
+10
2009-02-12
* Renamed RegionProfileService to RegionProfileServiceProxy to better reflect...
lbsa71
1
-1
/
+1
2009-02-12
* Turned RegionProfileService non-static
lbsa71
1
-1
/
+2
2009-02-12
* optimized usings.
lbsa71
1
-2
/
+1
2009-02-10
Add proper handling for shared vs. unshared modules to the command
Melanie Thielker
1
-7
/
+7
2009-02-07
Replace the console for all OpenSim apps with a new console featuring command
Melanie Thielker
1
-24
/
+70
2008-12-30
OpenUser_Main is now public. Fixes Mantis #2940. Thanks SirKimba
Homer Horwitz
1
-1
/
+1
2008-12-29
* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changes
Justin Clarke Casey
1
-1
/
+1
2008-12-20
* ReCommit the OpenID patch with a few less dependencies.
Teravus Ovares
1
-0
/
+6
2008-12-20
Revert OpenId until we can come to grips with the mono 2 requirement
Charles Krinke
1
-6
/
+0
2008-12-19
Mantis#2816. Thank you kindly, JHurliman for the beginnings of
Charles Krinke
1
-0
/
+6
2008-12-02
* reverted 7561 as the logger reference should always be private to the class...
lbsa71
1
-1
/
+1
2008-12-02
Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...
MW
1
-1
/
+1
2008-12-01
* Making log available for subclasses
lbsa71
1
-1
/
+1
2008-11-28
* refactor: move CreateUser into UserServiceAdmin
Justin Clarke Casey
1
-45
/
+19
2008-11-27
* Opened the registration of http handlers up for subclassing
lbsa71
1
-1
/
+1
2008-11-25
* Adding some virtual hooks and making some privaets protected for great just...
lbsa71
1
-6
/
+18
2008-11-23
05:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb becau...
Melanie Thielker
1
-0
/
+18
2008-11-23
Plumb in the presence notifications and region shutdown/restart messages
Melanie Thielker
1
-0
/
+29
2008-11-23
Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:
Charles Krinke
1
-56
/
+85
2008-11-11
* minor: remove log message that gives wrong user server 'version'
Justin Clarke Casey
1
-2
/
+0
2008-10-06
Mantis#2340. Thank you kindly, Sacha Magne for a patch that:
Charles Krinke
1
-4
/
+5
2008-10-03
* refactor: make shutdown a template method in the same manner as startup, fo...
Justin Clarke Casey
1
-3
/
+1
2008-10-03
* refactor: make startup a template method
Justin Clarke Casey
1
-3
/
+1
2008-10-02
Mantis #2314
Melanie Thielker
1
-3
/
+30
2008-10-01
Add a user server XMLRPC method to set the MOTD and the minimum GodLevel
Melanie Thielker
1
-0
/
+1
2008-09-15
* Add "reset user password" command to user server
Justin Clarke Casey
1
-2
/
+55
2008-09-15
* Complete refactoring accidentally left unfinished so that all server help r...
Justin Clarke Casey
1
-6
/
+9
2008-09-06
Mantis #2133
Melanie Thielker
1
-1
/
+1
2008-09-06
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
1
-10
/
+10
2008-08-30
* minor: Tiny doc addition to trigger another build that hopefully won't fail
Justin Clarke Casey
1
-0
/
+1
2008-08-30
* Ditto, UserServer/Main.cs
Adam Frisby
1
-25
/
+23
2008-08-25
* minor: refactor thread report into a method that returns a string rather th...
Justin Clarke Casey
1
-1
/
+0
2008-08-25
* This commit incorporates the heart of the OpenGridProtocol patch that is cu...
Teravus Ovares
1
-1
/
+1
2008-08-18
Formatting cleanup.
Jeff Ames
1
-11
/
+10
[next]