]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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 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-12 attilamolnarm_banredirect Fix modestack usage
2013-06-12 attilamolnarUnite cmd_privmsg and cmd_notice
2013-06-10 attilamolnarBuild with multiple processes on Windows (/MP)
2013-06-10 Daniel VassdalAdded m_repeat - Allows for blocking of similiar messages
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 attilamolnarFix Windows
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellRemove hardcoded MAXBUF constant.
2013-06-06 Peter PowellConvert a ton of uses of MAXBUF to use a fixed buffer...
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 PowellRewrite irc::sockets::sockaddrs::str() completely.
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 Peter PowellStart to replace MAXBUF with <limits:maxline>.
2013-06-05 attilamolnarMerge insp20
2013-06-05 attilamolnarRelease 2.0.13
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-05 attilamolnarReport the full GnuTLS version in configure
2013-06-04 attilamolnarm_spanningtree Fix FIDENT routing
2013-06-04 attilamolnarFix inet_pton on Windows with IPv6 addresses
2013-06-04 attilamolnarm_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6...
2013-06-04 attilamolnarRefactor Channel::UserList() to use std::string
2013-06-04 attilamolnarRemove the now unused Channel::RemoveAllPrefixes()...
2013-06-04 attilamolnarReduce User* -> Membership* lookups on part and kick
2013-06-03 attilamolnarChannel::KickUser() and cmd_kick changes
2013-06-03 attilamolnarRemove NULL checks from various Channel functions
2013-06-03 Daniel VassdalAdded option for using TCP_DEFER_ACCEPT. Prevents the...
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 attilamolnarISupportManager: Tidy-up, expand comments
2013-06-01 attilamolnarMove a few trivial functions into headers
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 attilamolnarCommandParser::ProcessCommand() and ProcessBuffer(...
2013-06-01 attilamolnarImprove command parser logic when there are more params...
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-06-01 attilamolnarcmd_who Hide +i users when listing users on a server...
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-24 attilamolnarLogManager cleanup
2013-05-24 attilamolnarCache mode list that is sent in the 004 numeric
2013-05-24 attilamolnarRemove dead ModeParser code
2013-05-23 attilamolnarm_nicklock Fix wrong hook in SetPriority()
2013-05-23 attilamolnarUpdate authors
2013-05-23 AdamAdd a va_copy define for Windows
2013-05-23 AdamSome systems with whacky va_list implementations do...
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 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 VassdalReplaced vsnprintf with VAFORMAT pretty much everywhere.
2013-05-18 Daniel VassdalAdded macro to allow simpler logic in functions with...
2013-05-18 attilamolnarChange the signature of User::ForceNickChange() to...
2013-05-18 attilamolnarGet rid of the NICKForced extension
2013-05-18 attilamolnarRemove unused UserManager::ServerPrivmsgAll()
2013-05-18 attilamolnarirc::tokenstream and irc::sepstream cleanup
2013-05-18 attilamolnarirc::stringjoiner cleanup
next