aboutsummaryrefslogtreecommitdiff
path: root/src/commands
Commit message (Collapse)AuthorAgeFilesLines
* Move STATS handler back to cmd_stats so it's hotpatchable againGravatar attilamolnar2012-07-131-1/+340
|
* cmd_commands Don't show server only commands to usersGravatar attilamolnar2012-07-111-0/+4
|
* cmd_stats Remove unused preprocessor stuff (it has been living in stats.cpp ↵Gravatar attilamolnar2012-07-071-11/+0
| | | | for a while)
* Fix to show ERR_NEEDMOREPARAMS for cmd_userhost and cmd_isonGravatar Shawn Smith2012-07-062-9/+9
|
* Added color codes to /rules, moved the parsing to ServerConfig and cleaned ↵Gravatar Justin Crawford2012-07-062-64/+1
| | | | the code up a bit
* Remove leftover #ifdefs and #includes from cmd_*.cppGravatar attilamolnar2012-07-0217-123/+1
|
* Fix pending invites not being removed when a channel was deleted or had its ↵Gravatar attilamolnar2012-06-171-3/+3
| | | | TS lowered
* Debian typo fixes.Gravatar Peter Powell2012-05-251-1/+1
|
* Check whether it is empty parameter before checking its valueGravatar Chin Lee2012-05-161-1/+1
|
* Fix issue #120 reported by @swildeGravatar Chin Lee2012-05-161-1/+1
|
* Merge pull request #109 from Justasic/insp20Gravatar Robin Burchell2012-05-141-43/+43
|\ | | | | Rewrote the color codes parser to one function, not two
| * Rewrote the color codes parser to be one function, not twoGravatar Justin Crawford2012-05-031-43/+43
| |
* | Merge pull request #96 from Justasic/insp20Gravatar Robin Burchell2012-05-032-2/+64
|\| | | | | [2.0] Process escape sequences for MOTD for issue #23
| * Fixed using a function on every call for /motd, causing lag on large ↵Gravatar Justin Crawford2012-04-222-11/+21
| | | | | | | | networks (requested by w00t)
| * Added C/C++ style escape codes for color codes in the MOTD along with ↵Gravatar Justin Crawford2012-04-211-1/+53
| | | | | | | | @SaberUK's \x, \u, \b, \c aliases
* | Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-1953-436/+814
|/
* Fixes for bug #12Gravatar Justin Crawford2012-04-1410-20/+20
|
* This fixes issue #39 reported by @attilamolnar.Gravatar Shawn Smith2012-04-121-1/+1
| | | | Thanks to @attilamolnar for supplying the code.
* Typo fixes.Gravatar Peter Powell2012-03-211-1/+1
|
* Move my name from regular contributors to developersGravatar Jackmcbarn2011-09-281-10/+11
|
* Quick fix for /RESTART crashingGravatar Daniel De Graaf2010-06-121-12/+5
|
* Use FindNickOnly in a few commands to prevent enumerating users via UID walkingGravatar Daniel De Graaf2010-04-024-5/+15
|
* Remove channel argument from OnSendWhoLine, this information is already ↵Gravatar danieldg2010-03-221-17/+7
| | | | | | available in params[0] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12650 e03df62e-2008-0410-955e-edbf42e46eb7
* Make MODENOTICE oper-only, noticed by jackmcbarnGravatar danieldg2010-03-111-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12623 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix /LUSERS miscountingGravatar danieldg2010-02-251-5/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12565 e03df62e-2008-0410-955e-edbf42e46eb7
* Show opers the raw VERSION string, not the custom oneGravatar danieldg2010-02-151-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12470 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix double-sending of locally sourced killsGravatar danieldg2010-02-111-1/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12434 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix routing of KILL command when sourced from a serverGravatar danieldg2010-02-111-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12432 e03df62e-2008-0410-955e-edbf42e46eb7
* Also allow <connect rules>Gravatar danieldg2010-02-081-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12400 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow <connect motd> to select an alternate MOTD file to displayGravatar danieldg2010-02-081-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12399 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix cidr_mask::str not correctly displaying mask lengthGravatar danieldg2010-02-031-6/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12363 e03df62e-2008-0410-955e-edbf42e46eb7
* Executable include for MOTD and moreGravatar danieldg2010-02-022-4/+8
| | | | | | | | This introduces an <execfiles> tag that reads files from the output of a command, in the same way as executable includes. The files specified here can also be used anywhere a file is used (opermotd, randquote, etc) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12354 e03df62e-2008-0410-955e-edbf42e46eb7
* Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +HGravatar danieldg2010-02-011-12/+25
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12345 e03df62e-2008-0410-955e-edbf42e46eb7
* Move nick change code out of cmd_nick; fixes double-invocation of hooks and ↵Gravatar danieldg2010-01-301-141/+16
| | | | | | may eliminate bug #911 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12330 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove MaxWhoResults, replace with an increase of Penalty based on result ↵Gravatar danieldg2010-01-291-20/+12
| | | | | | list size git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12325 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove overrides for ADMIN, STATS, TIMEGravatar danieldg2010-01-193-42/+39
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12302 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix MOTD and RULES to work remotely (remove the old hacks for MOTD)Gravatar danieldg2010-01-192-31/+46
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12301 e03df62e-2008-0410-955e-edbf42e46eb7
* Route INFO to remote servers (fixes bug #924)Gravatar danieldg2010-01-171-48/+53
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12289 e03df62e-2008-0410-955e-edbf42e46eb7
* Move revision information from Version object to a static symbolGravatar danieldg2010-01-141-1/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12256 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow maxtargets to be bypassed in LoopCall for JOINGravatar danieldg2010-01-141-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12255 e03df62e-2008-0410-955e-edbf42e46eb7
* ...because every now and again, i have to do a massive commit.Gravatar brain2010-01-1153-54/+54
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove spanningtree override of /LUSERSGravatar danieldg2010-01-101-6/+32
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12247 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix failed oper snomask being sent to local oper sno on remote serversGravatar danieldg2009-11-151-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12136 e03df62e-2008-0410-955e-edbf42e46eb7
* Add Inspircd::AddServicesGravatar danieldg2009-11-154-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12135 e03df62e-2008-0410-955e-edbf42e46eb7
* Add fine-grained command flood controlsGravatar danieldg2009-11-112-2/+2
| | | | | | | This reintrouces "Excess Flood" quits for those that prefer it to fakelag, and allows the maximum command rate to be set in the connect block. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12093 e03df62e-2008-0410-955e-edbf42e46eb7
* Get rid of DieDelay, it just freezes the ircd prior to exitGravatar danieldg2009-11-111-14/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12084 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow static build of inspircd without module supportGravatar danieldg2009-11-112-15/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12083 e03df62e-2008-0410-955e-edbf42e46eb7
* Move MODENOTICE command to a command moduleGravatar danieldg2009-11-031-0/+45
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11991 e03df62e-2008-0410-955e-edbf42e46eb7
* Clean up typos and some unused codeGravatar danieldg2009-10-301-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11980 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix memory leaks on reloadmodule and spanningtree unload while connecting ↵Gravatar danieldg2009-10-231-0/+1
| | | | | | servers git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11960 e03df62e-2008-0410-955e-edbf42e46eb7