| Commit message (Expand) | Author | Files | Lines |
2008-01-31 | * Add asset/texture cache statistics to region server console | Justin Clarke Casey | 1 | -1/+1 |
2008-01-30 | * Add 'asset not found' statistics to grid asset server stats | Justin Clarke Casey | 1 | -2/+12 |
2008-01-30 | * Minor asset server message tweak | Justin Clarke Casey | 1 | -1/+2 |
2008-01-30 | * Deal with asset requests with malformed guids to the asset server in more u... | Justin Clarke Casey | 1 | -6/+13 |
2008-01-28 | * Add total logouts (and total logins) to server side user stats | Justin Clarke Casey | 2 | -9/+13 |
2008-01-28 | * Move AssetStatsReporter to Framework.Statistics | Justin Clarke Casey | 3 | -82/+2 |
2008-01-26 | Removed ScriptServer.csproj from svn. | Jeff Ames | 1 | -47/+0 |
2008-01-25 | * Add very basic initial login stats to the user server | Justin Clarke Casey | 3 | -10/+21 |
2008-01-23 | * Timer wants, ms, not secs! | Justin Clarke Casey | 1 | -1/+1 |
2008-01-23 | * Add very very very basic initial statistical information collection to asse... | Justin Clarke Casey | 3 | -13/+112 |
2008-01-20 | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 3 | -1/+39 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 10 | -23/+79 |
2008-01-12 | * Made it so that if you don't specify a key, the defaults will not be assumed. | Adam Frisby | 1 | -5/+6 |
2008-01-12 | * In the interests of making life difficult for everyone, the Grid Server now... | Adam Frisby | 1 | -114/+127 |
2008-01-12 | Added license to new files | Tedd Hansen | 4 | -4/+90 |
2008-01-12 | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 1 | -1/+2 |
2008-01-12 | Set svn:eol-style. | Jeff Ames | 1 | -27/+27 |
2008-01-12 | Added references for last commit | Tedd Hansen | 1 | -0/+27 |
2008-01-12 | ScriptServer communication is ok. Script is creatd on onrez. But since it can... | Tedd Hansen | 2 | -2/+11 |
2008-01-12 | New ScriptServer protocol successfully implemented. | Tedd Hansen | 1 | -4/+25 |
2008-01-12 | ScriptServer communication protocol (v1), primitive RPC-like TCP client/server | Tedd Hansen | 1 | -1/+1 |
2008-01-10 | Whitespace cleanup. | Jeff Ames | 8 | -305/+296 |
2008-01-09 | Set svn:eol-style. | Jeff Ames | 1 | -122/+122 |
2008-01-09 | * This update enables the web_login method. | Teravus Ovares | 1 | -0/+2 |
2008-01-09 | Did someone say missing files? Thanks Sakai | Tedd Hansen | 1 | -0/+123 |
2008-01-09 | Dynamic loading of ScriptEngine in ScriptServer | Tedd Hansen | 6 | -187/+26 |
2008-01-09 | * Added a hashtable based HTTP processor in preparation of the web_login_key | Teravus Ovares | 1 | -0/+1 |
2008-01-08 | * Added the files for work units for the purpose of sending out updates to re... | Teravus Ovares | 3 | -0/+78 |
2008-01-08 | * Added more methods to MessageService | Teravus Ovares | 1 | -49/+161 |
2008-01-08 | * Switched over to RegionProfileData from using RegionInfo because RegionInfo... | Teravus Ovares | 2 | -22/+64 |
2008-01-07 | * Message Server stuff. | Teravus Ovares | 1 | -11/+11 |
2008-01-07 | *Added ability to update only necessary data on insertRegion for the grid ser... | mingchen | 1 | -1/+1 |
2008-01-07 | * More message server methods | Teravus Ovares | 2 | -2/+104 |
2008-01-07 | * Adding More to the MessageServer classes. | Teravus Ovares | 4 | -0/+302 |
2008-01-06 | * A few more Message Server comms related updates | Teravus Ovares | 4 | -10/+70 |
2008-01-06 | Added code to gridserver to prevent new region from connecting at X,Y locatio... | Brian McBee | 1 | -112/+128 |
2008-01-06 | * Added some userserver glue for communications with the message server | Teravus Ovares | 4 | -75/+197 |
2008-01-06 | Set svn:eol-style. | Jeff Ames | 1 | -225/+225 |
2008-01-05 | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 1 | -9/+9 |
2008-01-05 | * Applying jhurliman's LLSD login enablement patch. | Teravus Ovares | 1 | -1/+2 |
2008-01-05 | * Added shell Messaging Server. Don't run the MessagingServer yet or you mig... | Teravus Ovares | 1 | -0/+226 |
2008-01-05 | And another log-instead-of-crash... when creating user fails. | Tedd Hansen | 1 | -3/+19 |
2008-01-02 | Full .dll-name in config option for ScriptEngine. Loading only scriptengine s... | Tedd Hansen | 3 | -2/+5 |
2008-01-02 | * Refactored out function to load specified AssetSet Xml | lbsa71 | 1 | -1/+1 |
2008-01-02 | * Added using as per mail to see if that does anything for Ursulas build issu... | lbsa71 | 1 | -0/+1 |
2008-01-02 | * Updates UserServer | Teravus Ovares | 2 | -2/+102 |
2007-12-31 | Move unused inventory files into the attic | Justin Clarke Casey | 1 | -2/+2 |
2007-12-31 | Set svn:eol-style and svn:ignore. | Jeff Ames | 2 | -53/+53 |
2007-12-31 | Standard library folders can now be configued in the xml in inventory/OpenSim... | Justin Clarke Casey | 2 | -3/+8 |
2007-12-30 | Comments + fix = in theory stand alone script server + "RemoteSevrver" Script... | Tedd Hansen | 2 | -4/+14 |