aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-5/+5
|
* to do that don't use slideexpiration; add cap event ChatterBoxForceCloseUbitUmarov2016-08-111-0/+5
|
* add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵UbitUmarov2016-07-231-2/+2
| | | | and its use even worse
* cleanup a bitUbitUmarov2016-07-011-5/+0
|
* revert several changes to groups modules (agentGroupData is private). change ↵UbitUmarov2016-07-011-1/+1
| | | | interregions invite/eject messages, etc
* Mantis #7920: group info was not being updated in many situations. ↵Diva Canto2016-06-191-1/+1
| | | | (regression) Putting back the heavy messaging.
* Restored sending group membership data via EventQueue -- this had been a ↵Diva Canto2016-06-191-0/+5
| | | | regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.
* varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-031-4/+7
| | | | | | | CorssRegion, TeleportFinishEvent). Have Simian grid service return the region size. Many teleport related debug log messages. Can be removed when teleport works (like that's ever going to happen).
* Create regression test TestSendAgentGroupDataUpdate() for groups agent data ↵Justin Clark-Casey (justincc)2013-12-181-1/+2
| | | | sending
* Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)2013-03-061-0/+178
This is currently disabled pending an improvement in the test code to properly add avatars when an event queue module is present.