]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2014-01-04 Attila MolnarChange type of snomask parameter to char in ProtocolInt...
2014-01-04 Attila MolnarAdd functor that does strict weak ordering based on...
2014-01-04 Peter PowellFix some Windows-related problems.
2013-12-19 Attila Molnarm_showwhois Update settings on rehash
2013-12-19 Attila Molnarm_filter Remove ImplFilter and needless dynamic_cast
2013-12-19 AdamAdd m_ldap, and convert m_ldapoper and m_ldapauth to...
2013-12-18 Attila MolnarFix FileReader not working with files specified in...
2013-12-18 Attila MolnarAdd m_showfile, remove cmd_rules
2013-12-18 Attila Molnarm_auditorium Switch to SimpleChannelModeHandler
2013-12-18 Attila Molnarm_spanningtree Fix clang warning and wrong operator...
2013-12-18 Attila MolnarClean up CoreException
2013-12-18 Daniel VassdalFix issues discovered by Coverity
2013-12-18 Attila MolnarRemove unused motd and rules field from ServerConfig
2013-12-18 Attila Molnarm_sakick Replace C string with C++ string
2013-12-18 Attila MolnarClean up error messages in a few SA commands
2013-12-18 Daniel VassdalAdd a Flash Policy Daemon module
2013-12-16 Attila MolnarMerge pull request #586 from SaberUK/master+test-build
2013-12-16 Peter PowellAdd a tool for running test builds.
2013-12-15 Peter PowellFix $config{UID} being set incorrectly
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMake various self contained methods static.
2013-12-15 Peter PowellPurge docs/rfc from the repository.
2013-12-15 Peter PowellRemove some pointless code:
2013-12-15 Peter PowellMove stuff around a bit:
2013-12-13 Peter PowellAdd a warning that the user is using a development...
2013-11-21 attilamolnarm_cap Convert capability names in CAP REQ to lowercase...
2013-11-21 attilamolnarFix a few issues
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.
next