aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * minor: Tiny doc addition to trigger another build that hopefully won't failJustin Clarke Casey2008-08-301-0/+1
| | | | | | * I can't see why the last compile failed - hoping it's some kind of glitch
* * Ditto, UserServer/Main.csAdam Frisby2008-08-301-25/+23
|
* * minor: refactor thread report into a method that returns a string rather ↵Justin Clarke Casey2008-08-251-1/+0
| | | | than displays information directly
* * This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares2008-08-251-1/+1
| | | | | | | | currently on Forge in a nice, friendly modular format. * There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain.. * Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar)
* Formatting cleanup.Jeff Ames2008-08-181-11/+10
|
* * Move GridInfoService into Framework.Communications and eliminate ↵Justin Clarke Casey2008-08-161-1/+0
| | | | Common.Communications for now (since this was the only class in that project)
* Mantis #1936Melanie Thielker2008-08-131-1/+0
| | | | | | | | Thank you, gsky, for a patch that corrects the threading model to use the multithreaded apartment in the grid servers and region server.
* * minor: remove unused grid send/receive keys from user server configurationJustin Clarke Casey2008-08-091-10/+6
|
* moving GridInfo application plugin into a common standalone/gridDr Scofield2008-07-281-0/+7
| | | | | | | | service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer.
* * refactor: move remaining user service -> inventory service OGS1 calls into ↵Justin Clarke Casey2008-07-241-3/+3
| | | | the specific inter service class
* * Separate out OGS1 calls used between services (rather than from region to ↵Justin Clarke Casey2008-07-241-2/+2
| | | | services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1
* * minor: Rename IInterGridInventoryServices since it's inter service rather ↵Justin Clarke Casey2008-07-241-3/+3
| | | | than inter grid
* thanks lulurun for a security patch that blocks unathorized access to the ↵Johan Berntsson2008-07-231-0/+1
| | | | inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
* * refactor: move new inventory service call by user server to OGS1 with all ↵Justin Clarke Casey2008-07-221-7/+8
| | | | | | | | the other service calls * will post to mailing list about moving this shortly
* Added option to userserver config, to be able disable/enable the LLSD Login ↵MW2008-07-081-1/+4
| | | | support. As far as I know, the LLSD login method is currently only used by libsl based clients/bots. So could be useful to be able to disable this if a grid comes under a griefing attack from libsl bots.
* * This enables grid-wide instant messaging in a peer to peer with tracker ↵Teravus Ovares2008-06-011-1/+1
| | | | | | | | style way over XMLRPC. * Friend status updates are still only local, so you still won't know before instant messaging someone if they're online. * The server each user is on and the user server must be updated or the instant message won't get to the destination.
* * Fix build break by eliminating remaining IScenePermissions references - ↵Justin Clarke Casey2008-06-011-1/+3
| | | | | | | | must remember to nant clean * Hook all server startups into base opensim server startup method
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-0/+63
| | | | | | | * User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
* in theory implement the backend of appearance for grid.Sean Dague2008-05-161-0/+2
| | | | | | testers encouraged so I can track down issues.
* * Minor: For no particularly good reason, make all console prompts conform ↵Justin Clarke Casey2008-05-161-1/+1
| | | | to the same prompt scheme
* Formatting cleanup.Jeff Ames2008-05-161-23/+23
|
* * Refactor additional stats collection common code into base opensim serverJustin Clarke Casey2008-05-141-7/+2
| | | | | | * If extra stats not sent to the viewer are available on an opensim server, they are now uniformly accessible using the 'show stats' command
* Formatting cleanup.Jeff Ames2008-05-141-2/+2
|
* * Fix opensim region server shutdown.Justin Clarke Casey2008-05-091-1/+1
|
* * Some refactorings.Adam Frisby2008-05-081-1/+1
| | | | | * Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module.
* * Move shutdown processing to base OpenSimServer, overriding the method ↵Justin Clarke Casey2008-05-071-8/+8
| | | | | | | | where appropriate * This also means that the command quit (as well as shutdown) will now close down grid servers (instead of only being in place for the region server)
* plumb in connection string to the user database paths. mysql and mssqlSean Dague2008-05-021-1/+1
| | | | | | | just ignore this for now, but it lets us get connect strings to sqlite and nhibernate.
* * Rolled back a few changes.Adam Frisby2008-05-011-73/+72
|
* * Cleaning code still.Adam Frisby2008-05-011-72/+73
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-3/+7
| | | | (this took a while to run).
* * Change user inventory create from explicit 'create user' command on the ↵Justin Clarke Casey2008-04-201-8/+28
| | | | | | | | console from sync to async * Catch more error conditions and provide more messages when things go wrong
* * Refactored out common http handler operationslbsa712008-03-281-43/+26
|
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-031-0/+1
| | | | | | * Fixed a few bugs in the patch that are sim crashers. * There's still a bug in mySQL mode/ grid mode where the main userprofile text doesn't save.
* * More Message server stuff. Still not ready.Teravus Ovares2008-02-261-2/+11
|
* * Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares2008-02-251-0/+1
|
* * Do not allow a user to be created if one with the same name already existsJustin Clarke Casey2008-02-181-9/+14
|
* Changed UserServer create user password input to cleartext so we can see ↵Tedd Hansen2008-02-141-1/+2
| | | | | | | what the all the fuzz/blur is about. Make sure that you hide your monitor and that there are no black vans with large antennas parked outside while you type the password. Actually, turn off your monitor while typing password. Then press reset button on your computer.
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-2/+2
|
* Update version numbers to 0.5Jeff Ames2008-02-071-1/+1
|
* Converted logging to use log4net.Jeff Ames2008-02-051-28/+27
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-23/+20
| | | | | | | * The immediate upshot is that "show uptime" from the console will now show uptime on all server types (user, asset, grid, etc) * DEV: This refactoring is far from complete - only just enough to makes the "show uptime" command common accross the servers. More is needed, but in this case it's somewhat like eating cabbage, which I prefer not to do all at once
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-041-7/+5
|
* * Add total logouts (and total logins) to server side user statsJustin Clarke Casey2008-01-281-5/+4
| | | | | | | * Passing the stats collector through object chains is not ideal - this will change when more stats come in * This change will need a prebuild
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-1/+11
| | | | | | | | * Typing 'stats' on the command line will given total number of successful logins today and yesterday * A little bit more to come, probably * Refactoring will follow next
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-201-0/+1
| | | | | | | * Added a Logout message with a name on the console * Added a *fixme* message to figure out why the current agent session is null * After updating you may notice that there's a login <user> and also a logout<user>
* * Mother of all commits:Adam Frisby2008-01-151-3/+3
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* * This update enables the web_login method.Teravus Ovares2008-01-091-0/+2
| | | | | * Remember, the client doesn't support web_login to other grids in the current RC, however the next RC will.
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-091-0/+1
| | | | | | | | * Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables!
* * Added some userserver glue for communications with the message server Teravus Ovares2008-01-061-1/+17
| | | | | * Added some code for the message server, fixed a few references and starting to flesh it out.