| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow module init to be prioritized to allow dependency checking | Daniel De Graaf | 2010-08-03 | 1 | -2/+2 |
| * | 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 | -9/+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 | -11/+2 |
| * | Remove channel argument from OnSendWhoLine | danieldg | 2010-08-03 | 1 | -1/+1 |
| * | Move ModuleManager::UnloadAll out of modmanager_dynamic | Daniel De Graaf | 2010-08-03 | 1 | -0/+23 |
| * | Allow static initialization of dynamic_reference objects | Daniel De Graaf | 2010-08-03 | 1 | -10/+25 |
| * | Remove some unused duplicate hooks | Daniel De Graaf | 2010-08-03 | 1 | -3/+0 |
| * | SQL API v3 | danieldg | 2010-08-03 | 1 | -0/+26 |
| * | Funnel access checks through the OnPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -1/+17 |
| * | Fix ModuleManager::SetPriority algorithm which did not handle PRIORITY_BEFORE... | Daniel De Graaf | 2010-08-03 | 1 | -47/+28 |
| * | Create OnChannelPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -4/+13 |
| * | Change protcol sync to not use opaque pointers | Daniel De Graaf | 2010-08-03 | 1 | -4/+3 |
| * | dynamic_reference does not need a Creator pointer | Daniel De Graaf | 2010-08-03 | 1 | -2/+2 |
| * | Restore <options:exemptchanops> with long names | Daniel De Graaf | 2010-08-03 | 1 | -1/+0 |
| * | Add <options:nameonlymodes> | Daniel De Graaf | 2010-08-03 | 1 | -2/+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 | -7/+2 |
| * | Remove useless return value from OnUserRegister | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Find modes in FindService | Daniel De Graaf | 2010-08-03 | 1 | -0/+2 |
| * | Fixes from characterless mode test | Daniel De Graaf | 2010-08-03 | 1 | -6/+2 |
| * | Actually sending mode changes to local users is helpful | Daniel De Graaf | 2010-08-03 | 1 | -0/+3 |
| * | Update InspIRCd::SendMode to take a modestacker | Daniel De Graaf | 2010-08-03 | 1 | -5/+18 |
| * | Change irc::modestacker to carry mode changes by ID | Daniel De Graaf | 2010-08-03 | 1 | -7/+4 |
| * | 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 | -1/+0 |
| * | m_dnsbl updates•••Prevent user registration until dnsbl lookups are complete
Allow DNSBLs to be checked using <connect:dnsbl> (MARK type)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12454 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-14 | 1 | -0/+1 |
| * | Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sense•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12430 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-11 | 1 | -2/+1 |
| * | Allow opermotd to specify its file in <files> without also requiring an <oper...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12355 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-02 | 1 | -0/+1 |
| * | 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 | 1 | -5/+18 |
| * | 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
| danieldg | 2010-02-02 | 1 | -0/+1 |
| * | 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 | -1/+1 |
| * | Fix empty FMODE being sent if SendMode mode changes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12323 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-28 | 1 | -0/+8 |
| * | Put ConfigReader deprecation warning in logs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12310 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-21 | 1 | -0/+2 |
| * | Fix some command registration warnings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12305 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-19 | 1 | -2/+2 |
| * | 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
| danieldg | 2010-01-19 | 1 | -2/+2 |
| * | PreCommand/PostCommand are local-only hooks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12291 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-18 | 1 | -2/+2 |
| * | Add Module::init() for correct exception handling during hook registration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12278 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-17 | 1 | -8/+7 |
| * | PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12276 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-17 | 1 | -0/+73 |
| * | Verify cloak keys match during CAPAB negotiation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12258 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-14 | 1 | -2/+8 |
| * | 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 | -2/+8 |
| * | ...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 |
| * | Use ServiceProvider for inter-module dependencies•••This will stop dependency chains from preventing module reloads when
it is not actually needed; however, it removes some failsafes that will
need to be reimplemented in order to avoid unmapped vtables.
This deprecates Request as an inter-module signaling mechanism, although
SQL still uses it.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12140 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-16 | 1 | -130/+69 |
| * | Add Inspircd::AddServices•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12135 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-15 | 1 | -1/+24 |
| * | Allow static build of inspircd without module support•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12083 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-11 | 1 | -304/+0 |
| * | Force heap allocation of refcountbase, create usecountbase for non-allocation...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11978 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-25 | 1 | -3/+1 |
| * | Kill ListenSocketBase, use OnAcceptConnection for all new connections•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11950 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -1/+2 |
| * | Use ConfigTagList as a faster access method for access to configuration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11948 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -9/+19 |
| * | Change module API to use LocalUser* where correct•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11943 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -6/+6 |
| * | Fix channel deletion on user quit and automatic removal of mode "z"•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11934 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-20 | 1 | -1/+1 |