| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Fix some numerics | 2016-02-24 | 3 | -3/+3 | ||
| * | | | | Merge insp20 | 2016-02-22 | 11 | -17/+92 | ||
| |\| | | | ||||||
| | * | | | Release v2.0.21 v2.0.21 | 2016-02-13 | 1 | -1/+1 | ||
| | * | | | m_namedmodes Only show chan key to members and opers with channels/auspex | 2016-02-13 | 1 | -1/+6 | ||
| | * | | | m_callerid Free old extension data before unserializing the new data | 2016-02-13 | 1 | -4/+5 | ||
| | * | | | Limit DNS cache size | 2016-02-13 | 1 | -0/+4 | ||
| | * | | | Cap TTL of DNS cache entries | 2016-02-13 | 1 | -0/+2 | ||
| | * | | | Garbage collect DNS cache more often | 2016-02-13 | 1 | -1/+1 | ||
| | * | | | m_dccallow Add config option to control max entries on a list•••Default to 20 | 2016-02-12 | 1 | -1/+10 | ||
| | * | | | m_ircv3 Fix AWAY being sent on join to the joining user if it has away-notify... | 2016-02-12 | 1 | -1/+1 | ||
| | * | | | Merge pull request #1071 from SaberUK/insp20+fix-lusers•••[2.0] Fix hidden operators being shown in LUSERS. | 2016-02-12 | 1 | -1/+41 | ||
| | |\ \ \ | ||||||
| | | * | | | Fix hidden operators being shown in LUSERS. | 2016-02-12 | 1 | -1/+41 | ||
| | * | | | | Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4 | 2016-02-11 | 1 | -1/+1 | ||
| | * | | | | Work around irc::spacesepstream not stripping extraneous spaces. | 2015-12-07 | 1 | -1/+6 | ||
| | * | | | | Fix CAP REQ to be atomic like the standard dictates.•••Reported by @dequis on IRC. | 2015-12-07 | 2 | -9/+12 | ||
| | |/ / / | ||||||
| | * | | | m_operprefix Unset mode on unload•••Fixes issue #1109 reported by @Sheogorath-SI | 2015-11-23 | 1 | -0/+33 | ||
| | * | | | Revert "Fix sending the wrong numerics on join when a topic is empty."•••This reverts commit b0e64b8cea2d721588d92072a8d16fdd99a9c945. The original behavior isn't RFC incompliant, see #1095. | 2015-10-11 | 1 | -1/+1 | ||
| | * | | | Fix incorrect std::string::operator[] usage•••Passing a position equal to length() to the non-const version of operator[] is undefined | 2015-09-28 | 2 | -1/+3 | ||
| | * | | | Merge pull request #1050 from Aviator45003/insp20•••Fixed a build warning | 2015-09-06 | 1 | -2/+2 | ||
| | |\ \ \ | ||||||
| | | * | | | Fixed a build warning•••Just a mismatched type, improperly done cast. | 2015-05-17 | 1 | -2/+2 | ||
| | * | | | | Merge pull request #1018 from SaberUK/insp20+hidekills•••[2.0] Fix exposing the opers hostname in KILL when using hidekills. | 2015-09-06 | 1 | -1/+1 | ||
| | |\ \ \ \ | ||||||
| | | * | | | | Fix exposing the opers hostname in KILL when using hidekills. | 2015-03-20 | 1 | -1/+1 | ||
| | * | | | | | Fix sending the wrong numerics on join when a topic is empty. | 2015-08-26 | 1 | -1/+1 | ||
| | | |_|/ / | |/| | | | ||||||
| | * | | | | Fix various issues with the nationalchars module.•••- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows. | 2015-06-14 | 1 | -5/+14 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #1139 from johanna-a/master•••Adds <commandlist> tag with command usage to httpd_stats. | 2016-02-22 | 1 | -1/+9 | ||
| |\ \ \ \ | ||||||
| | * | | | | Adds <commandlist> tag with command usage to httpd_stats. | 2016-02-20 | 1 | -1/+9 | ||
| * | | | | | Fix GCC 6 warning about auto_ptr via a different method.•••The previous method was causing build errors on CentOS and Solaris. | 2016-02-20 | 1 | -4/+8 | ||
| * | | | | | Fix build errors on CentOS 6 and OpenBSD. | 2016-02-20 | 2 | -2/+2 | ||
| * | | | | | Remove the useless testnet module. | 2016-02-20 | 1 | -67/+0 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #1135 from SaberUK/master+starttls•••Remove the STARTTLS token from ISUPPORT. | 2016-02-19 | 1 | -5/+0 | ||
| |\ \ \ \ | ||||||
| | * | | | | Remove the STARTTLS token from ISUPPORT.•••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-19 | 1 | -5/+0 | ||
| * | | | | | Merge pull request #1130 from SaberUK/master+capnew•••Fix cap-notify sending ADD instead of NEW. | 2016-02-19 | 1 | -1/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix cap-notify sending ADD instead of NEW. | 2016-02-19 | 1 | -1/+1 | ||
| | |/ / / / | ||||||
| * / / / / | Fix warnings when building under GCC 6. | 2016-02-19 | 1 | -3/+3 | ||
| |/ / / / | ||||||
| * | | | | Add rewritten m_watch module•••Code is shared with m_monitor | 2016-01-06 | 1 | -0/+267 | ||
| * | | | | Add m_monitor which implements the MONITOR command and notifications | 2016-01-06 | 1 | -0/+443 | ||
| * | | | | Nuke m_watch | 2016-01-06 | 2 | -530/+0 | ||
| * | | | | m_spanningtree Ignore SVSWATCH from 2.0 servers | 2016-01-06 | 1 | -0/+5 | ||
| * | | | | m_spanningtree Add compatibility hack that allows modules to drop the VF_COMM...•••Include m_watch in the list | 2016-01-06 | 1 | -1/+26 | ||
| * | | | | core_whois Switch to Numeric::Builder | 2015-12-30 | 1 | -53/+75 | ||
| * | | | | cmd_names Switch to Numeric::Builder | 2015-12-30 | 1 | -17/+5 | ||
| * | | | | cmd_names Inherit handler from SplitCommand | 2015-12-30 | 2 | -6/+6 | ||
| * | | | | core_ison Switch to Numeric::Builder | 2015-12-30 | 1 | -26/+16 | ||
| * | | | | core_ison Inherit handler from SplitCommand | 2015-12-30 | 1 | -4/+6 | ||
| * | | | | core_ison Simplify handler | 2015-12-30 | 1 | -14/+7 | ||
| * | | | | Convert remaining NOTICEs implemented using WriteServ() to WriteNotice() | 2015-12-29 | 2 | -4/+4 | ||
| * | | | | Fix InspIRCd::StripColor() stripping characters that shouldn't be stripped | 2015-12-29 | 1 | -1/+1 | ||
| * | | | | cmd_part Send ERR_NOTONCHANNEL if the user is not on the channel•••Fixes issue #1117 reported by @ProgVal | 2015-12-28 | 1 | -4/+6 | ||
| * | | | | Return true from Channel::PartUser() if the user was on the channel | 2015-12-28 | 1 | -2/+4 | ||
| * | | | | Invert if in Channel::PartUser() | 2015-12-28 | 1 | -11/+11 | ||
