Jump to content

OpenSimulator Internals/UserAgentService

From Open Simulator Technical Help
Revision as of 06:52, 21 June 2026 by Jwbshaw (talk | contribs) (first)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]