| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add some timing debug logging to OnGarbageCollect | Daniel De Graaf | 2010-10-06 | 1 | -1/+1 |
| * | Run garbage collect on rehash | Jackmcbarn | 2010-09-28 | 1 | -0/+2 |
| * | Change WhoWasMaintainTimer to a separate heap allocation because DelTimer is ... | Daniel De Graaf | 2010-09-27 | 1 | -6/+6 |
| * | Change /OPER to use PermissionCheck•••This makes SSL fingerprint checking of oper blocks less of a hack
| Daniel De Graaf | 2010-09-24 | 1 | -18/+21 |
| * | Clean up oper login failure message | Daniel De Graaf | 2010-09-12 | 1 | -25/+29 |
| * | Change spanningtree intercept of WHOIS to a DoWhois function in RemoteUser | Daniel De Graaf | 2010-09-12 | 1 | -13/+10 |
| * | Remove some redundant checks for ULined clients | Daniel De Graaf | 2010-09-10 | 1 | -1/+1 |
| * | Replace thread engine with job engine | Daniel De Graaf | 2010-08-24 | 1 | -11/+3 |
| * | Remove "assign()" converter between irc::string and std::string | Daniel De Graaf | 2010-08-22 | 1 | -1/+1 |
| * | Replace remaining Request users with dynamic_reference | Daniel De Graaf | 2010-08-21 | 1 | -46/+120 |
| * | Add jackmcbarn to contributors, remove useless commas | Daniel De Graaf | 2010-08-20 | 1 | -11/+11 |
| * | Remove GetClass(), access MyClass directly when needed | Daniel De Graaf | 2010-08-15 | 2 | -2/+2 |
| * | Drop some unused files | Daniel De Graaf | 2010-08-08 | 1 | -1/+0 |
| * | Prevent kicks of users who have a protecting low-rank prefix set | Daniel De Graaf | 2010-08-07 | 3 | -3/+3 |
| * | Get rid of more useless assign() invocations | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Get rid of char* argument for channel name | Daniel De Graaf | 2010-08-03 | 1 | -2/+2 |
| * | Change UserChanList to an intrusive-style linked list | Daniel De Graaf | 2010-08-03 | 1 | -1/+2 |
| * | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | Daniel De Graaf | 2010-08-03 | 4 | -5/+15 |
| * | Remove channel argument from OnSendWhoLine | danieldg | 2010-08-03 | 1 | -17/+7 |
| * | Squash a few warnings | Daniel De Graaf | 2010-08-03 | 1 | -1/+3 |
| * | Make MODENOTICE oper-only, noticed by jackmcbarn | danieldg | 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.
| Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Funnel access checks through the OnPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -2/+2 |
| * | Create OnChannelPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 2 | -10/+19 |
| * | Omit opflags from permchannel database | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Fix /LUSERS miscounting | Daniel De Graaf | 2010-08-03 | 1 | -5/+6 |
| * | Remove useless return value from OnUserRegister | Daniel De Graaf | 2010-08-03 | 2 | -13/+2 |
| * | Extend ChanModes to use a modestacker for output | Daniel De Graaf | 2010-08-03 | 1 | -2/+5 |
| * | Update InspIRCd::SendMode to take a modestacker | Daniel De Graaf | 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
| danieldg | 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
| danieldg | 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
| danieldg | 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
| danieldg | 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
| danieldg | 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
| danieldg | 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
| danieldg | 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
| danieldg | 2010-02-01 | 1 | -12/+25 |
| * | Move nick change code out of cmd_nick; fixes double-invocation of hooks and m...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12330 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-30 | 1 | -141/+16 |
| * | Remove MaxWhoResults, replace with an increase of Penalty based on result lis...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12325 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-29 | 1 | -20/+12 |
| * | Remove overrides for ADMIN, STATS, TIME•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12302 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-19 | 3 | -42/+39 |
| * | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12301 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-19 | 2 | -31/+46 |
| * | Route INFO to remote servers (fixes bug #924)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12289 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-17 | 1 | -48/+53 |
| * | Move revision information from Version object to a static symbol•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12256 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-14 | 1 | -1/+7 |
| * | Allow maxtargets to be bypassed in LoopCall for JOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12255 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-14 | 1 | -2/+2 |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2010-01-11 | 53 | -54/+54 |
| * | Remove spanningtree override of /LUSERS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12247 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-10 | 1 | -6/+32 |
| * | Fix failed oper snomask being sent to local oper sno on remote servers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12136 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-15 | 1 | -2/+1 |
| * | Add Inspircd::AddServices•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12135 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-15 | 4 | -4/+4 |
| * | Add fine-grained command flood controls•••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
| danieldg | 2009-11-11 | 2 | -2/+2 |
| * | Get rid of DieDelay, it just freezes the ircd prior to exit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12084 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-11 | 1 | -14/+1 |