Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-14 | Update copyright headers. | InspIRCd Robot | |
2021-04-27 | Fix a bunch of weird indentation and spacing issues. | Sadie Powell | |
2021-03-05 | Update copyright headers. | InspIRCd Robot | |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell | |
2020-04-09 | Set the minimum length to 1 for most config items with a default. | Sadie Powell | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2020-01-07 | Explicitly reject nicks beginning with a number in nationalchars. | Sadie Powell | |
Closes #1745. | |||
2020-01-06 | Fix linking servers that are using the nationalchars module. | Sadie Powell | |
Closes #1744. | |||
2019-11-18 | Change Config->CaseMapping back when unloading. | Matt Schatz | |
Now that casemapping is configurable in the core and we set that Config variable rather than just modifying the ISupport output each time, we need to change the variable back when being unloaded. So we save the current value when loading and set it back when being unloaded. We also need to call the ISupport builder a second time as the core calls it before we destruct. | |||
2019-03-14 | Update most URLs to use HTTPS and fix some dead links. | Robby | |
2017-11-25 | Convert IsNick to std::function. | Peter Powell | |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell | |
GCCs warnings for this are much better than Clangs. | |||
2017-09-08 | Implement support for configurable casemapping & default to ASCII. | Peter Powell | |
2016-02-22 | Merge insp20 | Attila Molnar | |
2016-01-06 | Nuke m_watch | Attila Molnar | |
2015-06-14 | Fix various issues with the nationalchars module. | Peter Powell | |
- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows. | |||
2015-05-17 | Fix incorrect iterator use leading to prematurely exiting loops when ↵ | Attila Molnar | |
quitting users while looping the local user list | |||
2014-10-27 | Merge insp20 | Attila Molnar | |
2014-10-13 | m_nationalchars Ask m_spanningtree to rebuild its hashmaps when the ↵ | Attila Molnar | |
national_case_insensitive_map changes Issue #923 | |||
2014-10-13 | m_nationalchars Rebuild the hash map in m_watch when the ↵ | Attila Molnar | |
national_case_insensitive_map changes Issue #923 | |||
2014-10-13 | m_nationalchars Rebuild core hashmaps when the national_case_insensitive_map ↵ | Attila Molnar | |
changes Issue #923 | |||
2014-07-19 | Access local user list via new UserManager::GetLocalUsers() and make ↵ | Attila Molnar | |
local_users private | |||
2014-07-19 | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar | |
2014-06-14 | Kill needless #includes in source files | Attila Molnar | |
2014-01-31 | Remove some dead code | Attila Molnar | |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | attilamolnar | |
and on rehash This eliminates the need for calling OnRehash() in init() | |||
2013-08-12 | Add <path> keys for all of the compile-time paths. | Peter Powell | |
Also, make all paths in the config relative to their associated directory. This reverts a change in 2.0 which turned out to be a terrible idea, especially for system-wide installations. | |||
2013-08-04 | Automatically attach modules to events | attilamolnar | |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell | |
The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them. | |||
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell | |
2013-05-18 | Remove the size argument from IsChannel and IsNick. | Peter Powell | |
There was only one case (which was probably an error) where these methods were not set to their ServerLimits value. | |||
2013-05-15 | Tidy up keywords on module methods. | Peter Powell | |
- Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | |||
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell | |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell | |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | |
2013-04-01 | Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ ↵ | attilamolnar | |
strings as arguments instead of C strings | |||
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar | |
m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | |||
2012-12-02 | Attach to events and register services in init() | attilamolnar | |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar | |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar | |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- | |
2011-07-19 | Allow use of absolute paths with m_nationalchars | Jackmcbarn | |
2010-01-17 | Change more modules to VF_OPTCOMMON and assert identical charsets in ↵ | danieldg | |
m_nationalchars git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12277 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-11-03 | Match USERINPUT/USEROUTPUT identifiers | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12004 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-21 | Split LocalUser and RemoteUser | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11940 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11904 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 |