summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-05Fix duplicating bots/opers on startupAdam
2016-10-30Add new RESTful JSON API and documentationAdam
2016-10-29Add sqlite amalgamation and use if no system sqlite is found. Move sqlite ↵Adam
module out of extras.
2016-10-22Various codestyle cleanup in most of the core modulesAdam
2016-10-22chanserv: split various things from main chanserv headerAdam
2016-10-22Add forgotten hostserv/infoAdam
2016-10-22SQLite.md: typoAdam
2016-10-22nickserv: split nick/account classes to their own headersAdam
2016-10-17Address casemapping issues in sqlite/mysqlAdam
2016-10-15Various improvements/bugfixes to extdb stuffAdam
2016-10-10hostserv/request: grammar failAdam
2016-10-09Add max vhosts configuration optionAdam
2016-10-09Various other modname fixesAdam
2016-10-09Adjust reading operserv core config optsAdam
2016-10-09Adjust reading botserv core config optsAdam
2016-10-09Adjust reading chanserv core config optsAdam
2016-10-09Adjust reading memoserv core config optsAdam
2016-10-09Adjust reading nickserv core config optsAdam
2016-10-09Move vhost nick info to hostserv/main, also show if show_hiddenAdam
2016-10-09Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per ↵Adam
account.
2016-10-09Fix SendMessage formatting messages with mixes of multiple spaces and wordsAdam
2016-10-09Split vhosts into its own structureAdam
2016-10-09Don't return a reference from the stack in TypeBase::GetTypesAdam
2016-10-09Set INSTALL_RPATH to libdir, tooAdam
2016-10-07Merge commit 'b50fbec705dffd85a28946b99ac510b978934a05'Adam
2016-10-07cs_seen: allow unregistered users to useAdam
2016-10-07ms_cancel: cleanup, consider accounts by equiality instead of sender name to ↵Adam
account name
2016-10-07m_ssl_openssl: allow certificate chain files to be usedAdam
2016-10-07ratbox: fix RESVsMichael Hazell
Also, enable channel support because it wasn't specified already and point charybdis to these methods instead.
2016-10-07m_sqlite: Fix possible memory leak when opening a database failsAttila Molnar
2016-10-07Remove 'expiretimeout' from chanserv.example.confgenius3000
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345 'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config. (cherry picked from commit 663e79e4d3758c2738ed020ed2b2b5f65b2cf8d2)
2016-10-07Remove unused commands from oper config.bonnedav
2016-10-07db_old: fix warningsAdam
2016-10-07Update Changes.confAdam
2016-10-07Note Windows installer fixes in changelogAdam
(cherry picked from commit 0e0615c6fecce363e0ad007319c777cf9481dd25)
2016-10-07Add/fix various checks on source user existing in the protocol modulesAdam
2016-10-07Fix making directories from the Windows installerAdam
2016-10-07Properly support RESV and UNRESV in Charybdis, and improve RESV setting for ↵Michael Hazell
pseudoclients when bursting.
2016-10-07Move core message handles to protocol/rfc1459Adam
2016-10-07Set shared library suffix to .so, add missing serializable type GetTypes ↵Adam
definition
2016-10-06Merge commit '0a7f1670604433f5be3a6c4e18d96e8d7b45bbd0'Adam
2016-10-06m_dns: accept unpacking the root domain, and don't consider exceptions from ↵Adam
nameserver/additional record unpacking as fatal to query parsing
2016-10-06os_defcon: find module by name, it might not be loaded yetAdam
2016-10-06Update ChangesAdam
2016-10-06ns_maxemail: optionally remove gmail aliasesAdam
2016-10-06chankill: don't add duplicate akillsAdam
2016-10-06#1682: store aftype with masks and include cidrs in GetNUHMaskAdam
2016-10-06#1681 update last realname always on signonAdam
2016-10-06#1680: fix Anope::Duration with one year durationsAdam
(cherry picked from commit 20c1a5d63892deab16af85db85aaac3fcb30de7a)
2016-10-06#1677 apply sqlines even if the ircd doesn't on non opersAdam