aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3.cpp
Commit message (Collapse)AuthorAgeFilesLines
* m_ircv3 Fix AWAY being sent on join to the joining user if it has ↵Gravatar Attila Molnar2016-02-121-1/+1
| | | | away-notify enabled and is away
* Update example configs, README.md and moreGravatar attilamolnar2013-08-271-1/+1
| | | | | | | - 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
* Dynamically determine the size of the eventlist[] passed to Attach()Gravatar attilamolnar2012-12-021-1/+1
| | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
* Attach to events and register services in init()Gravatar attilamolnar2012-12-021-0/+4
|
* m_ircv3 Attach to OnRehashGravatar attilamolnar2012-10-231-2/+2
|
* m_ircv3 Fix away-notify not sending AWAY messages when somebody joins who is ↵Gravatar attilamolnar2012-10-231-2/+29
| | | | away
* New module to support IRCv3 extras, namely account-notify, away-notify and ↵Gravatar attilamolnar2012-06-121-0/+214
extended-join CAPs