]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Clean up the protocol interface
[user/henk/code/inspircd.git] / include /
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-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...
2013-06-12 attilamolnarGet rid of the OnRemoteKill hook, make use of GetRoutin...
2013-06-12 attilamolnarRun the OnPostCommand hook from LoopCall()
2013-06-12 attilamolnarCommandParser::LoopCall() changes
2013-06-12 attilamolnarChange command name parameter of OnPostCommand to be...
2013-06-12 attilamolnarSimplify stringjoiner: take 1 parameter, join from...
2013-06-06 attilamolnarRemove deprecated Request cross-module communication...
2013-06-06 attilamolnarChange the API of m_httpd to be dynamic_reference-based
2013-06-06 attilamolnarChange the API of m_sslinfo to be dynamic_reference...
2013-06-06 attilamolnarCreate SSLIOHook interface that provides GetCertificate()
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
2013-06-06 attilamolnarMove code between usermanager.(cpp|h), clarify comments
2013-06-06 attilamolnarMove DoBackgroundUserStuff() and AllModulesReportReady...
2013-06-06 attilamolnarStore prefix rank in a ModeHandler field, change ModeHa...
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert User::SendText to use std::string.
2013-06-06 Peter PowellConvert User::FormatNoticeMasks() to use std::string.
2013-06-06 Peter PowellConvert ConvNumeric() to use std::string instead of...
2013-06-06 Peter PowellReplace some C string operations with the + operator.
2013-06-06 Peter PowellUse iostream instead of C-style file operations.
2013-06-05 Peter PowellStart to replace MAXBUF with <limits:maxline>.
2013-06-05 attilamolnarMerge insp20
2013-06-04 attilamolnarRemove the now unused Channel::RemoveAllPrefixes()...
2013-06-04 attilamolnarReduce User* -> Membership* lookups on part and kick
2013-06-02 attilamolnarRoute WALLOPS like a regular command, remove OnWallops...
2013-06-02 AdamMerge pull request #550 from Adam-/master+sepstream
2013-06-02 Adams/seperator/separator/g
2013-06-02 AdamRewrote sepstream and tokenstream to be less ugly
2013-06-01 attilamolnarMove a few trivial functions into headers
2013-06-01 attilamolnarWatch mode names with ModeWatchers instead of mode...
2013-06-01 attilamolnarRemove useless ModeType parameter from ModeWatcher...
2013-06-01 attilamolnarRemove #define MAXPARAMETERS and "MAXPARA" 005 token
2013-06-01 attilamolnarCommandParser::ProcessCommand() and ProcessBuffer(...
2013-06-01 attilamolnarRemove (non-functional) total_bytes counter from Command
2013-06-01 Attila MolnarMerge pull request #551 from SaberUK/master+unused...
2013-06-01 Peter PowellRemove unused code from configure.
2013-05-26 attilamolnarSimplify user mode removal via ModeHandler::RemoveMode()
2013-05-26 attilamolnarDeduplicate RemoveMode() implementations
2013-05-26 Peter PowellClean up the FileReader class and all of the modules...
2013-05-24 attilamolnarCache mode list that is sent in the 004 numeric
2013-05-24 attilamolnarRemove dead ModeParser code
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-22 Attila MolnarMerge pull request #522 from SaberUK/master+xline-displ...
2013-05-21 Peter PowellConvert XLine::Displayable to return a std::string.
2013-05-21 Peter PowellFix msvc detection of variadic template support
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-21 Peter PowellAdd support for detecting C++11 variadic templates.
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-05-20 AdamFixup last commit
2013-05-20 Attila MolnarMerge pull request #542 from ShutterQuick/inspircd...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-19 Peter PowellAccept a LogLevel instead of an int in logging methods.
2013-05-19 Peter PowellPurge a ton of code related to non <log> related logging.
2013-05-19 Peter PowellMove LogHeader to LogStream.
2013-05-19 Peter PowellMove LogLevel enum from filelogger to logger.
2013-05-18 Daniel VassdalAdded macro to allow simpler logic in functions with...
2013-05-18 attilamolnarChange the signature of User::ForceNickChange() to...
next