| Commit message (Expand) | Author | Age | Files | Lines |
| * | Normalise the case of ServerStats. | Sadie Powell | 2023-07-13 | 1 | -2/+2 |
| * | Make MaxTargets a size_t. | Sadie Powell | 2023-07-03 | 1 | -1/+1 |
| * | Rename command_parse to commands. | Sadie Powell | 2023-05-08 | 1 | -0/+503 |
| * | Move the contents of commands to command_parse. | Sadie Powell | 2023-05-08 | 1 | -121/+0 |
| * | Convert log calls to use fmtlib format strings | Sadie Powell | 2023-01-24 | 1 | -2/+2 |
| * | Qualify auto correctly in all cases. | Sadie Powell | 2023-01-10 | 1 | -1/+1 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2023-01-01 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2022-12-30 | 1 | -1/+1 |
| * | | Rework the levels things are logged at to make more sense. | Sadie Powell | 2022-12-18 | 1 | -1/+1 |
| * | | Rename session registration to connection to avoid a semantic conflict.•••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.
| Sadie Powell | 2022-10-29 | 1 | -2/+2 |
| * | | Use User::IsFullyConnected instead of checking for REG_ALL. | Sadie Powell | 2022-10-29 | 1 | -1/+3 |
| * | | Move numerics to the source files where they are actually used. | Sadie Powell | 2022-06-26 | 1 | -0/+10 |
| * | | Rewrite logging calls to use the new APIs. | Sadie Powell | 2022-05-01 | 1 | -1/+1 |
| * | | Refactor CoreException and ModuleException. | Sadie Powell | 2022-01-07 | 1 | -1/+1 |
| * | | Convert UserType to be a uint8_t and move inside User. | Sadie Powell | 2020-11-10 | 1 | -5/+5 |
| * | | Clean up a bunch of contructors and destructors. | Sadie Powell | 2020-11-01 | 1 | -4/+0 |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | Sadie Powell | 2020-10-27 | 1 | -4/+4 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 1 | -1/+1 |
| * | | Revert "Convert UserType to an enum class".•••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.
| Sadie Powell | 2020-04-21 | 1 | -5/+5 |
| * | | Convert UserType to an enum class. | Sadie Powell | 2020-04-21 | 1 | -5/+5 |
| * | | Alow modules to specify multiple syntax lines. | Sadie Powell | 2020-04-14 | 1 | -2/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-03-18 | 1 | -0/+53 |
| |\| |
|
| | * | Allow commands to override ERR_{NEEDSMOREPARAMS,NOTREGISTERED}. | Sadie Powell | 2020-03-18 | 1 | -0/+11 |
| | * | Move command stuff to a more appropriate source file. | Sadie Powell | 2020-03-05 | 1 | -0/+43 |
| | * | Clean up the documentation of the Command and SplitCommand classes. | Sadie Powell | 2020-03-05 | 1 | -0/+5 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -3/+4 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -3/+4 |
| * | | LogManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -1/+1 |
| |/ |
|
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
| Peter Powell | 2018-07-26 | 1 | -11/+18 |
| * | Kill needless #includes in source files | Attila Molnar | 2014-06-14 | 1 | -2/+0 |
| * | Deduplicate and move the *MatchesEveryone() functions to core_xline | Attila Molnar | 2014-03-12 | 1 | -92/+0 |
| * | Remove whitespace and minor style changes | Attila Molnar | 2014-01-23 | 1 | -1/+0 |
| * | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | Add LOG_ prefix to the log level enum values. | Peter Powell | 2013-04-12 | 1 | -1/+1 |
| * | Replace copyright headers with headers granting specific authors copyright | Robby- | 2012-04-19 | 1 | -8/+18 |
| * | Make <insane blah="no"> disallow insanity, to match the documentation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12576 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-01 | 1 | -3/+3 |
| * | 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 | -1/+1 |
| * | ...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 |
| * | Fixes found by removing User inheritance from StreamSocket•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11975 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-25 | 1 | -1/+1 |
| * | Move some local-only fields to LocalUser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11942 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -4/+4 |
| * | Move SetClass to LocalUser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11941 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -0/+28 |
| * | Rewrite ConfigReader again•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11879 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-17 | 1 | -15/+15 |
| * | Make rehash generate a new ServerInstance->Config object•••This makes it possible to cancel a pending rehash, and fixes possible
threading issues with rehash and other events.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11424 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-07-01 | 1 | -6/+6 |
| * | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...•••Make SAMODE send a snotice to 'a' and remote to 'A' - fixes bug #822, reported by Taros
We really need a wrapper to use these, but, for now it's usable.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11304 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-04-16 | 1 | -3/+3 |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
| psychon | 2009-03-15 | 1 | -1/+1 |
| * | Nuke trailing spaces•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-14 | 1 | -8/+8 |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-01-02 | 1 | -1/+1 |
| * | Move stuff to use ASCII map where required.•••Also move this out of being a member totally, as it breaks (gah) and is already untidy.. to be revisited.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10858 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-12-07 | 1 | -2/+2 |
| * | Switch some stuff to use ASCII mapping rather than RFC.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10855 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-12-07 | 1 | -1/+1 |