summaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3.cpp
AgeCommit message (Collapse)Author
2016-02-12m_ircv3 Fix AWAY being sent on join to the joining user if it has ↵Attila Molnar
away-notify enabled and is away
2013-08-27Update example configs, README.md and moreattilamolnar
- Fix typos, remove misleading information, rephrase a few sentences - Add info about hmac-<hash> hash types - Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK) - Change inspircd.github.org to inspircd.org
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
2012-12-02Attach to events and register services in init()attilamolnar
2012-10-23m_ircv3 Attach to OnRehashattilamolnar
2012-10-23m_ircv3 Fix away-notify not sending AWAY messages when somebody joins who is ↵attilamolnar
away
2012-06-12New module to support IRCv3 extras, namely account-notify, away-notify and ↵attilamolnar
extended-join CAPs