Elemental-IRCd / elemental-ircd

Continuation of ShadowIRCD to meet people's needs
GNU General Public License v2.0
41 stars 19 forks source link

JOIN message is not compliant with ircv3.1 spec #70

Closed rika314 closed 9 years ago

rika314 commented 9 years ago

I am getting :rika!~ping@user/rika JOIN #elemental-ircd rika 1433451721 :Serviteur de feu as JOIN message when extended-join capability is negotiated, however, spec mandates that JOIN message should be in format of :nick!user@host JOIN #channelname accountname :Real Name. I guess that additional timestamp is transferred in order to decide which side should win after netsplit has happened and resolved, however doesn't confirm to spec, so, if someone could look on that and check if this timestamp could be removed from JOIN message, I would be very grateful. Thanks in advance.

ariscop commented 9 years ago

https://github.com/Elemental-IRCd/elemental-ircd/pull/71

Xe commented 9 years ago

fixed