| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Release v4.4.0. v4.4.0 | 2024-11-02 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2024-11-02 | 4 | -4/+4 | ||
| * | | Merge branch 'insp4' into master. | 2024-11-01 | 7 | -8/+42 | ||
| |\| | ||||||
| | * | Use fmtlib instead of iostream in ConvToStr where available. | 2024-11-01 | 1 | -1/+10 | ||
| | * | All core numerics should be in numeric.h not in .cpp files. | 2024-10-26 | 1 | -0/+9 | ||
| | * | Add support for extbans without letters. | 2024-10-16 | 1 | -1/+1 | ||
| | * | Allow ConfigTag::getCharacter to return NUL for an empty field. | 2024-10-16 | 1 | -1/+1 | ||
| | * | Count services in the global user count.•••This behaviour was always kinda broken so lets just drop it. | 2024-10-10 | 1 | -1/+1 | ||
| | * | Merge branch 'insp3' into insp4. | 2024-10-10 | 1 | -0/+3 | ||
| | |\ | ||||||
| | | * | When a server stops being ulined remove its users from the uline list. | 2024-10-10 | 1 | -0/+3 | ||
| | | * | Tell people to use the main ChatSpike domain not our alias.•••Backport from master. | 2024-07-07 | 1 | -1/+1 | ||
| | * | | Add the Time::FromNow helper function. | 2024-10-03 | 1 | -1/+12 | ||
| * | | | Merge branch 'insp4' into master. | 2024-09-30 | 1 | -34/+37 | ||
| |\| | | ||||||
| | * | | Add a type alias for the extban letter type. | 2024-09-27 | 1 | -8/+11 | ||
| | * | | Clean up the names of some variables in the extban header. | 2024-09-27 | 1 | -31/+31 | ||
| * | | | Make the server protocol APIs use a reference instead of a pointer. | 2024-09-19 | 1 | -4/+4 | ||
| * | | | Add some extra methods to the Server class. | 2024-09-19 | 1 | -0/+9 | ||
| * | | | Implement remote WriteNotice in spanningtree like with WriteNumeric. | 2024-09-19 | 1 | -6/+0 | ||
| * | | | Merge branch 'insp4' into master. | 2024-09-19 | 2 | -2/+2 | ||
| |\| | | ||||||
| | * | | Make Cullable::Deleter const. | 2024-09-13 | 2 | -2/+2 | ||
| * | | | Use unique_ptr for InspIRCd::ConfigThread. | 2024-09-19 | 1 | -1/+1 | ||
| * | | | Use unique_ptr for InspIRCd::Config. | 2024-09-19 | 2 | -10/+6 | ||
| * | | | Merge branch 'insp4' into master. | 2024-09-13 | 1 | -0/+1 | ||
| |\| | | ||||||
| | * | | Only remove extbans on unload if provided by the right module. | 2024-09-13 | 1 | -0/+1 | ||
| * | | | Merge branch 'insp4' into master. | 2024-09-09 | 10 | -35/+33 | ||
| |\| | | ||||||
| | * | | Fix rawio logs not being written after a rehash. | 2024-09-09 | 1 | -0/+3 | ||
| | * | | Use string_view in InspIRCd::Is{FQDN,Host,SID}. | 2024-09-07 | 1 | -3/+3 | ||
| | * | | Release v4.3.0. v4.3.0 | 2024-09-07 | 1 | -1/+1 | ||
| | * | | Update copyright headers. | 2024-09-07 | 9 | -11/+10 | ||
| | * | | Const correct the xline header. | 2024-09-03 | 1 | -19/+15 | ||
| * | | | Merge branch 'insp4' into master. | 2024-08-29 | 2 | -46/+31 | ||
| |\| | | ||||||
| | * | | Use auto in GetLevelRequired and GetSyntax. | 2024-08-29 | 1 | -5/+2 | ||
| | * | | Deprecate the raw overload of GenRandomStr in favour of GenRandom.•••The raw overload was almost always misused where GenRandom would be better. While we're making changes to this code switch the printable mode to use a static array like Anope does. | 2024-08-27 | 1 | -1/+8 | ||
| | * | | Fix the argument to BindPorts not being documented. | 2024-08-27 | 1 | -1/+2 | ||
| | * | | Fix measuring the CPU load on Windows. | 2024-08-27 | 1 | -9/+6 | ||
| | * | | Redocument ServerStats and switch members to use size_t. | 2024-08-27 | 1 | -25/+16 | ||
| | * | | Change InspIRCd::ProcessColors to take a string instead of a vector.•••This is more useful for how MOTDs are processed now as we iterate through them anyway and this allows us to avoid a needless second iteration. | 2024-08-27 | 1 | -0/+6 | ||
| * | | | Fix the case of some InspIRCd class member variables. | 2024-08-27 | 1 | -2/+2 | ||
| * | | | Merge branch 'insp4' into master. | 2024-08-27 | 4 | -209/+194 | ||
| |\| | | ||||||
| | * | | Fix a minor doxygen warning. | 2024-08-27 | 1 | -1/+1 | ||
| | * | | Use sa_family_t instead of int. | 2024-08-27 | 3 | -4/+4 | ||
| | * | | Refactor the InspIRCd class to be actually readable.•••This has been long overdue as most of the comments were outdated and members were shoved into the class in no logical way. | 2024-08-27 | 1 | -205/+190 | ||
| * | | | Replace stalgo::erase with C++20 std::erase. | 2024-08-25 | 1 | -18/+0 | ||
| * | | | Merge branch 'insp4' into master. | 2024-08-23 | 1 | -0/+9 | ||
| |\| | | ||||||
| | * | | Close loggers and notify opers if they throw any exceptions. | 2024-08-23 | 1 | -0/+9 | ||
| * | | | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 9 | -15/+26 | ||
| * | | | Merge branch 'insp4' into master. | 2024-08-22 | 5 | -11/+11 | ||
| |\| | | ||||||
| | * | | Fix formatting strings on C++20 compilers. | 2024-08-22 | 5 | -11/+11 | ||
| * | | | Merge branch 'insp4' into master. | 2024-08-18 | 5 | -26/+81 | ||
| |\| | | ||||||
| | * | | Add Numeric::push_fmt(...) as shorthand for push(INSP_FORMAT(...)). | 2024-08-18 | 2 | -10/+21 | ||
