aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-08-102-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.
* Mantis#1910. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-101-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;
* Attempt to address Mantis #1905, #1909Melanie Thielker2008-08-101-12/+17
| | | | | | | Prevent re-sequencing of resent packets. Thanks, ckrinke, for catching that, it is what was happening.
* Patch #9024Melanie Thielker2008-08-101-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
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-103-4/+2
|
* * Resolve mantis 1911 without reintroducing warningsJustin Clarke Casey2008-08-091-2/+1
|
* * if the user uuid is present, preserve ownership information when loading ↵Justin Clarke Casey2008-08-091-10/+43
| | | | | | | | an archive * if the uuid isn't present, ownership is given to the region's master avatar
* * Remove warningsJustin Clarke Casey2008-08-093-5/+2
|
* * Reinstate grid receive and send keys to user server configJustin Clarke Casey2008-08-095-21/+22
| | | | | | | * Looks like these weren't so unused after all - oops! * Remove message from grid server config
* * minor: oops, forgot the code that actually ends up eliminating the unused ↵Justin Clarke Casey2008-08-091-12/+0
| | | | configuration elements from the last checkin
* * minor: remove unused grid send/receive keys from user server configurationJustin Clarke Casey2008-08-093-13/+6
|
* * minor: Remove unused message from the asset server configurationJustin Clarke Casey2008-08-092-13/+3
|
* * minor: get rid of send and receive keys from inventory serverJustin Clarke Casey2008-08-092-18/+5
| | | | | | * these are not used
* * Change _Config.xml node selection code to allow commentsJustin Clarke Casey2008-08-091-5/+5
|
* * Added a little more log info in LLUDPServerlbsa712008-08-091-1/+2
|
* * Make session security (secure inventory) configuration FALSE by defaultJustin Clarke Casey2008-08-091-1/+1
| | | | | | * This will not affect existing configurations where the configuration question has already been answered
* * minor: remove redundant welcome message from inventory grid server ↵Justin Clarke Casey2008-08-092-9/+2
| | | | configuration
* * Add line to log notifying of inventory -> user grid server trust failureJustin Clarke Casey2008-08-092-4/+36
| | | | | | * add code comments
* * Shielded against various forms of Malformed data crashes - if there is an ↵lbsa712008-08-091-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
* Mantis#1521. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-081-115/+139
| | | | | | Increases the functionality of the particle system on both script engines.
* Mantis#1521. Thank you kindly, Lmmz for a patch that:Charles Krinke2008-08-082-115/+144
| | | | | Improves the implementation of the particle system.
* Patch #9161Melanie Thielker2008-08-081-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.
* Sorry, thoughtI had added that :/Melanie Thielker2008-08-081-0/+77
| | | | | | Missing file from pervious commit
* * Removed unused m_bAvailablelbsa712008-08-081-1/+1
|
* Patch #9160Melanie Thielker2008-08-082-42/+3
| | | | | | | Refactor proxy encode/decode methods out of the PacketPool into their own class.
* * All CheckRegion within an instance would use the same, global, bool for ↵lbsa712008-08-084-33/+49
| | | | | | | 'Available', which would lead to intermittent failures on parallell teleport requests. * Solidified CheckRegion somewhat, adding a second try if the first failed.
* De-coupling the IClientAPI interface and ClientManager class from theMike Mazur2008-08-085-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.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-082-463/+463
|
* Remove FunSL client stack as it's under development and often won't compile.Mike Mazur2008-08-088-8455/+0
| | | | | | | This effectively undoes commits 5771 and 5769 as well as parts of the formatting cleanup commits 5774 and 5775.
* Committing first draft of the universal cache. This is by no meansMelanie Thielker2008-08-071-0/+467
| | | | | | | finished, but it does work for memory caching items in aggressive mode. Supports several paramters, including TTL.
* Patch #9159Melanie Thielker2008-08-071-16/+27
| | | | | | | Complete the support for dupe tracking. Eliminate one of the "Eternal caches".
* Mantis#1894. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-071-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.
* Mantis#1901. Thank you kindly, Nlin for a patch that:Charles Krinke2008-08-072-2/+2
| | | | | | More sitting fixes: Inconsistent sitting position on rezzed prims that have no sit target set.
* Mantis#1899. Thank you kindly, Cmickeyb for a patch that:Charles Krinke2008-08-073-11/+11
| | | | | | | attached are some patches to either comment out direct console writes or to convert them to log writes
* Mantis#1888. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-072-1/+55
| | | | | | | This patch adds the missing parcel and region flag constants for LSL scripts. Tested with .Net and XEngine
* Patch #9158Melanie Thielker2008-08-072-57/+80
| | | | | | | Refactor packet sending into LLPacketHandler. Change packet sequencing and ack lists to ensure packet sequences conform to wire order.
* Minor formatting cleanup.Jeff Ames2008-08-0719-82/+82
|
* From: alan webb <alan_webb@us.ibm.com>Dr Scofield2008-08-061-2/+6
| | | | | | | this adds image conversion features to the REST inventory/asset code.
* From: alan webb <alan_webb@us.ibm.com>Dr Scofield2008-08-061-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.
* Rename namespace to FunSL.Mike Mazur2008-08-068-14/+14
|
* Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDPMike Mazur2008-08-068-0/+8455
| | | | | | client stack.
* Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur2008-08-067-0/+110
| | | | dlls. Fix issue 1876.
* * oops, fix build break from last checkinJustin Clarke Casey2008-08-051-2/+2
|
* * possible fix for event queue problems (exceptions and event count max ↵Justin Clarke Casey2008-08-051-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
* * Fix probable cause of one of the bugs seen in the osgrid office hours todayJustin Clarke Casey2008-08-051-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
* * Add / as a shortcut to select the root regionJustin Clarke Casey2008-08-051-3/+3
|
* * Try and make the contents of the region prompt more obvious by returning ↵Justin Clarke Casey2008-08-051-31/+18
| | | | to printing the selected region after a change attempt has been made.
* * Make currently selected region appear in the region console promptJustin Clarke Casey2008-08-053-8/+13
| | | | | | * This region is used for single region commands (such as save-xml2)
* * refactor: change console base 'component name' to 'default prompt' since ↵Justin Clarke Casey2008-08-051-4/+13
| | | | that's the only thing it's being used for
* * refactor: change method nameJustin Clarke Casey2008-08-051-3/+3
|