| Commit message (Expand) | Author | Files | Lines |
2008-02-14 | * Took a stab at getting keys to work as intended | lbsa71 | 1 | -2/+2 |
2008-02-14 | * Added more debugging output to GridManager to pin down the key exchange wei... | lbsa71 | 1 | -3/+15 |
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 3 | -20/+20 |
2008-02-14 | Changed UserServer create user password input to cleartext so we can see what... | Tedd Hansen | 1 | -1/+2 |
2008-02-13 | * Added some more comprehensive log entries on region login. | lbsa71 | 1 | -5/+23 |
2008-02-13 | * Minor guard for null case. | lbsa71 | 1 | -2/+2 |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 3 | -12/+12 |
2008-02-07 | Update version numbers to 0.5 | Jeff Ames | 2 | -2/+2 |
2008-02-07 | Shorten root inventory create folder message. | Charles Krinke | 1 | -2/+1 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 28 | -312/+295 |
2008-02-05 | Added copyright statements. | Jeff Ames | 2 | -2/+58 |
2008-02-04 | * Rebase all current servers on common abstract BaseOpenSimServer class | Justin Clarke Casey | 6 | -100/+85 |
2008-02-04 | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 5 | -34/+17 |
2008-02-02 | Turn on fastMode for map block queries to grid server if and only if grid is ... | Brian McBee | 1 | -0/+1 |
2008-02-02 | Thank you very much daTwitch for your first contribution to the C# simulator. | Charles Krinke | 1 | -0/+13 |
2008-02-02 | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 1 | -2/+3 |
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 |