summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-13m_namedmodes Only show chan key to members and opers with channels/auspexAttila Molnar
2016-02-13m_callerid Free old extension data before unserializing the new dataAttila Molnar
2016-02-13Limit DNS cache sizeAttila Molnar
2016-02-13Cap TTL of DNS cache entriesAttila Molnar
2016-02-13Garbage collect DNS cache more oftenAttila Molnar
2016-02-12m_dccallow Add config option to control max entries on a listAttila Molnar
2016-02-12m_ircv3 Fix AWAY being sent on join to the joining user if it has away-notify...Attila Molnar
2016-02-12Merge pull request #1071 from SaberUK/insp20+fix-lusersAttila Molnar
2016-02-12Fix hidden operators being shown in LUSERS.Peter Powell
2016-02-11Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4Adam
2016-01-06Add rewritten m_watch moduleAttila Molnar
2016-01-06Add m_monitor which implements the MONITOR command and notificationsAttila Molnar
2016-01-06Nuke m_watchAttila Molnar
2016-01-06m_spanningtree Ignore SVSWATCH from 2.0 serversAttila Molnar
2016-01-06m_spanningtree Add compatibility hack that allows modules to drop the VF_COMM...Attila Molnar
2016-01-03Merge branch 'master+numericbuilder'Attila Molnar
2015-12-30core_whois Switch to Numeric::BuilderAttila Molnar
2015-12-30cmd_names Switch to Numeric::BuilderAttila Molnar
2015-12-30cmd_names Inherit handler from SplitCommandAttila Molnar
2015-12-30core_ison Switch to Numeric::BuilderAttila Molnar
2015-12-30core_ison Inherit handler from SplitCommandAttila Molnar
2015-12-30core_ison Simplify handlerAttila Molnar
2015-12-30Add Numeric::BuilderAttila Molnar
2015-12-29Convert remaining NOTICEs implemented using WriteServ() to WriteNotice()Attila Molnar
2015-12-29Fix InspIRCd::StripColor() stripping characters that shouldn't be strippedAttila Molnar
2015-12-28cmd_part Send ERR_NOTONCHANNEL if the user is not on the channelAttila Molnar
2015-12-28Return true from Channel::PartUser() if the user was on the channelAttila Molnar
2015-12-28Invert if in Channel::PartUser()Attila Molnar
2015-12-28Fix some whitespace issuesAttila Molnar
2015-12-28m_cap Fix incorrect syntax of empty CAP LIST replyAttila Molnar
2015-12-18m_xline_db Don't flush database when an xline expiresAttila Molnar
2015-12-08Strip all control codes except \001 in InspIRCd::StripColor()Attila Molnar
2015-12-07Merge pull request #1110 from SaberUK/insp20+capAttila Molnar
2015-12-07Work around irc::spacesepstream not stripping extraneous spaces.Peter Powell
2015-12-07Fix CAP REQ to be atomic like the standard dictates.Peter Powell
2015-12-07Deduplicate code in InspIRCd::FindNick()Attila Molnar
2015-12-07Remove some IS_SERVER() checksAttila Molnar
2015-12-07Do not insert FakeUsers into UserManager::uuidlistAttila Molnar
2015-12-07m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre...Attila Molnar
2015-12-06m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic...Attila Molnar
2015-12-06m_spanningtree Implement ServerCommand::RegisterService()Attila Molnar
2015-12-06Merge branch 'master+echomessage-invitenotify'Attila Molnar
2015-12-06Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extensionAttila Molnar
2015-12-06Add minimum channel rank and exception list parameters to the OnUserInvite hookAttila Molnar
2015-12-06cmd_invite Fire the OnUserInvite event before announcing the inviteAttila Molnar
2015-12-06cmd_invite Extend scope of the prefix character variableAttila Molnar
2015-12-06Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extensionAttila Molnar
2015-12-06Remove <options:ircumsgprefix> entirelyAttila Molnar
2015-12-06Merge branch 'master+cap'Attila Molnar
2015-12-05Add m_ircv3_chghost which implements the IRCv3.2 chghost extensionAttila Molnar