]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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
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
2013-05-18 attilamolnarm_geoip Set cc in OnSetConnectClass to the newly create...
2013-05-18 attilamolnarInitialize local_count
2013-05-16 AdamFix m_randquote with 0 quotes
2013-05-16 Daniel VassdalAdded a function to replace all the ugly sprintf-ing...
2013-05-16 attilamolnarFix padding bug in GenerateSID(), spotted by @ShutterQuick
2013-05-16 attilamolnarWorkaround for std::list::size() having linear complexi...
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-05-16 AdamMerge pull request #538 from SaberUK/master+silence-gcc
2013-05-16 Peter PowellFix GCC warnings about using C++11 features when not...
2013-05-16 AdamMerge pull request #537 from SaberUK/master+fix-poll
2013-05-16 Peter PowellFix the poll socket engine.
2013-05-16 AdamMerge pull request #536 from SaberUK/master+fix-kqueue...
2013-05-16 Peter PowellFix kqueue test on non-Apple BSDs.
2013-05-16 AdamMerge pull request #521 from SaberUK/master+configure...
2013-05-16 Peter PowellImprove feature detection in configure.
2013-05-16 attilamolnarGet rid of strlcpy(), strlcat(), charlcat() and charrem...
2013-05-16 attilamolnarm_joinflood Make the code friendlier, unset +j when...
2013-05-15 attilamolnarirc::Spacify--
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 attilamolnarFix thread handle leak in threadengine_win32
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
next