summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2014-03-22SASL: Also disallow suspended nicks to login using EXTERNAL mechanism. Improv...Robby-
2014-03-19cs_set_misc: Add missing override capability for services operators, and logg...Robby-
2014-03-17m_ssl_gnutls: Fix deprecation warnings when using newer GnuTLS versions.Robby-
2014-03-13Do not allow users to add certs that other users are using. Only allow adding...Adam
2014-03-11Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronousAdam
2014-03-10Update the dutch language file.Robby-
2014-03-10Merge pull request #64 from ShutterQuick/2.0+hsgroupsyncAdam
2014-03-10Merge pull request #63 from alexbarton/ngircd-fix-KILLAdam
2014-03-10Do not send unregistered notice to users who are logged in, even if their nic...Adam
2014-03-10Set nickserv's modesonid on login tooAdam
2014-03-10Fix compile error in m_sasl_dh-aes and m_sasl_dh-blowfish on unusually old g+...Adam
2014-03-10Do not allow nickserv/ungroup to bypass ns_maxemail, and allow opers to bypas...Adam
2014-03-09Make nickserv/glist show the correct expire time for unconfirmed nicksAdam
2014-03-09Add missing space to session exception expiration messageAdam
2014-03-09Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass de...Adam
2014-03-09irc2sql: removed the currentusers field from the chan table, keeping it updat...DukePyrolator
2014-03-06ns_group: Don't require a nick param when logged inDaniel Vassdal
2014-03-06hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be pe...Daniel Vassdal
2014-03-05Open database files using std::ios_base::binary in db_flatfile, which Windows...Adam
2014-03-05ngircd protocol module: really kill usersAlexander Barton
2014-03-04Fix 2 crashes from removing the permanent channel mode from channels which do...Adam
2014-03-04Do not allow guest nicks to exceed nicklen, and use a default enforcer ident/...Adam
2014-03-01When unserializing channels with persist, set their ts=now. If we are suppose...Adam
2014-03-01Convert limit and key mlocks in db_oldAdam
2014-03-01Set +x on plexus when vhosts are activated, fix desync from /hs offAdam
2014-03-01Make db_old load entrymsgAdam
2014-03-01Export interface for cs_entrymsgAdam
2014-03-01Make chanserv/invite show who invited youAdam
2014-03-01Fix botserv help to show the correct fantasy charactersAdam
2014-03-01Allow opers with chanserv/administration to use fantasy, even if they don't h...Adam
2014-03-01When unserializating channels and persist is set, only assign chanserv if the...Adam
2014-03-01Do not enforce mlock when enforcing mlockAdam
2014-03-01Check modes after applying mlocks in db_oldAdam
2014-03-01Do not allow changing the email of unconfirmed accountsAdam
2014-02-28Allow svsjoin/svspart on yourselfAdam
2014-02-27Hybrid does not let us add resvs as a server, but the core expects to be able...Adam
2014-02-27Handle nick collisions somewhat instead of blindly overwriting the nicksAdam
2014-02-27Allow registration=mail forceemail=false to work, and simply give fully regis...Adam
2014-02-27Do not take modes from users in channels with secureops off if we are always ...Adam
2014-02-24Log successful SASL authsAdam
2014-02-24Fix m_ssl_gnutls to send its cert. Most of this is from Attila.Adam
2014-02-23webcpanel: Update copyright year.Robby-
2014-02-22Store a cert->account map and use it for SASL EXTERNAL and certfp authAdam
2014-02-22Make m_ssl_gnutls work with at least GnuTLS v2.8Attila Molnar
2014-02-21Add some missing serial updates in os_dnsAdam
2014-02-20enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from li...Daniel Vassdal
2014-02-18Do not import forbids with wildcards in their names, how 1.8 treats wildcaded...Adam
2014-02-18Merge pull request #54 from attilamolnar/2.0+webcpanelfixAdam
2014-02-18Fix loading noexpire channels in db_oldAdam
2014-02-17Merge pull request #52 from attilamolnar/2.0+gnutlsAdam