summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2016-10-16plexus: add noop and sasl supportAdam
2016-10-16db_sql: don't update objects pending creation as it duplicates itAdam
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-09Split vhosts into its own structureAdam
2016-10-09Set INSTALL_RPATH to libdir, tooAdam
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-07db_old: fix warningsAdam
2016-10-07Add/fix various checks on source user existing in the protocol modulesAdam
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-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-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#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-02Change access check in cs_updown to not allow actions on users with equal accessAdam
2016-10-02Missed channel deletion in ~ChannelInfoAdam
2016-10-02Send vident/vhost in SVSLOGIN with SASLZoddo
2016-10-02Fix host on charybdis if there is no vhostZoddo
2016-10-02proto/charybdis: Add support for MECHLISTToni Kaija
2016-10-02chanserv/clone: don't clone registered timeAdam
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-02Allow /ms read to get a comma separated list of memo numbers as help ↵Adam
describes. Show message if no memos could be displayed.