aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_channames.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-041-1/+1
|
* Make m_channames use long mode names and block registered channels with ↵Gravatar Jackmcbarn2010-09-061-8/+7
| | | | invalid names as well as permanent ones
* Avoid future bugs with AttachGravatar Jackmcbarn2010-08-281-1/+1
|
* Fix crash in m_channamesGravatar Jackmcbarn2010-08-211-1/+1
|
* Remove ConfigReader (deprecated interface)Gravatar Daniel De Graaf2010-08-211-3/+2
|
* Change config reading hook for better error reportingGravatar Daniel De Graaf2010-08-211-3/+2
| | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash.
* Force modules to use init() to register hooksGravatar Daniel De Graaf2010-08-051-0/+4
|
* Fix negative array access in channameGravatar Daniel De Graaf2010-08-031-13/+14
|
* GCC doesn't like characters being used in array subscriptsGravatar Daniel De Graaf2010-08-031-3/+3
|
* Fix empty FMODE being sent if SendMode mode changesGravatar danieldg2010-01-281-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12323 e03df62e-2008-0410-955e-edbf42e46eb7
* ...because every now and again, i have to do a massive commit.Gravatar brain2010-01-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
* Make User::uuid and User::server constGravatar danieldg2009-10-231-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11962 e03df62e-2008-0410-955e-edbf42e46eb7
* Cull channels, warn when Extensible objects are not culled as they must beGravatar danieldg2009-10-181-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11901 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove dummy API_VERSION from Version constructorGravatar danieldg2009-10-171-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove InspIRCd* parameters and fieldsGravatar danieldg2009-09-261-15/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7
* Describe module purpose in /MODULES outputGravatar danieldg2009-09-221-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7
* Add channames module [jackmcbarn]Gravatar danieldg2009-09-211-0/+145
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11749 e03df62e-2008-0410-955e-edbf42e46eb7