]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Add InspIRCd::GetChans(), remove ChannelCount()
[user/henk/code/inspircd.git] / src / modules /
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-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 Attila Molnarm_spanningtree Fix nick TS desync on SVSNICK
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 PowellRemove some pointless code:
2013-12-15 Peter PowellMove stuff around a bit:
2013-12-14 Daniel VassdalFix m_override refusing to override modes if the user...
2013-12-09 Daniel VassdalFix ACCEPT propagation bug when it got a nick prefixed...
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-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 AdamUse case insensitive comparison for server names for...
2013-11-09 AdamFix parsing ADDLINE with expiration or creation dates...
2013-11-09 AdamFix issue #657, fix sending FNAME with spaces
2013-10-26 Peter PowellFix m_silence looking for maxentries in <showwhois...
2013-09-15 attilamolnarWork around STB_GNU_UNIQUE symbols not allowing module...
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-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-09 attilamolnarm_httpd Close all open http sockets on unload
2013-09-09 attilamolnarm_showwhois Require 2 parameters for WHOISNOTICE
2013-09-08 attilamolnarChange allocation of a few services to make use of...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-09-08 AdamFix compile warnings as seen on g++ 4.4.7
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-31 attilamolnarm_spanningtree Fix timestamp in AWAY
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
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-28 attilamolnarm_permchannels Fix empty topic setby
2013-08-28 attilamolnarm_spanningtree Propagate topic changes via FTOPIC in...
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 attilamolnarm_spanningtree Propagate oper-only quit reason using...
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 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
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 PowellReplace range() with min and max arguments on getInt().
2013-08-10 Peter PowellRename <connect:nouserdns> to <connect:resolvehostnames>.
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 attilamolnarAutomatically attach modules to events
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellModify the log message to contain the log type.
2013-08-04 Peter PowellChange httpd modules to use the MODNAME constant in...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-08-04 attilamolnarRemove a few not-so-useful debug messages
2013-08-04 Attila MolnarMerge pull request #596 from SaberUK/master+genssl...
next