aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_halfop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Register all commands, modes and extensions using AddService()•••AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing Gravatar attilamolnar2012-12-021-2/+1
* Attach to events and register services in init()Gravatar attilamolnar2012-12-021-0/+4
* m_halfop, m_chanhistory Remove redundant ModeParser::DelMode() calls, the mod...Gravatar attilamolnar2012-07-121-5/+0
* Module description updatesGravatar Robby-2012-05-301-0/+2
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-191-8/+14
* Allow halfops to remove their own halfop statusGravatar Daniel De Graaf2010-08-031-0/+7
* 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
* Create m_halfop•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11997 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-11-031-0/+91