Age | Commit message (Expand) | Author |
2013-07-06 | Allow the user to specify any hashing mechanism supported by the underlying S... | Daniel Vassdal |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-16 | Add RE2 regex module. | Peter Powell |
2013-06-07 | Create SSLIOHook interface that provides GetCertificate() | attilamolnar |
2013-06-07 | Create IOHook interface (extracted from Module) | attilamolnar |
2013-06-06 | Convert a ton of uses of MAXBUF to use a fixed buffer size. | Peter Powell |
2013-06-06 | Compare to ServerLimits::MaxLine instead of MAXBUF. | Peter Powell |
2013-06-06 | Reserve ServerLimits::MaxLine instead of MAXBUF. | Peter Powell |
2013-06-06 | Merge insp20 | attilamolnar |
2013-06-05 | Remove unnecessary string copies and dead code | attilamolnar |
2013-06-04 | m_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6d6f5d | attilamolnar |
2013-06-01 | m_mysql Fix escaping strings longer than MAXBUF/2 | attilamolnar |
2013-05-27 | Clean up the FileReader class and all of the modules that use it. | Peter Powell |
2013-05-22 | m_mysql Fix crash on rehash when the database tags have been changed in the c... | attilamolnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-18 | Deduplicate hex string creation code | attilamolnar |
2013-05-18 | m_geoip Set cc in OnSetConnectClass to the newly created string if it was NULL | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-15 | Replace some C-isms with C++-isms. | Peter Powell |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-05-02 | m_ssl_gnutls Call gnutls_transport_set_errno() on Windows only | attilamolnar |
2013-05-02 | Fix gnutls (again) on Windows by using gnutls_transport_set_errno() | Adam |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-24 | m_ssl_gnutls Add ability to load DH params from file | attilamolnar |
2013-04-21 | Timer changes and TimerManager enhancements | attilamolnar |
2013-04-16 | Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE... | Adam |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-02 | m_geoip: Fix compilation | ChrisTX |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-04-01 | Change User::GetIPString() to return const std::string& | attilamolnar |
2013-03-29 | m_ldapoper Make the module actually work | attilamolnar |
2013-03-29 | m_ldapoper Fix memory leak | attilamolnar |
2013-03-15 | m_ssl_openssl Make it clear that a CA file is not mandatory | attilamolnar |
2013-02-17 | m_ssl_gnutls Fix null pointer dereference in case gnutls_xxx_get_name() retur... | attilamolnar |
2013-01-28 | m_ssl_gnutls Fix build with GnuTLS 1.x | attilamolnar |
2012-12-25 | m_ldapoper Fix typo spotted by @lordsith49 | attilamolnar |
2012-12-17 | Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined i... | Adam |
2012-12-04 | Unbreak m_geoip | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-29 | ldapauth: register both extensions | Robin Burchell |
2012-11-29 | ldapauth: RAII returned ldap message. | Robin Burchell |
2012-11-29 | ldapauth: fix memory leak | Robin Burchell |
2012-11-29 | ldapauth: Allow setting virtual hosts on identification with m_ldapauth. | Robin Burchell |
2012-11-29 | ldapauth: Add missing verbose logging to required attributes. | Robin Burchell |
2012-11-29 | ldapauth: Rework required attributes code to use only one exit path. | Robin Burchell |