Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Add total logouts (and total logins) to server side user stats | Justin Clarke Casey | 2008-01-28 | 2 | -9/+13 | |
| | | | | | | | * Passing the stats collector through object chains is not ideal - this will change when more stats come in * This change will need a prebuild | |||||
* | * Move AssetStatsReporter to Framework.Statistics | Justin Clarke Casey | 2008-01-28 | 3 | -82/+2 | |
| | | | | | | | * The hooks are still plugged in too high at the asset server, but then next layer down is the database and this may be refactored soon. * This change will requires a prebuild | |||||
* | Removed ScriptServer.csproj from svn. | Jeff Ames | 2008-01-26 | 1 | -47/+0 | |
| | ||||||
* | * Add very basic initial login stats to the user server | Justin Clarke Casey | 2008-01-25 | 3 | -10/+21 | |
| | | | | | | | | * 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 | |||||
* | * Timer wants, ms, not secs! | Justin Clarke Casey | 2008-01-23 | 1 | -1/+1 | |
| | | | | | | * May also be another bug lurking | |||||
* | * Add very very very basic initial statistical information collection to ↵ | Justin Clarke Casey | 2008-01-23 | 3 | -13/+112 | |
| | | | | | | | | | | asset server * stats can be seen by typing stats on the asset server command line * Currently collecting only raw requests for today and yesterday * And I haven't yet tested the 24 hour rollover | |||||
* | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2008-01-20 | 3 | -1/+39 | |
| | | | | | | | * 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 Frisby | 2008-01-15 | 10 | -23/+79 | |
| | | | | | | | * 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. | |||||
* | * Made it so that if you don't specify a key, the defaults will not be assumed. | Adam Frisby | 2008-01-12 | 1 | -5/+6 | |
| | | | | | * If you wish to turn off key authentication, set the values to "" (null) in the grid config, and do the same in clients. | |||||
* | * In the interests of making life difficult for everyone, the Grid Server ↵ | Adam Frisby | 2008-01-12 | 1 | -114/+127 | |
| | | | | now actually checks your authentication keys rather than ignoring them. | |||||
* | Added license to new files | Tedd Hansen | 2008-01-12 | 4 | -4/+90 | |
| | ||||||
* | Major reorganizing of DotNetEngine. Moved common script engine parts to ↵ | Tedd Hansen | 2008-01-12 | 1 | -1/+2 | |
| | | | | | | | | ScriptEngine.Common, only .Net-specific code in DotNetEngine. AppDomains, event handling, event execution queue and multithreading, script load/unload queue, etc has been moved to ScriptEngine.Common. Loads of things has been put into interfaces instead of the specific class. We are now one step closer to ScriptServer, and its very easy to implement new script languages. Just a few lines required to make them a OpenSim script module with all its glory. | |||||
* | Set svn:eol-style. | Jeff Ames | 2008-01-12 | 1 | -27/+27 | |
| | ||||||
* | Added references for last commit | Tedd Hansen | 2008-01-12 | 1 | -0/+27 | |
| | ||||||
* | ScriptServer communication is ok. Script is creatd on onrez. But since it ↵ | Tedd Hansen | 2008-01-12 | 2 | -2/+11 | |
| | | | | | | | can not access Scene it sort of crashes right away ;) Added some sample placeholders for implementing rest of LSL events. | |||||
* | New ScriptServer protocol successfully implemented. | Tedd Hansen | 2008-01-12 | 1 | -4/+25 | |
| | | | | | Still needs hooking up for all commands in both ends, separation of local and remote LSL-commands, etc. | |||||
* | ScriptServer communication protocol (v1), primitive RPC-like TCP client/server | Tedd Hansen | 2008-01-12 | 1 | -1/+1 | |
| | ||||||
* | Whitespace cleanup. | Jeff Ames | 2008-01-10 | 8 | -305/+296 | |
| | ||||||
* | Set svn:eol-style. | Jeff Ames | 2008-01-09 | 1 | -122/+122 | |
| | ||||||
* | * This update enables the web_login method. | Teravus Ovares | 2008-01-09 | 1 | -0/+2 | |
| | | | | | * Remember, the client doesn't support web_login to other grids in the current RC, however the next RC will. | |||||
* | Did someone say missing files? Thanks Sakai | Tedd Hansen | 2008-01-09 | 1 | -0/+123 | |
| | ||||||
* | Dynamic loading of ScriptEngine in ScriptServer | Tedd Hansen | 2008-01-09 | 6 | -187/+26 | |
| | | | | | ScriptServer event pipe (OpenSim->ScriptServer->ScriptEngine) should in theory be done | |||||
* | * Added a hashtable based HTTP processor in preparation of the web_login_key | Teravus Ovares | 2008-01-09 | 1 | -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 the files for work units for the purpose of sending out updates to ↵ | Teravus Ovares | 2008-01-08 | 3 | -0/+78 | |
| | | | | regions. | |||||
* | * Added more methods to MessageService | Teravus Ovares | 2008-01-08 | 1 | -49/+161 | |
| | ||||||
* | * Switched over to RegionProfileData from using RegionInfo because ↵ | Teravus Ovares | 2008-01-08 | 2 | -22/+64 | |
| | | | | | | | RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method. | |||||
* | * Message Server stuff. | Teravus Ovares | 2008-01-07 | 1 | -11/+11 | |
| | ||||||
* | *Added ability to update only necessary data on insertRegion for the grid ↵ | mingchen | 2008-01-07 | 1 | -1/+1 | |
| | | | | server. | |||||
* | * More message server methods | Teravus Ovares | 2008-01-07 | 2 | -2/+104 | |
| | ||||||
* | * Adding More to the MessageServer classes. | Teravus Ovares | 2008-01-07 | 4 | -0/+302 | |
| | | | | | * Don't forget to prebuild | |||||
* | * A few more Message Server comms related updates | Teravus Ovares | 2008-01-06 | 4 | -10/+70 | |
| | ||||||
* | Added code to gridserver to prevent new region from connecting at X,Y ↵ | Brian McBee | 2008-01-06 | 1 | -112/+128 | |
| | | | | location already used by an existing region. | |||||
* | * Added some userserver glue for communications with the message server | Teravus Ovares | 2008-01-06 | 4 | -75/+197 | |
| | | | | | * Added some code for the message server, fixed a few references and starting to flesh it out. | |||||
* | Set svn:eol-style. | Jeff Ames | 2008-01-06 | 1 | -225/+225 | |
| | ||||||
* | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 2008-01-05 | 1 | -9/+9 | |
| | | | | | Some debug info for startup added to find bugs. ++ | |||||
* | * Applying jhurliman's LLSD login enablement patch. | Teravus Ovares | 2008-01-05 | 1 | -1/+2 | |
| | | | | | | | | * I'm keeping it deactivated until some issues are resolved. * I'm patching it in deactivated so the patch doesn't get outdated * I've deactivated it by commenting out the handler for the application/xml+llsd content type. * While I've tested this as much as possible on my setup and found the deactivated code doesn't cause any problems, consider this update experimental (event though it's deactivated) | |||||
* | * Added shell Messaging Server. Don't run the MessagingServer yet or you ↵ | Teravus Ovares | 2008-01-05 | 1 | -0/+226 | |
| | | | | might end up with problems later. | |||||
* | And another log-instead-of-crash... when creating user fails. | Tedd Hansen | 2008-01-05 | 1 | -3/+19 | |
| | ||||||
* | Full .dll-name in config option for ScriptEngine. Loading only scriptengine ↵ | Tedd Hansen | 2008-01-02 | 3 | -2/+5 | |
| | | | | | | | specified in config. ScriptServer will still not start! | |||||
* | * Refactored out function to load specified AssetSet Xml | lbsa71 | 2008-01-02 | 1 | -1/+1 | |
| | | | | | This commit dedicated to 'Mohawk - Bad Girls (Need Love Too)' | |||||
* | * Added using as per mail to see if that does anything for Ursulas build ↵ | lbsa71 | 2008-01-02 | 1 | -0/+1 | |
| | | | | issues. Thanks Ursula! | |||||
* | * Updates UserServer | Teravus Ovares | 2008-01-02 | 2 | -2/+102 | |
| | | | | | | | | * Updates OSG1UserServices * Friends list is now persistent in grid mode. * You can add, new friends and remove them | |||||
* | Move unused inventory files into the attic | Justin Clarke Casey | 2007-12-31 | 1 | -2/+2 | |
| | ||||||
* | Set svn:eol-style and svn:ignore. | Jeff Ames | 2007-12-31 | 2 | -53/+53 | |
| | ||||||
* | Standard library folders can now be configued in the xml in ↵ | Justin Clarke Casey | 2007-12-31 | 2 | -3/+8 | |
| | | | | | | | | inventory/OpenSimLibrary - no hardcoded changes are required. For some reason, all the folders are currently showing up as texture folders, even though they are configured with the same types as the agent inventory folders. This should be resolved soon. | |||||
* | Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵ | Tedd Hansen | 2007-12-30 | 2 | -4/+14 | |
| | | | | ScriptEngine (as opposed to "DotNetEngine") should work for a single region. It will however not work because it doesn't have two-way communication. | |||||
* | server->script event path almost ready for remote scriptengine (translation ↵ | Tedd Hansen | 2007-12-30 | 2 | -0/+52 | |
| | | | | table between local script ID and remote script ID missing) | |||||
* | Remove now dead code | Justin Clarke Casey | 2007-12-28 | 1 | -44/+0 | |
| | ||||||
* | Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main | Justin Clarke Casey | 2007-12-28 | 1 | -24/+12 | |
| | ||||||
* | Move inventory contents configuration files to bin/inventory folder | Justin Clarke Casey | 2007-12-28 | 1 | -3/+3 | |
| |