aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_chanhistory.cpp
Commit message (Expand)AuthorAgeFilesLines
* m_chanhistory Read the boolean config entry with getBool()Gravatar attilamolnar2012-07-121-1/+1
* m_halfop, m_chanhistory Remove redundant ModeParser::DelMode() calls, the mod...Gravatar attilamolnar2012-07-121-5/+0
* m_chanhistory Keep history when changing parametersGravatar attilamolnar2012-06-171-1/+15
* m_chanhistory Don't allow durations that contain an invalid char or too longGravatar attilamolnar2012-06-171-4/+23
* m_chanhistory Add config setting to show/hide the informational notice before...Gravatar attilamolnar2012-06-171-3/+14
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-191-8/+14
* Prevent setting mode -H if already unset, bug #74Gravatar Daniel De Graaf2010-08-281-0/+2
* Add <chanhistory:maxlines> to specify the maximum allowed size of channel his...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12488 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-171-5/+19
* Deny identical mode +H change•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12466 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-151-0/+2
* Move chanhistory to PostJoin hook•••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 Gravatar danieldg2010-02-091-2/+2
* Remove VF_COMMON from mode-provider modules (no longer needed due to better C...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12263 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-151-1/+1
* ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2010-01-111-1/+1
* Change to Duration for second param•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11898 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-10-181-1/+1
* Fix channel mode +H to allow maximum length and add explanatory message prefix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11897 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-10-171-10/+25
* Add m_chanhistory, mode +H <lines> to replay some lines of history on channel...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11895 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-10-171-0/+106