]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Fix Windows build and most MSVC warnings
[user/henk/code/inspircd.git] / include /
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'
2016-03-01 Attila MolnarAdd User::WriteRemoteNotice()
2016-02-29 Attila MolnarMerge pull request #1147 from SaberUK/insp20+gcc6
2016-02-29 Attila MolnarMerge pull request #1148 from guikcd/spelling-error
2016-02-29 Attila MolnarMerge pull request #1146 from SaberUK/insp20+quote
2016-02-29 Attila MolnarMerge pull request #1145 from Adam-/insp20+ulinekill
2016-02-26 Attila MolnarMerge branch 'master+writenumeric-who'
2016-02-26 Attila MolnarAdd RPL_WHOREPLY to the list of numerics
2016-02-26 Attila MolnarSend WHO reply numerics with User::WriteNumeric(),...
2016-02-26 Attila MolnarReturn ModResult from the OnSendWhoLine hook
2016-02-25 Attila MolnarFix oversight in the last Stats::Context:AddRow() method
2016-02-25 Attila MolnarAdd RPL_ISON, RPL_USERIP and RPL_USERHOST to the list...
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarIntroduce Stats::Context, pass it to the OnStats hook...
2016-02-25 Attila MolnarAdd User::WriteRemoteNumeric() and switch code using...
2016-02-25 Attila MolnarMake source server settable in Numeric::Numeric
2016-02-25 Attila MolnarConvert WhoisContext::SendLine() calls to pass the...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-25 Attila MolnarAdd Numeric::Numeric
2016-02-25 Attila MolnarAdd no-op ConvToStr(const std::string&)
2016-02-25 Attila MolnarMove implementation of ConvTo*() and related functions...
2016-02-25 Attila MolnarInclude stdint.h from inspircd.h
2016-02-25 AdamDon't show snotices for kills from ulined clients
2016-02-22 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge pull request #1139 from johanna-a/master
2016-02-20 Attila MolnarMerge pull request #1142 from SaberUK/master+fixes
2016-02-20 Peter PowellFix build errors on CentOS 6 and OpenBSD.
2016-02-13 Attila MolnarLimit DNS cache size
2016-01-03 Attila MolnarMerge branch 'master+numericbuilder'
2015-12-30 Attila MolnarAdd Numeric::Builder
2015-12-28 Attila MolnarReturn true from Channel::PartUser() if the user was...
2015-12-28 Attila MolnarFix some whitespace issues
2015-12-08 Attila MolnarStrip all control codes except \001 in InspIRCd::StripC...
2015-12-06 Attila MolnarMerge branch 'master+echomessage-invitenotify'
2015-12-06 Attila MolnarAdd minimum channel rank and exception list parameters...
next