| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -6/+12 | |
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -4/+0 | |
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -15/+1 | |
| |\| | |||||
| | * | Make BindPorts return size_t instead of int. | 2019-12-09 | 1 | -1/+1 | |
| | * | Improve behaviour when running as root.•••- Only give the annoying message about root if --runasroot is not specified. - If --runasroot is specified then assume the user knows what they are doing. - Move CheckRoot to a static function in inspircd.cpp. | 2019-12-08 | 1 | -5/+0 | |
| | * | Convert InspIRCd::SetSignals to a static function. | 2019-12-08 | 1 | -4/+0 | |
| | * | Move forking code into a function and remove DaemonSeed. | 2019-12-08 | 1 | -5/+0 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -0/+1 | |
| |\| | |||||
| | * | Implement serialisation of users.•••This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade. | 2019-10-14 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -5/+5 | |
| |\| | |||||
| | * | Fix various cases of broken indentation. | 2019-07-26 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -0/+1 | |
| |\| | |||||
| * | | Replace socketengine_{pthread,win32} with C++11 threads. | 2019-05-15 | 1 | -5/+2 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -4/+4 | |
| |\| | |||||
| | * | Fix building against older versions of glibc. | 2019-05-06 | 1 | -0/+4 | |
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -0/+6 | |
| |\| | |||||
