aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-0/+1
* Minor cleanup.Jeff Ames2008-02-2037-53/+47
* Remove "Loading inventory" messages from item inventory loadsJustin Clarke Casey2008-02-191-12/+12
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-191-1/+1
* * Output XmlRpc error message if user server gets a fault response from the r...Justin Clarke Casey2008-02-181-2/+9
* * Make RegionProfileData.RequestSimProfileData staticJustin Clarke Casey2008-02-182-11/+18
* * Do not allow a user to be created if one with the same name already existsJustin Clarke Casey2008-02-181-9/+14
* Thank you very much, Diva for a patch to increase the Charles Krinke2008-02-171-14/+24
* * Took a stab at getting keys to work as intendedlbsa712008-02-141-2/+2
* * Added more debugging output to GridManager to pin down the key exchange wei...lbsa712008-02-141-3/+15
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-143-20/+20
* Changed UserServer create user password input to cleartext so we can see what...Tedd Hansen2008-02-141-1/+2
* * Added some more comprehensive log entries on region login.lbsa712008-02-131-5/+23
* * Minor guard for null case.lbsa712008-02-131-2/+2
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-103-12/+12
* Update version numbers to 0.5Jeff Ames2008-02-072-2/+2
* Shorten root inventory create folder message.Charles Krinke2008-02-071-2/+1
* Converted logging to use log4net.Jeff Ames2008-02-0528-312/+295
* Added copyright statements.Jeff Ames2008-02-052-2/+58
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-046-100/+85
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-045-34/+17
* Turn on fastMode for map block queries to grid server if and only if grid is ...Brian McBee2008-02-021-0/+1
* Thank you very much daTwitch for your first contribution to the C# simulator.Charles Krinke2008-02-021-0/+13
* Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen2008-02-021-2/+3
* * Add asset/texture cache statistics to region server consoleJustin Clarke Casey2008-01-311-1/+1
* * Add 'asset not found' statistics to grid asset server statsJustin Clarke Casey2008-01-301-2/+12
* * Minor asset server message tweakJustin Clarke Casey2008-01-301-1/+2
* * Deal with asset requests with malformed guids to the asset server in more u...Justin Clarke Casey2008-01-301-6/+13
* * Add total logouts (and total logins) to server side user statsJustin Clarke Casey2008-01-282-9/+13
* * Move AssetStatsReporter to Framework.StatisticsJustin Clarke Casey2008-01-283-82/+2
* Removed ScriptServer.csproj from svn.Jeff Ames2008-01-261-47/+0
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-253-10/+21
* * Timer wants, ms, not secs!Justin Clarke Casey2008-01-231-1/+1
* * Add very very very basic initial statistical information collection to asse...Justin Clarke Casey2008-01-233-13/+112
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-203-1/+39
* * Mother of all commits:Adam Frisby2008-01-1510-23/+79
* * Made it so that if you don't specify a key, the defaults will not be assumed.Adam Frisby2008-01-121-5/+6
* * In the interests of making life difficult for everyone, the Grid Server now...Adam Frisby2008-01-121-114/+127
* Added license to new filesTedd Hansen2008-01-124-4/+90
* Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen2008-01-121-1/+2
* Set svn:eol-style.Jeff Ames2008-01-121-27/+27
* Added references for last commitTedd Hansen2008-01-121-0/+27
* ScriptServer communication is ok. Script is creatd on onrez. But since it can...Tedd Hansen2008-01-122-2/+11
* New ScriptServer protocol successfully implemented.Tedd Hansen2008-01-121-4/+25
* ScriptServer communication protocol (v1), primitive RPC-like TCP client/serverTedd Hansen2008-01-121-1/+1
* Whitespace cleanup.Jeff Ames2008-01-108-305/+296
* Set svn:eol-style.Jeff Ames2008-01-091-122/+122
* * This update enables the web_login method.Teravus Ovares2008-01-091-0/+2
* Did someone say missing files? Thanks SakaiTedd Hansen2008-01-091-0/+123
* Dynamic loading of ScriptEngine in ScriptServerTedd Hansen2008-01-096-187/+26