summaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)Author
2015-02-04cmd_userhost List 5 users in the reply even if the query (incorrectly) contai...Attila Molnar
2015-01-21Fix numeric ERR_NOTREGISTERED not containing the user's nickAttila Molnar
2015-01-19Merge branch 'insp20+penalty' into insp20Attila Molnar
2015-01-17cmd_list: Give +s precedence to +pDaniel Vassdal
2015-01-12Increase penalty for some core commandsAttila Molnar
2014-12-30Fix User::age being incorrectly used in some places instead of signonAttila Molnar
2014-11-30Don't submit a reload worker if the module doing the reload is scheduled for ...Attila Molnar
2014-10-13Avoid calling methods on NULL pointers wherever possible.Peter Powell
2014-10-13Fix various warnings when building with LLVM 3.5.Peter Powell
2014-06-07Fix harmless loop off-by-ones found by Moonlightningsatmd
2014-04-12Correct the syntax messages of a few modules.Robby-
2014-04-04Add REG_ALL checks to treat unregistered users as nonexistent in more casesAttila Molnar
2014-03-11cmd_names Allow opers having the channels/auspex priv to view the NAMES list ...Attila Molnar
2014-02-20Fix /who on opers incorrectly showing +i opers toAdam
2014-02-11Fix various problems detected by Clang 3.4.Peter Powell
2014-01-21Increase the penalty for a few core commandsAttila Molnar
2013-11-12Fix remote /MODULES bugDaniel Vassdal
2013-08-27Fix crash caused by passing a large integer to ctime()attilamolnar
2013-06-05Remove unnecessary string copies and dead codeattilamolnar
2013-06-01cmd_who Hide +i users when listing users on a server and hidewhois is offattilamolnar
2013-05-23Update authorsattilamolnar
2013-04-01cmd_stats List opers without iterating the whole userlistattilamolnar
2013-04-01cmd_invite Check if the inviting user is on the channel before potentially te...attilamolnar
2013-03-29cmd_kill Send snotice to servers when both the oper and the victim are on the...attilamolnar
2013-03-27cmd_lusers Fix miscountingattilamolnar
2013-03-03cmd_lusers Be smart and know how many invisible users are there without itera...attilamolnar
2013-03-03cmd_lusers Use of size() instead of counting elementsattilamolnar
2013-03-03cmd_lusers Refresh max local/global user counters after a user connectsattilamolnar
2013-03-03cmd_lusers Convert to a moduleattilamolnar
2013-02-11cmd_invite Send invite announcements to halfops and higher when <security:ann...attilamolnar
2013-02-11cmd_invite Correct error message when the user has no privs to invite and no ...attilamolnar
2012-12-15Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...attilamolnar
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar
2012-11-29cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hopattilamolnar
2012-11-28Change empty string assignments to .clear() or remove them entirelyattilamolnar
2012-10-21Fix /RESTART not closing file descriptorsattilamolnar
2012-10-21Make better use of User::GetFullRealHost()attilamolnar
2012-10-21Fix KILL accepting SIDs, get rid of potentially unsafe snprintf and strlcpyattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-12Remove superfluous std::string()sattilamolnar
2012-10-12Fix unregistered users getting global notices, also fix certain commands work...attilamolnar
2012-10-11Add myself to the Other Contributors listAdam
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-09-13Don't allow banned users to NOTICE a channel when security:restrictbanneduser...attilamolnar
2012-07-17Fixed Windows buildAdam
2012-07-13Move STATS handler back to cmd_stats so it's hotpatchable againattilamolnar
2012-07-11cmd_commands Don't show server only commands to usersattilamolnar
2012-07-07cmd_stats Remove unused preprocessor stuff (it has been living in stats.cpp f...attilamolnar