]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands
Merge pull request #1157 from SaberUK/insp20+fix-cron-restart
[user/henk/code/inspircd.git] / src / commands /
2016-02-29 Attila MolnarRemove embarrassing negative comments about some client...
2016-02-29 Attila MolnarMerge pull request #1147 from SaberUK/insp20+gcc6
2016-02-29 Attila MolnarMerge pull request #1148 from guikcd/spelling-error
2016-02-29 Attila MolnarMerge pull request #1146 from SaberUK/insp20+quote
2016-02-29 Attila MolnarMerge pull request #1145 from Adam-/insp20+ulinekill
2016-02-25 AdamDon't show snotices for kills from ulined clients
2015-09-06 AdamMerge pull request #1050 from Aviator45003/insp20
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-04-16 Attila Molnarcmd_userhost Fix +H hidden opers being shown as opers
2015-03-20 Peter PowellFix exposing the opers hostname in KILL when using...
2015-02-17 Attila MolnarMerge pull request #992 from SaberUK/insp20+fix-error...
2015-02-04 Attila Molnarcmd_userhost List 5 users in the reply even if the...
2015-01-21 Attila MolnarFix numeric ERR_NOTREGISTERED not containing the user...
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 #968 from ShutterQuick/insp20+sporder
2015-01-17 Daniel Vassdalcmd_list: Give +s precedence to +p
2015-01-12 Attila MolnarIncrease penalty for some core commands
2014-12-30 Attila MolnarFix User::age being incorrectly used in some places...
2014-11-30 Attila MolnarDon't submit a reload worker if the module doing the...
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-13 Peter PowellFix various warnings when building with LLVM 3.5.
2014-06-07 satmdFix harmless loop off-by-ones found by Moonlightning
2014-04-12 Attila MolnarMerge pull request #827 from Robby-/insp20-helpopconf
2014-04-12 Robby-Correct the syntax messages of a few modules.
2014-04-04 Attila MolnarAdd REG_ALL checks to treat unregistered users as nonex...
2014-03-11 Attila Molnarcmd_names Allow opers having the channels/auspex priv...
2014-02-20 AdamFix /who on opers incorrectly showing +i opers to
2014-02-18 Attila MolnarMerge pull request #772 from SaberUK/insp20+llvm34
2014-02-11 Peter PowellFix various problems detected by Clang 3.4.
2014-01-21 Attila MolnarIncrease the penalty for a few core commands
2013-11-12 Daniel VassdalFix remote /MODULES bug
2013-08-27 attilamolnarFix crash caused by passing a large integer to ctime()
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-01 attilamolnarcmd_who Hide +i users when listing users on a server...
2013-05-23 attilamolnarUpdate authors
2013-04-01 attilamolnarcmd_stats List opers without iterating the whole userlist
2013-04-01 attilamolnarcmd_invite Check if the inviting user is on the channel...
2013-03-29 attilamolnarcmd_kill Send snotice to servers when both the oper...
2013-03-27 attilamolnarcmd_lusers Fix miscounting
2013-03-03 attilamolnarcmd_lusers Be smart and know how many invisible users...
2013-03-03 attilamolnarcmd_lusers Use of size() instead of counting elements
2013-03-03 attilamolnarcmd_lusers Refresh max local/global user counters after...
2013-03-03 attilamolnarcmd_lusers Convert to a module
2013-02-11 attilamolnarcmd_invite Send invite announcements to halfops and...
2013-02-11 attilamolnarcmd_invite Correct error message when the user has...
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-29 attilamolnarcmd_rehash, m_spanningtree Fix REHASH messages duplicat...
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-10-21 attilamolnarFix /RESTART not closing file descriptors
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-10-21 attilamolnarFix KILL accepting SIDs, get rid of potentially unsafe...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-10-12 attilamolnarFix unregistered users getting global notices, also...
2012-10-12 AdamAdd myself to the Other Contributors list
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 Attila MolnarMerge pull request #301 from Adam-/insp20+bindrehash
2012-09-12 attilamolnarDon't allow banned users to NOTICE a channel when secur...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-18 AdamFixed Windows build
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-10 attilamolnarcmd_commands Don't show server only commands to users
2012-07-07 attilamolnarcmd_stats Remove unused preprocessor stuff (it has...
2012-07-06 Attila MolnarMerge pull request #223 from Shawn-Smith/insp20+needmor...
2012-07-06 Shawn SmithFix to show ERR_NEEDMOREPARAMS for cmd_userhost and...
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-04 Attila MolnarMerge pull request #239 from alyx/insp20
2012-07-02 attilamolnarRemove leftover #ifdefs and #includes from cmd_*.cpp
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-05-27 Robin BurchellMerge pull request #142 from attilamolnar/insp20+sestatsfix
2012-05-27 Robin BurchellMerge pull request #145 from SaberUK/insp20-typo-fixes
2012-05-25 Peter PowellDebian typo fixes.
2012-05-16 Robin BurchellMerge pull request #113 from nenolod/feature/mlock
2012-05-16 Chin LeeCheck whether it is empty parameter before checking...
2012-05-16 Chin LeeFix issue #120 reported by @swilde
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-04 Justin CrawfordRewrote the color codes parser to be one function,...
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
2012-04-21 Justin CrawfordAdded C/C++ style escape codes for color codes in the...
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-15 Justin CrawfordFixes for bug #12
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
next