summaryrefslogtreecommitdiff
path: root/src/modules/m_chanhistory.cpp
AgeCommit message (Expand)Author
2021-04-03Automatically prune the history lists in chanhistory.Sadie Powell
2021-02-26Update copyright headers.InspIRCd Robot
2021-02-24Refactor OnUserPostMessage in the chanhistory module.Sadie Powell
2021-01-11Add a user mode which allows disabling receiving channel history.Sadie Powell
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-31Fix the chanhistory module not storing CTCP ACTIONs.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2020-01-03Rename <chanhistory:notice> to <chanhistory:prefixmsg>.Sadie Powell
2020-01-03Make chanhistory skip CTCPs when storing messages.Sadie Powell
2020-01-03Make chanhistory replay notices as well as privmsgs.Sadie Powell
2020-01-03Fix the chanhistory module not replaying message tags.Sadie Powell
2019-07-21Extract history sending logic in chanhistory to its own function.Peter Powell
2019-07-15Split ServerEventListener into {Broadcast,Link,Sync}EventListener.Peter Powell
2019-07-04Use DurationString() in the 'Replaying ...' message.Matt Schatz
2019-06-12Show the mode syntax in ERR_INVALIDMODEPARAM.Peter Powell
2019-06-12chanhistory: recreate the mode parameter instead of saving it.Peter Powell
2019-04-28Some more text fixes and improvements (#1618).Robby
2018-12-21Only parse valid durations, don't treat invalid multipliers as seconds (#1538)linuxdaemon
2018-12-12Fix conversion issues by replacing ConvToInt with ConvToNum<T>.Peter Powell
2018-11-24Move IsValidDuration into the core.Peter Powell
2018-10-01Fix the chanhistory module being inconsistent across servers.Peter Powell
2018-08-13Add support for the IRCv3 batch specification.Peter Powell
2018-08-13Add support for the IRCv3 server-time specification.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2018-01-29Add ERR_INVALIDMODEPARAM for responding to invalid mode params.Peter Powell
2018-01-06Rework message handling.Peter Powell
2018-01-03Fix m_chanhistory sending the history notice directly to the user.Peter Powell
2017-12-31Increase the config default for <chanhistory:maxlines> to 50.Peter Powell
2017-12-16Only show a duration in m_chanhistory's notice if one is set.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-02-15Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...Attila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-24Option to select if chanhistory is on for botsDaniel Vassdal
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-07-01Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...attilamolnar
2013-06-13Call Channel::SetModeParam() from the mode parser when needed instead of requ...attilamolnar
2013-05-20Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-05-14Add method for writing server notices.Peter Powell
2013-04-03Convert InspIRCd::Duration() to be staticattilamolnar
2013-01-27m_chanhistory Fix durations containing 'S' being rejectedattilamolnar
2012-12-02Register a few extensions that weren't registeredattilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-07-12m_chanhistory Read the boolean config entry with getBool()attilamolnar