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_delaymsg.cpp
Age
Commit message (
Expand
)
Author
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-07-04
m_delaymsg Don't bother with remote users
attilamolnar
2012-07-04
m_delaymsg Stop sending +d mode change to users when a remote user joins a ch...
attilamolnar
2012-07-04
m_delaymsg Remove unused code
attilamolnar
2012-06-30
m_delaymsg Don't allow mode to be unset when it's not set
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
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-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-14
Move static map of extensions into ServerInstance, add const-correctness
danieldg
2009-10-08
Add names for all modes (part 1 of named channel mode list)
danieldg
2009-10-05
Run DelMode and DelModeWatcher in RemoveModule
danieldg
2009-09-26
Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla...
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
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-06
Correct ModDesc.
w00t
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
2009-09-01
Add m_delaymsg - channel mode +d <time> prevents users from speaking for <tim...
danieldg