summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06ns_maxemail: equals_ci for comparing emailsAdam
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
2016-10-06#1675: fix saset display to update the account name on the correct clientsAdam
2016-10-06Fix /ns confirm to set +r/accounts when appropriateAdam
2016-10-06Clarify botserv repeat kicker message and allow setting repeat times to 1Adam
2016-10-06Handle /join 0 for ratbox & charybdisZoddo
2016-10-05Fix OSX buildAdam
This now requires the -undefined dynamic_lookup linker option as the modules are now built as "shared libraries" within cmake and not "modules", which are expected to have all undefined symbols resolve
2016-10-04inspircd20: specifially add channel modes official-join and operprefix as ↵Adam
status modes, sometimes they are sent in CAPAB without a status prefix which causes them to be added as parameter modes
2016-10-04cs_mode: check chanserv privilege too for status modes on setAdam
2016-10-04cs_mode: make override logging of mode set more reliableAdam
2016-10-02Merge commit '7592a6981b9b1e7906d1ddb9808d55c45d6461ae'Adam
2016-10-02Use "cmake --version" instead of "which cmake" to detect CMake.Peter Powell
(cherry picked from commit 7592a6981b9b1e7906d1ddb9808d55c45d6461ae)
2016-10-02Optionally strip variable build date from compiled programDominic Hargreaves
To aid build reproducibility, don't include the build date/time if -DREPRODUCIBLE_BUILD is defined. Based on the patch provided by Alexis Bienvenüe in the Debian report. Bug-Debian: https://bugs.debian.org/820152 Patch-Name: reproducible_datetime.diff (cherry picked from commit fab07d6b75d8ddd9735b4bc02a57bf23cda5330f)
2016-10-02Add the notice method to XMLRPC.Sketch
(cherry picked from commit 1d198da4369a7eb7efa7775cc97041d2a870a86a)
2016-10-02Change access check in cs_updown to not allow actions on users with equal accessAdam
2016-10-02Missed channel deletion in ~ChannelInfoAdam
2016-10-02Remove references to cmake-bin which was removed ages ago.Peter Powell
(cherry picked from commit 2af363755a87ec045f61948a80f29d0367f98d92)
2016-10-02Send vident/vhost in SVSLOGIN with SASLZoddo
2016-10-02Fix host on charybdis if there is no vhostZoddo
2016-10-02Also defer channel deletion when processing sjoinsAdam
(cherry picked from commit 79e7c3f98a57b7cffc46d9a7dc250a0e6e25fc98)
2016-10-02proto/charybdis: Add support for MECHLISTToni Kaija
2016-10-02chanserv/clone: don't clone registered timeAdam
2016-10-02language: incrementing _nl_msg_cat_cntr is still required on some systems ↵Adam
apparently (freebsd 10?). I don't know why. (cherry picked from commit 1b12b80b48227089be90bfe48a46f499cf4849f8)
2016-10-02Implement support for SASL 3.2 mechanism lists.Peter Powell