summaryrefslogtreecommitdiff
path: root/src/modules/m_chanhistory.cpp
AgeCommit message (Collapse)Author
2012-07-12m_chanhistory Read the boolean config entry with getBool()attilamolnar
2012-07-12m_halfop, m_chanhistory Remove redundant ModeParser::DelMode() calls, the ↵attilamolnar
modes are deleted automatically on unload
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 ↵attilamolnar
before playing back history, don't playback to remote users
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 ↵danieldg
history git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12488 e03df62e-2008-0410-955e-edbf42e46eb7
2010-02-15Deny identical mode +H changedanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12466 e03df62e-2008-0410-955e-edbf42e46eb7
2010-02-09Move chanhistory to PostJoin hookdanieldg
While irssi is currently able to show the lines sent prior to join, it is better for this module to work on all clients without modification. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12407 e03df62e-2008-0410-955e-edbf42e46eb7
2010-01-15Remove VF_COMMON from mode-provider modules (no longer needed due to better ↵danieldg
CAPAB checking) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12263 e03df62e-2008-0410-955e-edbf42e46eb7
2010-01-11...because every now and again, i have to do a massive commit.brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
2009-10-18Change to Duration for second paramdanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11898 e03df62e-2008-0410-955e-edbf42e46eb7
2009-10-17Fix channel mode +H to allow maximum length and add explanatory message prefixdanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11897 e03df62e-2008-0410-955e-edbf42e46eb7
2009-10-17Add m_chanhistory, mode +H <lines> to replay some lines of history on ↵danieldg
channel join git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11895 e03df62e-2008-0410-955e-edbf42e46eb7