index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_ircv3.cpp
Age
Commit message (
Expand
)
Author
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-02-22
Merge insp20
Attila Molnar
2016-02-12
m_ircv3 Fix AWAY being sent on join to the joining user if it has away-notify...
Attila Molnar
2015-12-05
m_ircv3 Make WriteNeighborsWithCap() available for use in other modules
Attila Molnar
2015-12-05
Add rewritten m_cap module
Attila Molnar
2015-12-05
m_ircv3 Change signature of WriteNeighboursWithExt to accept a cap, rename
Attila Molnar
2015-02-11
Convert the CAP event to use the new cross-module event system
Attila Molnar
2015-02-11
Allow enabling/disabling caps via GenericCap::SetActive()
Attila Molnar
2015-02-11
Convert the account login event to use the new cross-module event system
Attila Molnar
2015-01-24
m_ircv3 Implement WriteNeighboursWithExt() using User::ForEachNeighbor()
Attila Molnar
2014-07-14
Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead
Attila Molnar
2014-07-14
Rename UserMembList to Channel::MemberMap, switch all code to use it
Attila Molnar
2014-07-14
Change return type of Channel::GetUsers() to reference from pointer as it is ...
Attila Molnar
2014-01-24
Convert UserChanList to an intrusively linked list
Attila Molnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-30
Merge insp20
attilamolnar
2013-08-27
Update example configs, README.md and more
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-12-02
Attach to events and register services in init()
attilamolnar
2012-10-23
m_ircv3 Attach to OnRehash
attilamolnar
2012-10-23
m_ircv3 Fix away-notify not sending AWAY messages when somebody joins who is ...
attilamolnar
2012-06-12
New module to support IRCv3 extras, namely account-notify, away-notify and ex...
attilamolnar