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_delayjoin.cpp
Age
Commit message (
Expand
)
Author
2019-02-19
Implement support for IRCv3 client-to-client tags.
Peter Powell
2018-10-01
Get rid of DummyMessageDetails in the delayjoin module.
Peter Powell
2018-10-01
Fix the delayjoin module not hiding JOIN messages properly.
Peter Powell
2018-08-26
Implement proper CTCP parsing in MessageDetails.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-01-06
Rework message handling.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-06
Add support for setting the unset rank in ModeHandler.
Peter Powell
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2015-01-10
Remove some unnecessary NULL checks
Attila Molnar
2014-10-27
Merge insp20
Attila Molnar
2014-10-17
m_delayjoin Only send JOIN on mode change if the mode being changed is a pref...
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-06-14
Kill needless #includes in source files
Attila Molnar
2014-04-20
Change the OnNamesListItem() hook to return ModResult
Attila Molnar
2014-02-21
Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt
Attila Molnar
2014-01-24
Convert UserChanList to an intrusively linked list
Attila Molnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-07-01
Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-02
Register a few extensions that weren't registered
attilamolnar
2012-12-02
Register all commands, modes and extensions using AddService()
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-05-30
Module description updates
Robby-
2012-05-25
Debian typo fixes.
Peter Powell
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-08-08
Stop hiding users when a prefix is set on them, fixes apparent desyncs
Jens Voss
2010-01-15
Remove VF_COMMON from mode-provider modules (no longer needed due to better C...
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-24
Get rid of ModePair
danieldg
2009-10-08
Add names for all modes (part 1 of named channel mode list)
danieldg
2009-10-05
Add OnBuildNeighborList hook, replaces all uses of OnHostCycle
danieldg
2009-10-05
Run DelMode and DelModeWatcher in RemoveModule
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-14
Fix OnHostCycle in m_delayjoin [patch by dKingston]
danieldg
2009-09-13
Remove redundant ServerInstance* fields
danieldg
2009-09-13
Simplify ModeHandler constructor
danieldg
2009-09-13
Module API changes to use Membership* where sensible
danieldg
2009-09-13
Membership* changes
danieldg
2009-09-02
Rip out VisData in preparation for replacing it with more flexible hooks
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Remove "servermode" parameter, replace with IS_FAKE() which is more reliable
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
[next]