summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2014-01-21m_spanningtree Fix routing of ROUTE_TYPE_MESSAGE messagesAttila Molnar
2014-01-21Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ...Adam
2014-01-21m_httpd_stats Be more conservative when escaping dataAttila Molnar
2014-01-21m_joinflood Unset the mode on unloadAttila Molnar
2014-01-21Fix some logically dead code which was found by Coverity.Peter Powell
2014-01-20m_svshold Add config option to hide snoticesAttila Molnar
2014-01-20m_httpd Add timeout option; remove timed out connectionsAttila Molnar
2014-01-20m_services_account Add workaround for wrong host being displayed in numeric w...Attila Molnar
2014-01-20m_dnsbl Don't send snotice when the {G|K|Z}line already existsAttila Molnar
2014-01-19m_joinflood Fix remote joins affecting local joinflood state when the channel...Attila Molnar
2014-01-19Use FindNickOnly() in a few more places if a local user is performing an acti...Attila Molnar
2014-01-19m_dccallow Increase penalty for /DCCALLOW helpAttila Molnar
2014-01-19m_alias Fix out of bounds string access that happened with certain replace st...Attila Molnar
2014-01-16Merge pull request #732 from grawity/saslfixAttila Molnar
2014-01-14m_sajoin Send global snotice when the join happensAttila Molnar
2014-01-13m_mlock Only deny the mlocked mode from being changed instead of denying the ...Attila Molnar
2014-01-11Support SASL messages other than 'C' and 'D'Mantas Mikulėnas
2014-01-11Handle SASL failures during SASL_INIT (wrong mechanism, etc.)Mantas Mikulėnas
2014-01-09Stop null checking pointers that are always validAttila Molnar
2014-01-08Remove PreText()-like functionsAttila Molnar
2014-01-08Read uline state in spanningtree; remove ConfigReader::ulinesAttila Molnar
2014-01-06Automatically register and unregister mode watchersAttila Molnar
2014-01-06Unset all extensions and the topic when lowering TS on a channelAttila Molnar
2014-01-06m_deaf Simplify logicAttila Molnar
2014-01-05Move server description field from TreeServer into Server; remove OnGetServer...Attila Molnar
2014-01-05Introduce Server classAttila Molnar
2014-01-05Remove useless ULine() checksAttila Molnar
2014-01-05m_spanningtree Remove vector from TreeServer::QuitUsers()Attila Molnar
2014-01-05Improve UserManager::QuitUser() and related codeAttila Molnar
2014-01-04Change type of snomask parameter to char in ProtocolInterface::SendSNONotice()Attila Molnar
2014-01-04Add functor that does strict weak ordering based on national_case_insensitive...Attila Molnar
2014-01-04Fix some Windows-related problems.Peter Powell
2013-12-27Fix the HELPOP database being destroyed when a rehash fails.Peter Powell
2013-12-21Allow ranges beginning with 0 in m_channamesDaniel Vassdal
2013-12-19m_showwhois Update settings on rehashAttila Molnar
2013-12-19m_filter Remove ImplFilter and needless dynamic_castAttila Molnar
2013-12-19Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Adam
2013-12-18Add m_showfile, remove cmd_rulesAttila Molnar
2013-12-18m_auditorium Switch to SimpleChannelModeHandlerAttila Molnar
2013-12-18m_spanningtree Fix clang warning and wrong operator in ifAttila Molnar
2013-12-18Clean up CoreExceptionAttila Molnar
2013-12-18m_sakick Replace C string with C++ stringAttila Molnar
2013-12-18Clean up error messages in a few SA commandsAttila Molnar
2013-12-18Add a Flash Policy Daemon moduleDaniel Vassdal
2013-12-15m_spanningtree Fix nick TS desync on SVSNICKAttila Molnar
2013-12-15Make various self contained methods static.Peter Powell
2013-12-15Remove some pointless code:Peter Powell
2013-12-15Move stuff around a bit:Peter Powell
2013-12-14Fix m_override refusing to override modes if the user holds halfop or higher ...Daniel Vassdal
2013-12-09Fix ACCEPT propagation bug when it got a nick prefixed with +Daniel Vassdal