aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-10Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke2-9/+201
patch attached replaces the tree walk algorithm used to build the folder hierarchy with a single database query. That is, we replace 1 database query per folder with 1 query for the root folder's properties and 1 query to retrieve the entire collection of folders for a user.
2008-08-10Mantis#1910. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-1/+5
In case you run the server with mono --debug OpenSim.exe line numbers are reported as <filename>:<linenumber>, so no "at line" is found. That led to an exception, which is caught since r5766. The attached patch fixes this for mono;
2008-08-10Attempt to address Mantis #1905, #1909Melanie Thielker1-12/+17
Prevent re-sequencing of resent packets. Thanks, ckrinke, for catching that, it is what was happening.
2008-08-10Patch #9024Melanie Thielker1-1/+1
Bringing in an old private patch, increasing region registration timeout to 90 seconds. That allows regions witj > 10000 prims to register successfully. Running them.... well, YMMV
2008-08-10Update svn properties, minor formatting cleanup.Jeff Ames3-4/+2
2008-08-09* Resolve mantis 1911 without reintroducing warningsJustin Clarke Casey1-2/+1
2008-08-09* if the user uuid is present, preserve ownership information when loading ↵Justin Clarke Casey1-10/+43
an archive * if the uuid isn't present, ownership is given to the region's master avatar
2008-08-09* Remove warningsJustin Clarke Casey3-5/+2
2008-08-09* Reinstate grid receive and send keys to user server configJustin Clarke Casey5-21/+22
* Looks like these weren't so unused after all - oops! * Remove message from grid server config
2008-08-09* minor: oops, forgot the code that actually ends up eliminating the unused ↵Justin Clarke Casey1-12/+0
configuration elements from the last checkin
2008-08-09* minor: remove unused grid send/receive keys from user server configurationJustin Clarke Casey3-13/+6
2008-08-09* minor: Remove unused message from the asset server configurationJustin Clarke Casey2-13/+3
2008-08-09* minor: get rid of send and receive keys from inventory serverJustin Clarke Casey2-18/+5
* these are not used
2008-08-09* Change _Config.xml node selection code to allow commentsJustin Clarke Casey1-5/+5
2008-08-09* Added a little more log info in LLUDPServerlbsa711-1/+2
2008-08-09* Make session security (secure inventory) configuration FALSE by defaultJustin Clarke Casey1-1/+1
* This will not affect existing configurations where the configuration question has already been answered
2008-08-09* minor: remove redundant welcome message from inventory grid server ↵Justin Clarke Casey2-9/+2
configuration
2008-08-09* Add line to log notifying of inventory -> user grid server trust failureJustin Clarke Casey2-4/+36
* add code comments
2008-08-09* Shielded against various forms of Malformed data crashes - if there is an ↵lbsa711-119/+65
error in packet creation, we just log and ignore it * If there's a Socket.AlreadyInProgress, just silently ignore this one * Tried to refactor the Reset and BeginRecieve logic into something a little more readable, little less duplicated
2008-08-08Mantis#1521. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-115/+139
Increases the functionality of the particle system on both script engines.
2008-08-08Mantis#1521. Thank you kindly, Lmmz for a patch that:Charles Krinke2-115/+144
Improves the implementation of the particle system.
2008-08-08Patch #9161Melanie Thielker1-2/+2
Increase GetUserProfile timeout from 6 to 30 seconds. Because the worker thread fo the XMLRPC data pump sits on a lock while the system starts, regions with upwards of 6000 prims throw and exception when that thread gets blocked for more than 6 seconds, due to this timeout, and won't start.
2008-08-08Sorry, thoughtI had added that :/Melanie Thielker1-0/+77
Missing file from pervious commit
2008-08-08* Removed unused m_bAvailablelbsa711-1/+1
2008-08-08Patch #9160Melanie Thielker2-42/+3
Refactor proxy encode/decode methods out of the PacketPool into their own class.
2008-08-08* All CheckRegion within an instance would use the same, global, bool for ↵lbsa714-33/+49
'Available', which would lead to intermittent failures on parallell teleport requests. * Solidified CheckRegion somewhat, adding a second try if the first failed.
2008-08-08De-coupling the IClientAPI interface and ClientManager class from theMike Mazur5-8/+16
libsl/libomv Packet, as other client stacks could use other data types to pass packets around. Starting with InPacket() here, more to come.
2008-08-08Update svn properties, minor formatting cleanup.Jeff Ames2-463/+463
2008-08-08Remove FunSL client stack as it's under development and often won't compile.Mike Mazur8-8455/+0
This effectively undoes commits 5771 and 5769 as well as parts of the formatting cleanup commits 5774 and 5775.
2008-08-07Committing first draft of the universal cache. This is by no meansMelanie Thielker1-0/+467
finished, but it does work for memory caching items in aggressive mode. Supports several paramters, including TTL.
2008-08-07Patch #9159Melanie Thielker1-16/+27
Complete the support for dupe tracking. Eliminate one of the "Eternal caches".
2008-08-07Mantis#1894. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-1/+2
When a region is re-registered (e.g. because of region restart), it is removed from m_regions. If I understood that correctly, the old entry should be replaced, instead.
2008-08-07Mantis#1901. Thank you kindly, Nlin for a patch that:Charles Krinke2-2/+2
More sitting fixes: Inconsistent sitting position on rezzed prims that have no sit target set.
2008-08-07Mantis#1899. Thank you kindly, Cmickeyb for a patch that:Charles Krinke3-11/+11
attached are some patches to either comment out direct console writes or to convert them to log writes
2008-08-07Mantis#1888. Thank you kindly, Tyre for a patch that:Charles Krinke2-1/+55
This patch adds the missing parcel and region flag constants for LSL scripts. Tested with .Net and XEngine
2008-08-07Patch #9158Melanie Thielker2-57/+80
Refactor packet sending into LLPacketHandler. Change packet sequencing and ack lists to ensure packet sequences conform to wire order.
2008-08-07Minor formatting cleanup.Jeff Ames19-82/+82
2008-08-06From: alan webb <alan_webb@us.ibm.com>Dr Scofield1-2/+6
this adds image conversion features to the REST inventory/asset code.
2008-08-06From: alan webb <alan_webb@us.ibm.com>Dr Scofield1-0/+4
This fixes a sitting problem which popped up on loading regions from archive and turned out to be caused by the fact that the archiving mechanisms all preserve the sit-target information that is set in the object at the time the image is captured. This caused the new region to pick a sit-target prim that did not correspond to the prim on which the script was running, so the script's changed event is driven with an invalid avatar UUID. I have modified the ArchiveReadRequest class so that any sit information that survives the archiving process is deleted before the object is instantiated. This change has just been checked in.
2008-08-06Rename namespace to FunSL.Mike Mazur8-14/+14
2008-08-06Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDPMike Mazur8-0/+8455
client stack.
2008-08-06Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur7-0/+110
dlls. Fix issue 1876.
2008-08-05* oops, fix build break from last checkinJustin Clarke Casey1-2/+2
2008-08-05* possible fix for event queue problems (exceptions and event count max ↵Justin Clarke Casey1-1/+17
exceeded issues) seen in osgrid meeting today * From the logs, I'm guessing probable cause is that an exception generated by a bad index given to substring error line number conversion stopped the script being killed, leading to continuous events that filled up the log (maybe) * Someone will need to go back and fix this properly
2008-08-05* Fix probable cause of one of the bugs seen in the osgrid office hours todayJustin Clarke Casey1-3/+4
* If a text string is too long we actually need to truncate to 254 chars rather than 255, since the Helpers.StringToField conversion will stick a \0 on the end
2008-08-05* Add / as a shortcut to select the root regionJustin Clarke Casey1-3/+3
2008-08-05* Try and make the contents of the region prompt more obvious by returning ↵Justin Clarke Casey1-31/+18
to printing the selected region after a change attempt has been made.
2008-08-05* Make currently selected region appear in the region console promptJustin Clarke Casey3-8/+13
* This region is used for single region commands (such as save-xml2)
2008-08-05* refactor: change console base 'component name' to 'default prompt' since ↵Justin Clarke Casey1-4/+13
that's the only thing it's being used for
2008-08-05* refactor: change method nameJustin Clarke Casey1-3/+3