mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
Added ability to login directly using SSH auth; based on patch by hagna.
This commit is contained in:
parent
218ae61836
commit
1d93d8295f
4 changed files with 125 additions and 92 deletions
|
|
@ -105,7 +105,7 @@ class TelnetProtocol(StatefulTelnetProtocol, session.Session):
|
|||
|
||||
def at_data_out(self, string, data=None):
|
||||
"""
|
||||
Data Evennia -> Player access hook. 'data' argument is ignored.
|
||||
Data Evennia -> Player access hook. 'data' argument is a dict parsed for string settings.
|
||||
"""
|
||||
try:
|
||||
string = utils.to_str(string, encoding=self.encoding)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue