summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2016-11-04irc2sql: fix a couple SQL errorsAdam
2016-11-03help: always use command name from config, which may be a different caseAdam
2016-11-03dns: set error to REFUSED when there are no answersAdam
2016-11-03Don't apply secureops to protected usersAdam
2016-11-03Fix userless /ns set email, #1689Adam
2016-11-03Fix crash loading enc_old prior to the proto modsAdam
2016-10-25os_list: fix regex matchingAdam
2016-10-16plexus: add noop and sasl supportAdam
2016-10-16db_sql: don't update objects pending creation as it duplicates itAdam
2016-10-06ns_maxemail: equals_ci for comparing emailsAdam
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-09-30memoserv: always use display for memo sourceAdam
2016-09-30Revert "Always use display for memo source"Adam
This reverts commit d8a945b1a6f4e500bcb9162cf388f6984ad38328.
2016-09-25MemoServ - Read AllAlphaTech
2016-09-25Merge pull request #177 from attilamolnar/2.0+sqliteleakAdam
m_sqlite: Fix possible memory leak when opening a database fails
2016-09-25Merge pull request #178 from Techman-/2.0+resvAdam
Thanks
2016-09-14Always use display for memo sourceAdam
2016-09-13cs_seen: allow unregistered users to useAdam
2016-09-06ms_cancel: cleanup, consider accounts by equiality instead of sender name to ↵Adam
account name
2016-09-05m_ssl_openssl: allow certificate chain files to be usedAdam
2016-09-04ratbox: fix RESVsMichael Hazell
Also, enable channel support because it wasn't specified already and point charybdis to these methods instead.
2016-08-17m_sqlite: Fix possible memory leak when opening a database failsAttila Molnar
2016-07-25Fix #1684 more, can have non-user sources for encap saslAdam
2016-07-25cs_xop: remove unused codeAdam
2016-07-25db_old: fix warningsAdam
2016-07-23ns_set: clear last modes before unserializing themAdam
2016-07-23cs_set: clear last modes before unserializing themAdam
2016-07-23Add/fix various checks on source user existing in the protocol modulesAdam
2016-07-21charybdis.cpp: Properly support RESVsMichael Hazell
Properly support RESV and UNRESV in Charybdis, and improve RESV setting for pseudoclients when bursting.
2016-07-19m_dns: accept unpacking the root domain, and don't consider exceptions from ↵Adam
nameserver/additional record unpacking as fatal to query parsing
2016-07-10os_defcon: find module by name, it might not be loaded yetAdam
2016-07-03Merge pull request #170 from Zoddo/charybdis/join0Adam
Thanks
2016-07-03ns_maxemail: optionally remove gmail aliasesAdam
2016-07-03chankill: don't add duplicate akillsAdam
2016-07-03#1677 apply sqlines even if the ircd doesn't on non opersAdam
2016-07-03#1675: fix saset display to update the account name on the correct clientsAdam
2016-07-03Fix /ns confirm to set +r/accounts when appropriateAdam
2016-07-03Fix xmlrpc notice call to return something to prevent m_xmlrpc from thinking ↵Adam
it is a http 404
2016-06-25Clarify botserv repeat kicker message and allow setting repeat times to 1Adam
2016-06-02Handle /join 0 for ratbox & charybdisZoddo
2016-05-20Fix handling nick introduction collisions on unreal4Adam
2016-04-22Fix randomnews to work when there are more than newscount random newsAdam
2016-04-16Change access check in cs_updown to not allow actions on users with equal accessAdam
2016-04-15Send new account name to the IRCd on SASL reauthZoddo
2016-04-14Merge pull request #160 from Zoddo/charybdis/fix_euidAdam
Fix host on charybdis if there is no vhost
2016-04-14Merge pull request #161 from Zoddo/charybdis/vhost_svsloginAdam
Send vident/vhost in SVSLOGIN with SASL
2016-04-14Merge pull request #162 from SaberUK/2.0+saslAdam
Remove support for DH-AES and DH-BLOWFISH.
2016-04-14Remove memos from memoinfo more reliablyAdam