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.
|
před 11 roky |
Diva Canto
|
69975763d2
Several major improvements to group (V2) chat. Specifically: handle join/drop appropriately, invitechatboxes.
|
před 11 roky |
Diva Canto
|
d5367a219d
Slight improvement: no need to delay the removal of the queues in EQ, because DisableSimulator is now being sent via UDP
|
před 11 roky |
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:
|
před 11 roky |
Diva Canto
|
b5062ae7ee
Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post requests timeout in 60 secs.
|
před 11 roky |
Diva Canto
|
9e35b069a4
Reverting the reverts I did yesterday. cpu-branch has now been
|
před 11 roky |
Diva Canto
|
fa2370b32e
Revert "Cleared up much confusion in PollServiceRequestManager. Here's the history:"
|
před 11 roky |
Diva Canto
|
e46459ef21
Cleared up much confusion in PollServiceRequestManager. Here's the history:
|
před 11 roky |
Justin Clark-Casey (justincc)
|
e8e073aa97
Simplify EventQueue cap setup so that it is also stat monitored.
|
před 11 roky |
Justin Clark-Casey (justincc)
|
1b7b664c86
Add request received/handling stats for caps which are served by http poll handlers.
|
před 11 roky |
Justin Clark-Casey (justincc)
|
013710168b
For stat purposes, add names to capability request handlers where these were not set
|
před 11 roky |
Melanie
|
7c0bfca7a0
Adding Avination's PollService to round out the HTTP inventory changes
|
před 11 roky |
Justin Clark-Casey (justincc)
|
617637c788
minor: Fix usage error message for "debug eq" console command
|
před 11 roky |
Justin Clark-Casey (justincc)
|
876d0d310f
Add "show eq" console command to show numbers of messages in agent event queues.
|
před 11 roky |
Melanie
|
7bf33d333a
Plumb the path from the client to the extra physics params and back
|
před 11 roky |
Diva Canto
|
86903f23dd
Cleanup on region modules: gave short node id's to all of them.
|
před 12 roky |
Diva Canto
|
4ac857f902
One more module: EventQueueGetModule. Also making it non-optional for this dll.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
0eb457442d
minor: Add missing newlines and spacing to help for "debug eq" console command
|
před 12 roky |
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.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
c935f03467
Put all debug console commands into a single Debug section rather than scattering them over other categories
|
před 12 roky |
Justin Clark-Casey (justincc)
|
0147dc6302
Fix build break. Comment out EQG deregister/register logging.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
45af29291a
Add level 2 debug eq logging which logs event queue polls.
|
před 12 roky |
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.
|
před 12 roky |
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.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
749c3fef8a
Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
e6272b8d56
Stop also adding an ordinary http handler when we set up a poll http handler.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
658d02b5e9
Improve some of the debug help messages
|
před 13 roky |
Justin Clark-Casey (justincc)
|
ff0d020007
Correct mistake in "debug eq" help
|
před 13 roky |
Justin Clark-Casey (justincc)
|
0a60e9537f
comment out a noisy log line I accidentally left in from the last commit
|
před 13 roky |
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.
|
před 13 roky |