summaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)Author
2013-04-04Move whowas settings into cmd_whowas from ConfigReaderattilamolnar
2013-04-04Make cmd_whowas act like a module, remove special handlingattilamolnar
2013-04-03Convert InspIRCd::Duration() to be staticattilamolnar
2013-04-01Move member variables from User to LocalUserattilamolnar
2013-04-01cmd_stats List opers without iterating the whole userlistattilamolnar
2013-04-01Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings...attilamolnar
2013-04-01Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...attilamolnar
2013-04-01Change User::GetIPString() to return const std::string&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
2012-07-06Fix to show ERR_NEEDMOREPARAMS for cmd_userhost and cmd_isonShawn Smith
2012-07-06Added color codes to /rules, moved the parsing to ServerConfig and cleaned th...Justin Crawford
2012-07-02Remove leftover #ifdefs and #includes from cmd_*.cppattilamolnar
2012-06-17Fix pending invites not being removed when a channel was deleted or had its T...attilamolnar
2012-05-25Debian typo fixes.Peter Powell
2012-05-16Check whether it is empty parameter before checking its valueChin Lee
2012-05-16Fix issue #120 reported by @swildeChin Lee
2012-05-14Merge pull request #109 from Justasic/insp20Robin Burchell
2012-05-03Rewrote the color codes parser to be one function, not twoJustin Crawford
2012-05-03Merge pull request #96 from Justasic/insp20Robin Burchell
2012-04-22Fixed using a function on every call for /motd, causing lag on large networks...Justin Crawford
2012-04-21Added C/C++ style escape codes for color codes in the MOTD along with @SaberU...Justin Crawford
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fixes for bug #12Justin Crawford
2012-04-12This fixes issue #39 reported by @attilamolnar.Shawn Smith