]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Destroy Memberships of a quitting user in QuitUser() instead of in cull()
[user/henk/code/inspircd.git] / include /
2014-01-24 Attila MolnarConvert InviteBase::invites to an intrusively linked...
2014-01-24 Attila MolnarRemove classbase inheritance from Invitation
2014-01-24 Attila MolnarConvert LocalUserList to an intrusively linked list
2014-01-24 Attila MolnarConvert UserChanList to an intrusively linked list
2014-01-24 Attila MolnarAdd intrusive list template
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-23 Attila MolnarRemove unneeded classbase inheritance from FileReader
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-21 Attila MolnarMerge insp20
2014-01-21 Attila MolnarBump API version because of 3f4d54eb031f1cd6b016dfe1f76...
2014-01-08 Attila MolnarRead uline state in spanningtree; remove ConfigReader...
2014-01-06 Attila MolnarUnset all extensions and the topic when lowering TS...
2014-01-05 Attila MolnarMove server description field from TreeServer into...
2014-01-05 Attila MolnarIntroduce Server class
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2014-01-04 Attila MolnarChange type of snomask parameter to char in ProtocolInt...
2014-01-04 Attila MolnarAdd functor that does strict weak ordering based on...
2014-01-04 Peter PowellFix some Windows-related problems.
2013-12-19 AdamAdd m_ldap, and convert m_ldapoper and m_ldapauth to...
2013-12-18 Attila MolnarClean up CoreException
2013-12-18 Attila MolnarRemove unused motd and rules field from ServerConfig
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMake various self contained methods static.
2013-12-15 Peter PowellRemove some pointless code:
2013-12-15 Peter PowellMove stuff around a bit:
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-11-09 AdamMerge pull request #672 from SaberUK/master+rt-link-err
2013-11-09 Peter PowellFix PrefixMode not being exported which caused runtime...
2013-09-14 attilamolnarFix ConvToStr(char)
2013-09-13 ChrisTXFix a shadow warning created by ConfigTag::create
2013-09-13 attilamolnarPass an interface to the OnSync hooks
2013-09-13 attilamolnarSplit ProtocolInterface::SendMetaData() into multiple...
2013-09-12 attilamolnarSend ListModeBase modes implicitly on channel sync
2013-09-12 attilamolnarKeep lists of mode handlers by type
2013-09-12 attilamolnarAdd ModeHandler::IsListModeBase() and MC_LIST
2013-09-11 attilamolnarMove prefix mode specific fields and getters into Prefi...
2013-09-11 attilamolnarCreate a base class for prefix modes
2013-09-11 attilamolnarAdd a type id field to ModeHandler
2013-09-08 attilamolnarHide all symbols that aren't exported explicitly
2013-09-08 attilamolnarRemove InspIRCd::HandleRehash functor
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-09-08 attilamolnarDeduplicate code in modmanager_static and modmanager_dy...
2013-09-08 attilamolnarRemove ModuleManager::ModCount and GetCount()
2013-09-08 attilamolnarFix module loading in PURE_STATIC builds
2013-09-08 ChrisTXFix a crash when running as systemd service
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 attilamolnarRemove ModuleManager::GetAllModuleNames(), use GetModul...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-30 attilamolnarDon't CoreExport reference, fixes m_dnsbl on Windows
2013-08-27 attilamolnarFix Windows build and a few more problems
2013-08-27 Attila MolnarMerge pull request #619 from SaberUK/master+regex-dedupe
2013-08-27 Peter PowellFix various small issues.
2013-08-27 Peter PowellMake all regex modules throw the same exception on...
2013-08-25 attilamolnarClean up the protocol interface
2013-08-18 attilamolnarCreate the CommandBase class from Command
2013-08-18 attilamolnarm_spanningtree Propagate oper-only quit reason using...
2013-08-13 attilamolnarStore oper types and opers in separate containers
2013-08-12 attilamolnarClean up a few constructors
2013-08-12 attilamolnarcmd_whowas Major cleanup, fix inefficiencies
2013-08-12 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
2013-08-12 Attila MolnarMerge pull request #607 from SaberUK/master+match
2013-08-12 Peter PowellClean up wildcard code.
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-12 Peter PowellAdd <path> keys for all of the compile-time paths.
2013-08-10 Peter PowellRename <options:moronbanner> to <options:xlinemessage>.
2013-08-10 Peter PowellReplace range() with min and max arguments on getInt().
2013-08-10 Peter PowellRename <connect:nouserdns> to <connect:resolvehostnames>.
2013-08-09 attilamolnarRemove virtual User::GetClass() (but keep LocalUser...
2013-08-09 attilamolnarAccept std::string as parameter in User::ChangeHost...
2013-08-09 attilamolnarMove host cycle logic into m_hostcycle
2013-08-08 attilamolnarFix a couple of issues
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-24 attilamolnarumode_s Rewrite ProcessNoticeMasks() and remove a few...
2013-07-24 attilamolnarRewrite SnomaskManager::SendMessage() and Flush(),...
2013-07-19 attilamolnarGet rid of enum UserModes and mark User::modes as private
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-19 attilamolnarReplace hardcoded mode letters, part 2
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-07-19 attilamolnarMove dynamic_reference and related classes to dynref.h
2013-07-16 Attila MolnarMerge pull request #589 from SaberUK/master+fix-debug...
2013-07-16 Peter PowellFix some warnings which are causing debug builds to...
2013-07-14 AdamUse the correct socket related error messages on Windows
2013-07-02 Attila MolnarMerge pull request #571 from ShutterQuick/inspircd...
2013-07-02 Daniel VassdalAllow for skipping clone checking before DNS is complete.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-06-24 Attila MolnarMerge pull request #564 from SaberUK/master+doxygen-fix
2013-06-21 Peter PowellFix Doxygen comments.
2013-06-18 attilamolnarRemove dead code from the InspIRCd and CommandParser...
2013-06-18 attilamolnarMinor changes to the startup and shutdown code
2013-06-18 attilamolnarRemove unused exit codes
2013-06-16 attilamolnarAlways set the topic in Channel::SetTopic(), move acces...
2013-06-13 attilamolnarRemove TR_END, remove TRANSLATEx() from commands that...
2013-06-13 attilamolnarRewrite CommandParser::TranslateUIDs()
2013-06-13 attilamolnarReplace void* dest and target_type parameters of OnMode...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
next