| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -5/+5 | |
| * | Merge branch 'insp3' into master. | 2022-07-19 | 1 | -0/+8 | |
| |\ | |||||
| | * | Also use binary exit codes in places that terminate abruptly.•••This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. | 2022-07-19 | 1 | -0/+8 | |
| * | | Make dynamic a non-default header. | 2022-06-26 | 1 | -0/+1 | |
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -4/+0 | |
| * | | Move numerics to the source files where they are actually used. | 2022-06-26 | 1 | -1/+0 | |
| * | | Get rid of GetVersionString.•••TODO: split fullversion/version into individual fields. | 2022-05-17 | 1 | -5/+0 | |
| * | | Get rid of entrypoint, specify the main function name directly. | 2022-05-07 | 1 | -2/+0 | |
| * | | 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 | -1/+2 | |
| * | | Delete the old logging system. | 2022-05-01 | 1 | -2/+0 | |
| * | | Slim down the globally included files. | 2022-04-30 | 1 | -0/+4 | |
| * | | 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 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-21 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix an outdated comment. | 2022-04-20 | 1 | -1/+1 | |
| * | | Mark the main loop as noreturn. | 2022-04-21 | 1 | -4/+2 | |
| * | | Fix unsigned/const keyword ordering, remove unnecessary consts. | 2022-03-27 | 1 | -4/+4 | |
| * | | Slim the included headers down more. | 2022-01-26 | 1 | -6/+0 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -3/+3 | |
| * | | Use vector<string> instead of file_cache in ProcessColors. | 2022-01-18 | 1 | -1/+1 | |
| * | | Rename CUSTOM_PRINTF to ATTR_PRINTF.•••ATTR_* matches the naming scheme which will be used for function attributes from now on. Also, redocument it to have a better description and allow Doxygen to parse it. | 2022-01-15 | 1 | -2/+2 | |
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -0/+1 | |
| * | | Move DNS stats to core_dns. | 2021-12-24 | 1 | -16/+0 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -2/+2 | |
| * | | Fix MSVC compatibility issues. | 2021-06-07 | 1 | -0/+1 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -24/+3 | |
| * | | Use string_view in IsCTCP. | 2021-04-08 | 1 | -0/+1 | |
| * | | Take a string_view in irc::equals. | 2021-04-08 | 1 | -0/+1 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 1 | -1/+0 | |
| |\| | |||||
| | * | Fix various documentation comments. | 2021-03-31 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -2/+2 | |
| * | | Move aligned_storage to the utility directory and clean up. | 2021-03-02 | 1 | -1/+1 | |
| * | | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 1 | -1/+2 | |
| * | | Replace defaultdeleter with the C++11 one and rename culldeleter. | 2021-01-30 | 1 | -1/+1 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. | 2020-10-31 | 1 | -0/+1 | |
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -4/+0 | |
| * | | Move FindNick to UserManager. | 2020-02-09 | 1 | -7/+0 | |
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 1 | -6/+0 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -22/+28 | |
| * | | Make WritePID read directly from the config. | 2020-02-06 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -6/+12 | |
| |\| | |||||
