summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2015-09-18Fix some sentences to be more correct.Robby
2015-09-17Don't prevent channel destruction because persist is set. Perm mode/a bot ↵Adam
should be assigned anyway which will prevent it. Fixes deleting bots out of perm channels causing desyncs
2015-09-14Remove associated oper blocks in os_oper when accounts are deletedAdam
2015-09-14Update topic lock help to reflect how it worksAdam
2015-09-14Don't allow suspended users to login to webcpanelAdam
2015-09-14Don't update channel last used time from ns alist access checkAdam
2015-09-11Don't assign bots when persist is set if we aren't synced sinec we might not ↵Adam
know of all modes
2015-09-06Merge pull request #120 from Alef-Burzmali/2.0+nobackupokAdam
Fix db_flatfile to read the "nobackokay" setting
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
Fix a ton of typos.
2015-09-06Don't unset modes which have no privilege associated with themAdam
2015-09-02When toggling NOEXPIRE for a nickname, show the actual nickname in addition ↵Robby
to the account name.
2015-08-20Only remove collide timers if the account matches on idAdam
2015-07-31Fix webcpanel/memoserv/memos with a nonexistent channelAdam
2015-07-30Make secureops help less weirdAdam
2015-07-23Remove unused variables from m_ldapAdam
2015-07-23Set LDAP_OPT_PROTOCOL_VERSION 3 etc on reconnect, tooAdam
2015-07-13Fix incorrect iteration when destructing modelockimplsAdam
2015-07-11Fix db_flatfile to read "nobackupokay"Thomas Fargeix
2015-07-08Fix a ton of typos.Peter Powell
2015-07-01Fix unused variable warning in cs_cloneAdam
2015-07-01Merge pull request #119 from Jyzee/irc2sql-awayAdam
irc2sql: handle away messages.
2015-07-01Merge pull request #123 from Alef-Burzmali/2.0+cs-levelsAdam
Allow opers with chanserv/access/list to view the levels list
2015-06-29#1649 don't update keepmodes during inhbaitAdam
2015-06-29#1643 Umode +I is oper only on UnrealAdam
2015-06-29Don't allow registering service nicksAdam
2015-06-29Add ns_identify:maxlogins to limit the max number of concurrent logins per ↵Adam
account
2015-06-29Don't allow loading hostserv mods if there can be no hostservAdam
2015-06-29Check name validity after unpackname() to check for bad names in questins ↵Adam
and ptr/cname rdata
2015-06-29Don't allow adding or changing bots to collide with usersAdam
2015-06-21Also clear vhost on hs_off so the proto mods don't have toAdam
2015-06-20Update host on hs off tooAdam
Protocol modules which don't trigger this by causing a mode change currently desync
2015-06-14Allow opers with chanserv/access/list to view the levels listThomas Fargeix
2015-04-30irc2sql: handle away messages.Jyzee
2015-04-28When introducing opered clients on inspircd send a fake opertypeAdam
2015-03-22Fix m_ldap_oper to buildAdam
2015-03-22Merge pull request #115 from aFreshMelon/aFreshMelon-patch-1Adam
XML-RPC responses also don't have a methodName tag
2015-03-22Merge pull request #112 from attilamolnar/2.0+inspircdmlockAdam
InspIRCd 2.0: Ensure ircd-side mlock and topic lock state is always what we think it should be
2015-03-22Make the signed kick/ban message format configurable.Robby-
2015-03-18XML-RPC responses also don't have a methodName tagSebastian Barfurth
Following http://xmlrpc.scripting.com/spec.html
2015-03-12Merge pull request #113 from attilamolnar/2.0+opensslAdam
m_ssl_openssl: SSL context option changes
2015-03-12Only apply keepmodes on channel syncAdam
Not sure why this was this way originally, it interfears with the chanserv +r check to determine how new the channel is because it restores +r. This seems to still work okay, though.
2015-03-12m_ssl_openssl: Allow disabling SSLv3 via the configAttila Molnar
2015-03-12m_ssl_openssl: Set sane default context optionsAttila Molnar
2015-03-12Revert "Added kickcheck override for users with protected privs"Adam
2015-03-12Merge pull request #99 from H7-25/extemp_protectedAdam
Added kickcheck override for users with protected privs
2015-03-12Merge pull request #105 from miwob/master+use-uid-for-svsnickAdam
- Change SendForceNickChange() to use UIDs
2015-03-12Merge pull request #106 from miwob/master+SendClientIntroductionAdam
- Update SendClientIntroduction() to use * for account names instead of ...
2015-03-12Merge pull request #107 from miwob/master+misc-hybrid-changesAdam
- Misc updates to the hybrid protocol modules:
2015-03-12Merge pull request #111 from aFreshMelon/fix-xmlrpc-responseAdam
Correct wrong XML response tag
2015-03-12Show passlen in PASSWORD_TOO_LONGAdam