aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵Justin Clarke Casey1-1/+1
service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules
2009-04-14* Make archiver tests pump the asset server manually instead of starting the ↵Justin Clarke Casey1-2/+9
normal runtime thread * This may eliminate the occasional archive test freezes, since they appeared to occur when somehow the asset server didn't pick up on the presence of a request in the asset quque
2009-04-14* Explicitly start the asset server thread so that unit tests can run single ↵Justin Clarke Casey1-0/+1
rather than multi-threaded (which may be behind the occasional test freezes)
2009-04-14* refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid ↵Justin Clarke Casey1-3/+2
having Initialise() and Initialize() in the same class - very difficult to read.
2009-02-20THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older ↵diva1-1/+0
versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all. There's still some cleanup to do on assorted data structures, but the main functional change here is that sims no longer listen on remoting ports.
2009-02-16* Iniital inventory archive test code. Doesn't actually do any testing yetJustin Clarke Casey1-0/+4
2009-02-03- move OpenSim/Framework/IInventoryData.cs toMike Mazur1-11/+12
OpenSim/Data/IInventoryData.cs - trim trailing whitespace
2009-01-15* Add new unit test for simple teleport in a standalone.Justin Clarke Casey1-1/+2
* Does not yet check results.
2009-01-06* refactor: Remove the need to separately pass in the http listener to the ↵Justin Clarke Casey1-2/+2
scene - this is always available via CommsManager
2009-01-05* Simplify test code by always setting up mock 'in memory' user and ↵Justin Clarke Casey1-3/+20
inventory data plugins for every TestCommunicationsManager * imo the gain in simplcity of test code outweighs the very small cost of setting up some stuff that some tests will never use
2009-01-05* Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey1-1/+4
* Test does not do authentication
2009-01-05* Check in login service tests beachheadJustin Clarke Casey1-2/+7
2008-12-11* Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵Justin Clarke Casey1-1/+1
sprouting another one
2008-12-11* minor: Move mock test classes into mock namespaceJustin Clarke Casey1-1/+1
2008-12-10* refactor: Move test infrastructure code to its own package so that it can ↵Justin Clarke Casey1-1/+1
be reused by more than Environment tests * This shuffles the test packages in prebuild.xml below it so they can all potentially reference it
2008-11-28* refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey1-1/+1
2008-11-28* minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey1-1/+1
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey1-4/+4
2008-11-27* test: Inch forward with another test by using a skeletal in memory ↵Justin Clarke Casey1-0/+4
inventory data plugin
2008-11-27* test: Add the ability to add a plugin directory to the user and inventory ↵Justin Clarke Casey1-1/+3
services in order to extend unit tests for user and inventory information * I can't spend any longer in trying to get Mono.Addins to work with the unit tests, so this is not a proper plugin at this time
2008-11-20* Add enough infrastructure code to run an extremely basic and flaky add ↵Justin Clarke Casey1-11/+9
root agent scene test
2008-09-26* Patch from JHurlimanTeravus Ovares1-0/+1
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-1/+1
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-07-22Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker1-1/+3
resending, timeouts, packet discarding. Add notification event for packet discarding. Add priority scheduling for packet queues. Add outgoing duplicate detection facility. Correct packet sequencing. Make provisions for automatic server side throttle adjustments (comes in next installment)
2008-05-02fixed the dos line endingsSean Dague1-42/+42
2008-05-02* Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby1-43/+43
are in.
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2007-12-27* Optimized usingslbsa711-9/+9
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-11-27moved out nested class to it's own fileSean Dague1-11/+14
2007-11-04normalized line endingsJeff Ames1-41/+41
2007-11-03*Moved region loading into its own interface IRegionLoadermingchen1-40/+41
*Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file.
2007-10-30* Optimized usingslbsa711-4/+1
* Shortened type references * Removed redundant 'this' qualifier
2007-09-17fixing me some line endingsSean Dague1-43/+43
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ↵MW1-43/+43
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.)
2007-08-06... and here's the second part...lbsa711-0/+0
2007-08-06Part 1 of a two-part commit to change caps of 'scripting' dir...lbsa711-0/+0
2007-07-16changed to native line ending encodingSean Dague1-43/+43
2007-07-13* Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby1-1/+1
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting
2007-07-13* Reorganising Java Virtual Machine code into a subfolder for the JVM ↵Adam Frisby1-0/+0
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API.
2007-07-05* Added Java support back into Sugilite (although it still needs a calling ↵Adam Frisby1-7/+7
host to be added).
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-8/+0
* added some licensing info