]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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-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 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 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 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-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 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 Peter PowellReplace some C-isms with C++-isms.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-05-14 attilamolnarm_spanningtree UID handler: Fix parsing user modes
2013-05-07 Peter PowellClean up cross-platform compatibility.
2013-04-27 attilamolnarMerge insp20
2013-04-27 Daniel VassdalAdded RMODE command per suggestion #479
2013-04-27 Attila MolnarMerge pull request #508 from ShutterQuick/inspircd...
2013-04-27 Daniel VassdalPrevent /mode from being incredible näive after failed...
2013-04-27 AdamMerge pull request #501 from SaberUK/master+nouserdns
2013-04-27 Peter PowellMove <performance:nouserdns> to <connect:nouserdns>.
2013-04-26 AdamFix Windows
2013-04-26 AdamModularize DNS
2013-04-24 attilamolnarRelease 2.0.12
2013-04-24 attilamolnarMove SocketEngine::IgnoreError() code into socketengine...
2013-04-24 attilamolnarm_ssl_gnutls Add ability to load DH params from file
2013-04-23 attilamolnarm_spanningtree Fix crash when connecting to a remote...
2013-04-23 attilamolnarAdd config option to disable somaxconn range() check
2013-04-21 attilamolnarm_rline Switch to OnUserRegister hook to disconnect...
2013-04-21 attilamolnarm_filter, m_rline Remove rlines and filters when the...
2013-04-21 attilamolnarm_spanningtree Move CacheTimer into utils
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-21 attilamolnarm_filter Fix memory leak on unload
2013-04-21 attilamolnarLog some internal errors on DEFAULT loglevel instead...
2013-04-21 attilamolnarm_permchannels Workaround for alphabetical module initi...
2013-04-21 attilamolnarDon't crop the channel name if it's too long in Channel...
2013-04-20 Attila MolnarMerge pull request #495 from SaberUK/master+fix-libcpp
2013-04-19 attilamolnarImmediately stop processing whenever we detect and...
2013-04-19 attilamolnarFix uuids getting truncated in the nick hash in UserMan...
2013-04-19 attilamolnarm_ident Invalidate cache after changing User::ident
2013-04-19 attilamolnarm_callerid Allow messaging yourself while +g regardless...
next