| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| | | | |||||
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -2/+2 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -3/+3 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -3/+3 | |
| | | | |||||
| * | | Fix aliases which require routing to be broadcast out. | 2022-01-19 | 1 | -7/+7 | |
| | | | |||||
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883). | 2021-06-21 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -4/+0 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -5/+5 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -5/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+6 | |
| | | | |||||
| * | | Replace the TR1NS macro with the std namespace. | 2019-01-25 | 1 | -1/+1 | |
| |/ | |||||
| * | Move IsValidDuration into the core. | 2018-11-24 | 1 | -27/+0 | |
| | | |||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -1/+1 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Move message parsing to ProcessBuffer and fix edge cases in it. | 2018-08-10 | 1 | -4/+5 | |
| | | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -3/+3 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Merge tag 'v2.0.25' into master. | 2017-11-12 | 1 | -1/+1 | |
| |\ | |||||
| * | | Replace irc::string usage in CommandParser::LoopCall() with ↵ | 2016-08-22 | 1 | -1/+1 | |
| | | | | | | | | | irc::insensitive_swo set | ||||
| * | | Remove global Commandtable typedef | 2014-06-13 | 1 | -2/+2 | |
| | | | |||||
| * | | Make CommandParser::cmdlist private | 2014-06-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Add CommandParser::GetCommands() and typedef CommandMap and use it instead ↵ | 2014-06-13 | 1 | -0/+8 | |
| | | | | | | | | | of directly accessing cmdlist | ||||
| * | | Add ProtocolInterface::BroadcastEncap() and infrastructure for manually ↵ | 2014-01-26 | 1 | -1/+3 | |
| | | | | | | | | | forwarding ENCAPs | ||||
| * | | Create the CommandBase class from Command | 2013-08-18 | 1 | -2/+2 | |
| | | | | | | | | | The Handle() method is not part of CommandBase, making it possible to provide a different Handle() in each class derived from CommandBase | ||||
| * | | Fix Doxygen comments. | 2013-06-21 | 1 | -0/+1 | |
| | | | |||||
| * | | Remove dead code from the InspIRCd and CommandParser classes and typedefs.h | 2013-06-18 | 1 | -17/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed functions: InspIRCd: - Restart() - unused - DoSocketTimeouts() - no implementation exists - AddCommand() - useless wrapper around ModuleManager::AddService() CommandParser: - IsValidCommand() - unused - ProcessParameters() - no implementation exists | ||||
| * | | Rewrite CommandParser::TranslateUIDs() | 2013-06-13 | 1 | -10/+9 | |
| | | | |||||
| * | | Run the OnPostCommand hook from LoopCall() | 2013-06-12 | 1 | -2/+6 | |
| | | | |||||
| * | | CommandParser::LoopCall() changes | 2013-06-12 | 1 | -13/+25 | |
| | | | | | | | | | | | | | - Change function to be static, return a bool - Do not filter duplicates when there are 2 lists (JOIN) - Remove validation of 'extra' parameter, caller must pass either a valid index or -1 | ||||
| * | | Merge insp20 | 2013-06-06 | 1 | -10/+0 | |
| |\| | |||||
| | * | Remove unused variables, avoid copies where possible, check empty() instead ↵ | 2013-05-16 | 1 | -10/+0 | |
| | | | | | | | | | | | | | of size() == 0 Most of these were detected by cppcheck | ||||
| * | | CommandParser::ProcessCommand() and ProcessBuffer() cleanup | 2013-06-01 | 1 | -2/+2 | |
| | | | | | | | | | | | - Change return types to void - Use a pointer to the command handler instead of an iterator | ||||
| * | | Tidy up source files: | 2013-04-12 | 1 | -4/+1 | |
| |/ | | | | | | - Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | ||||
| * | Fix Doxygen syntax errors. | 2012-07-05 | 1 | -3/+1 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+17 | |
| | | |||||
| * | Fixes for bug #12 | 2012-04-14 | 1 | -2/+2 | |
| | | |||||
| * | PreCommand/PostCommand are local-only hooks | 2010-01-18 | 1 | -8/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12291 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix signdedness error in LoopCall | 2010-01-16 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12268 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Allow maxtargets to be bypassed in LoopCall for JOIN | 2010-01-14 | 1 | -24/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12255 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | 2009-10-18 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11904 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove Command and ModeHandler objects in their destructors; fixes possible ↵ | 2009-10-13 | 1 | -10/+5 | |
| | | | | | | | pointer leak if a module was not careful when triggering exceptions in its constructor git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11872 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove InspIRCd* parameters and fields | 2009-09-26 | 1 | -5/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change cmd_*.so to use the Module object API | 2009-09-03 | 1 | -54/+1 | |
| | | | | | | | | | | | | | | | Create Module* objects for each command, and load them like modules. This unifies the external API for modules. Library directory is now deprecated: all modules are located in a single module directory. Header files for each command are no longer needed; remove. This also fixes two potential segfaults in m_spanningtree. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11668 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add Module* creator to Command and ModeHandler | 2009-09-02 | 1 | -4/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11631 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
