Age | Commit message (Expand) | Author |
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-05 | Open database files using std::ios_base::binary in db_flatfile, which Windows... | Adam |
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 |
2014-02-18 | Fix TemplateFileServer writing empty messages resulting in zero length DataBl... | Attila Molnar |
2014-02-17 | Fix os_ignore to work correctly with SQL | Adam |
2014-02-17 | Move most of the implementation details out of os_forbid.h, fixes crashing if... | Adam |
2014-02-17 | Move encryption.h to include/modules | Adam |
2014-02-17 | Fix not applying ipv[46]_cidr to connecting clients in os_session, #1573 | Adam |
2014-02-17 | Add m_ssl_gnutls | Attila Molnar |
2014-02-17 | Rename m_ssl to m_ssl_openssl and update docs | Attila Molnar |
2014-02-16 | Fix Windows build | Adam |
2014-02-16 | db_old.cpp: Correctly import forbidden nicks and chans | Daniel Vassdal |
2014-02-16 | enc_bcrypt: Add module | Daniel Vassdal |
2014-02-14 | m_sasl_dh-blowfish: Add module | Daniel Vassdal |
2014-02-14 | m_sasl_dh-aes: Add module | Daniel Vassdal |
2014-02-14 | sasl.h, m_sasl.cpp: Move IdentifyRequest to the header | Daniel Vassdal |
2014-02-14 | sasl.h, m_sasl.cpp: Add RemoveSession(), DeleteSessions(), and have active se... | Daniel Vassdal |