| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add some missing <connect> updates from rehash | 2010-08-03 | 1 | -1/+4 | |
| * | Get rid of more useless assign() invocations | 2010-08-03 | 1 | -9/+6 | |
| * | Change UserChanList to an intrusive-style linked list | 2010-08-03 | 1 | -14/+22 | |
| * | Prevent pre-registration connect blocks from being used post-registration | 2010-08-03 | 1 | -0/+1 | |
| * | Fix <connect:password> incorrectly reading <connect:pass> | 2010-08-03 | 1 | -2/+2 | |
| * | Fix CommandFloodPenalty overflow on connect | 2010-08-03 | 1 | -0/+2 | |
| * | Calling OnError from Resolver's constructor is broken; just use the exception | 2010-08-03 | 1 | -0/+2 | |
| * | Add RAWIO log level which is more verbose than DEBUG | 2010-08-03 | 1 | -1/+4 | |
| * | Only check password during second connect block check; add registered="yes" t... | 2010-08-03 | 1 | -1/+1 | |
| * | Add <options:cyclehostsfromuser> to configure source for mode changes on host... | 2010-08-03 | 1 | -1/+3 | |
| * | Remove some unused duplicate hooks | 2010-08-03 | 1 | -16/+1 | |
| * | Allow m_sqlauth to set connect class | 2010-08-03 | 1 | -1/+10 | |
| * | 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 | -3/+27 | |
| * | Fix <connect:deny> crash | 2010-08-03 | 1 | -0/+1 | |
| * | Fix override permission checking the wrong list | 2010-08-03 | 1 | -4/+13 | |
| * | Change connect class inheritance to use references, allows conn_umode and con... | 2010-08-03 | 1 | -29/+66 | |
| * | Remove three rarely-used cache items | 2010-08-03 | 1 | -31/+6 | |
| * | Make remote/local snomasks consistent and allow use without naming | 2010-08-03 | 1 | -4/+15 | |
| * | Make named mode permissions a subset of all permissions | 2010-08-03 | 1 | -14/+9 | |
| * | Convert allowed oper-only modes to use names instead of letters | 2010-08-03 | 1 | -21/+27 | |
| * | Mark as version 2.1 v2.1fork | 2010-02-19 | 1 | -2/+2 | |
| * | Allow a reason to be specified for <connect:deny>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12468 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-15 | 1 | -1/+1 | |
| * | Allow forced nick change to bypass Q:Lines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12460 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-15 | 1 | -1/+1 | |
| * | Remove possible references to deleted User objects due to DNS lookups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12445 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-12 | 1 | -51/+20 | |
| * | Move password checking into connect class search•••This makes it possible to have a passworded connect class that is open to any host without denying users that do not use the password. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12411 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-09 | 1 | -16/+14 | |
| * | Clean up documentation of connect blocks a bit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12410 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-09 | 1 | -0/+4 | |
| * | Fix NICKLOCK/SANICK errors with Q:lined nicks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12378 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-05 | 1 | -1/+1 | |
| * | Add OnSetConnectClass hook for use in adding requirements to connect classes ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12352 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-02 | 1 | -24/+20 | |
| * | Don't run OnUserPostNick hook for initial NICK command•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12341 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-01 | 1 | -1/+3 | |
| * | Allow connect classes to be specified without an allow or deny mask•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12336 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-31 | 1 | -5/+8 | |
| * | Remove UpdateNickHash due to incorrect behavior•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12331 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-30 | 1 | -25/+10 | |
| * | 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 | 2010-01-30 | 1 | -15/+84 | |
| * | Remove a few needless string crops, compile fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12329 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-30 | 1 | -2/+2 | |
| * | Remove FakeUser from clientlist/uuidlist, as it bypasses QuitUser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12328 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-30 | 1 | -0/+2 | |
| * | Remove users from uuidlist on QuitUser, not during cull (allows UID reuse on ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12326 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-30 | 1 | -1/+0 | |
| * | ERROR is not a valid log level, so all these messages were getting dropped•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12304 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-19 | 1 | -1/+1 | |
| * | 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 | 2010-01-19 | 1 | -37/+9 | |
| * | ...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 | 2010-01-11 | 1 | -1/+1 | |
| * | Remove mode counter, not reliable and only used for umode +i•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12246 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-09 | 1 | -19/+0 | |
| * | GCC 4.5 warning fixups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12241 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-04 | 1 | -1/+1 | |
| * | 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 | 2009-11-11 | 1 | -16/+18 | |
| * | Move StreamSocket inheritance off of User•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12047 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-11-06 | 1 | -32/+29 | |
| * | Match USERINPUT/USEROUTPUT identifiers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12004 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-11-03 | 1 | -1/+1 | |
| * | Fix global clone count not being decremented on remote user quit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11984 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-11-01 | 1 | -3/+8 | |
| * | Fixes found by removing User inheritance from StreamSocket•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11975 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-25 | 1 | -27/+25 | |
| * | Create irc::sockets::cidr_mask•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11968 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-24 | 1 | -2/+2 | |
| * | Get rid of ModePair•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11963 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-24 | 1 | -1/+4 | |
| * | Make User::uuid and User::server const•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11962 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-23 | 1 | -24/+19 | |
| * | Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11957 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-23 | 1 | -4/+18 | |
| * | Make irc::sockets::* parameters consistent, add irc::sockets::mask•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11953 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-22 | 1 | -98/+17 |
