Age | Commit message (Expand) | Author |
2015-11-26 | Handle module reloading in core_reloadmodule entirely | Attila Molnar |
2015-11-23 | Add SERVICE_CUSTOM for services managed by a module | Attila Molnar |
2015-11-23 | Implement ExtensionItem::RegisterService() | Attila Molnar |
2015-11-23 | Implement ModeHandler::RegisterService() | Attila Molnar |
2015-11-23 | Implement Command::RegisterService() | Attila Molnar |
2015-11-23 | Add ServiceProvider::RegisterService(), call it from ModuleManager::AddService() | Attila Molnar |
2015-11-23 | Extract code that manipulates the ModuleManager::DataProviders map into methods | Attila Molnar |
2015-11-23 | core_whowas Add WhoWas::Manager::PurgeNick() | Attila Molnar |
2015-11-03 | Remove UserManager::GarbageCollect() | Attila Molnar |
2015-11-03 | Move already sent id rollover handling and static LocalUser::already_sent_id ... | Attila Molnar |
2015-11-03 | Add UserManager::NextAlreadySentId() and convert all code to use it | Attila Molnar |
2015-11-02 | core_channel Implement invite (un)serialization | Attila Molnar |
2015-11-02 | Rewrite invite system | Attila Molnar |
2015-11-02 | Move ServerConfig::InvBypassModes into core_channel | Attila Molnar |
2015-07-06 | Fail invalid dns responses instead of drop | Adam |
2015-06-06 | Call OnStreamSocketWrite() once per write event | Attila Molnar |
2015-06-06 | Convert all code to use StreamSocket::SendQueue | Attila Molnar |
2015-06-06 | Add class StreamSocket::SendQueue | Attila Molnar |
2015-06-04 | Expand module names in ServerConfig::ApplyModules() | Attila Molnar |
2015-05-20 | Allow modules to be called as "foo" instead of "m_foo.so" | Attila Molnar |
2015-05-19 | Merge branch 'master+movenames' | Attila Molnar |
2015-05-18 | New m_ldap from Anope | Adam |
2015-05-17 | Move InspIRCd::SendError() to cmd_die | Attila Molnar |
2015-05-16 | Move Channel::UserList() from core to cmd_names | Attila Molnar |
2015-05-13 | core_dns Add DNS timeout timer in Process() not in DNS::Request constructor | Attila Molnar |
2015-05-13 | core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header | Attila Molnar |
2015-05-12 | Remove support for non-unloadable (VF_STATIC) modules | Attila Molnar |
2015-04-28 | Move OnWhois* events to core_whois, add Whois::Context | Attila Molnar |
2015-04-27 | Merge branch 'master+dns' | Attila Molnar |
2015-04-27 | core_dns Drop incoming packets containing a different question from what we a... | Attila Molnar |
2015-04-21 | core_dns Remove incomplete support for multiple questions per query | Attila Molnar |
2015-04-21 | core_dns Don't store query class code in Question | Attila Molnar |
2015-04-21 | core_dns Add typedef for request id, change it to uint16_t | Attila Molnar |
2015-04-20 | Merge insp20 | Attila Molnar |
2015-04-12 | Change StreamSocket::DoRead() and DoWrite() to be non-virtual, make DoRead() ... | Attila Molnar |
2015-04-12 | Dispatch EventHandler events to dedicated virtual functions | Attila Molnar |
2015-03-23 | Merge pull request #1005 from SaberUK/master+minor-tweaks | Attila Molnar |
2015-03-23 | Merge pull request #1004 from SaberUK/insp20+fix-various-warnings | Attila Molnar |
2015-03-21 | Rebuild clone counts on rehash | Adam |
2015-03-06 | Fix building modules that use cap.h with a C++11 compiler. | Peter Powell |
2015-03-04 | Add SocketEngine::WriteV() | Attila Molnar |
2015-02-27 | Fix various Doxygen warnings. | Peter Powell |
2015-02-15 | Eliminate constant return value of the all events version of ModuleManager::S... | Attila Molnar |
2015-02-15 | Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t... | Attila Molnar |
2015-02-15 | Remove I_BEGIN from enum Implementation | Attila Molnar |
2015-02-12 | m_spanningtree Pass Server* to the OnServerLink/OnServerSplit events | Attila Molnar |
2015-02-11 | Remove class Event and the OnEvent hook | Attila Molnar |
2015-02-11 | Convert the spanningtree events to use the new cross-module event system | Attila Molnar |
2015-02-11 | Remove unused parameters from HTTPRequest constructor | Attila Molnar |
2015-02-11 | Convert the HTTPd request event to use the new cross-module event system | Attila Molnar |