Age | Commit message (Expand) | Author |
2012-12-04 | Unbreak m_geoip | attilamolnar |
2012-12-03 | Fix thread handle leak in StartServiceThread() | attilamolnar |
2012-12-03 | Fix broken RetrieveLastError() | attilamolnar |
2012-12-03 | Fix typos in ebdaf368e137fc933e648ee88a08a4f83e796f87 | attilamolnar |
2012-12-03 | Properly shut down stdin | attilamolnar |
2012-12-02 | m_remove Fix potential desync caused by committing the PART before getting ac... | attilamolnar |
2012-12-02 | Fix DLLManager leak when an exception is thrown in init() | attilamolnar |
2012-12-02 | Throw an exception when attempting to register an extension with a name that ... | attilamolnar |
2012-12-02 | Register a few extensions that weren't registered | 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-12-02 | Merge pull request #376 from SaberUK/insp20+fix-clean | Attila Molnar |
2012-12-02 | Fix the list of files to be removed by make. | Peter Powell |
2012-11-29 | Make LocalUserList an std::list | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-29 | m_cgiirc Fix wrong announcement when the host in WEBIRC is too long | attilamolnar |
2012-11-29 | m_cgiirc Don't apply resolved host or send notifications when the user is qui... | attilamolnar |
2012-11-29 | m_cgiirc Don't resolve IPs when <performance:nouserdns> is true | attilamolnar |
2012-11-29 | m_cgiirc De-duplicate code, recheck elines after ip/host changes | attilamolnar |
2012-11-29 | m_cgiirc Remove dead code, warn when a <cgihost> block has an invalid type va... | attilamolnar |
2012-11-29 | m_dnsbl Add usednsbl option to connect classes | attilamolnar |
2012-11-29 | Reorder local user initialization steps | attilamolnar |
2012-11-29 | cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hop | attilamolnar |
2012-11-29 | Merge pull request #374 from rburchell/ldapauth_vhosts | Attila Molnar |
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 |
2012-11-28 | Change empty string assignments to .clear() or remove them entirely | attilamolnar |
2012-11-28 | Have FindUUID(const char*) call FindUUID(const std::string&), not the other w... | attilamolnar |
2012-11-28 | m_spanningtree Remove redundant params.size() checks | attilamolnar |
2012-11-28 | Fix GnuTLS certificate generation on OS X. | Peter Powell |
2012-11-28 | Silence OpenSSL deprecation warnings on OS X. | Peter Powell |
2012-11-24 | m_noctcp Make extban 'C' work as intended | attilamolnar |
2012-11-24 | m_check, m_namesx, m_timedbans Minor cleanup | attilamolnar |
2012-11-24 | Simplify UserManager::AddLocalClone()/AddGlobalClone() | attilamolnar |
2012-11-23 | Remove TAXONOMY from opers.conf.example, it doesn't exist in 2.0 | attilamolnar |
2012-11-19 | m_ssl_gnutls Dynamically detect the number of certificates in the certfile | attilamolnar |
2012-11-19 | m_nokicks Remove u-line check, OnUserPreKick doesn't run in that case | attilamolnar |
2012-11-19 | m_customtitle Minor cleanup | attilamolnar |
2012-11-19 | m_jumpserver Fix wrong nickname in the numeric when redirecting all users imm... | attilamolnar |
2012-11-19 | m_securelist Update description | attilamolnar |
2012-11-19 | m_remove Cleanup | attilamolnar |
2012-11-19 | ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas... | attilamolnar |
2012-11-19 | m_remove, m_services_account Don't check whether nicks are u-lined, checking ... | attilamolnar |
2012-11-19 | Change empty string assignments to .clear() or remove them entirely | attilamolnar |
2012-11-19 | m_globalload Fix wrong error message being sent when the module given to /gun... | attilamolnar |