summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-14m_sajoin Send global snotice when the join happensAttila Molnar
2014-01-13Don't send the "your unique ID" (numeric 042) message on connectAttila 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-05Fix possible use of invalid iterator on module unloadAttila 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
2014-01-04Show +i users on a channel to opers having the channels/auspex priv who do /N...Attila Molnar
2013-12-27Merge pull request #714 from SaberUK/insp20+fix-helpopAttila Molnar
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-18Fix FileReader not working with files specified in <files>Attila Molnar
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-18Fix issues discovered by CoverityDaniel Vassdal
2013-12-18Remove unused motd and rules field from ServerConfigAttila 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-16Merge pull request #586 from SaberUK/master+test-buildAttila Molnar
2013-12-16Add a tool for running test builds.Peter Powell
2013-12-15Fix $config{UID} being set incorrectlyPeter Powell
2013-12-15Merge pull request #708 from SaberUK/master+development-branchAttila Molnar
2013-12-15m_spanningtree Fix nick TS desync on SVSNICKAttila Molnar
2013-12-14Merge pull request #689 from SaberUK/master+cxxifyAdam
2013-12-15Make various self contained methods static.Peter Powell
2013-12-15Purge docs/rfc from the repository.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-13Add a warning that the user is using a development version.Peter Powell
2013-12-09Fix ACCEPT propagation bug when it got a nick prefixed with +Daniel Vassdal