summaryrefslogtreecommitdiff
path: root/src/modules/m_nationalchars.cpp
AgeCommit message (Expand)Author
2021-04-27Fix a bunch of weird indentation and spacing issues.Sadie Powell
2021-03-05Update copyright headers.InspIRCd Robot
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-04-09Set the minimum length to 1 for most config items with a default.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2020-01-07Explicitly reject nicks beginning with a number in nationalchars.Sadie Powell
2020-01-06Fix linking servers that are using the nationalchars module.Sadie Powell
2019-11-18Change Config->CaseMapping back when unloading.Matt Schatz
2019-03-14Update most URLs to use HTTPS and fix some dead links.Robby
2017-11-25Convert IsNick to std::function.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-09-08Implement support for configurable casemapping & default to ASCII.Peter Powell
2016-02-22Merge insp20Attila Molnar
2016-01-06Nuke m_watchAttila Molnar
2015-06-14Fix various issues with the nationalchars module.Peter Powell
2015-05-17Fix incorrect iterator use leading to prematurely exiting loops when quitting...Attila Molnar
2014-10-27Merge insp20Attila Molnar
2014-10-13m_nationalchars Ask m_spanningtree to rebuild its hashmaps when the national_...Attila Molnar
2014-10-13m_nationalchars Rebuild the hash map in m_watch when the national_case_insens...Attila Molnar
2014-10-13m_nationalchars Rebuild core hashmaps when the national_case_insensitive_map ...Attila Molnar
2014-07-19Access local user list via new UserManager::GetLocalUsers() and make local_us...Attila Molnar
2014-07-19Move and rename typedef LocalUserList to UserManager::LocalListAttila Molnar
2014-06-14Kill needless #includes in source filesAttila Molnar
2014-01-31Remove some dead codeAttila Molnar
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