summaryrefslogtreecommitdiff
path: root/src/modules/m_chanhistory.cpp
AgeCommit message (Expand)Author
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
2012-07-12m_halfop, m_chanhistory Remove redundant ModeParser::DelMode() calls, the mod...attilamolnar
2012-06-17m_chanhistory Keep history when changing parametersattilamolnar
2012-06-17m_chanhistory Don't allow durations that contain an invalid char or too longattilamolnar
2012-06-17m_chanhistory Add config setting to show/hide the informational notice before...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-08-28Prevent setting mode -H if already unset, bug #74Daniel De Graaf
2010-02-17Add <chanhistory:maxlines> to specify the maximum allowed size of channel his...danieldg
2010-02-15Deny identical mode +H changedanieldg
2010-02-09Move chanhistory to PostJoin hookdanieldg
2010-01-15Remove 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-18Change to Duration for second paramdanieldg
2009-10-17Fix channel mode +H to allow maximum length and add explanatory message prefixdanieldg
2009-10-17Add m_chanhistory, mode +H <lines> to replay some lines of history on channel...danieldg