| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up the WHO helpop documentation. | 2018-07-12 | 1 | -1/+1 | |
| * | Fix replying with the source user in oper-restricted WHO lookups. | 2018-07-11 | 1 | -3/+1 | |
| * | Fix CMD_RESTART with relative paths as argv[0]. | 2017-11-04 | 1 | -2/+2 | |
| * | cmd_who: don't show +p channels or channels hidden with m_hidechans•••Fixes #1276 | 2017-03-20 | 1 | -3/+5 | |
| * | Fix more incorrect std::string::operator[] usage | 2016-08-13 | 2 | -2/+2 | |
| * | Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ConfigTag...•••Checking is only necessary in ModuleSSLInfo::OnPostConnect() as oper types are not encountered in the other cases but check anyway to be sure | 2016-06-09 | 1 | -1/+1 | |
| * | Remove embarrassing negative comments about some clients from the code | 2016-02-29 | 1 | -1/+0 | |
| * | Don't show snotices for kills from ulined clients | 2016-02-25 | 1 | -5/+9 | |
| * | Merge pull request #1018 from SaberUK/insp20+hidekills•••[2.0] Fix exposing the opers hostname in KILL when using hidekills. | 2015-09-06 | 1 | -1/+1 | |
| |\ | |||||
| | * | Fix exposing the opers hostname in KILL when using hidekills. | 2015-03-20 | 1 | -1/+1 | |
| * | | cmd_userhost Fix +H hidden opers being shown as opers | 2015-04-16 | 1 | -2/+9 | |
| |/ | |||||
| * | cmd_userhost List 5 users in the reply even if the query (incorrectly) contai... | 2015-02-04 | 1 | -2/+5 | |
| * | Fix numeric ERR_NOTREGISTERED not containing the user's nick | 2015-01-21 | 1 | -1/+1 | |
| * | Merge branch 'insp20+penalty' into insp20 | 2015-01-19 | 7 | -3/+30 | |
| |\ | |||||
| | * | Increase penalty for some core commands | 2015-01-12 | 7 | -3/+30 | |
| * | | cmd_list: Give +s precedence to +p•••When +ps is set, handle it as +s (most restrictive) instead of +p | 2015-01-17 | 1 | -7/+8 | |
| |/ | |||||
| * | Fix User::age being incorrectly used in some places instead of signon | 2014-12-30 | 2 | -3/+3 | |
| * | Don't submit a reload worker if the module doing the reload is scheduled for ... | 2014-11-30 | 1 | -1/+1 | |
| * | Avoid calling methods on NULL pointers wherever possible.•••The trick we use to allow this is undefined behaviour and is not liked by LLVM. We should stop using it but it has the potential to break to many things for a minor release. | 2014-10-13 | 2 | -2/+2 | |
| * | Fix various warnings when building with LLVM 3.5.•••- warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] - warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] | 2014-10-13 | 1 | -1/+1 | |
| * | Fix harmless loop off-by-ones found by Moonlightning | 2014-06-07 | 1 | -1/+1 | |
| * | Correct the syntax messages of a few modules. | 2014-04-12 | 3 | -3/+3 | |
| * | Add REG_ALL checks to treat unregistered users as nonexistent in more cases | 2014-04-04 | 2 | -4/+4 | |
| * | cmd_names Allow opers having the channels/auspex priv to view the NAMES list ...•••A version of the check removed by this commit is in Channel::UserList() which takes the priv into account Discovered by @Cronus89 | 2014-03-11 | 1 | -5/+0 | |
| * | Fix /who on opers incorrectly showing +i opers to•••users without the privilege to see them, introduced in b328aad53b044bd9cf9720dfed216b0ee61c8e31 | 2014-02-20 | 1 | -1/+1 | |
| * | Fix various problems detected by Clang 3.4.•••- cidr.cpp: remove inverted_bits; unused since 9fad3ecb9215a0034bf407f192926b04cb5efaed. - cmd_stats.cpp: remove needless inversion and comparison to 0. - inspircd.cpp: remove needless comparison to 0. - socket.cpp: remove all_zero; unused since 03a1bf15b1da7643b237c22db1a478916a976ccf. | 2014-02-11 | 1 | -1/+1 | |
| * | Increase the penalty for a few core commands | 2014-01-21 | 4 | -4/+23 | |
| * | Fix remote /MODULES bug | 2013-11-12 | 1 | -2/+5 | |
| * | Fix crash caused by passing a large integer to ctime()•••In addition to verifying the return value of localtime(), correct tm_year if it is out of bounds Reported by @JDowny | 2013-08-27 | 1 | -10/+3 | |
| * | Remove unnecessary string copies and dead code | 2013-06-05 | 1 | -1/+1 | |
| * | cmd_who Hide +i users when listing users on a server and hidewhois is off•••Fixes #547 reported by @RawrDragon | 2013-06-01 | 1 | -1/+1 | |
| * | Update authors | 2013-05-23 | 1 | -7/+8 | |
| * | cmd_stats List opers without iterating the whole userlist | 2013-04-01 | 1 | -5/+6 | |
| * | cmd_invite Check if the inviting user is on the channel before potentially te... | 2013-04-01 | 1 | -8/+8 | |
| * | cmd_kill Send snotice to servers when both the oper and the victim are on the... | 2013-03-29 | 1 | -1/+4 | |
| * | cmd_lusers Fix miscounting | 2013-03-27 | 1 | -3/+3 | |
| * | cmd_lusers Be smart and know how many invisible users are there without itera... | 2013-03-03 | 1 | -4/+41 | |
| * | cmd_lusers Use of size() instead of counting elements | 2013-03-03 | 1 | -3/+2 | |
| * | cmd_lusers Refresh max local/global user counters after a user connects•••Fixes #423 reported by @RawrDragon | 2013-03-03 | 1 | -11/+38 | |
| * | cmd_lusers Convert to a module | 2013-03-03 | 1 | -1/+21 | |
| * | cmd_invite Send invite announcements to halfops and higher when <security:ann...•••Clarify what the various options mean in the doc Fixes #418 reported by @RawrDragon | 2013-02-11 | 1 | -16/+22 | |
| * | cmd_invite Correct error message when the user has no privs to invite and no ... | 2013-02-11 | 1 | -2/+4 | |
| * | Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...•••If a SID was passed as the target user parameter or when it's an unregistered user reply with the "no such nick" (or the moral equivalent) message | 2012-12-15 | 5 | -12/+12 | |
| * | Register all commands, modes and extensions using AddService()•••AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | 2012-12-02 | 1 | -1/+1 | |
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -0/+4 | |
| * | Add a typedef for LocalUserList | 2012-11-29 | 3 | -4/+4 | |
| * | cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hop•••Fixes #375 reported by @JDowny | 2012-11-29 | 1 | -4/+3 | |
| * | Change empty string assignments to .clear() or remove them entirely•••Part 2 of ba5c0db795824c3fc1ad48ce332d7bdc440cb77f | 2012-11-28 | 1 | -8/+4 | |
| * | Fix /RESTART not closing file descriptors•••Fixes issue #262 reported by @MistrX | 2012-10-21 | 1 | -0/+16 | |
| * | Make better use of User::GetFullRealHost() | 2012-10-21 | 4 | -12/+9 | |
