summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-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
2016-10-02Fix logging into accounts with SASL on servers that support reauth.Peter Powell
2016-10-02Fail sasl external auth immediately if cert is emptyAdam
2016-10-02Update chanserv secure help to reflect more accurately what it doesAdam
2016-10-02Correct umode +I change in Changelog, is for unrealAdam
(cherry picked from commit addd2a1987dccff6ad4c8a68f5c48c9f850912ec)
2016-10-02Add autoop mode to inspircd, not setable, as we currently can't verify itAdam
2016-10-02Allow /ms read to get a comma separated list of memo numbers as help ↵Adam
describes. Show message if no memos could be displayed.
2016-10-02The default xop access for PROTECTME should really be SOP, not AOP.Robby
(cherry picked from commit 0e9a1e87d0231cb3c0ebace983fc4593d0112919)
2016-10-02Document m_xmlrpc_main opersRobby
(cherry picked from commit 45dfea5ad94408b77b2901b8f2afe162863f9a14)
2016-10-02Remove default session exception expiry timeAdam
2016-10-02Update m_ssl_gnutls Windows library version to libgnutls-30Adam
2016-10-01Merge commit '97a13081e9483f2070abdb7fad8ec486a46139ac'Adam
2016-10-01Fix typo in changesAdam
(cherry picked from commit 97a13081e9483f2070abdb7fad8ec486a46139ac)
2016-10-01Put maxlogins logic a few other important placesAdam
2016-10-01Update ChangelogsAdam
(cherry picked from commit a434651e75f3254123dcd606c3b64dfd9c0a7334)
2016-10-01Re-lookup access in webcpanel after deleting access as the old group might ↵Adam
be invalid
2016-10-01Apply regex sqlines on connect tooAdam
2016-10-01Show akill/xline ids in viewAdam