summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-10-01Include memo mail information in ms_infoAdam
2016-10-01Update SendSQLine() in hybrid's protocol module to use non-capsulatet RESV ↵miwob
message
2016-10-01sql_oper: deoper users more reliablyAdam
2016-10-01sql_oper: various fixups to compile on 2.1Adam
2016-09-30Merge commit '2e370f6ed5d8ecb7a649c02fb083d3c6c80d5c48'Adam
2016-09-30operserv/oper: don't allow deleting conf opersAdam
2016-09-30Error out if any 1.8 modules are in the the module directory.Peter Powell
2016-09-30Update SendSGLine() in hybrid's protocol module to add support for temporary ↵miwob
x-lines
2016-09-30Various find by nick fixesAdam
2016-09-30memoserv: always use display for memo sourceAdam
2016-09-30Revert "Always use display for memo source"Adam
This reverts commit d8a945b1a6f4e500bcb9162cf388f6984ad38328.
2016-09-30Document ns_no_expire nick defaultAdam
2016-09-30hybrid.cpp: clean up style to match with other code; update copyright headermiwob
2016-09-30example.conf: announce operserv/chankill aswellmiwob
2016-09-30unreal: use uid for chghostAdam
2016-09-30Add sasl log category for auth log messagesAdam
2016-09-28Merge commit '36a465473ec59b341b6f9582afe9126c8e7ffa4e'Adam
2016-09-28README: Update to UnrealIRCd 4Adam
2016-09-28Forward port various Unreal4 things, drop Unreal3 supportAdam
2016-09-28Move CanAdd() check to after mask sanitization as it will remove other ↵Adam
entries that are considered "covered by" the new mask
2016-09-28Remove run-cc leftoverAdam
2016-09-28Include gecos in GetNUHMaskAdam