3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00
PyLink/protocols
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
..
inspircd.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
ts6.py ts6: support +AOS charybdis extension modes, warning if the IRCd doesn't support them 2015-07-24 20:55:48 -07:00