| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2023-06-17 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-06-16 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-05-20 | 1 | -5/+6 | |
| |\| | |||||
| | * | Add an undocumented build option for unlimiting the main loop.•••This should never be used normally but is useful for irctest. | 2023-05-20 | 1 | -5/+6 | |
| * | | Remove GetSID, rename sid to ServerId. | 2023-02-28 | 1 | -6/+6 | |
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -13/+13 | |
| * | | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -2/+2 | |
| * | | Default more stuff inline in the InspIRCd class. | 2023-01-23 | 1 | -4/+0 | |
| * | | Allow creating a FailedPort without a bindspec. | 2023-01-17 | 1 | -1/+5 | |
| * | | Store the actual error in FailedPort instead of an error code. | 2023-01-16 | 1 | -1/+1 | |
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+2 | |
| * | | Move some stuff from the Windows compat header to where it is used. | 2022-12-27 | 1 | -1/+3 | |
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -15/+15 | |
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -1/+1 | |
| * | | Update the vendored libraries. | 2022-11-16 | 1 | -7/+0 | |
| * | | Clean up the Windows build process and remove some legacy code. | 2022-09-03 | 1 | -3/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-08-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-08-25 | 1 | -1/+1 | |
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -3/+3 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2022-07-19 | 1 | -7/+7 | |
| |\| | |||||
| | * | Also use binary exit codes in places that terminate abruptly.•••This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. | 2022-07-19 | 1 | -7/+7 | |
| * | | Merge branch 'insp3' into master. | 2022-05-25 | 1 | -1/+2 | |
| |\| | |||||
| | * | Fix some compiler warnings on i386. | 2022-05-25 | 1 | -1/+2 | |
| * | | Get rid of entrypoint, specify the main function name directly. | 2022-05-07 | 1 | -7/+5 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -18/+18 | |
| * | | Rewrite the entire logging system.•••- Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. | 2022-05-01 | 1 | -7/+24 | |
| * | | Slim down the globally included files. | 2022-04-30 | 1 | -0/+4 | |
| * | | Enable writing a pid file on Windows. | 2022-04-30 | 1 | -2/+0 | |
| * | | Replace getopt/ya_getopt with Lyra. | 2022-04-30 | 1 | -40/+58 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Only write to the pid file on boot.•••Being able to change this after first boot is error prone and does not work well on system-wide installs where the server needs root to write the file. Closes #566. | 2022-04-23 | 1 | -7/+5 | |
| * | | Fix unsigned/const keyword ordering, remove unnecessary consts. | 2022-03-27 | 1 | -1/+1 | |
| * | | Kill vendor_directory in favour of normal include paths. | 2022-01-26 | 1 | -1/+1 | |
| * | | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. | 2022-01-26 | 1 | -19/+15 | |
| * | | Slim the included headers down more. | 2022-01-26 | 1 | -12/+12 | |
| * | | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 1 | -7/+10 | |
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| * | | Remove unused time_t field from the timer system.•••This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | 2021-11-05 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-08-17 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix argv index error in 'unknown option' message.•••It looks like ya_getopt increments `optind` between reading the argument and returning. Before: ``` $ ./build/GCC-8.3/bin/inspircd --foo bar Error: unknown option 'bar'. $ ./build/GCC-8.3/bin/inspircd --help Error: unknown option '% ``` After: ``` $ ./build/GCC-8.3/bin/inspircd --foo bar Error: unknown option '--foo'. Usage: ./build/GCC-8.3/bin/inspircd [--config <file>] [--debug] [--nofork] [--nolog] [--nopid] [--runasroot] [--version] $ ./build/GCC-8.3/bin/inspircd --help Error: unknown option '--help'. Usage: ./build/GCC-8.3/bin/inspircd [--config <file>] [--debug] [--nofork] [--nolog] [--nopid] [--runasroot] [--version] ``` | 2021-08-10 | 1 | -1/+1 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
