| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright notices to 2011 | Jackmcbarn | 2011-05-04 | 1 | -1/+1 |
| * | Add declaration for function added by MODULE_INIT | Jackmcbarn | 2011-05-04 | 1 | -0/+3 |
| * | Add a flag for implicit permissions | Jackmcbarn | 2011-04-21 | 1 | -4/+9 |
| * | Add an improved version of the old test suite | Jackmcbarn | 2011-01-28 | 1 | -1/+6 |
| * | Add const to some functions | Jackmcbarn | 2010-12-01 | 1 | -2/+2 |
| * | Bump internal API sequence number | Daniel De Graaf | 2010-10-09 | 1 | -1/+1 |
| * | Add early_init() for module setup needed prior to config reading | Daniel De Graaf | 2010-10-08 | 1 | -1/+6 |
| * | Clean up some comments and debug text | Daniel De Graaf | 2010-09-25 | 1 | -1/+2 |
| * | Change /OPER to use PermissionCheck•••This makes SSL fingerprint checking of oper blocks less of a hack
| Daniel De Graaf | 2010-09-24 | 1 | -0/+8 |
| * | Add ExtensibleType argument to ExtensionItem to identify item types | Daniel De Graaf | 2010-09-22 | 1 | -2/+2 |
| * | Promote PopulateInfoMap to core, it is moderately useful | Daniel De Graaf | 2010-08-27 | 1 | -7/+0 |
| * | Add CrashState for tracing basic call state when the stack is corrupt | Daniel De Graaf | 2010-08-25 | 1 | -0/+16 |
| * | 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 | -24/+4 |
| * | Remove testsuite, unused code | Daniel De Graaf | 2010-08-21 | 1 | -7/+2 |
| * | Replace remaining Request users with dynamic_reference | Daniel De Graaf | 2010-08-21 | 1 | -44/+0 |
| * | Remove ConfigReader (deprecated interface) | Daniel De Graaf | 2010-08-21 | 1 | -86/+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 | -12/+14 |
| * | Change ModeHandler::AccessCheck to use PermissionData | Daniel De Graaf | 2010-08-18 | 1 | -1/+1 |
| * | Fix up invite checking code and add m_inviteextban | Jackmcbarn | 2010-08-16 | 1 | -1/+3 |
| * | Handle a null extensible in IS_USER/IS_CHANNEL | Daniel De Graaf | 2010-08-15 | 1 | -2/+2 |
| * | Replace dynamic_cast with faster explicit type marking | Daniel De Graaf | 2010-08-14 | 1 | -1/+11 |
| * | Add m_opmoderated - channel mode +U | Daniel De Graaf | 2010-08-13 | 1 | -2/+2 |
| * | Untagle the #include tree a bit | Daniel De Graaf | 2010-08-08 | 1 | -7/+0 |
| * | Save umodes in addition to channel modes | Daniel De Graaf | 2010-08-05 | 1 | -1/+2 |
| * | Persist metadata and modes across module reloads | Daniel De Graaf | 2010-08-05 | 1 | -2/+24 |
| * | Allow OnParameterMissing to fill in the missing parameter | Daniel De Graaf | 2010-08-05 | 1 | -1/+1 |
| * | Add some comments, fix an uninitialized variable | Daniel De Graaf | 2010-08-04 | 1 | -2/+17 |
| * | Set target user for a join to the joining user | Daniel De Graaf | 2010-08-04 | 1 | -1/+1 |
| * | Change to use a permission-based OnCheckJoin hook instead of OnUserPreJoin | Daniel De Graaf | 2010-08-04 | 1 | -57/+20 |
| * | Allow module init to be prioritized to allow dependency checking | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Get rid of char* argument for channel name | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Drop ConfigReader::Enumerate | Daniel De Graaf | 2010-08-03 | 1 | -8/+0 |
| * | Change UserChanList to an intrusive-style linked list | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Split up API_VERSION number•••Since we can make API changes in multiple branches at the same time,
a single sequence number is insufficient. Use two numbers to indicate
the major version and API increment.
| Daniel De Graaf | 2010-08-03 | 1 | -19/+17 |
| * | Remove channel argument from OnSendWhoLine | danieldg | 2010-08-03 | 1 | -2/+1 |
| * | Allow static initialization of dynamic_reference objects | Daniel De Graaf | 2010-08-03 | 1 | -3/+1 |
| * | PURE_STATIC fixes to use normal <module> tags | Daniel De Graaf | 2010-08-03 | 1 | -1/+4 |
| * | Remove some unused duplicate hooks | Daniel De Graaf | 2010-08-03 | 1 | -28/+7 |
| * | SQL API v3 | danieldg | 2010-08-03 | 1 | -0/+3 |
| * | Funnel access checks through the OnPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -9/+19 |
| * | Fix ModuleManager::SetPriority algorithm which did not handle PRIORITY_BEFORE... | Daniel De Graaf | 2010-08-03 | 1 | -10/+11 |
| * | Create OnChannelPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -55/+61 |
| * | Change protcol sync to not use opaque pointers | Daniel De Graaf | 2010-08-03 | 1 | -25/+6 |
| * | dynamic_reference does not need a Creator pointer | Daniel De Graaf | 2010-08-03 | 1 | -4/+9 |
| * | Restore <options:exemptchanops> with long names | Daniel De Graaf | 2010-08-03 | 1 | -7/+1 |
| * | 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 | -51/+2 |
| * | Remove useless return value from OnUserRegister | Daniel De Graaf | 2010-08-03 | 1 | -2/+1 |
| * | Change irc::modestacker to carry mode changes by ID | Daniel De Graaf | 2010-08-03 | 1 | -32/+10 |
| * | Introduce ModeID | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | 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 | -11/+2 |