3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00
PyLink/plugins
James Lu e354ada838 relay: fix nick collision loop on SAVE + when both tagged UID and untagged UID exist on one net
This fixes a clash when for example: both 42XAAAAAA and _42XAAAAAA exist on a network, and PyLink tries to relay both nicks as _42XAAAAAA/network.

Also, this adds an oldnick argument to the SAVE protocol handler, which is then used by relay.normalizeNick to check whether the original pre-SAVE nick is also in use, in the event of nick collisions.
2015-07-25 18:27:30 -07:00
..
admin.py admin: clearer command help? 2015-07-22 13:18:11 -07:00
commands.py remove some debugging cruft and unused imports 2015-07-23 11:46:45 -07:00
hooks.py everything: Improve logging 2015-07-05 13:44:48 -07:00
relay.py relay: fix nick collision loop on SAVE + when both tagged UID and untagged UID exist on one net 2015-07-25 18:27:30 -07:00