aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-9/+3
* seems to compile ( tests comented out)UbitUmarov2015-09-021-29/+1
* bad merge?UbitUmarov2015-09-011-337/+153
|\
| * varregion: remove use of Constants.RegionSize is various places.Robert Adams2015-03-281-4/+5
| * 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
| * EventQueueGetModule: dont reuse queues, we dont know whats there; makeUbitUmarov2014-07-241-10/+9
| * Intermediate commit. Sill errors.Melanie2014-01-051-11/+23
| |\
| | * varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-041-8/+20
| * | Merge branch 'master' into careminsterMelanie2013-08-131-3/+8
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-07-291-54/+16
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-07-241-46/+39
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-181-1/+2
| |\ \ \ \ \
| * | | | | | Let the event queue do lees work - expire every 40s as per Teravus instead of...Melanie2013-05-221-1/+1
| * | | | | | Merge branch 'master' into careminsterMelanie2013-03-281-1/+24
| |\ \ \ \ \ \
| * | | | | | | The viewer tries to parse the error message body to LLSD - give it some.Melanie2013-02-241-2/+2
| * | | | | | | Merge branch 'master' into careminsterMelanie2012-11-131-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-111-51/+36
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-161-4/+4
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-121-11/+2
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | just remove the damm thingUbitUmarov2012-09-261-1/+1
| * | | | | | | | | | | Merge branch 'avination' into careminsterMelanie2012-07-061-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | added a timeout paramenter to PollServiceEventArgs, so each type can define ...UbitUmarov2012-07-041-1/+1
| * | | | | | | | | | | | Merge branch 'master' into careminsterMelanie2012-06-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-05-191-39/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-05-051-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | added ObjectPhysicsProperties http event message to send viewer that data. F...UbitUmarov2012-03-151-0/+8
* | | | | | | | | | | | | | | Make currently unfiltered EventQueue log messages only appear now at DebugLev...Justin Clark-Casey (justincc)2014-08-051-16/+24
* | | | | | | | | | | | | | | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-02-121-5/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | If a caller tries to queue a CAPs message to a scene presence that has no eve...Justin Clark-Casey (justincc)2014-02-121-5/+11
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | varregion: Debug messages for region crossing debugging.Robert Adams2014-01-111-5/+6
* | | | | | | | | | | | | | | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-031-8/+20
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Create regression test TestSendAgentGroupDataUpdate() for groups agent data s...Justin Clark-Casey (justincc)2013-12-181-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | minor: Extend warning message when adding trying to add an event for a client...Justin Clark-Casey (justincc)2013-08-121-3/+8
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto2013-07-271-2/+2
* | | | | | | | | | | | Slight improvement: no need to delay the removal of the queues in EQ, because...Diva Canto2013-07-261-8/+0
* | | | | | | | | | | | This should fix all issues with teleports. One should be able to TP as fast a...Diva Canto2013-07-251-44/+14
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...Diva Canto2013-07-181-2/+9
* | | | | | | | | | | Reverting the reverts I did yesterday. cpu-branch has now beenDiva Canto2013-07-181-3/+5
* | | | | | | | | | | Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi...Diva Canto2013-07-171-5/+3
* | | | | | | | | | | Cleared up much confusion in PollServiceRequestManager. Here's the history:Diva Canto2013-07-171-3/+5
* | | | | | | | | | | Simplify EventQueue cap setup so that it is also stat monitored.Justin Clark-Casey (justincc)2013-07-161-45/+29
* | | | | | | | | | | Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)2013-07-151-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)2013-07-081-1/+2
* | | | | | | | | | Adding Avination's PollService to round out the HTTP inventory changesMelanie2013-06-071-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | minor: Fix usage error message for "debug eq" console commandJustin Clark-Casey (justincc)2013-03-281-1/+1
* | | | | | | | | Add "show eq" console command to show numbers of messages in agent event queues.Justin Clark-Casey (justincc)2013-03-281-0/+23
* | | | | | | | | Plumb the path from the client to the extra physics params and backMelanie2013-02-071-0/+8
| |_|_|_|_|_|_|/ |/| | | | | | |