Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * 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. | |||||
* | * Adds missing IClientAPI member. (Plz be adding new members to IClientCore!) | Adam Frisby | 2009-04-23 | 1 | -0/+1 | |
| | ||||||
* | * Adds additional background layer for VWoHTTP ClientStack | Adam Frisby | 2009-04-23 | 2 | -13/+110 | |
| | | | | | * Implements asset handling. | |||||
* | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 2009-04-22 | 5 | -26/+38 | |
| | ||||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵ | Justin Clarke Casey | 2009-04-22 | 14 | -98/+148 | |
| | | | | | | | | service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules | |||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ↵ | Justin Clarke Casey | 2009-04-22 | 2 | -11/+14 | |
| | | | | comms manager rather than null | |||||
* | * minor: remove some compiler warnings | Justin Clarke Casey | 2009-04-22 | 3 | -39/+39 | |
| | ||||||
* | Thank you kindly, TLaukkan, for a patch that: | Charles Krinke | 2009-04-22 | 2 | -73/+91 | |
| | | | | | | | | Adds connectivity to grid regions. * Fixed UserService cast. * Added exception handling to avoid mxp message handling thread to exit and hang the module on unhandled exception. | |||||
* | * Allow plugins to play nicely in UserManagerBase | Justin Clarke Casey | 2009-04-22 | 2 | -24/+26 | |
| | | | | | | | * Some methods were returning the value of the first plugin queried, even if the return was null * Other methods are probably best off querying more than one plugin and aggregating results | |||||
* | add if exists to the drop table | Sean Dague | 2009-04-22 | 2 | -30/+30 | |
| | ||||||
* | add cleardb to estate tests | Sean Dague | 2009-04-22 | 1 | -16/+24 | |
| | ||||||
* | ensure we've got a clean data environment prior to running the region | Sean Dague | 2009-04-22 | 1 | -17/+24 | |
| | | | | | tests | |||||
* | * Fix the other windows build break. Hopefully that shoudl be the last one | Justin Clarke Casey | 2009-04-22 | 1 | -0/+1 | |
| | ||||||
* | * Fix windows build from last commit | Justin Clarke Casey | 2009-04-22 | 1 | -0/+1 | |
| | ||||||
* | * Fission OGS1UserServices into user service and OGS1 user data plugin ↵ | Justin Clarke Casey | 2009-04-22 | 15 | -842/+886 | |
| | | | | | | | | | components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims | |||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-22 | 5 | -71/+185 | |
| | | | | | | | | Changes to enable script state persistence across non-restart serialization situations (inventory/OAR/attachments) Also fixing test cases for OAR and IAR so they don't barf with the new code. | |||||
* | more cleanup | Dr Scofield | 2009-04-22 | 4 | -72/+65 | |
| | ||||||
* | Thanks tlaukkan for a patch that Fixes asset cache url forming for MXP join ↵ | Dahlia Trimble | 2009-04-22 | 1 | -1/+1 | |
| | | | | response message. Addresses Mantis #3505 | |||||
* | Thank you kindly, Marcus Llewellyn, for a patch that: | Charles Krinke | 2009-04-22 | 1 | -4/+24 | |
| | | | | | | | | | | | An attachment with the physical checkbox checked will not allow the phantom checkbox to be cleared. This interfers with scripting functions such as llMoveToTarget(), which won't work while an object is phantom. If the prim containing the script is rezzed to the ground, it will then allow the phantom checlbox to be cleared, and the script works as expected. | |||||
* | fix line endings on new files | Sean Dague | 2009-04-22 | 2 | -1107/+1107 | |
| | ||||||
* | fix the build break, thankes mikkopa for pointing out the quick change | Sean Dague | 2009-04-22 | 1 | -0/+2 | |
| | | | | | to address this. | |||||
* | * Committing stub VW-over-HTTP ClientStack. (2/2) | Adam Frisby | 2009-04-22 | 1 | -1/+1 | |
| | | | | | * Minor MRM tweak. | |||||
* | * Committing stub VW-over-HTTP ClientStack. (1/2) | Adam Frisby | 2009-04-22 | 2 | -0/+1105 | |
| | | | | | * Nonfunctional, but eventually form a AJAX-accessible client protocol - for clients written in environments which only allow HTTP (eg HTML, Silverlight, Flash, etc). Designed for super-lightweight clients. | |||||
* | further cleanup (lower casing non-public vars and local vars) | Dr Scofield | 2009-04-22 | 1 | -179/+173 | |
| | ||||||
* | cleaning up, fixing warnings | Dr Scofield | 2009-04-22 | 9 | -85/+67 | |
| | ||||||
* | * Some tweaks to the FreeSwitchModule to allow a well known hostname and ↵ | Teravus Ovares | 2009-04-22 | 2 | -9/+26 | |
| | | | | | | | | avoid a double // in a path which causes account verification to fail * The change shouldn't affect anyone who has it working currently and makes it a ton easier for everyone else to get it working. * Handle a case when there's no Event-Calling-Function but it's obviously a REGISTER method | |||||
* | Fix loading notecards from LSL. The first time a notecard was accessed, the | Melanie Thielker | 2009-04-22 | 1 | -49/+21 | |
| | | | | | | | ID returned from the call would differ from the one later sent via dataserver(), causing AOs to fail. |