]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
s/seperator/separator/g
[user/henk/code/inspircd.git] / include /
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...
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 Peter PowellRemove the size argument from IsChannel and IsNick.
2013-05-16 Daniel VassdalAdded a function to replace all the ugly sprintf-ing...
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 attilamolnarGet rid of strlcpy(), strlcat(), charlcat() and charrem...
2013-05-15 attilamolnarirc::Spacify--
2013-05-15 attilamolnarAllow spaces (and more) in oper types
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-07 Peter PowellClean up cross-platform compatibility.
2013-04-27 attilamolnarMerge insp20
2013-04-27 AdamMerge pull request #501 from SaberUK/master+nouserdns
2013-04-27 Peter PowellMove <performance:nouserdns> to <connect:nouserdns>.
2013-04-26 AdamModularize DNS
2013-04-24 attilamolnarMove SocketEngine::IgnoreError() code into socketengine...
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-20 Attila MolnarMerge pull request #495 from SaberUK/master+fix-libcpp
2013-04-19 Peter PowellFix building with libc++.
2013-04-17 attilamolnarFix Windows build
2013-04-16 AdamFix m_ssl_gnutls and perhaps some other things on Windo...
2013-04-14 attilamolnarUse std::string internally in UIDGenerator, move UUID_L...
2013-04-14 attilamolnarExtract UID/SID generation logic into a new class:...
2013-04-13 attilamolnarRemove const char* versions of InspIRCd::FindNick(...
2013-04-13 attilamolnarChannel::JoinUser() and Channel::ForceChan() changes
2013-04-13 attilamolnarOnUserPreJoin is a local-only hook, change User* parame...
2013-04-13 attilamolnarRemove the deprecated invite API
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-11 attilamolnarFix clang warning about IsOper()
2013-04-10 attilamolnarBanCache: Move expiration code into a function, call...
2013-04-10 attilamolnarBanCache: Remove BanCacheManager::RehashCache()
2013-04-10 attilamolnarBanCache: Simplify BanCacheManager::RemoveEntries()
2013-04-10 attilamolnarBanCache: Remove BanCacheHit::IP field, and BanCacheMan...
2013-04-10 attilamolnarBanCache: Don't repeat ourselves, one BanCacheManager...
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-09 attilamolnarFix ListModeBase on Windows
2013-04-09 attilamolnarMove most whois related code from the core into cmd_whois
2013-04-09 attilamolnarXLine: Provide a default implementation for DisplayExpiry()
2013-04-08 attilamolnarListModeBase: Cache max items per channel
2013-04-08 attilamolnarListModeBase: Minor changes to original u_listmode...
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-08 attilamolnarAdd builtin modes using AddService()
2013-04-08 attilamolnarUnite include/modes/*.h into include/builtinmodes.h
2013-04-08 attilamolnarAllow dynamic references to reference ServiceProviders...
2013-04-08 attilamolnarRework dynamic_reference management, introduce dynamic_...
2013-04-08 attilamolnarRemove OnAddBan and OnDelBan hooks
2013-04-06 Attila MolnarMerge pull request #475 from SaberUK/master+default...
2013-04-06 Peter PowellDefault to the XML config format.
2013-04-05 Attila MolnarMerge pull request #472 from SaberUK/master+merge-headers
2013-04-05 attilamolnarDon't attempt to unload or reload modules that are...
2013-04-05 Peter PowellMerge inspircd_{config,version}.h into a single header...
2013-04-04 attilamolnarStop recreating hashmaps every hour, move garbage colle...
2013-04-04 attilamolnarMove whowas settings into cmd_whowas from ConfigReader
2013-04-04 attilamolnarMake cmd_whowas act like a module, remove special handling
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
next