Age | Commit message (Expand) | Author |
2014-03-01 | Fix incorrect comment in modules.example.conf | 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-26 | Remove unreachable code in config.cpp, this error is caught earlier | Adam |
2014-02-26 | Fix not detecting eols in the config reader when the end of the line is the e... | Adam |
2014-02-26 | Do not setuid/gid down until after modules are loaded | Adam |
2014-02-24 | Log successful SASL auths | Adam |
2014-02-25 | Update the italian language file | H7-25 |
2014-02-24 | Update Spanish translation, from Isaac Fontal <i_fontal@hotmail.com> | Adam |
2014-02-24 | Anope 2.0.0-rc4 Release2.0.0-rc4 | Adam |
2014-02-24 | Update version.log (why do we keep this around?) | Adam |
2014-02-24 | Package dlls in src/win32 on Windows | Adam |
2014-02-24 | Fix m_ssl_gnutls to send its cert. Most of this is from Attila. | Adam |
2014-02-23 | Use a more reliable way to detect if services are running in anoperc | Adam |
2014-02-23 | webcpanel: Update copyright year. | Robby- |
2014-02-23 | Regenerated language files. | Robby- |
2014-02-22 | Store a cert->account map and use it for SASL EXTERNAL and certfp auth | Adam |
2014-02-22 | Merge pull request #58 from attilamolnar/2.0+gnutlsdep | Adam |
2014-02-22 | Make m_ssl_gnutls work with at least GnuTLS v2.8 | Attila Molnar |
2014-02-22 | Update italian translation, from Simos. | Robby- |
2014-02-22 | Italian language completed translation, first release | H7-25 |
2014-02-22 | Regenerated language files, and updated dutch language file. | Robby- |
2014-02-21 | Fix Windows build | Adam |
2014-02-21 | Add some missing serial updates in os_dns | Adam |
2014-02-21 | Regenerate Italian language file | Adam |
2014-02-21 | Update italian translation, from Simos | Adam |
2014-02-21 | Merge pull request #56 from ShutterQuick/2.0+noxcrypt | Adam |
2014-02-21 | fix comment, activate not active | Lee Holmes |
2014-02-20 | update help info | lethality |
2014-02-20 | enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from li... | Daniel Vassdal |
2014-02-20 | Updated services crontab location | lethality |
2014-02-18 | Merge remote branch 'upstream/2.0' into 2.0 | lethality |
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-18 | Merge pull request #55 from attilamolnar/2.0+alphabet | Adam |
2014-02-18 | Alphabetically order modules in modules.example.conf ('r' < 's' and 'w' < 'x') | Attila Molnar |
2014-02-17 | Merge pull request #52 from attilamolnar/2.0+gnutls | Adam |
2014-02-17 | Merge pull request #53 from attilamolnar/2.0+reuseaddrfix | Adam |
2014-02-18 | Turn BinarySocket::Write() into a no-op when called with l == 0 | Attila Molnar |
2014-02-18 | Fix TemplateFileServer writing empty messages resulting in zero length DataBl... | Attila Molnar |
2014-02-18 | Fix setsockopt() with SO_REUSEADDR not working due to wrong argument type | 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 | Remove docs/IRCD, it is very outdated and no longer correct at all | 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 |