]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Rename <options:moronbanner> to <options:xlinemessage>.
[user/henk/code/inspircd.git] / src / modules /
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 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-06 AdamIssue #604, fix m_dnsbl, broken in accccc212cd4f08a3c55...
2013-08-04 attilamolnarCall ModeParser::Process() directly instead of going...
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellModify the log message to contain the log type.
2013-08-04 Peter PowellChange httpd modules to use the MODNAME constant in...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-08-04 attilamolnarRemove a few not-so-useful debug messages
2013-08-04 Attila MolnarMerge pull request #596 from SaberUK/master+genssl...
2013-08-04 Attila MolnarMerge pull request #593 from SaberUK/master+configure...
2013-07-29 Peter PowellRemove a ton of duplicate and obsolete code from configure.
2013-07-24 attilamolnarm_spanningtree Change the type of TreeServer::ServerNam...
2013-07-24 attilamolnarm_spanningtree Cleanup TreeServer and TreeSocket constr...
2013-07-20 attilamolnarEnable the LINK snomask from m_spanningtree, remove...
2013-07-19 attilamolnarm_ojoin Stop hardcoding +Y, move global vars into a...
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-06 Attila MolnarMerge pull request #578 from SaberUK/master+configure...
2013-07-06 Attila MolnarMerge pull request #573 from ShutterQuick/inspircd...
2013-07-06 Daniel VassdalAllow the user to specify any hashing mechanism support...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-07-01 attilamolnarFix a few oversights
2013-06-24 attilamolnarm_repeat Optimize the Levenshtein() function
2013-06-16 attilamolnarAlways set the topic in Channel::SetTopic(), move acces...
2013-06-16 Peter PowellAdd RE2 regex module.
2013-06-16 Daniel Vassdalm_banredirect Accept channel names starting with #...
2013-06-13 attilamolnarCall Channel::SetModeParam() from the mode parser when...
2013-06-13 attilamolnarRemove TR_END, remove TRANSLATEx() from commands that...
2013-06-13 attilamolnarRewrite CommandParser::TranslateUIDs()
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-12 attilamolnarm_spanningtree Move SVSMODE -> MODE translation into...
2013-06-12 attilamolnarm_spanningtree Rewrite incoming (E|G|K|Q|Z)LINE command...
2013-06-12 attilamolnarGet rid of the OnRemoteKill hook, make use of GetRoutin...
2013-06-12 attilamolnarImplement GetRouting() in core commands that require...
2013-06-12 attilamolnarm_callerid Route ACCEPT to the server of the target...
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-12 attilamolnarm_banredirect Fix modestack usage
2013-06-10 Daniel VassdalAdded m_repeat - Allows for blocking of similiar messages
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 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 a ton of uses of MAXBUF to use a fixed buffer...
2013-06-06 Peter PowellReplace some C string operations with the + operator.
2013-06-06 Peter PowellUse InspIRCd::Format instead of snprintf().
2013-06-06 Peter PowellUse iostream instead of C-style file operations.
2013-06-06 Peter PowellCompare to ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 Peter PowellReserve ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 attilamolnarMerge insp20
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-04 attilamolnarm_spanningtree Fix FIDENT routing
2013-06-04 attilamolnarm_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6...
2013-06-04 attilamolnarReduce User* -> Membership* lookups on part and kick
2013-06-03 attilamolnarRemove NULL checks from various Channel functions
2013-06-02 attilamolnarRoute WALLOPS like a regular command, remove OnWallops...
2013-06-01 attilamolnarm_devoice Remove FindChan() and HasUser() checks, these...
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 attilamolnarm_mysql Fix escaping strings longer than MAXBUF/2
2013-06-01 attilamolnarm_userip Allow querying own IP for non-opers, require...
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-23 attilamolnarm_nicklock Fix wrong hook in SetPriority()
2013-05-23 AdamChange CacheRefreshTimer tick time back to 5 minutes
2013-05-22 attilamolnarm_mysql Fix crash on rehash when the database tags...
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 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-05-20 Attila MolnarMerge pull request #542 from ShutterQuick/inspircd...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-18 Daniel VassdalReplaced vsnprintf with VAFORMAT pretty much everywhere.
2013-05-18 attilamolnarChange the signature of User::ForceNickChange() to...
2013-05-18 attilamolnarGet rid of the NICKForced extension
2013-05-18 attilamolnarDeduplicate hex string creation code
2013-05-18 Attila MolnarMerge pull request #543 from SaberUK/master+sizeparam...
2013-05-18 attilamolnarm_channames Fix iteration in ValidateChans()
2013-05-18 Attila MolnarMerge pull request #541 from SaberUK/master+chanlog
2013-05-18 Peter PowellRemove the size argument from IsChannel and IsNick.
2013-05-18 Peter PowellPurge the old chanlog code from the module file.
2013-05-18 attilamolnarm_httpd_acl Reread config on rehash
next