Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-13 | Move STATS handler back to cmd_stats so it's hotpatchable again | attilamolnar | |
2012-07-11 | cmd_commands Don't show server only commands to users | attilamolnar | |
2012-07-07 | cmd_stats Remove unused preprocessor stuff (it has been living in stats.cpp ↵ | attilamolnar | |
for a while) | |||
2012-07-06 | Fix to show ERR_NEEDMOREPARAMS for cmd_userhost and cmd_ison | Shawn Smith | |
2012-07-06 | Added color codes to /rules, moved the parsing to ServerConfig and cleaned ↵ | Justin Crawford | |
the code up a bit | |||
2012-07-02 | Remove leftover #ifdefs and #includes from cmd_*.cpp | attilamolnar | |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its ↵ | attilamolnar | |
TS lowered | |||
2012-05-25 | Debian typo fixes. | Peter Powell | |
2012-05-16 | Check whether it is empty parameter before checking its value | Chin Lee | |
2012-05-16 | Fix issue #120 reported by @swilde | Chin Lee | |
2012-05-14 | Merge pull request #109 from Justasic/insp20 | Robin Burchell | |
Rewrote the color codes parser to one function, not two | |||
2012-05-03 | Rewrote the color codes parser to be one function, not two | Justin Crawford | |
2012-05-03 | Merge pull request #96 from Justasic/insp20 | Robin Burchell | |
[2.0] Process escape sequences for MOTD for issue #23 | |||
2012-04-22 | Fixed using a function on every call for /motd, causing lag on large ↵ | Justin Crawford | |
networks (requested by w00t) | |||
2012-04-21 | Added C/C++ style escape codes for color codes in the MOTD along with ↵ | Justin Crawford | |
@SaberUK's \x, \u, \b, \c aliases | |||
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- | |
2012-04-14 | Fixes for bug #12 | Justin Crawford | |
2012-04-12 | This fixes issue #39 reported by @attilamolnar. | Shawn Smith | |
Thanks to @attilamolnar for supplying the code. | |||
2012-03-21 | Typo fixes. | Peter Powell | |
2011-09-28 | Move my name from regular contributors to developers | Jackmcbarn | |
2010-06-12 | Quick fix for /RESTART crashing | Daniel De Graaf | |
2010-04-02 | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | Daniel De Graaf | |
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already ↵ | danieldg | |
available in params[0] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12650 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-11 | Make MODENOTICE oper-only, noticed by jackmcbarn | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12623 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-25 | Fix /LUSERS miscounting | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12565 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-15 | Show opers the raw VERSION string, not the custom one | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12470 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-11 | Fix double-sending of locally sourced kills | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12434 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-11 | Fix routing of KILL command when sourced from a server | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12432 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-08 | Also allow <connect rules> | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12400 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-08 | Allow <connect motd> to select an alternate MOTD file to display | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12399 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-03 | Fix cidr_mask::str not correctly displaying mask length | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12363 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-02 | Executable include for MOTD and more | danieldg | |
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 | |||
2010-02-01 | Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12345 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-30 | Move nick change code out of cmd_nick; fixes double-invocation of hooks and ↵ | danieldg | |
may eliminate bug #911 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12330 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-29 | Remove MaxWhoResults, replace with an increase of Penalty based on result ↵ | danieldg | |
list size git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12325 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-19 | Remove overrides for ADMIN, STATS, TIME | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12302 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-19 | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD) | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12301 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-17 | Route INFO to remote servers (fixes bug #924) | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12289 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-14 | Move revision information from Version object to a static symbol | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12256 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-14 | Allow maxtargets to be bypassed in LoopCall for JOIN | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12255 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-10 | Remove spanningtree override of /LUSERS | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12247 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-11-15 | Fix failed oper snomask being sent to local oper sno on remote servers | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12136 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-11-15 | Add Inspircd::AddServices | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12135 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-11-11 | Add fine-grained command flood controls | danieldg | |
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 | |||
2009-11-11 | Get rid of DieDelay, it just freezes the ircd prior to exit | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12084 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-11-11 | Allow static build of inspircd without module support | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12083 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-11-03 | Move MODENOTICE command to a command module | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11991 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-30 | Clean up typos and some unused code | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11980 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-23 | Fix memory leaks on reloadmodule and spanningtree unload while connecting ↵ | danieldg | |
servers git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11960 e03df62e-2008-0410-955e-edbf42e46eb7 |