aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-03HG Landmarks now working.Diva Canto2-1/+4
2011-05-31Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)1-1/+13
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto1-2/+4
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto3-0/+68
2011-05-14Changed yet more Warns to Debugs.Diva Canto1-4/+4
2011-05-14Also changed a couple of messages in WebUtil from Wanr/Info to Debug.Diva Canto1-2/+2
2011-05-14Stop spamming Nebadon's console when assets aren't found in the asset server.Diva Canto1-1/+4
2011-05-14refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() inst...Justin Clark-Casey (justincc)1-2/+2
2011-05-12Hopefully this fixes offline messages. The problem was: the server is not set...Diva Canto1-7/+2
2011-05-12One more thing printed out. #OfflineIMDiva Canto1-4/+1
2011-05-12Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto1-0/+16
2011-05-12One more debug message for offline IMs.Diva Canto1-1/+2
2011-05-12Sequencing the using and try clauses as they were before, but this shows that...Diva Canto1-7/+7
2011-05-12Bummer, can't print the data I wanted to see. Printing just the context.Diva Canto1-9/+1
2011-05-12Tracking a problem with offline IMs coming in as null list.Diva Canto1-6/+19
2011-05-11This makes compression of fatpacks actually work. Previously they always fail...Diva Canto1-7/+7
2011-05-08The map is seriously broken. This doesn't fix it, but at least provides one m...Diva Canto1-1/+1
2011-05-08Fix content-type to be application/x-www-form-urlencodedDiva Canto1-1/+1
2011-05-08Also compress the actual fatpacksMelanie1-0/+5
2011-05-08Enable compressed (gzip) fatpack transfers.Melanie1-8/+35
2011-05-06Removed SimpleRegionInfo, which was obsolete and not used anywhere.Diva Canto1-245/+0
2011-05-06refactor: simplify ConfigSettingsJustin Clark-Casey (justincc)1-59/+7
2011-05-06minor: remove mono compiler warningsJustin Clark-Casey (justincc)2-2/+2
2011-05-06remove obsolete [StandAlone] config section parsing, none of which was actual...Justin Clark-Casey (justincc)1-49/+1
2011-05-05Adding ssl supportBlueWall3-0/+34
2011-05-02Turns out that it's a bad idea to let Agent position updates linger for a lon...Diva Canto1-9/+9
2011-04-30Increased Timeout to 30 secs.Diva Canto1-3/+3
2011-04-30Removed XXX Debug. Increased ReadWriteTimeout on ServiceOSDRequest, because i...Diva Canto2-13/+3
2011-04-30XXX DEBUGGING!Diva Canto2-2/+12
2011-04-30Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto28-3491/+1
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2-6/+53
2011-04-28One less [Serializable] -- ClientInfo.Diva Canto1-1/+0
2011-04-28Eliminated sAgentCircuitData, a data structure that has been obsolete for qui...Diva Canto2-70/+1
2011-04-24Upped VERSION_NUMBER in master to 0.7.2.Diva Canto1-1/+1
2011-04-23Fix a bug looping through the priority queues. This should fix the problemMic Bowman1-2/+3
2011-04-23Added MaxAgents configuration option to RegionConfig.ini allowing region host...E. Allen Soard1-0/+17
2011-04-23print invalid command message to the console, not the logJustin Clark-Casey (justincc)1-3/+1
2011-04-22Added a second immediate queue to be used for the BestAvatar policyMic Bowman1-17/+82
2011-04-22Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman1-4/+3
2011-04-20Added an "immediate" queue to the priority queue. This isMic Bowman1-0/+258
2011-04-20Get Viewer 2 voice working with OpenSim.Justin Clark-Casey (justincc)1-1/+1
2011-04-19Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake2-12/+64
2011-04-18Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake2-12/+64
2011-04-16More descriptive debug msg for ServiceOSDRequest failures.Dan Lake1-2/+2
2011-04-13Fixed the update of items in the priority queue to enable bothMic Bowman1-0/+5
2011-04-13First pass at moving object property requests into a queue similarMic Bowman1-18/+21
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto4-445/+335
2011-04-12Fixed the update of items in the priority queue to enable bothMic Bowman1-0/+5
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-18/+21