]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
socketengine_poll: fix initialization fd_mappings
[user/henk/code/inspircd.git] / include /
2017-10-21 Peter PowellRemove CMD_EPERM as it is not used anywhere.
2017-10-21 Peter PowellTweak the module flags in MODULES slightly.
2017-10-21 Peter PowellAdd a helper function for calling the OnCheckExemption...
2017-10-18 Peter PowellAdd a constructor to OperInfo and use it to set the...
2017-10-18 Peter PowellClean up OnCleanup.
2017-10-17 Peter PowellClean up the command disabling logic.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-10-04 Peter PowellFix RPL_SERVERVERSION treating the modes as a single...
2017-09-18 Peter PowellConvert Disabled[CU]Modes to use a bitset instead of...
2017-09-18 Peter PowellAdd ModeParser::IsModeChar to standardise mode validation.
2017-09-14 Peter PowellRaise the default listmode limit to 100 from 64.
2017-09-12 Peter PowellChange FailedPortList to store a sockaddrs/int instead...
2017-09-12 Peter PowellStore the server endpoint as a sockaddrs in ListenSocket.
2017-09-12 Peter PowellGet rid of irc::sockets::satoap().
2017-09-11 Peter PowellMove operquit out of the core and into core_user.
2017-09-08 Peter PowellImplement support for configurable casemapping & defaul...
2017-09-06 Peter PowellMove RPL_SYNTAX to 650 to prevent a collision with...
2017-09-06 Peter PowellConvert uncontroversial anonymous numerics to use const...
2017-09-06 Peter PowellChange the numerics used by /COMMANDS to avoid a collision.
2017-09-03 Peter PowellAdd support for length arguments in getString.
2017-09-03 Peter PowellMove <dns:timeout> out of the core.
2017-09-03 Peter PowellAdd a ConfigTag* parameter to the ServerPaths constructor.
2017-08-27 Peter PowellUpdate a bunch of references to the old command modules.
2017-08-26 Peter PowellUse DLLManager::RetrieveLastError() on all platforms.
2017-08-26 Peter PowellRemove some outdated documentation from the SocketEngin...
2017-08-26 Peter PowellFix a bunch of Doxygen warnings.
2017-08-13 Peter PowellRemove <alias:matchcase> and associated code.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-24 Peter PowellMerge pull request #1221 from SaberUK/master+isupport...
2017-07-24 Peter PowellReplace the deprecated MAXBANS token with MAXLIST.
2017-07-24 Peter PowellAdd DEFAULT_LIST_SIZE for the default list mode size.
2017-07-24 Peter PowellMerge pull request #1232 from Adam-/master+kill
2017-07-13 Peter PowellImprove the numerics we send in response to MAP.
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 PowellMove the OnCheckExemption hook out of the core.
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'
next