summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-09win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime librari...Adam
2017-04-28Merge pull request #1324 from SaberUK/insp20+cgiircAdam
2017-04-27Penalise clients that use WEBIRC incorrectly.Peter Powell
2017-04-27Fix WEBIRC not rejecting invalid IP addresses.Peter Powell
2017-04-24Warn when a user configures a permanent channel without +P.Peter Powell
2017-04-23core_dns: add support for txt recordsAdam
2017-04-14Automatically apply +P to all permanent channels.Peter Powell
2017-04-14Switch compiler detection to use a more reliable method.Peter Powell
2017-04-14Fix compiler version parsing on GCC 7.Peter Powell
2017-04-11Merge pull request #1316 from SaberUK/master+sslmodesAdam
2017-04-11Merge pull request #1315 from SaberUK/insp20+securelistAdam
2017-04-11Clarify that m_sslmodes depends on m_sslinfo.Peter Powell
2017-04-07Update securelist exception list.Peter Powell
2017-04-04Merge pull request #1311 from SaberUK/master+mm-cleanupAdam
2017-03-31Merge pull request #1307 from GLolol/patch-1Attila Molnar
2017-03-25Adapt modulemanager for the API added in the previous commit.Peter Powell
2017-03-25Add a nice API for command line interfaces to make::console.Peter Powell
2017-03-25Use the standard Perl prelude in ModuleManager.Peter Powell
2017-03-25Replace module_installed with eval.Peter Powell
2017-03-25Amend modulemanager to use {read,write}_config_file.Peter Powell
2017-03-25Extract core logic of write_configure_cache to write_config_file.Peter Powell
2017-03-25Rename read_configure_cache to read_config_file and move to common.Peter Powell
2017-03-20m_ldapauth: use username provided in PASS if availableAdam
2017-03-20modules.conf.example: document useusername in ldapauthAdam
2017-03-20m_ldapauth: fix providing username in PASSAdam
2017-03-20Merge pull request #1308 from SaberUK/insp20+warningsAdam
2017-03-20cmd_who: don't show +p channels or channels hidden with m_hidechansAdam
2017-03-20Move the OnCheckExemption hook out of the core.Peter Powell
2017-03-20Fix some compiler warnings.Peter Powell
2017-03-19Fix wrong service name for /infoserv in atheme.conf.exampleJames Lu
2017-03-17Add support for generating a certificate signing request to genssl.Peter Powell
2017-03-05Merge pull request #1266 from Adam-/insp20+cloakipAttila Molnar
2017-03-05Merge pull request #1292 from SaberUK/master+flushAttila Molnar
2017-03-05Merge pull request #1280 from Adam-/insp20+dnsblcheckAttila Molnar
2017-02-28Allow <log> tags to specify how often logs should be flushed.Peter Powell
2017-02-26m_sasl: use host/ip from m_cgiirc if applicableAdam
2017-02-14Merge pull request #1287 from SaberUK/master+filter-docsAttila Molnar
2017-02-04Make the config system case insensitive.Peter Powell
2017-01-28Fix some minor problems with the filter docs.Peter Powell
2017-01-11m_dnsbl: check returned results are in 127.0.0.0/8Adam
2016-12-30cmd_mode Switch to a numeric for showing modes of other usersAttila Molnar
2016-12-30Clean up User::FormatModes(), rename to GetModeLetters()Attila Molnar
2016-12-30Make ModeHandler::GetUserParameter() const, accept const UserAttila Molnar
2016-12-30Make all User::IsModeSet() methods const, accept const ModeHandlerAttila Molnar
2016-12-30Deduplicate nickname overruling codeAttila Molnar
2016-12-30Remove remaining doxygen doc for "pcnt" parametersAttila Molnar
2016-12-30Penalize commands that had 0 penaltyAttila Molnar
2016-12-30Fix the default xline.db path in modules.conf.example.Peter Powell
2016-12-29Merge pull request #1273 from SaberUK/master+bsAttila Molnar
2016-12-29Merge pull request #1275 from SaberUK/insp20+clock-gettime-osxAttila Molnar