Age | Commit message (Expand) | Author |
2016-08-29 | Unregister modes before unhooking extensions when unloading a module | Attila Molnar |
2016-08-29 | Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and extr... | Attila Molnar |
2016-08-26 | m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho... | Attila Molnar |
2016-08-25 | m_spanningtree Handle unload in resolvers | Attila Molnar |
2016-08-25 | core_dns Fail new requests when this module or the owner of the request is be... | Attila Molnar |
2016-08-25 | spanningtree: use bindip aftype as a hint for dns lookup type | Adam |
2016-08-25 | core_dns Make question a member of request, move common FindAnswerOfType to b... | Adam |
2016-08-25 | core_dns Change type of all log messages to MODNAME | Attila Molnar |
2016-08-24 | Update UserManager documentation and comments | Attila Molnar |
2016-08-24 | Default defer to on for SSL listeners | Attila Molnar |
2016-08-24 | Check for errors after calling IOHookProvider::OnAccept() | Attila Molnar |
2016-08-24 | Call IOHookProviders after the socket has been added to the SocketEngine in U... | Attila Molnar |
2016-08-24 | Add socket into the SocketEngine as soon as possible in UserManager::AddUser() | Attila Molnar |
2016-08-24 | m_messageflood Improve kick message | Attila Molnar |
2016-08-23 | Remove broken mssql module | Attila Molnar |
2016-08-22 | m_censor Pass irc::string as C string to WriteNumeric() | Attila Molnar |
2016-08-22 | m_censor Switch to stdalgo::string::replace_all() | Attila Molnar |
2016-08-22 | m_spanningtree Use ASCII case insensitive map for matching server names | Attila Molnar |
2016-08-22 | m_spanningtree Change type of Link::Name to std::string | Attila Molnar |
2016-08-22 | m_timedbans Remove TimedBan::channel | Attila Molnar |
2016-08-22 | m_cban Remove now unnecessary field CBan::displaytext | Attila Molnar |
2016-08-22 | Switch to irc::equals() from irc::string in modules that use it for comparing... | Attila Molnar |
2016-08-22 | Create irc::equals() from StrHashComp | Attila Molnar |
2016-08-22 | Add stdalgo::string::equalsci and use it instead of irc::string for case-inse... | Attila Molnar |
2016-08-22 | m_services_account Detect nickname case changes by using FindNickOnly() | Attila Molnar |
2016-08-22 | m_timedbans Remove one irc::string usage | Attila Molnar |
2016-08-22 | Replace irc::string in XLineLookup with irc::insensitive_swo map | Attila Molnar |
2016-08-22 | Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_... | Attila Molnar |
2016-08-22 | Remove unused irc::tokenstream::GetToken() overload accepting an irc::string | Attila Molnar |
2016-08-22 | Remove unused irc::hash | Attila Molnar |
2016-08-19 | Fix m_mysql warning about use of C++11 features on C++03. | Peter Powell |
2016-08-19 | Fix poll using int instead of size_t which caused a warning. | Peter Powell |
2016-08-19 | Fix a build error in the poll socket engine. | Peter Powell |
2016-08-19 | Fix m_ldap not linking to liblber on UNIX systems. | Peter Powell |
2016-08-19 | m_spanningtree Put command handlers with class names that collide with core c... | Attila Molnar |
2016-08-19 | m_monitor Add inline keyword to IRCv3::Monitor::Manager::ExtItem::unserialize... | Attila Molnar |
2016-08-19 | m_ldap Remove unused LDAPService::last_timeout_check | Attila Molnar |
2016-08-17 | m_sqlite3 Fix possible memory leak when opening a database fails | Attila Molnar |
2016-08-17 | Merge insp20 | Attila Molnar |
2016-08-15 | core_hostname_lookup: find answer record of the correct type instead of assum... | Adam |
2016-08-13 | Release v2.0.22 | Attila Molnar |
2016-08-13 | m_censor Fix possible incorrect cast of dest | Attila Molnar |
2016-08-13 | Fix more incorrect std::string::operator[] usage | Attila Molnar |
2016-08-11 | socketengine_epoll Remove unused #define EP_DELAY 5 | Attila Molnar |
2016-08-10 | Initialize more User and LocalUser fields using the init list | Attila Molnar |
2016-08-10 | Update style of initializer lists in User and LocalUser constructors | Attila Molnar |
2016-08-10 | m_ssl_mbedtls Apply dummy CA workaround for client context | Attila Molnar |
2016-08-08 | m_ssl_* Add option to sslprofile controlling whether to request client certif... | Attila Molnar |
2016-08-08 | Add WebSocket module | Attila Molnar |
2016-08-08 | Add SHA1 module | Attila Molnar |