]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_nationalchars.cpp
Replace hardcoded mode letters, part 3
[user/henk/code/inspircd.git] / src / modules / m_nationalchars.cpp
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-18 Attila MolnarMerge pull request #543 from SaberUK/master+sizeparam...
2013-05-18 Peter PowellRemove the size argument from IsChannel and IsNick.
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarChange IsNickHandler()/IsIdentHandler()/IsChannelHandle...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-29 attilamolnarAdd a typedef for LocalUserList
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...
2011-07-19 JackmcbarnAllow use of absolute paths with m_nationalchars
2010-01-17 danieldgChange more modules to VF_OPTCOMMON and assert identica...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-03 danieldgMatch USERINPUT/USEROUTPUT identifiers
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
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-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-03-20 brainFix a bad malloc (why the hell is it malloc???) in...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-24 danieldgFix svn:keywords on m_nationalchars.cpp
2009-02-11 peaveyPatch by Phoenix
2009-02-08 brainGrr fucking windows grrrr fuckity fuckity
2009-01-23 brainRemove unneccessary safety loop
2009-01-23 brainAdapt this to syntax guidelines for inspircd, and fix...
2009-01-23 brainFix m_nationalchars using a copy and paste of my unsafe...
2009-01-22 w00tUpdate copyright date.
2009-01-22 w00tFix a small warning (char being used as array subscript...
2009-01-22 w00tFixes bug #655: National characters support, patch...