]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
cmd_kill: log all kills from or to remote users
[user/henk/code/inspircd.git] / include /
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #1211 from SaberUK/master+override
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellAdd CXX11_OVERRIDE to overridden members that lack it.
2017-07-12 Peter PowellMerge pull request #1337 from SaberUK/master+merge
2017-07-12 Peter PowellMerge pull request #1356 from SISheogorath/master+issue...
2017-07-11 Attila MolnarMerge pull request #1310 from rburchell/master
2017-07-11 Robin BurchellImprove and centralize socket engine event counters.
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-07-09 Attila MolnarMerge pull request #1302 from Adam-/master+txt
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2017-05-17 Attila MolnarMerge pull request #1269 from Adam-/insp20+saslhost
2017-05-17 Attila MolnarMerge pull request #1230 from SaberUK/insp20+ipcache
2017-04-23 Adamcore_dns: add support for txt records
2017-03-20 AdamMerge pull request #1308 from SaberUK/insp20+warnings
2017-03-20 Peter PowellFix some compiler warnings.
2017-03-05 Attila MolnarMerge pull request #1292 from SaberUK/master+flush
2017-02-28 Peter PowellAllow <log> tags to specify how often logs should be...
2017-02-04 Peter PowellMake the config system case insensitive.
2016-12-30 Attila Molnarcmd_mode Switch to a numeric for showing modes of other...
2016-12-30 Attila MolnarClean up User::FormatModes(), rename to GetModeLetters()
2016-12-30 Attila MolnarMake ModeHandler::GetUserParameter() const, accept...
2016-12-30 Attila MolnarMake all User::IsModeSet() methods const, accept const...
2016-12-30 Attila MolnarDeduplicate nickname overruling code
2016-12-30 Attila MolnarRemove remaining doxygen doc for "pcnt" parameters
2016-12-08 Peter PowellStore config values in a map instead of a unique vector...
2016-11-15 Attila MolnarMerge pull request #1241 from SaberUK/master+helpop
2016-11-01 Attila MolnarMerge pull request #1238 from SaberUK/master+openssl
2016-11-01 Attila MolnarMerge pull request #1236 from SaberUK/master+port
2016-10-25 Peter PowellAllow classes to take a port range.
2016-09-02 Peter PowellUpdate stuff for the new versioning system.
2016-09-02 Attila MolnarBump version to 3.0 in comments and messages
2016-09-02 Attila MolnarMerge insp20
2016-09-02 Attila MolnarFix Windows build and most MSVC warnings
2016-09-02 Attila MolnarFix whitespace issues
2016-08-30 Attila MolnarReturn std::string from Membership::GetAllPrefixChars()
2016-08-30 Attila MolnarChange Membership:hasMode() to accept a PrefixMode
2016-08-30 Attila MolnarPass the ModeHandler to User::HasModePermission()
2016-08-30 Attila MolnarAdd const versions of ModeHandler::IsPrefixMode(),...
2016-08-29 Attila MolnarMark ModeHandler::GetModeChar() and ModeWatcher::GetMod...
2016-08-29 Attila MolnarConvert ModeHandler::GetNumParams() to NeedsParam(...
2016-08-29 Attila MolnarDeduplicate mode unregistering code in ModuleManager...
2016-08-29 Attila MolnarRemove unused EventHandlerIter typedef
2016-08-25 Adamcore_dns Make question a member of request, move common...
2016-08-24 Attila MolnarUpdate UserManager documentation and comments
2016-08-23 Attila MolnarMerge branch 'master+ircstring'
2016-08-22 Attila MolnarUpdate documentation in hashcomp.h
2016-08-22 Attila MolnarRemove all non-member irc::string operators
2016-08-22 Attila MolnarRemove now unused SearchAndReplace() function
2016-08-22 Attila MolnarAdd stdalgo::string::replace() and replace_all()
2016-08-22 Attila MolnarRemove now unused assign() functions
2016-08-22 Attila MolnarCreate irc::equals() from StrHashComp
2016-08-22 Attila MolnarAdd stdalgo::string::equalsci and use it instead of...
2016-08-22 Attila MolnarReplace irc::string in XLineLookup with irc::insensitiv...
2016-08-22 Attila MolnarReplace irc::string usage in CommandParser::LoopCall...
2016-08-22 Attila MolnarRemove unused irc::tokenstream::GetToken() overload...
2016-08-22 Attila MolnarRemove unused irc::hash
2016-08-22 Attila MolnarRemove unused trim() function
2016-08-17 Attila MolnarMerge insp20
2016-08-11 Attila MolnarUpdate description of class EventHandler
2016-08-11 Attila MolnarReplace HandleEvent() references in the SocketEngine...
2016-08-11 Attila MolnarRemove virtual destructor of class Version
2016-08-10 Attila MolnarMerge branch 'master+websocket'
2016-08-08 Attila MolnarUpdate comments for classes IOHookProvider and IOHook
2016-08-08 Attila MolnarKeep multiple IOHookProvider references in class Listen...
2016-08-08 Attila MolnarInclude <array> or <tr1/array> globally
2016-08-08 Attila MolnarChange return type of ListenSocket::ResetIOHookProvider...
2016-08-08 Attila MolnarAdd StreamSocket::SendQueue::moveall() for moving data...
2016-08-08 Attila MolnarAdd support for multiple IOHooks per StreamSocket
2016-08-08 Attila MolnarExtract code that reads data into a recvq from StreamSo...
2016-08-08 Attila MolnarExtract code that flushes the sendq from StreamSocket...
2016-08-08 Attila MolnarAdd StreamSocket::GetModHook() for obtaining the IOHook...
2016-08-08 Attila MolnarPass sendq to OnStreamSocketWrite
2016-08-08 Attila MolnarPredeclare IOHookProvider, remove iohook.h include...
2016-07-22 Peter PowellAdd a method which calculates the maximum mask length...
2016-06-27 Attila MolnarMerge pull request #1181 from SaberUK/insp20+null
2016-06-27 Attila MolnarMerge pull request #1186 from SaberUK/master+build...
2016-06-27 Attila MolnarMerge pull request #1182 from SaberUK/master+431
2016-06-22 Peter PowellFix sending the wrong numeric when an empty new nick...
2016-06-17 Attila MolnarDon't exit on rehash if the pid file cannot be written
2016-04-30 Attila MolnarMerge branch 'master+sslconnmsg'
2016-04-28 Attila MolnarExport the GetCiphersuite() method from the SSL modules
2016-04-28 Attila MolnarAdd SSLIOHook::IsSSL() to determine whether a socket...
2016-04-11 Attila MolnarRefactor topic setting logic to go through Channel...
2016-04-04 Attila MolnarMerge pull request #1167 from SaberUK/master+collision
2016-04-04 Peter PowellRename PURE_STATIC to INSPIRCD_STATIC.
2016-03-30 Attila MolnarRemove unused ProtocolInterface::SendTopic()
2016-03-30 Attila MolnarRemove ProtocolInterface::PushToClient()
2016-03-30 Attila MolnarRemove User::SendText() and overrides completely
2016-03-30 Attila MolnarMerge branch 'master+stnum'
2016-03-29 Attila MolnarMake User::WriteRemoteNumeric() virtual, implement...
2016-03-22 Attila MolnarRemove now unused overload of User::SendText()
2016-03-22 Attila MolnarMerge branches 'master+check' and 'master+namedmodes'
2016-03-22 Attila MolnarAdd Numeric::ParamBuilder
2016-03-19 Attila Molnarm_check Refactor, move to the new RPL_CHECK numeric
2016-03-19 Attila MolnarFix oversights in the WriteNumeric() parameter conversion
2016-03-05 Attila MolnarMerge branch 'master+chanwritenotice'
2016-03-05 Attila MolnarAdd Channel::WriteNotice()
2016-03-02 Attila MolnarMerge branch 'master+writeremotenotice'
next