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_chanhistory.cpp
Age
Commit message (
Expand
)
Author
2018-10-01
Fix the chanhistory module being inconsistent across servers.
Peter Powell
2018-08-13
Add support for the IRCv3 batch specification.
Peter Powell
2018-08-13
Add support for the IRCv3 server-time specification.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-04-16
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-01-29
Add ERR_INVALIDMODEPARAM for responding to invalid mode params.
Peter Powell
2018-01-06
Rework message handling.
Peter Powell
2018-01-03
Fix m_chanhistory sending the history notice directly to the user.
Peter Powell
2017-12-31
Increase the config default for <chanhistory:maxlines> to 50.
Peter Powell
2017-12-16
Only show a duration in m_chanhistory's notice if one is set.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-02-15
Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...
Attila Molnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-24
Option to select if chanhistory is on for bots
Daniel Vassdal
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-06-13
Call Channel::SetModeParam() from the mode parser when needed instead of requ...
attilamolnar
2013-05-20
Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-15
Replace some C-isms with C++-isms.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-03
Convert InspIRCd::Duration() to be static
attilamolnar
2013-01-27
m_chanhistory Fix durations containing 'S' being rejected
attilamolnar
2012-12-02
Register a few extensions that weren't registered
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-07-12
m_chanhistory Read the boolean config entry with getBool()
attilamolnar
2012-07-12
m_halfop, m_chanhistory Remove redundant ModeParser::DelMode() calls, the mod...
attilamolnar
2012-06-17
m_chanhistory Keep history when changing parameters
attilamolnar
2012-06-17
m_chanhistory Don't allow durations that contain an invalid char or too long
attilamolnar
2012-06-17
m_chanhistory Add config setting to show/hide the informational notice before...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-08-28
Prevent setting mode -H if already unset, bug #74
Daniel De Graaf
2010-02-17
Add <chanhistory:maxlines> to specify the maximum allowed size of channel his...
danieldg
2010-02-15
Deny identical mode +H change
danieldg
2010-02-09
Move chanhistory to PostJoin hook
danieldg
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-18
Change to Duration for second param
danieldg
2009-10-17
Fix channel mode +H to allow maximum length and add explanatory message prefix
danieldg
2009-10-17
Add m_chanhistory, mode +H <lines> to replay some lines of history on channel...
danieldg