summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-23Fix User::ChangeRealHost() to change the real host properly.Peter Powell
2017-12-23Add ISUPPORT tokens for the host, line, and user length.Peter Powell
2017-12-23Get rid of InspIRCd::QuickExit.Peter Powell
2017-12-23Merge pull request #1449 from B00mX0r/insp20Peter Powell
2017-12-22Fix two minor docs issuesB00mX0r
2017-12-22Improve and modernize the SQL system API.Peter Powell
2017-12-22Merge pull request #1446 from B00mX0r/master+wrongnumericPeter Powell
2017-12-22Fixed misc. instances of ERR_NOSUCHNICK instead of channel numericsB00mX0r
2017-12-22Rename <security:hidewhois> to <security:hideserver>.Peter Powell
2017-12-22Merge pull request #1443 from B00mX0r/master+filtershunPeter Powell
2017-12-21Add SHUN as a /filter actionB00mX0r
2017-12-21Merge pull request #1370 from clinew/insp30+openssl-crlPeter Powell
2017-12-20Merge pull request #1444 from B00mX0r/master+missingsnoPeter Powell
2017-12-20Always store something in the cgiirc hostname extension.Peter Powell
2017-12-20Merge pull request #1445 from B00mX0r/master+nickmsgPeter Powell
2017-12-19Clarify error message when attempting to /NICK while bannedB00mX0r
2017-12-19Add snomask alert on m_filter quit/part G-LineB00mX0r
2017-12-19Merge pull request #1442 from B00mX0r/master+map_versionPeter Powell
2017-12-19Show server versions in /MAP for opersB00mX0r
2017-12-19Use GetMaxMask in InspIRCd::IsValidMask instead of hardcoding 250.Peter Powell
2017-12-16Use HTTPS URLs in the executable file and include examples.Peter Powell
2017-12-16Only show a duration in m_chanhistory's notice if one is set.Peter Powell
2017-12-16Remove usage of deprecated API members in m_ssl_openssl.Peter Powell
2017-12-14Add OpenSSL CRLs.Wade Cline
2017-12-15Fix m_spanningtree sending the wrong setter in S2S ADDLINE.Peter Powell
2017-12-15Fix m_xline_db storing the wrong setter in the XLine database.Peter Powell
2017-12-12Clarify the documentation of <connect:allow>.Peter Powell
2017-12-11Don't allow users to set a zero channel limit.Peter Powell
2017-12-11Release v3.0.0 alpha 4.Peter Powell
2017-12-11Merge branch 'insp20' into master.Peter Powell
2017-12-11Merge pull request #1423 from B00mX0r/master+override_umodePeter Powell
2017-12-11Add optional oper override umode +O.B00mX0r
2017-12-11Ensure that ModeParser doesn't try to process a non-existent mode.B00mX0r
2017-12-10Require that the services server be configured in <sasl:target>.Peter Powell
2017-12-10Extract RFC modes from the core to core_channel and core_user.Peter Powell
2017-12-09Clean up numeric usage in WHOIS and WHOWAS.Peter Powell
2017-12-09Add names for a bunch more numerics.Peter Powell
2017-12-03Clean up m_password_hash slightly.Peter Powell
2017-12-03Send a snotice when m_filter kills or G-Lines a client.ThatOneRoadie
2017-12-03Add SSL cert info to connect class debug log.Christopher 'm4z' Holm
2017-12-03Removed config option for +L redirect.Shawn Smith
2017-12-03Move OnSync{Channel,Network,User} to ServerEventListener.Peter Powell
2017-12-03Rename the spanningtree module header to server.Peter Powell
2017-12-03Merge pull request #1417 from B00mX0r/master+fix_1416Peter Powell
2017-12-03Merge pull request #1428 from Chewsterchew/patch-1Peter Powell
2017-12-02Remove extra double quote (")Chew
2017-11-30Bump the minimum versions of GnuTLS to 2.0.0 and OpenSSL to 1.0.0.Peter Powell
2017-11-30Improve TLS security configuration in m_ssl_openssl.Peter Powell
2017-11-29Merge INSPIRCD_MODULE and INSPIRCD_TARGET.Peter Powell
2017-11-28Use ERR_INVALIDUSERNAME rather than ERR_NEEDMOREPARAMS in USER.Peter Powell