You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
twisted sometimes requires unintuitive method names for services such as AvatarId among others. Currently most services name their functions directly like this. We should properly name these functions according to their use and rebind them under the required name.
1wilkens
changed the title
[Enhancement] Properly name functions in services and rebind them to twisted names
Properly name functions in services and rebind them to twisted names
Nov 6, 2019
twisted
sometimes requires unintuitive method names for services such asAvatarId
among others. Currently most services name their functions directly like this. We should properly name these functions according to their use and rebind them under the required name.Example from
TelnetService
:honeygrove/honeygrove/services/TelnetService.py
Lines 50 to 53 in 6a9d920
The text was updated successfully, but these errors were encountered: