aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/EventQueue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* missing files..UbitUmarov2018-01-221-1/+0
|
* cosmetics (or not)UbitUmarov2018-01-211-9/+9
|
* fix some nunit testsUbitUmarov2017-08-281-2/+6
|
* some changes on polleventUbitUmarov2017-06-061-47/+40
|
* Merge branch 'master' into httptestsUbitUmarov2017-06-022-4/+4
|\
| * change child agents close control; disablesimulator is not a caps event messageUbitUmarov2017-05-312-4/+4
| |
| * mono is a total crapUbitUmarov2017-05-291-5/+0
| |
| * cleanup util.cs get dnsUbitUmarov2017-05-291-1/+1
| |
| * add temporary debug msgsUbitUmarov2017-05-291-0/+5
| |
* | fix mergeUbitUmarov2017-01-053-27/+27
|\ \ | |/
| * Massive tab and trailing space cleanupMelanie Thielker2017-01-053-27/+27
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-231-2/+1
|\ \ | |/
| * Remove obsolete config option "EventQueue". It's been always on for ages!Melanie Thielker2016-12-201-2/+1
| |
* | remove not needed sslport parameterUbitUmarov2016-12-081-2/+1
| |
* | recover regions main http server ssl suport. Using a PKCS12 cert file, and ↵UbitUmarov2016-10-061-1/+1
| | | | | | | | not certs store for now. Option http_listener_cn, cert CN need to the same as external IP. Self sign certs do seem to work, but the viewers option NoVerifySLLCert needs to be set true. CA check is not done but they do check the IP
* | merge issueUbitUmarov2016-08-192-0/+19
|\ \ | |/
| * remove code from httptests branchUbitUmarov2016-08-111-2/+1
| |
| * to do that don't use slideexpiration; add cap event ChatterBoxForceCloseUbitUmarov2016-08-112-1/+21
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-07-272-5/+14
|\ \ | |/
| * add a coment for improvement of ChatterBoxSessionAgentListUpdates closer to ↵UbitUmarov2016-07-231-0/+3
| | | | | | | | viewers protocol. Not necessary on current groups chat lists defecient implementation
| * remove code from httptests branchUbitUmarov2016-07-231-1/+1
| |
| * add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵UbitUmarov2016-07-232-6/+16
| | | | | | | | and its use even worse
* | add a Drop method to PollService Event handlers, Drop requests on ↵UbitUmarov2016-07-171-1/+5
|/ | | | connections known to be lost or delay event check if they are sending a response
* cleanup a bitUbitUmarov2016-07-012-40/+0
|
* revert several changes to groups modules (agentGroupData is private). change ↵UbitUmarov2016-07-012-13/+3
| | | | interregions invite/eject messages, etc
* Mantis #7920: group info was not being updated in many situations. ↵Diva Canto2016-06-192-12/+12
| | | | (regression) Putting back the heavy messaging.
* Restored sending group membership data via EventQueue -- this had been a ↵Diva Canto2016-06-192-1/+55
| | | | regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.
* work around some 'tests' errors: a new event queue has a few null eventsUbitUmarov2015-11-171-0/+9
|
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-032-10/+4
| | | | scenepresence)
* seems to compile ( tests comented out)UbitUmarov2015-09-022-38/+1
|
* bad merge?UbitUmarov2015-09-012-340/+172
|\
| * change osd encoding of region sizeUbitUmarov2015-08-271-8/+8
| |
| * varregion: remove use of Constants.RegionSize is various places.Robert Adams2015-03-281-4/+5
| | | | | | | | More use of the Util routines for conversion of region handles into addresses.
| * comment out a debug msg. more on gods being GodsUbitUmarov2014-08-031-1/+1
| |
| * add queue transition code needs review/more testingUbitUmarov2014-07-251-79/+115
| |
| * remove old and dead code that its only making it hard to understandUbitUmarov2014-07-251-287/+18
| |
| * change previus code, send a NoEvents response back to http server, evenUbitUmarov2014-07-241-2/+1
| | | | | | | | | | if we know there is no one there, so that the server finishes handling it.
| * EventQueueGetModule: dont reuse queues, we dont know whats there; makeUbitUmarov2014-07-241-10/+9
| | | | | | | | | | | | pool silently loose requests for unknown avatars, or they will stay active until timeout after close ( possible not a big problem after not reusing queues ? )
| * Intermediate commit. Sill errors.Melanie2014-01-052-22/+48
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster Conflicts: OpenSim/Data/SQLite/SQLiteUserProfilesData.cs OpenSim/Framework/RegionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Services/UserProfilesService/UserProfilesService.cs
| | * varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-042-19/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). Conflicts: OpenSim/Framework/RegionInfo.cs
| * | Merge branch 'master' into careminsterMelanie2013-10-041-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/CoreModules/World/LightShare/LightShareModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ Merge branch 'master' into careminsterMelanie2013-09-071-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs OpenSim/Region/Framework/Scenes/Scene.cs
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-08-131-3/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-08-111-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-291-54/+16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/Framework/Scenes/Scene.cs
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-241-46/+39
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-181-1/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs OpenSim/Server/Handlers/Simulation/AgentHandlers.cs OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/UserAgentService.cs
| * | | | | | | | | Let the event queue do lees work - expire every 40s as per Teravus instead ↵Melanie2013-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of every seconds - whoever put that in....
| * | | | | | | | | Merge branch 'master' into careminsterMelanie2013-03-281-1/+24
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-03-131-1/+3
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Tests/SceneObjectUndoRedoTests.cs