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