mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update CHANGELOG, some refining of docs
This commit is contained in:
parent
e544b50866
commit
c37dde248e
8 changed files with 59 additions and 34 deletions
|
|
@ -1196,6 +1196,16 @@ SSL_PROTOCOL_CLASS = "evennia.server.portal.ssl.SSLProtocol"
|
|||
# for all webclient connections.
|
||||
WEBSOCKET_PROTOCOL_CLASS = "evennia.server.portal.webclient.WebSocketClient"
|
||||
|
||||
# Ajax Web Client classes. Evennia uses AJAX as a fallback for the webclient by
|
||||
# default. AJAX may in general be more useful for mobile clients as it's
|
||||
# resilient to IP address changes.
|
||||
|
||||
# The Ajax Client Class is used to manage all AJAX sessions.
|
||||
AJAX_CLIENT_CLASS = "evennia.server.portal.webclient.ajax.AjaxWebClient"
|
||||
|
||||
# Ajax Protocol Class is used for all AJAX client connections.
|
||||
AJAX_PROTOCOL_CLASS = "evennia.server.portal.webclient_ajax.AjaxWebClientSession"
|
||||
|
||||
# Protocol for the SSH interface. This inherits from BASE_SESSION_CLASS.
|
||||
SSH_PROTOCOL_CLASS = "evennia.server.portal.ssh.SshProtocol"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue