| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Typo fixes. | 2012-03-22 | 1 | -1/+1 | |
| * | Move my name from regular contributors to developers | 2011-09-28 | 1 | -1/+2 | |
| * | Update copyright notices to 2011 | 2011-05-04 | 53 | -54/+54 | |
| * | Remove an incorrect declaration and move OneOfMatches to CommandOper | 2011-05-03 | 1 | -16/+14 | |
| * | Add a flag for implicit permissions | 2011-04-21 | 1 | -1/+1 | |
| * | Remove command_parse.h from inspircd.h | 2011-01-30 | 9 | -0/+10 | |
| * | Remove dynamic.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| * | Remove timer.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| * | Remove threadengine.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| * | Remove dns.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| * | Remove cull_list.h from inspircd.h | 2011-01-29 | 1 | -1/+2 | |
| * | Remove protocol.h from inspircd.h | 2011-01-29 | 2 | -0/+2 | |
| * | Explain why a null pointer is safe here | 2010-12-01 | 2 | -0/+8 | |
| * | Add some timing debug logging to OnGarbageCollect | 2010-10-06 | 1 | -1/+1 | |
| * | Run garbage collect on rehash | 2010-09-28 | 1 | -0/+2 | |
| * | Change WhoWasMaintainTimer to a separate heap allocation because DelTimer is ... | 2010-09-27 | 1 | -6/+6 | |
| * | Change /OPER to use PermissionCheck•••This makes SSL fingerprint checking of oper blocks less of a hack | 2010-09-24 | 1 | -18/+21 | |
| * | Clean up oper login failure message | 2010-09-12 | 1 | -25/+29 | |
| * | Change spanningtree intercept of WHOIS to a DoWhois function in RemoteUser | 2010-09-12 | 1 | -13/+10 | |
| * | Remove some redundant checks for ULined clients | 2010-09-10 | 1 | -1/+1 | |
| * | Replace thread engine with job engine | 2010-08-24 | 1 | -11/+3 | |
| * | Remove "assign()" converter between irc::string and std::string | 2010-08-22 | 1 | -1/+1 | |
| * | Replace remaining Request users with dynamic_reference | 2010-08-21 | 1 | -46/+120 | |
| * | Add jackmcbarn to contributors, remove useless commas | 2010-08-20 | 1 | -11/+11 | |
| * | Remove GetClass(), access MyClass directly when needed | 2010-08-15 | 2 | -2/+2 | |
| * | Drop some unused files | 2010-08-08 | 1 | -1/+0 | |
| * | Prevent kicks of users who have a protecting low-rank prefix set | 2010-08-07 | 3 | -3/+3 | |
| * | Get rid of more useless assign() invocations | 2010-08-03 | 1 | -1/+1 | |
| * | Get rid of char* argument for channel name | 2010-08-03 | 1 | -2/+2 | |
| * | Change UserChanList to an intrusive-style linked list | 2010-08-03 | 1 | -1/+2 | |
| * | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | 2010-08-03 | 4 | -5/+15 | |
| * | Remove channel argument from OnSendWhoLine | 2010-08-03 | 1 | -17/+7 | |
| * | Squash a few warnings | 2010-08-03 | 1 | -1/+3 | |
| * | Make MODENOTICE oper-only, noticed by jackmcbarn | 2010-08-03 | 1 | -1/+5 | |
| * | Change OperInfo to store oper/type/class together.•••This allows privelages to be granted using <oper:commands> or <type:commands> instead of requiring <class> blocks. | 2010-08-03 | 1 | -1/+1 | |
| * | Funnel access checks through the OnPermissionCheck hook | 2010-08-03 | 1 | -2/+2 | |
| * | Create OnChannelPermissionCheck hook | 2010-08-03 | 2 | -10/+19 | |
| * | Omit opflags from permchannel database | 2010-08-03 | 1 | -1/+1 | |
| * | Fix /LUSERS miscounting | 2010-08-03 | 1 | -5/+6 | |
| * | Remove useless return value from OnUserRegister | 2010-08-03 | 2 | -13/+2 | |
| * | Extend ChanModes to use a modestacker for output | 2010-08-03 | 1 | -2/+5 | |
| * | Update InspIRCd::SendMode to take a modestacker | 2010-08-03 | 1 | -1/+4 | |
| * | Show opers the raw VERSION string, not the custom one•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12470 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-15 | 1 | -1/+1 | |
| * | Fix double-sending of locally sourced kills•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12434 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-11 | 1 | -1/+8 | |
| * | Fix routing of KILL command when sourced from a server•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12432 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-11 | 1 | -0/+4 | |
| * | Also allow <connect rules>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12400 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-08 | 1 | -1/+5 | |
| * | Allow <connect motd> to select an alternate MOTD file to display•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12399 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-08 | 1 | -1/+5 | |
| * | Fix cidr_mask::str not correctly displaying mask length•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12363 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-03 | 1 | -6/+11 | |
| * | Executable include for MOTD and more•••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-02 | 2 | -4/+8 | |
| * | Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12345 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-01 | 1 | -12/+25 |
