aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-10-012-4/+4
* minor: remove double initialization of user appearance module in Grid.UserSer...Justin Clark-Casey (justincc)2009-09-231-4/+0
* Add -xmlfile= option to UGM, to let the files be outside bin if desiredMelanie2009-08-211-1/+4
* Graft the REST console onto the grid server. Same procedure as withMelanie2009-08-191-1/+0
* Add rest console support to the user server. Will ask new questions atMelanie2009-08-191-1/+38
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-015-5/+5
* Added a AvatarCreationModule to the user server. This handles the "cloning" o...MW2009-05-301-0/+9
* * Upped version number to 0.6.5lbsa712009-05-251-2/+2
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-201-2/+2
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-043-0/+3
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-042-6/+6
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...Justin Clarke Casey2009-04-222-2/+49
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-011-1/+1
* Added the hg login procedure to the user server.diva2009-03-271-0/+8
* svn attribute fixes so that we can play nice between windows and linuxSean Dague2009-02-261-141/+141
* Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW2009-02-261-2/+2
* * minor: Remove most mono compiler warningsJustin Clarke Casey2009-02-251-0/+2
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name...MW2009-02-253-4/+5
* More refactoring of the Grid, User and Messaging servers. MW2009-02-253-113/+209
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-241-366/+366
* More work on modulising the User Server. MW2009-02-242-35/+56
* Removed the additions from the last revision for the "ShowHelp" delegate hand...MW2009-02-242-28/+1
* More refactoring of the Grid/user/messaging servers.MW2009-02-242-15/+46
* First step in separating out the Userserver console command handling to a "mo...MW2009-02-2410-2805/+360
* More refactoring of the UserServer.MW2009-02-247-229/+529
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-231-68/+68
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-2/+2
* Part 1 of refactoring the userserver. Changed it so instead of subclassing th...MW2009-02-223-46/+107
* Addresses some issues with appearance after TPs. Appearance.Owner was not bei...diva2009-02-221-1/+1
* A small improvement in the UserLoginService, hence the User Server: users are...diva2009-02-211-2/+5
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-201-3/+3
* Major change to how appearance is managed, including changes in login and use...diva2009-02-171-0/+10
* Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2009-02-131-1/+1
* * Renamed RegionProfileService to RegionProfileServiceProxy to better reflect...lbsa712009-02-122-3/+3
* * Turned RegionProfileService non-staticlbsa712009-02-122-6/+9
* * Added RegionProfileService and moved RequestSimData to it.lbsa712009-02-121-4/+4
* * optimized usings.lbsa712009-02-125-8/+5
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-7/+7
* * Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden...lbsa712009-02-071-12/+36
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-24/+70
* Thank you dslake for a patch that:lbsa712009-02-071-1/+1
* * Add a second logoffuser message with the region secret. Teravus Ovares2009-01-131-1/+32
* * Fix an invalid seed cap that could be causing issues.Teravus Ovares2009-01-131-0/+4
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-1/+1
* * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...Justin Clarke Casey2009-01-061-1/+1
* * Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey2009-01-061-2/+1
* * minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey2009-01-061-1/+2
* * Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey2009-01-051-0/+1
* * Check in login service tests beachheadJustin Clarke Casey2009-01-051-0/+1