]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_channames.cpp
Fix various warnings when building with LLVM 3.5.
[user/henk/code/inspircd.git] / src / modules / m_channames.cpp
2013-12-21 Daniel VassdalAllow ranges beginning with 0 in m_channames
2013-05-18 attilamolnarm_channames Fix iteration in ValidateChans()
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-05-09 Daniel De GraafFix negative array access in channame
2010-02-25 danieldgGCC doesn't like characters being used in array subscripts
2010-01-28 danieldgFix empty FMODE being sent if SendMode mode changes
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-21 danieldgAdd channames module [jackmcbarn]