Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Get rid of some extraneous debug log output from the last commit | Justin Clarke Casey | 2009-04-28 | 2 | -4/+4 | |
| | ||||||
* | * Stop oar loading barfing if the archive contains directory entries | Justin Clarke Casey | 2009-04-28 | 2 | -12/+44 | |
| | ||||||
* | * Add preliminary code for resolving iar profile names | Justin Clarke Casey | 2009-04-28 | 4 | -18/+152 | |
| | | | | | | * Not yet active | |||||
* | Correctly handle group owned land in the Datasnapshot module. Will return | Melanie Thielker | 2009-04-28 | 1 | -16/+28 | |
| | | | | | | | owner uuid = grou uuid ans owner name = group anme for group land now. Group name is now filled in | |||||
* | Thank you, Fly-Man, for a patch that fixes propagating the group | Melanie Thielker | 2009-04-28 | 1 | -1/+1 | |
| | | | | | | | id into the data snapshot properly Fixes Mantis #3545 | |||||
* | Make sure that, on "Anyone can copy" the person copying the object | Melanie Thielker | 2009-04-27 | 1 | -3/+3 | |
| | | | | | | | | | has transfer perms as well as copy perms. This may block some cases where the owner would normally be able to take copy. Fixes Mantis #3464 | |||||
* | Another attempt at mantis #3527. | diva | 2009-04-27 | 1 | -1/+11 | |
| | ||||||
* | Thanks Tommil for a patch that adds a caching option to ↵ | diva | 2009-04-27 | 2 | -5/+235 | |
| | | | | GetAssetStreamHandler. It is used in the RegionAssetService. | |||||
* | Thank you, Orion_Shamroy, for a patch to expand notecard reading | Melanie Thielker | 2009-04-27 | 3 | -31/+136 | |
| | | | | | | | capabilities in OSSL. Fixes Mantis #3543 | |||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-27 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | If an avatar is sitting when the client disconnects, the avatar is not disassociated from the SOG on which (s)he was sat. This produces any, and varied, effects. I have updated RemoveCLient in Scene, to check, and stand the client up immediately prior to disconnect. This seems like the most robust way to handle the situation. Though in this case it might be worth factoring out the animations from other standup processing. It does no harm, but in this case it is entirely redundant. | |||||
* | Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine and | Melanie Thielker | 2009-04-27 | 3 | -0/+93 | |
| | | | | | | | osGetNumberOfNotecardLines Fixes Mantis #2942 | |||||
* | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-27 | 3 | -34/+341 | |
| | | | | | | | | | | | Added support for access control lists. Scene: Added test to AddNewClient for an entry in the access list when connecting to a region with limited access. EstateSettings: Added an HasAccess(UUID) property to test for an entry in the estate's access list. RemoteAdmin: Add RPC calls for admin_acl_list, clear, add, and remove. | |||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-27 | 8 | -192/+211 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-04-27 | 3 | -90/+90 | |
| | ||||||
* | Getting rid of -hypergrid=true on the command line. This config now goes ↵ | diva | 2009-04-27 | 5 | -81/+50 | |
| | | | | inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527. | |||||
* | HGWorldMap got a bit out of sync during the introduction of the new module ↵ | diva | 2009-04-26 | 2 | -100/+15 | |
| | | | | system. Should work now. Fixes mantis #3533. | |||||
* | Bug fix in initialization of RegionAssetServer/MXP. Sometimes the MXP ↵ | diva | 2009-04-26 | 1 | -3/+3 | |
| | | | | section in ini doesn't exist. | |||||
* | - Setting groups-messaging module to by disabled by default (groups module ↵ | Homer Horwitz | 2009-04-26 | 1 | -3/+3 | |
| | | | | | | | already is). - Make sure it really is Close()d when the configuration isn't sane. | |||||
* | Remove some debug messages I have forgotten to take out. | Homer Horwitz | 2009-04-26 | 1 | -2/+0 | |
| | ||||||
* | Thank you, mcortez, for a patch to fix group notice delivery | Melanie Thielker | 2009-04-26 | 1 | -3/+3 | |
| | ||||||
* | Thank you kindly, Ewe Loon, for a patch that solves: | Charles Krinke | 2009-04-26 | 1 | -0/+39 | |
| | | | | | | | PRIM_TEXGEN not in llSetPrimitiveParams. Patch has been included to implement it. | |||||
* | Thanks, Ewe Loon for a patch that | Homer Horwitz | 2009-04-25 | 2 | -15/+278 | |
| | | | | | | provides persistent AvatarAppearance for SQLite. Fixes Mantis #3296. | |||||
* | Thank you kindly, RemedyTomm, for a patch that fixes: | Charles Krinke | 2009-04-25 | 1 | -1/+4 | |
| | | | | | | | | | llSetPrimitiveParams in a large linkset can disrupt the entire region. However, when the script is in a large linkset, it appears to totally lag out the scene and stops updates from being sent. | |||||
* | Remove second timestamp in offline IM, the client already adds one | Melanie Thielker | 2009-04-25 | 1 | -4/+0 | |
| | ||||||
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-04-25 | 3 | -505/+795 | |
| | | | | | | | | | | The attached patch fixes a few problems that people were having with the Messaging provided by the XmlRpcGroups optional module, namely: * Fixes 2x echo in group messaging * Fixes problems with cross instance, non-neighbor, messaging | |||||
* | Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and ↵ | Dahlia Trimble | 2009-04-25 | 6 | -17/+15 | |
| | | | | version to REST/json statistics reporting | |||||
* | * More debug warning message removal in the FreeSwitchVoiceModule | Teravus Ovares | 2009-04-25 | 1 | -21/+275 | |
| | ||||||
* | - Moved WorldMapModule and HGWorldMapModule to the new region-module system | Homer Horwitz | 2009-04-24 | 3 | -70/+125 | |
| | | | | | - Cleaned up some whitespace | |||||
* | * Write separate unit test for replicating iar structure to a user inventory | Justin Clarke Casey | 2009-04-24 | 2 | -8/+30 | |
| | ||||||
* | some code cleanup | Dahlia Trimble | 2009-04-24 | 1 | -18/+0 | |
| | | | | | sync with primmesher r35 | |||||
* | Limit hollow size of physics proxy to 95% | Dahlia Trimble | 2009-04-24 | 2 | -2/+4 | |
| | ||||||
* | * minor: move user profile test utils to test/common/setup for future reuse | Justin Clarke Casey | 2009-04-24 | 3 | -1/+17 | |
| | ||||||
* | * Refactor: break out loading of archive paths into inventory into a ↵ | Justin Clarke Casey | 2009-04-24 | 1 | -110/+139 | |
| | | | | separate method | |||||
* | * correct spelling mistake in item seiralization | Justin Clarke Casey | 2009-04-24 | 2 | -3/+2 | |
| | ||||||
* | * minor: make inventory item deserialization code easier to read | Justin Clarke Casey | 2009-04-24 | 1 | -52/+26 | |
| | ||||||
* | * Write basic, incomplete load iar test | Justin Clarke Casey | 2009-04-24 | 3 | -64/+42 | |
| | ||||||
* | silly C# not letting me use a File.Exists test for a directory. Don't | Sean Dague | 2009-04-24 | 5 | -5/+5 | |
| | | | | | you know a directory is just a special kind of file on Linux. | |||||
* | change power linux detection method, the previous method only worked | Sean Dague | 2009-04-24 | 5 | -10/+10 | |
| | | | | | with interactive logins, not under panda. | |||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-24 | 2 | -2/+450 | |
| | | | | | This commit adds RestFileServices to the REST ApplicationPlugin service. | |||||
* | * Implements Microthreading for MRM scripting. | Adam Frisby | 2009-04-24 | 7 | -2/+162 | |
| | | | | | | | | | | * This is achieved through two new keywords "microthreaded" and "relax". example: public microthreaded void MyFunc(...) { ... relax; ... } | |||||
* | Update svn properties, add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-24 | 4 | -23/+64 | |
| | ||||||
* | * refactor: move archive user inventory item serialization out to a separate ↵ | Justin Clarke Casey | 2009-04-23 | 8 | -223/+295 | |
| | | | | file | |||||
* | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 2009-04-23 | 9 | -8/+58 | |
| | | | | | | * Database and the OGS1 plugins are not interested and hence ignore these calls | |||||
* | * Add user data plugin to store temporary profiles (which are distinct from ↵ | Justin Clarke Casey | 2009-04-23 | 10 | -34/+130 | |
| | | | | | | | | | cached) * Plugin not yet used * Existing functionality should not be affected in any way | |||||
* | move the lock out a bit further in the ProccessAssetCache loop to reduce | Sean Dague | 2009-04-23 | 1 | -16/+18 | |
| | | | | | | | | the number of times we are going to take this lock in a row (which is just wasted resource), and to keep us from attempting to array access a list which might be changing right now. Extremely curious if this helps prevent some of our mono segfaults. | |||||
* | based on recent unit test output, put some extra checking in the | Sean Dague | 2009-04-23 | 1 | -1/+9 | |
| | | | | | RunAssetCache error code | |||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-23 | 2 | -70/+70 | |
| | | | | | Cleanup tabs and spacing. | |||||
* | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-23 | 1 | -14/+27 | |
| | | | | | | | | | | | | | | | | | | | | Some other IRC timing wrinkles showed up: [1] If connect processing blocked in socket activation, then the watch dog saw the session as connected, and eventually tried to ping, but because the socket create was still blocked, it barfed on a null reference. This then drove reconnect. Changed the watchdog handler so that it only tries to ping connections that are connected and not pending. [2] If the socket creation actually fails, then the connect and pending flags were reset. This resulted in the connection being retried at the earliest possible opportunity. The longer login-timeout is preferrable, so the status flags are not reset, and the failed login is eventually timed out. [3] The Inter-connection interval is primed so that the first session can connect without delay. | |||||
* | * Fix another crash bug in the FreeSwitchVoiceModule | Teravus Ovares | 2009-04-23 | 2 | -1/+3 | |
| | ||||||
* | * Tweaking the dialstring so the sip_contact_user variable is set to the ↵ | Teravus Ovares | 2009-04-23 | 2 | -6/+10 | |
| | | | | dialed user. This stops the client from complaining and might be useful later. Resolves the 'unable to parse id from mod_sofia@ip:port' message. |