| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace remaining Request users with dynamic_reference | 2010-08-21 | 1 | -12/+0 | |
| | | |||||
| * | Remove some duplicate code | 2010-08-21 | 1 | -2/+11 | |
| | | |||||
| * | Remove ConfigReader (deprecated interface) | 2010-08-21 | 1 | -78/+0 | |
| | | |||||
| * | Change config reading hook for better error reporting | 2010-08-21 | 1 | -1/+32 | |
| | | | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash. | ||||
| * | Finish header file #include untangle | 2010-08-08 | 1 | -4/+0 | |
| | | |||||
| * | Save umodes in addition to channel modes | 2010-08-05 | 1 | -2/+22 | |
| | | |||||
| * | Persist metadata and modes across module reloads | 2010-08-05 | 1 | -8/+99 | |
| | | |||||
| * | Force modules to use init() to register hooks | 2010-08-05 | 1 | -2/+2 | |
| | | |||||
| * | Change to use a permission-based OnCheckJoin hook instead of OnUserPreJoin | 2010-08-04 | 1 | -4/+1 | |
| | | |||||
| * | Allow module init to be prioritized to allow dependency checking | 2010-08-03 | 1 | -2/+2 | |
| | | |||||
| * | Get rid of char* argument for channel name | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Drop ConfigReader::Enumerate | 2010-08-03 | 1 | -9/+0 | |
| | | |||||
| * | Change UserChanList to an intrusive-style linked list | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Split up API_VERSION number | 2010-08-03 | 1 | -11/+2 | |
| | | | | | | | 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. | ||||
| * | Remove channel argument from OnSendWhoLine | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Move ModuleManager::UnloadAll out of modmanager_dynamic | 2010-08-03 | 1 | -0/+23 | |
| | | |||||
| * | Allow static initialization of dynamic_reference objects | 2010-08-03 | 1 | -10/+25 | |
| | | |||||
| * | Remove some unused duplicate hooks | 2010-08-03 | 1 | -3/+0 | |
| | | |||||
| * | SQL API v3 | 2010-08-03 | 1 | -0/+26 | |
| | | |||||
| * | Funnel access checks through the OnPermissionCheck hook | 2010-08-03 | 1 | -1/+17 | |
| | | |||||
| * | Fix ModuleManager::SetPriority algorithm which did not handle ↵ | 2010-08-03 | 1 | -47/+28 | |
| | | | | | PRIORITY_BEFORE correctly | ||||
| * | Create OnChannelPermissionCheck hook | 2010-08-03 | 1 | -4/+13 | |
| | | |||||
| * | Change protcol sync to not use opaque pointers | 2010-08-03 | 1 | -4/+3 | |
| | | |||||
| * | dynamic_reference does not need a Creator pointer | 2010-08-03 | 1 | -2/+2 | |
| | | |||||
| * | Restore <options:exemptchanops> with long names | 2010-08-03 | 1 | -1/+0 | |
| | | |||||
| * | Add <options:nameonlymodes> | 2010-08-03 | 1 | -2/+1 | |
| | | |||||
| * | New I/O hook API | 2010-08-03 | 1 | -7/+2 | |
| | | | | | | | | | | 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"> | ||||
| * | Remove useless return value from OnUserRegister | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Find modes in FindService | 2010-08-03 | 1 | -0/+2 | |
| | | |||||
| * | Fixes from characterless mode test | 2010-08-03 | 1 | -6/+2 | |
| | | |||||
| * | Actually sending mode changes to local users is helpful | 2010-08-03 | 1 | -0/+3 | |
| | | |||||
| * | Update InspIRCd::SendMode to take a modestacker | 2010-08-03 | 1 | -5/+18 | |
| | | |||||
| * | Change irc::modestacker to carry mode changes by ID | 2010-08-03 | 1 | -7/+4 | |
| | | |||||
| * | Introduce ModeID | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for ↵ | 2010-02-19 | 1 | -1/+0 | |
| | | | | | | | nostalgia git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12497 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | m_dnsbl updates | 2010-02-14 | 1 | -0/+1 | |
| | | | | | | | | 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 | ||||
| * | Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sense | 2010-02-11 | 1 | -2/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12430 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Allow opermotd to specify its file in <files> without also requiring an ↵ | 2010-02-02 | 1 | -0/+1 | |
| | | | | | | | <opermotd> block git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12355 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Executable include for MOTD and more | 2010-02-02 | 1 | -5/+18 | |
| | | | | | | | | | 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 OnSetConnectClass hook for use in adding requirements to connect classes ↵ | 2010-02-02 | 1 | -0/+1 | |
| | | | | | | | (such as requiressl) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12352 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H | 2010-02-01 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12345 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix empty FMODE being sent if SendMode mode changes | 2010-01-28 | 1 | -0/+8 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12323 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Put ConfigReader deprecation warning in logs | 2010-01-21 | 1 | -0/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12310 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix some command registration warnings | 2010-01-19 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12305 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ERROR is not a valid log level, so all these messages were getting dropped | 2010-01-19 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12304 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | PreCommand/PostCommand are local-only hooks | 2010-01-18 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12291 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add Module::init() for correct exception handling during hook registration | 2010-01-17 | 1 | -8/+7 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12278 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | PURE_STATIC improvements: Allow modules to be reloaded, generate linker ↵ | 2010-01-17 | 1 | -0/+73 | |
| | | | | | | | arguments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12276 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Verify cloak keys match during CAPAB negotiation | 2010-01-14 | 1 | -2/+8 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12258 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move revision information from Version object to a static symbol | 2010-01-14 | 1 | -2/+8 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12256 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
