Jump to content

OpenSimulator Internals/UserAgentService

From Open Simulator Technical Help

OpenSimulator Internals/UserAgentService

[edit]

Overview

[edit]

UserAgentService manages the user agent when traveling via HyperGrid. Handles trust verification between grids.

Must stay in the same process instance as PresenceService.


Database

[edit]

See hg_traveling_data table for the full database schema.

Note: DeleteOld() is called on UserAgentService startup -- one of the few places active cleanup occurs in the codebase.


See Also

[edit]