| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2026-03-31 | 1 | -1/+1 | |
| | | |||||
| * | Allow Command::IsUsableBy to be used for server-originated messages. | 2026-03-08 | 1 | -2/+2 | |
| | | |||||
| * | Deduplicate command usability checks into Command::IsUsableBy. | 2026-03-06 | 1 | -22/+18 | |
| | | |||||
| * | Fix RPL_ENDOFNAMES for real this time. | 2026-02-28 | 1 | -0/+2 | |
| | | |||||
| * | All core numerics should be in numeric.h not in .cpp files. | 2024-10-26 | 1 | -10/+0 | |
| | | |||||
| * | Update copyright headers. | 2024-09-07 | 1 | -1/+1 | |
| | | |||||
| * | Check the connection state of a command before the parameter count. | 2024-09-03 | 1 | -7/+7 | |
| | | | | | | | Works around a bug in irssi. Closes #2103. | ||||
| * | Normalise the case of MOD_RESULT variables. | 2024-08-31 | 1 | -8/+8 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| | | |||||
| * | Normalise the case of ServerStats. | 2023-07-13 | 1 | -2/+2 | |
| | | |||||
| * | Make MaxTargets a size_t. | 2023-07-03 | 1 | -1/+1 | |
| | | |||||
| * | Rename command_parse to commands. | 2023-05-08 | 1 | -0/+503 | |
| | | |||||
| * | Move the contents of commands to command_parse. | 2023-05-08 | 1 | -121/+0 | |
| | | |||||
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -2/+2 | |
| | | |||||
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename session registration to connection to avoid a semantic conflict. | 2022-10-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. | ||||
| * | | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 1 | -1/+3 | |
| | | | |||||
| * | | Move numerics to the source files where they are actually used. | 2022-06-26 | 1 | -0/+10 | |
| | | | |||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert UserType to be a uint8_t and move inside User. | 2020-11-10 | 1 | -5/+5 | |
| | | | |||||
| * | | 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 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Revert "Convert UserType to an enum class". | 2020-04-21 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | There's a bug in GCC with bitfields and enum class. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51242 This reverts commit 44834a66a7e92c8979ae16421286c581a9cffbe9. | ||||
| * | | Convert UserType to an enum class. | 2020-04-21 | 1 | -5/+5 | |
| | | | |||||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -2/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -0/+53 | |
| |\| | |||||
| | * | Allow commands to override ERR_{NEEDSMOREPARAMS,NOTREGISTERED}. | 2020-03-18 | 1 | -0/+11 | |
| | | | |||||
| | * | Move command stuff to a more appropriate source file. | 2020-03-05 | 1 | -0/+43 | |
| | | | |||||
| | * | Clean up the documentation of the Command and SplitCommand classes. | 2020-03-05 | 1 | -0/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -3/+4 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -3/+4 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| |/ | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -11/+18 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Kill needless #includes in source files | 2014-06-14 | 1 | -2/+0 | |
| | | |||||
| * | Deduplicate and move the *MatchesEveryone() functions to core_xline | 2014-03-12 | 1 | -92/+0 | |
| | | |||||
| * | Remove whitespace and minor style changes | 2014-01-23 | 1 | -1/+0 | |
| | | |||||
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | |||||
| * | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -1/+1 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+18 | |
| | | |||||
| * | Make <insane blah="no"> disallow insanity, to match the documentation | 2010-03-01 | 1 | -3/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12576 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ERROR is not a valid log level, so all these messages were getting dropped | 2010-01-19 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12304 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 | ||||
| * | Fixes found by removing User inheritance from StreamSocket | 2009-10-25 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11975 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move some local-only fields to LocalUser | 2009-10-21 | 1 | -4/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11942 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
