summaryrefslogtreecommitdiff
path: root/src/modules/m_nationalchars.cpp
AgeCommit message (Expand)Author
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-12Add <path> keys for all of the compile-time paths.Peter Powell
2013-08-04Automatically attach modules to eventsattilamolnar
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-18Remove the size argument from IsChannel and IsNick.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-04-01Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings...attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-07-19Allow use of absolute paths with m_nationalcharsJackmcbarn
2010-01-17Change more modules to VF_OPTCOMMON and assert identical charsets in m_nation...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-03Match USERINPUT/USEROUTPUT identifiersdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-03-20Fix a bad malloc (why the hell is it malloc???) in m_nationalcharsbrain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-24Fix svn:keywords on m_nationalchars.cppdanieldg
2009-02-11Patch by Phoenixpeavey
2009-02-08Grr fucking windows grrrr fuckity fuckitybrain
2009-01-23Remove unneccessary safety loopbrain
2009-01-23Adapt this to syntax guidelines for inspircd, and fix a bug where users whos ...brain
2009-01-23Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori...brain
2009-01-22Update copyright date.w00t
2009-01-22Fix a small warning (char being used as array subscript) by just using int in...w00t
2009-01-22Fixes bug #655: National characters support, patch written mostly by Phoenix,...w00t