summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-24Fix some numericsAttila Molnar
2016-02-22Merge insp20Attila Molnar
2016-02-22Merge pull request #1139 from johanna-a/masterAttila Molnar
Adds <commandlist> tag with command usage to httpd_stats.
2016-02-20Adds <commandlist> tag with command usage to httpd_stats.Johanna A
2016-02-20Merge pull request #1142 from SaberUK/master+fixesAttila Molnar
Fix various build problems on CentOS, OpenBSD, and Solaris.
2016-02-20Fix GCC 6 warning about auto_ptr via a different method.Peter Powell
The previous method was causing build errors on CentOS and Solaris.
2016-02-20Fix build errors on CentOS 6 and OpenBSD.Peter Powell
2016-02-20Fix not having a CPU count when the lookup command is missing.Peter Powell
2016-02-20Merge pull request #1127 from SaberUK/master+testnetAttila Molnar
Remove the useless testnet module.
2016-02-20Remove the useless testnet module.Peter Powell
2016-02-19Merge pull request #1135 from SaberUK/master+starttlsAttila Molnar
Remove the STARTTLS token from ISUPPORT.
2016-02-19Merge pull request #1133 from SaberUK/master+tempfixAttila Molnar
Fix the temporary fix for finding SSL libraries.
2016-02-19Merge pull request #1130 from SaberUK/master+capnewAttila Molnar
Fix cap-notify sending ADD instead of NEW.
2016-02-19Merge pull request #1126 from SaberUK/master+gcc6Attila Molnar
Fix warnings when building under GCC 6.
2016-02-19Remove the STARTTLS token from ISUPPORT.Peter Powell
This is an InspIRCd-specific token which is pointless because: 1. You can't STARTTLS after registration is complete. 2. You can already discover STARTTLS support via cap `tls`.
2016-02-19Fix the temporary fix for finding SSL libraries.Peter Powell
2016-02-19Fix cap-notify sending ADD instead of NEW.Peter Powell
2016-02-19Fix warnings when building under GCC 6.Peter Powell
2016-02-13Release v2.0.21Attila Molnar
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
Default to 20
2016-02-12m_ircv3 Fix AWAY being sent on join to the joining user if it has ↵Attila Molnar
away-notify enabled and is away
2016-02-12Merge pull request #1071 from SaberUK/insp20+fix-lusersAttila Molnar
[2.0] Fix hidden operators being shown in LUSERS.
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
Code is shared with m_monitor
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 ↵Attila Molnar
VF_COMMON/VF_OPTCOMMON flags Include m_watch in the list
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
Fixes issue #1117 reported by @ProgVal
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
Fixes issue #1120 reported by @ProgVal
2015-12-18m_xline_db Don't flush database when an xline expiresAttila Molnar