jquast / x84

A python telnet/ssh server for modern terminals. In spirit of classic software such as ami/x, teleguard, renegade, iniquity.
http://x84.readthedocs.org/
Other
373 stars 56 forks source link

Support a larger max username length out-of-the-box #297

Closed ispyhumanfly closed 4 years ago

ispyhumanfly commented 7 years ago

Hi,

I love x84, however every time I installed I'd have to update default.ini, and its regex username handler to handle an addition 2 characters. The problem being, that "ispyhumanfly" was greater than 11 characters.

Though, it's super easy to configure these things in x84, I felt that as a first time installer, I shouldn't have to figure this kinda stuff out just yet. So I simplified it using the pre-existing framework.

Regards,

ispy_