]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Fix GCC warnings about using C++11 features when not in C++11 mode.
[user/henk/code/inspircd.git] / include /
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
2013-04-01 attilamolnarMove member variables from User to LocalUser
2013-04-01 attilamolnarChange IsNickHandler()/IsIdentHandler()/IsChannelHandle...
2013-04-01 attilamolnarConvert IsSID() to a static member function, modules...
2013-04-01 attilamolnarRemove more deprecated code
2013-04-01 Attila MolnarMerge pull request #454 from SaberUK/master+misc-improv...
2013-04-01 Attila MolnarMerge pull request #455 from SaberUK/master+deprecation...
2013-04-01 Peter PowellPurge references to the deprecated GetStackedLine method.
2013-04-01 Peter PowellPurge the deprecated chanprotect module.
2013-04-01 Peter PowellRemove some dead code:
2013-04-01 Peter PowellAdd macro for marking methods as deprecated.
2013-04-01 Peter PowellPurge the deprecated hash_map from existance.
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2013-04-01 AdamRewrote caller.h to be more C++11 ish, currently commen...
2013-03-31 attilamolnarNew API version
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
2013-03-20 attilamolnarAdd support for mandatory tags in included config files
2013-03-11 attilamolnarRemove dead code from DNS
2013-03-11 attilamolnarFix m_dnsbl not checking cgiirc users when the cgiirc...
2013-01-28 Attila MolnarMerge pull request #414 from SaberUK/insp20+hashmap
2013-01-28 Peter PowellUse the preprocessor to detect whether hash_map is...
2013-01-16 Robin BurchellMerge pull request #403 from SaberUK/insp20+wextra...
2013-01-16 Peter PowellFix warning: "const type qualifier on return type has...
2012-12-25 Peter PowellInclude <list> in base.h to prevent build errors on...
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-12-05 attilamolnarChange a few signed counter variables to unsigned so...
2012-12-02 attilamolnarThrow an exception when attempting to register an exten...
2012-11-29 attilamolnarMake LocalUserList an std::list
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-10-29 attilamolnarFix typo in doc and remove some whitespace
2012-10-29 attilamolnarMove ServerConfig::ProcessColors() into class InspIRCd...
2012-10-19 Peter PowellFix for #268.
2012-10-14 Attila MolnarMerge pull request #340 from ChrisTX/insp20+clangwarnin...
2012-10-14 ChrisTXResolve two warnings clang complains about
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 Attila MolnarMerge pull request #338 from ChrisTX/insp20+iostream
2012-10-14 ChrisTXReplace printf(_c) with iostream
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
next