| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Hide User#host and User#dhost and use accessors to modify them. | 2017-10-28 | 1 | -1/+1 | |
| | | | | | | This removes the need to invalidate the cache after changing a user's hostname. | ||||
| * | Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM. | 2017-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | | - INSPIRCD_SOCKETENGINE_NAME is not really something that needs to be user facing. If opers want to know this kind of internal info then they can look at the build configuration. - INSPIRCD_SYSTEM causes problems for reproducible builds and is only accurate for the state of the system when InspIRCd is built which is not useful in the slightest. | ||||
| * | Remove module file extensions from user-visible messages. | 2017-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Merge v2.0.23 and v2.0.24 into master. | 2017-07-09 | 1 | -1/+1 | |
| |\ | |||||
| | * | m_httpd_stats: Also sanitize other server gecos | 2016-10-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Clean up User::FormatModes(), rename to GetModeLetters() | 2016-12-30 | 1 | -1/+1 | |
| | | | | | | | | | Prefix the returned string with '+' | ||||
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -3/+5 | |
| | | | | | | | | | parameters | ||||
| * | | Adds <commandlist> tag with command usage to httpd_stats. | 2016-02-20 | 1 | -1/+9 | |
| | | | |||||
| * | | Merge branch 'master+crossmodevents' | 2015-02-12 | 1 | -5/+11 | |
| |\ \ | |||||
| | * | | Convert the HTTPd request event to use the new cross-module event system | 2015-02-11 | 1 | -5/+11 | |
| | | | | |||||
| * | | | m_httpd_stats Remove days/hours/mins/secs from <uptime> | 2015-02-12 | 1 | -7/+1 | |
| | | | | | | | | | | | | | Uptime can be calculated easily from the boot time | ||||
| * | | | m_httpd_stats Fix pointer being shown instead of server name in <user> | 2015-02-12 | 1 | -1/+1 | |
| |/ / | |||||
| * | | Change type of some associative containers to their flat versions, including ↵ | 2014-12-15 | 1 | -5/+5 | |
| | | | | | | | | | Extensible storage | ||||
| * | | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 2014-07-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename UserMembList to Channel::MemberMap, switch all code to use it | 2014-07-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Change return type of Channel::GetUsers() to reference from pointer as it is ↵ | 2014-07-14 | 1 | -3/+3 | |
| | | | | | | | | | never NULL | ||||
| * | | Kill needless #includes in source files | 2014-06-14 | 1 | -1/+0 | |
| | | | |||||
| * | | Add UserManager::GetUsers() | 2014-03-15 | 1 | -3/+4 | |
| | | | |||||
| * | | Add InspIRCd::GetChans(), remove ChannelCount() | 2014-03-14 | 1 | -3/+4 | |
| | | | |||||
| * | | Move GetAllPrefixChars() from Channel to Membership | 2014-02-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Change all socketengine methods to be static | 2014-02-08 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define | 2014-02-08 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge insp20 | 2014-01-21 | 1 | -1/+1 | |
| |\| | |||||
| | * | m_httpd_stats Be more conservative when escaping data | 2014-01-21 | 1 | -2/+1 | |
| | | | | | | | | | Fix clang warning | ||||
| * | | Remove some pointless code: | 2013-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Remove the CHARSET entry from ISUPPORT. CHARSET was removed in draft-brocklesby-irc-isupport-03 and we always used the default value anyway. This has also been removed in the latest version of Charybdis. - Remove irc::sockets::satouser. This helper method was longer than the code it replaced. | ||||
| * | | Remove ModuleManager::GetAllModuleNames(), use GetModules() instead | 2013-08-30 | 1 | -5/+4 | |
| | | | |||||
| * | | Clean up the protocol interface | 2013-08-25 | 1 | -2/+2 | |
| | | | |||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -6/+0 | |
| | | | |||||
| * | | Change httpd modules to use the MODNAME constant in headers. | 2013-08-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Change modules to use the MODNAME constant when logging. | 2013-08-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Change the API of m_httpd to be dynamic_reference-based | 2013-06-07 | 1 | -1/+6 | |
| | | | |||||
| * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Allow spaces (and more) in oper types | 2013-05-16 | 1 | -1/+1 | |
| | | | | | | | | | | | The spaces are converted to '_' characters in OPERTYPE for 2.0 servers Issue #533 suggested by @ankitkv | ||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -3/+3 | |
| | | | | | | | | | | | - 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. | ||||
| * | | Tidy up source files: | 2013-04-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | - Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | ||||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert ISUPPORT to use a map instead of a string. | 2013-04-11 | 1 | -1/+7 | |
| | | | |||||
| * | | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 2013-04-10 | 1 | -2/+2 | |
| | | | |||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -4/+0 | |
| | | | |||||
| * | | Remove some dead code: | 2013-04-01 | 1 | -2/+1 | |
| |/ | | | | | | - Conditions in m_httpd_stats which can never be true. - Commented out code in m_sqloper. - Unused macro in inspircd.h. | ||||
| * | Fix multiple escape bugs in m_httpd_stats. | 2013-02-17 | 1 | -5/+14 | |
| | | |||||
| * | Dynamically determine the size of the eventlist[] passed to Attach() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | ||||
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -1/+2 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+18 | |
| | | |||||
| * | Allow opermotd to specify its file in <files> without also requiring an ↵ | 2010-02-02 | 1 | -10/+0 | |
| | | | | | | | <opermotd> block git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12355 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move revision information from Version object to a static symbol | 2010-01-14 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12256 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add Inspircd::AddServices | 2009-11-15 | 1 | -3/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12135 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Clean up typos and some unused code | 2009-10-30 | 1 | -10/+23 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11980 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
