| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | | | | badly written | ||||
| * | Change /OPER to use PermissionCheck | 2010-09-24 | 1 | -18/+21 | |
| | | | | | This makes SSL fingerprint checking of oper blocks less of a hack | ||||
| * | 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. | 2010-08-03 | 1 | -1/+1 | |
| | | | | | | This allows privelages to be granted using <oper:commands> or <type:commands> instead of requiring <class> blocks. | ||||
| * | 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 | 2010-02-15 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12470 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix double-sending of locally sourced kills | 2010-02-11 | 1 | -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 server | 2010-02-11 | 1 | -0/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12432 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Also allow <connect rules> | 2010-02-08 | 1 | -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 display | 2010-02-08 | 1 | -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 length | 2010-02-03 | 1 | -6/+11 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12363 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Executable include for MOTD and more | 2010-02-02 | 2 | -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 +H | 2010-02-01 | 1 | -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 ↵ | 2010-01-30 | 1 | -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 ↵ | 2010-01-29 | 1 | -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, TIME | 2010-01-19 | 3 | -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) | 2010-01-19 | 2 | -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) | 2010-01-17 | 1 | -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 symbol | 2010-01-14 | 1 | -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 JOIN | 2010-01-14 | 1 | -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. | 2010-01-11 | 53 | -54/+54 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove spanningtree override of /LUSERS | 2010-01-10 | 1 | -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 servers | 2009-11-15 | 1 | -2/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12136 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add Inspircd::AddServices | 2009-11-15 | 4 | -4/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12135 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add fine-grained command flood controls | 2009-11-11 | 2 | -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 exit | 2009-11-11 | 1 | -14/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12084 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
