]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2013-11-21 AdamAllow multiple allowmasks in link blocks, #679
2013-11-21 Daniel VassdalDisallow remote /MODULES for non-opers.
2013-11-18 Attila MolnarMerge pull request #685 from SaberUK/master+gnutls-rng
2013-11-18 Peter PowellUse gnutls_rnd instead of gcry_randomize on newer GnuTL...
2013-11-12 AdamThese two numerics are supposed to use SentText() as...
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-11-09 AdamMerge pull request #672 from SaberUK/master+rt-link-err
2013-11-09 Peter PowellFix PrefixMode not being exported which caused runtime...
2013-09-15 attilamolnarRemove redundant parameter.clear()s from mode handlers
2013-09-15 attilamolnarm_services_account Remove OnDecodeMetaData handler
2013-09-13 attilamolnarPass an interface to the OnSync hooks
2013-09-13 attilamolnarSplit ProtocolInterface::SendMetaData() into multiple...
2013-09-12 attilamolnarSend ListModeBase modes implicitly on channel sync
2013-09-12 attilamolnarKeep lists of mode handlers by type
2013-09-12 attilamolnarAdd ModeHandler::IsListModeBase() and MC_LIST
2013-09-11 attilamolnarm_modenotice Use WriteNotice()
2013-09-11 attilamolnarConvert cmd_modenotice into an optional module
2013-09-11 attilamolnarMove prefix mode specific fields and getters into Prefi...
2013-09-11 attilamolnarCreate a base class for prefix modes
2013-09-11 attilamolnarAdd a type id field to ModeHandler
2013-09-10 attilamolnarm_spanningtree Minor fixes
2013-09-10 attilamolnarm_spanningtree Handle ERROR when fully connected
2013-09-10 attilamolnarm_spanningtree Move c2s commands out of SpanningTreeCom...
2013-09-08 attilamolnarChange allocation of a few services to make use of...
2013-09-08 attilamolnarHide all symbols that aren't exported explicitly
2013-09-08 attilamolnarRemove InspIRCd::HandleRehash functor
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-09-08 attilamolnarDeduplicate code in modmanager_static and modmanager_dy...
2013-09-08 attilamolnarRemove ModuleManager::ModCount and GetCount()
2013-09-08 attilamolnarFix module loading in PURE_STATIC builds
2013-09-08 AdamFix compile warnings as seen on g++ 4.4.7
2013-08-30 attilamolnarRemove ModuleManager::GetAllModuleNames(), use GetModul...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-30 attilamolnarDon't CoreExport reference, fixes m_dnsbl on Windows
2013-08-28 attilamolnarRelease 2.0.14
2013-08-28 attilamolnarm_permchannels Fix empty topic setby
2013-08-28 Christopher... Update COPYING file with new FSF address.
2013-08-28 attilamolnarm_spanningtree Propagate topic changes via FTOPIC in...
2013-08-27 attilamolnarFix fd and minor memory leak in threadengine_pthread...
2013-08-27 attilamolnarFix crash caused by passing a large integer to ctime()
2013-08-27 attilamolnarm_permchannels Add the ability to save listmodes
2013-08-27 attilamolnarm_permchannels Save channel TS, topic set time and...
2013-08-27 attilamolnarm_permchannels Construct the final line that will be...
2013-08-27 attilamolnarUpdate example configs, README.md and more
2013-08-27 attilamolnarm_spanningtree Introduce command builders
2013-08-27 attilamolnarm_spanningtree Changes to TreeSocket::WriteLine() to...
2013-08-27 attilamolnarFix Windows build and a few more problems
2013-08-27 attilamolnarFix indentation
2013-08-27 Daniel VassdalAllow jmpsrv to handle SSL-connected clients correctly...
2013-08-27 Attila MolnarMerge pull request #619 from SaberUK/master+regex-dedupe
2013-08-27 Peter PowellFix various small issues.
2013-08-27 Peter PowellMake all regex modules throw the same exception on...
2013-08-25 attilamolnarm_spanningtree Allow server-to-server command handlers...
2013-08-25 attilamolnarClean up the protocol interface
2013-08-24 Attila MolnarMerge pull request #616 from ShutterQuick/inspircd...
2013-08-24 Daniel VassdalOption to select if chanhistory is on for bots
2013-08-22 attilamolnarm_spanningtree Add TreeServer::GetChildren() that repla...
2013-08-22 attilamolnarm_spanningtree Remove duplicate code for sending channe...
2013-08-22 attilamolnarm_spanningtree Implement DoOneToMany() using DoOneToAll...
2013-08-22 attilamolnarm_spanningtree Change TreeServer::GetSocket() to always...
2013-08-22 attilamolnarFix a few problems
2013-08-21 attilamolnarm_spanningtree When an IOHook goes away close all pendi...
2013-08-21 attilamolnarm_dnsbl Fix possible use-after-free after a rehash
2013-08-19 attilamolnarRemove cmd_map from the core
2013-08-19 attilamolnarm_spanningtree Minor cleanup of functions
2013-08-18 attilamolnarm_spanningtree Move all server-to-server command handle...
2013-08-18 attilamolnarCreate the CommandBase class from Command
2013-08-18 attilamolnarm_spanningtree Propagate oper-only quit reason using...
2013-08-18 Attila MolnarMerge pull request #609 from SaberUK/master+configure...
2013-08-18 Peter PowellClean up and move various subroutines.
2013-08-17 attilamolnarm_spanningtree Remove SpanningTreeUtilities* fields...
2013-08-17 Attila MolnarMerge pull request #608 from SaberUK/master+buildprop...
2013-08-15 Peter PowellClean up the build system properties and related code.
2013-08-15 attilamolnarRemove $ModDep comments
2013-08-13 attilamolnarStore oper types and opers in separate containers
2013-08-13 attilamolnarm_ssl_gnutls Fix feature testing and cipher suite relat...
2013-08-12 attilamolnarClean up a few constructors
2013-08-12 attilamolnarcmd_whowas Major cleanup, fix inefficiencies
2013-08-12 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
2013-08-12 Attila MolnarMerge pull request #607 from SaberUK/master+match
2013-08-12 Peter PowellClean up wildcard code.
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-12 Peter PowellAdd <path> keys for all of the compile-time paths.
2013-08-10 Peter PowellRequire privs given on initial join to be in <options...
2013-08-10 Peter PowellRename <options:moronbanner> to <options:xlinemessage>.
2013-08-10 Peter PowellReplace range() with min and max arguments on getInt().
2013-08-10 Peter PowellPrevent servers from ulining themselves.
2013-08-10 Peter PowellChange the default for <security:customversion> to...
2013-08-10 Peter PowellWarn if the server has no <bind> blocks.
2013-08-10 Peter PowellUse an example server name if <server:name> is not...
2013-08-10 Peter PowellRename <connect:nouserdns> to <connect:resolvehostnames>.
2013-08-09 attilamolnarRemove virtual User::GetClass() (but keep LocalUser...
2013-08-09 attilamolnarAccept std::string as parameter in User::ChangeHost...
2013-08-09 attilamolnarMove host cycle logic into m_hostcycle
2013-08-08 attilamolnarFix a couple of issues
2013-08-06 AdamIssue #604, fix m_dnsbl, broken in accccc212cd4f08a3c55...
2013-08-04 attilamolnarCall ModeParser::Process() directly instead of going...
2013-08-04 attilamolnarFakeUsers are only inserted into UserManager::uuidlist...
2013-08-04 Attila MolnarMerge pull request #599 from SaberUK/master+configure...
next