summaryrefslogtreecommitdiff
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-13Don't send the "your unique ID" (numeric 042) message on connectAttila Molnar
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-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-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-13Add a warning that the user is using a development version.Peter Powell
2013-11-21m_cap Convert capability names in CAP REQ to lowercase before processing themattilamolnar
2013-11-21Fix a few issuesattilamolnar
2013-11-21Allow multiple allowmasks in link blocks, #679Adam
2013-11-21Disallow remote /MODULES for non-opers.Daniel Vassdal
2013-11-18Merge pull request #685 from SaberUK/master+gnutls-rngAttila Molnar
2013-11-18Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.Peter Powell
2013-11-12These two numerics are supposed to use SentText() as they can go to remote us...Adam
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-11-09Merge pull request #672 from SaberUK/master+rt-link-errAdam
2013-11-09Fix PrefixMode not being exported which caused runtime link errors.Peter Powell