summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
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.
2016-10-02Update m_ssl_gnutls Windows library version to libgnutls-30Adam
2016-10-01Put maxlogins logic a few other important placesAdam
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-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-30hybrid.cpp: clean up style to match with other code; update copyright headermiwob