]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
m_namedmodes Only show chan key to members and opers with channels/auspex
[user/henk/code/inspircd.git] / include /
2016-02-13 Attila MolnarLimit DNS cache size
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-03-22 Attila MolnarMerge pull request #1004 from SaberUK/insp20+fix-variou...
2015-03-22 Attila MolnarMerge pull request #1016 from Renegade334/insp20+docs...
2015-03-22 Attila MolnarMerge pull request #1009 from SaberUK/insp20+fix-dirty-env
2015-03-21 AdamRebuild clone counts on rehash
2015-02-27 Peter PowellFix various Doxygen warnings.
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-19 Attila MolnarMerge branch 'insp20+penalty' into insp20
2015-01-17 Attila MolnarMerge pull request #967 from SaberUK/insp20+fix-windows
2015-01-17 Peter PowellFix modules not being versioned on Windows.
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Attila MolnarMerge pull request #933 from SaberUK/insp20+fix-llvm34
2014-10-13 Peter PowellAvoid calling methods on NULL pointers wherever possible.
2014-10-06 Attila MolnarMerge pull request #931 from SaberUK/insp20+fix-non...
2014-10-05 Peter PowellFix hash_map.h on non-GNU C++ standard library implemen...
2014-09-08 AdamDo not use the result of the dns cache when the query...
2014-05-08 AdamDo not export callers
2014-04-20 Attila MolnarMerge pull request #832 from SaberUK/insp20+fix-ssl...
2014-04-19 Attila MolnarFix undefined symbol error on module load if compiled...
2014-01-21 Attila MolnarBump API version because of 3f4d54eb031f1cd6b016dfe1f76...
2013-09-14 attilamolnarFix ConvToStr(char)
2013-09-13 ChrisTXFix a shadow warning created by ConfigTag::create
2013-09-08 ChrisTXFix a crash when running as systemd service
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 attilamolnarDon't CoreExport reference, fixes m_dnsbl on Windows
2013-07-14 AdamUse the correct socket related error messages on Windows
2013-05-18 attilamolnarInitialize local_count
2013-05-16 attilamolnarWorkaround for std::list::size() having linear complexi...
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-04-24 attilamolnarMove SocketEngine::IgnoreError() code into socketengine...
2013-04-16 AdamFix m_ssl_gnutls and perhaps some other things on Windo...
2013-04-05 attilamolnarDon't attempt to unload or reload modules that are...
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)
2012-10-08 attilamolnarMove simple user and channel mode handlers into a singl...
2012-10-03 attilamolnarChange User::SetClientIP() to be virtual
2012-09-30 attilamolnarMake ConfigReader::GetSID() return a const reference...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 attilamolnarCall OnUserSetIP() whenever the IP of a local user...
2012-09-13 attilamolnarNew OnUserSetIP() hook
2012-09-13 Attila MolnarMerge pull request #301 from Adam-/insp20+bindrehash
2012-09-12 AdamFix bug #291 - fix rehashing bind tags not changing...
2012-08-24 attilamolnarAdd a config option to enable/disable the welcome notic...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarMove STATS handler back to cmd_stats so it's hotpatchab...
2012-07-11 attilamolnarClose files opened with popen() with pclose() instead...
2012-07-11 attilamolnarDon't manage memory manually for the commasepstream...
2012-07-11 attilamolnarUse std::set instead of std::map in irc::portparser
2012-07-06 Attila MolnarMerge pull request #217 from Shawn-Smith/insp20+antired...
2012-07-06 attilamolnar#include <stdint.h>, add header guard to extensible.h
2012-07-06 Attila MolnarMerge pull request #127 from Justasic/insp20+color
2012-07-06 Justin CrawfordAdded color codes to /rules, moved the parsing to Serve...
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-07-01 Robin BurchellRevert "users: add SetClientIP function for irc::socket...
2012-07-01 Robin BurchellRevert "users: introduce OnSetClientIP hook."
2012-06-29 attilamolnarRemove unused channelmanager
2012-06-28 Attila MolnarMerge pull request #237 from SaberUK/insp20-fix-windows...
2012-06-28 Peter PowellInviteBase needs to be a CoreExport on Windows.
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-17 attilamolnarFix pending invites not being removed when a channel...
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 William Pitcockusers: introduce OnSetClientIP hook.
2012-06-13 William Pitcockusers: add SetClientIP function for irc::sockets::socka...
2012-05-30 Robin BurchellMerge pull request #159 from gholms/md5-memset-20
2012-05-28 Robin BurchellMerge pull request #152 from attilamolnar/insp20+showwh...
2012-05-28 Robin BurchellMerge pull request #150 from attilamolnar/insp20+increm...
2012-05-27 attilamolnarAdd testsuite tests for UID generation
2012-05-23 Robin BurchellMerge pull request #139 from SaberUK/insp20-unistd...
2012-05-23 Peter PowellFix compile error caused by unistd.h not existing on...
2012-05-15 Robin BurchellMerge pull request #104 from SaberUK/fix-issue-14
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Justin CrawfordFixed using a function on every call for /motd, causing...
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
next