summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
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-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-30hybrid.cpp: clean up style to match with other code; update copyright headermiwob
2016-09-30unreal: use uid for chghostAdam
2016-09-30Add sasl log category for auth log messagesAdam
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-28Fix saset language replyAdam
2016-09-28Fix race with recovering and svsnicing nicknames. Wait for first svsnick to ↵Adam
go through before issuing the second. Fixes users sometimes svsnick colliding when recovering nicknames.
2016-09-28os_akill: Sanity check AKILLing before modifing the akill listMatt Ullman
2016-09-28hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the ↵miwob
future ircd-hybrid will reject UID messages with invalid IP addresses
2016-09-28Only special case level -1 to everyone and not everything <0Adam
2016-09-25Get rid of service alias stuff, make proto mods link to each otherAdam
2016-09-23Add some replacement tokens for akick reason and welcome noticeAdam
2016-09-23Add notice method to m_xmlrpc_mainAdam
2016-09-23Fix SendNumericInternal on inspircd sending to the user's uid if dest is a uidAdam
2016-09-23Allow wildcard searching emailsAdam
2016-09-23Fall back to account vhost in hostserv/on and offAdam
2016-09-23operserv/news: rewrite logic, include various fixes from 2.0Adam
2016-09-23hybrid: set CanSQLineChannelAdam
2016-09-23chanserv: fallback to reading botmodes from chanservAdam
2016-09-23Fix memoserv/main to set its service pointer correctlyAdam