| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright notices to 2011 | Jackmcbarn | 2011-05-04 | 1 | -1/+1 |
| * | Move RemoteUser into spanningtree | Daniel De Graaf | 2010-09-12 | 1 | -2/+2 |
| * | Remove some unused hooks•••The conversion to named modes in 2.1 broke the OnDelBan hook, so remove
m_timedbans (the only user) since it has been deprecated by m_timedmodes.
The other hooks (OnAddMode and OnNumeric) have never been used.
| Daniel De Graaf | 2010-08-21 | 1 | -55/+55 |
| * | Remove testsuite, unused code | Daniel De Graaf | 2010-08-21 | 1 | -1/+0 |
| * | Change config reading hook for better error reporting•••This eliminates the OnRehash hook, and replaces it with ReadConfig which
is called on boot, module load, and rehash.
| Daniel De Graaf | 2010-08-21 | 1 | -1/+0 |
| * | Fix compile warning on m_testnet | Daniel De Graaf | 2010-08-08 | 1 | -2/+4 |
| * | Force modules to use init() to register hooks | Daniel De Graaf | 2010-08-05 | 1 | -1/+3 |
| * | Change to use a permission-based OnCheckJoin hook instead of OnUserPreJoin | Daniel De Graaf | 2010-08-04 | 1 | -5/+1 |
| * | Remove some unused duplicate hooks | Daniel De Graaf | 2010-08-03 | 1 | -3/+4 |
| * | Add interface user list to testnet check output | Daniel De Graaf | 2010-08-03 | 1 | -0/+6 |
| * | Funnel access checks through the OnPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Create OnChannelPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -4/+1 |
| * | Random debugging size outputs | Daniel De Graaf | 2010-08-03 | 1 | -0/+6 |
| * | Fix misspelling | danieldg | 2010-08-03 | 1 | -0/+1 |
| * | Restore <options:exemptchanops> with long names | Daniel De Graaf | 2010-08-03 | 1 | -1/+0 |
| * | New I/O hook API•••This removes some pointless Module:: entries, uses the ServiceProvider
lookup API for bind tags, and allows GnuTLS to use custom certificates
per bind or link block using:
<bind ssl="gnutls" ssl_cert="signed" ...>
<ssl_cert name="signed" certfile="my.cert.pem" keyfile="my.key.pem">
| Daniel De Graaf | 2010-08-03 | 1 | -1/+0 |
| * | Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12497 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-19 | 1 | -1/+0 |
| * | 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
| danieldg | 2010-02-12 | 1 | -5/+0 |
| * | ...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 | 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
| danieldg | 2009-11-11 | 1 | -2/+2 |
| * | Add vtable cross-check code (known to work with GCC 4.4 x86_64)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11976 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-25 | 1 | -0/+163 |
| * | Fixes found by removing User inheritance from StreamSocket•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11975 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-25 | 1 | -2/+2 |
| * | Move all local-only fields to LocalUser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11944 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -2/+2 |
| * | Get rid of a bunch of memory-wasting C-style strings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11796 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-03 | 1 | -1/+1 |
| * | SendQ bugfixes•••Fix DoWrite running on errored sockets
Add testnet module for sendq and shutdown testing
Prevent DoWrite from trying to write when writes are blocking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11768 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-27 | 1 | -0/+66 |