Justin Clark-Casey (justincc)
|
f3edc0d8b7
minor: Extend warning message when adding trying to add an event for a client without a queue to include the event message name.
|
11 lat temu |
Diva Canto
|
69975763d2
Several major improvements to group (V2) chat. Specifically: handle join/drop appropriately, invitechatboxes.
|
11 lat temu |
Diva Canto
|
d5367a219d
Slight improvement: no need to delay the removal of the queues in EQ, because DisableSimulator is now being sent via UDP
|
11 lat temu |
Diva Canto
|
878ce1e6b2
This should fix all issues with teleports. One should be able to TP as fast as needed. (Although sometimes Justin's state machine kicks in and doesn't let you) The EventQueues are a hairy mess, and it's very easy to mess things up. But it looks like this commit makes them work right. Here's what's going on:
|
11 lat temu |
Diva Canto
|
b5062ae7ee
Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post requests timeout in 60 secs.
|
11 lat temu |
Diva Canto
|
9e35b069a4
Reverting the reverts I did yesterday. cpu-branch has now been
|
11 lat temu |
Diva Canto
|
fa2370b32e
Revert "Cleared up much confusion in PollServiceRequestManager. Here's the history:"
|
11 lat temu |
Diva Canto
|
e46459ef21
Cleared up much confusion in PollServiceRequestManager. Here's the history:
|
11 lat temu |
Justin Clark-Casey (justincc)
|
e8e073aa97
Simplify EventQueue cap setup so that it is also stat monitored.
|
11 lat temu |
Justin Clark-Casey (justincc)
|
1b7b664c86
Add request received/handling stats for caps which are served by http poll handlers.
|
11 lat temu |
Justin Clark-Casey (justincc)
|
013710168b
For stat purposes, add names to capability request handlers where these were not set
|
11 lat temu |
Melanie
|
7c0bfca7a0
Adding Avination's PollService to round out the HTTP inventory changes
|
11 lat temu |
Justin Clark-Casey (justincc)
|
617637c788
minor: Fix usage error message for "debug eq" console command
|
11 lat temu |
Justin Clark-Casey (justincc)
|
876d0d310f
Add "show eq" console command to show numbers of messages in agent event queues.
|
11 lat temu |
Melanie
|
7bf33d333a
Plumb the path from the client to the extra physics params and back
|
11 lat temu |
Diva Canto
|
86903f23dd
Cleanup on region modules: gave short node id's to all of them.
|
12 lat temu |
Diva Canto
|
4ac857f902
One more module: EventQueueGetModule. Also making it non-optional for this dll.
|
12 lat temu |
Justin Clark-Casey (justincc)
|
0eb457442d
minor: Add missing newlines and spacing to help for "debug eq" console command
|
12 lat temu |
Justin Clark-Casey (justincc)
|
e76b01a201
Lock on AgentCircuitData during Scene.AddClient() and RemoveClient() to prevent an inactive connection being left behind if the user closes the viewer whilst the connection is being established.
|
12 lat temu |
Justin Clark-Casey (justincc)
|
c935f03467
Put all debug console commands into a single Debug section rather than scattering them over other categories
|
12 lat temu |
Justin Clark-Casey (justincc)
|
0147dc6302
Fix build break. Comment out EQG deregister/register logging.
|
12 lat temu |
Justin Clark-Casey (justincc)
|
45af29291a
Add level 2 debug eq logging which logs event queue polls.
|
12 lat temu |
Justin Clark-Casey (justincc)
|
6501b1b1bb
refactor: move EventQueueGet path generation into common method. Rename some local variables in line with code conventions. Add commented out EQG log lines for future use.
|
12 lat temu |
Justin Clark-Casey (justincc)
|
231a3bf147
Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable.
|
12 lat temu |
Justin Clark-Casey (justincc)
|
749c3fef8a
Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
|
12 lat temu |
Justin Clark-Casey (justincc)
|
e6272b8d56
Stop also adding an ordinary http handler when we set up a poll http handler.
|
13 lat temu |
Justin Clark-Casey (justincc)
|
658d02b5e9
Improve some of the debug help messages
|
13 lat temu |
Justin Clark-Casey (justincc)
|
ff0d020007
Correct mistake in "debug eq" help
|
13 lat temu |
Justin Clark-Casey (justincc)
|
0a60e9537f
comment out a noisy log line I accidentally left in from the last commit
|
13 lat temu |
Justin Clark-Casey (justincc)
|
63c137820b
Stop passing a request handler to the initial caps.RegisterHandler in EventQueueGetModule since this is immediatley replaced by a poll server handler.
|
13 lat temu |