summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2018-01-25Revert std::set changes and add duplicate checking in m_banredirect instead, ...linuxdaemon
2018-01-25Fix comparator logic for ordering by channellinuxdaemon
2018-01-25Make sure banredirect metadata can not be duplicatedlinuxdaemon
2018-01-25Add a module which rehashes SSL modules on receiving SIGUSR1.Peter Powell
2018-01-20Pass an irc::socket::sockaddrs to SocketEngine::Connect().Peter Powell
2018-01-07Fix some char signedness oversights when using bitsets.Peter Powell
2018-01-07Add user mode +z for ssl-only private messages.Shawn Smith
2018-01-06Rework message handling.Peter Powell
2018-01-03Improve the method that blockcaps uses to block messages.Peter Powell
2018-01-03Fix m_chanhistory sending the history notice directly to the user.Peter Powell
2017-12-31Increase the config default for <chanhistory:maxlines> to 50.Peter Powell
2017-12-31m_chanhistory: optionally exempt bots from receiving history.Michael Hazell
2017-12-29Don't hardcode mode characters which are sent in 005 tokens.Peter Powell
2017-12-27Fix various issues with the cgiirc module.Peter Powell
2017-12-23Use a bitset in blockcaps instead of a char array.Peter Powell
2017-12-23Use a bitset in chghost/sethost instead of a char array.Peter Powell
2017-12-22Improve and modernize the SQL system API.Peter Powell
2017-12-22Fixed misc. instances of ERR_NOSUCHNICK instead of channel numericsB00mX0r
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-19Clarify error message when attempting to /NICK while bannedB00mX0r
2017-12-19Add snomask alert on m_filter quit/part G-LineB00mX0r
2017-12-19Show server versions in /MAP for opersB00mX0r
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-11Merge branch 'insp20' into master.Peter Powell
2017-12-11Add optional oper override umode +O.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-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-28Add length checking to GetExtBanStatus and m_banexception.Peter Powell
2017-11-26Fix m_cloaking umode syncingB00mX0r
2017-11-25Convert GenRandom to std::function.Peter Powell
2017-11-25Convert IsChannel to std::function.Peter Powell
2017-11-25Convert IsNick to std::function.Peter Powell