]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2016-11-08 Peter PowellUpdate build system for the removal of . from @INC.
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-11-01 Attila MolnarMerge pull request #1215 from SaberUK/master+config
2016-11-01 Attila MolnarMerge pull request #1185 from SaberUK/master+lockserv
2016-11-01 Attila MolnarMerge pull request #1184 from SaberUK/master+flood
2016-10-25 Peter PowellFix OpenSSL build errors caused by BIO/BIO_METHOD now...
2016-10-25 Peter PowellAllow classes to take a port range.
2016-09-21 Attila MolnarMerge pull request #1228 from SaberUK/master+directive-env
2016-09-20 Peter PowellFix the directive parser using invalid environment...
2016-09-20 Peter PowellStrip carriage returns in the config parser.
2016-09-20 Attila MolnarMerge pull request #1225 from SaberUK/master+cppflags
2016-09-20 Attila MolnarMerge pull request #1226 from SaberUK/master+fix-insp20...
2016-09-20 Peter PowellFix compatibility with the legacy <channels> tag.
2016-09-17 Peter PowellUse the environment's CPPFLAGS as well as its CXXFLAGS.
2016-09-16 AdamAdd CentOS PackageInfo
2016-09-16 Peter PowellMake the duration of nickflood and joinflood configurable.
2016-09-16 Peter PowellAllow the reason for locking to be specified in m_lockserv.
2016-09-16 Attila MolnarMerge pull request #1223 from SaberUK/master+travis
2016-09-16 Attila MolnarMerge pull request #1222 from SaberUK/master+warnings
2016-09-16 Attila MolnarMerge pull request #1219 from SaberUK/master+directive
2016-09-16 Attila MolnarMerge pull request #1176 from SaberUK/master+format
2016-09-16 Peter PowellRewrite the build system directive parser.
2016-09-15 Peter PowellSpeed up Travis builds.
2016-09-14 Peter PowellFix m_ldap warning about OpenLDAP being deprecated...
2016-09-14 Peter PowellFix m_geoip warning about the use of C++11 features.
2016-09-14 Peter PowellFix print_format breaking when formatting empty strings.
2016-09-14 Peter PowellAllow print_error and print_warning to take multiple...
2016-09-14 Attila MolnarMerge pull request #1220 from SaberUK/master+isupport
2016-09-14 Peter PowellImprove the default ISUPPORT tokens.
2016-09-12 Attila Molnarm_shun Add support for shunning CIDR masks
2016-09-12 Attila MolnarChange type of log messages to MODNAME in several modules
2016-09-12 Attila MolnarMerge pull request #1217 from SaberUK/master+die-restart
2016-09-12 Attila MolnarMerge pull request #1214 from SaberUK/master+hash
2016-09-12 Peter PowellUndocument <power> and set the default to the server...
2016-09-12 Peter PowellUpdate documentation for password hashing.
2016-09-09 Peter PowellReplace snprintf usage with InspIRCd::Format.
2016-09-02 Attila MolnarRelease v3.0.0 alpha 1
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 Adamm_dnsbl Use FindAnswerOfType
2016-09-02 Adamm_spanningtree Allow multiple valid ips for link blocks...
2016-09-02 Attila MolnarFix Windows build and most MSVC warnings
2016-09-02 Attila Molnarm_spanningtree Add workaround to make SVS* commands...
2016-09-02 Attila Molnarm_spanningtree Refuse topic changes that would result...
2016-09-02 Attila Molnarm_jumpserver Prevent OnUserRegister from running in...
2016-09-02 Attila MolnarFix whitespace issues
2016-08-30 Attila MolnarReturn std::string from Membership::GetAllPrefixChars()
2016-08-30 Attila Molnarm_deaf Remove pointless member prefix check
2016-08-30 Attila Molnarm_deaf Fix inverted check
2016-08-30 Attila MolnarChange Membership:hasMode() to accept a PrefixMode
2016-08-30 Attila MolnarReplace loop over alphabet with loop over mode list...
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 MolnarUnregister modes before unhooking extensions when unloa...
2016-08-29 Attila MolnarDeduplicate mode unregistering code in ModuleManager...
2016-08-29 Attila MolnarRemove unused EventHandlerIter typedef
2016-08-26 Attila Molnarm_spanningtree Drop unnecessary c_str() call when passi...
2016-08-25 Attila Molnarm_spanningtree Handle unload in resolvers
2016-08-25 Attila Molnarcore_dns Fail new requests when this module or the...
2016-08-25 Adamspanningtree: use bindip aftype as a hint for dns looku...
2016-08-25 Adamcore_dns Make question a member of request, move common...
2016-08-25 Attila Molnarcore_dns Change type of all log messages to MODNAME
2016-08-24 Attila MolnarUpdate UserManager documentation and comments
2016-08-24 Attila MolnarDefault defer to on for SSL listeners
2016-08-24 Attila MolnarCheck for errors after calling IOHookProvider::OnAccept()
2016-08-24 Attila MolnarCall IOHookProviders after the socket has been added...
2016-08-24 Attila MolnarAdd socket into the SocketEngine as soon as possible...
2016-08-24 Attila Molnarm_messageflood Improve kick message
2016-08-23 Attila MolnarRemove broken mssql module
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 Molnarm_censor Pass irc::string as C string to WriteNumeric()
2016-08-22 Attila MolnarRemove now unused SearchAndReplace() function
2016-08-22 Attila Molnarm_censor Switch to stdalgo::string::replace_all()
2016-08-22 Attila MolnarAdd stdalgo::string::replace() and replace_all()
2016-08-22 Attila MolnarRemove now unused assign() functions
2016-08-22 Attila Molnarm_spanningtree Use ASCII case insensitive map for match...
2016-08-22 Attila Molnarm_spanningtree Change type of Link::Name to std::string
2016-08-22 Attila Molnarm_timedbans Remove TimedBan::channel
2016-08-22 Attila Molnarm_cban Remove now unnecessary field CBan::displaytext
2016-08-22 Attila MolnarSwitch to irc::equals() from irc::string in modules...
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 Molnarm_services_account Detect nickname case changes by...
2016-08-22 Attila Molnarm_timedbans Remove one irc::string usage
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-19 Attila MolnarMerge pull request #1200 from SaberUK/master+travis
2016-08-19 Peter PowellFix m_mysql warning about use of C++11 features on...
2016-08-19 Peter PowellDon't try to run `inspircd --version` after doing a...
2016-08-19 Peter PowellFix poll using int instead of size_t which caused a...
2016-08-19 Peter PowellFix linker flags being in the wrong place on static...
next