| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 5 | -10/+10 | ||
| | | | ||||||
| * | | Add methods for extracting specific regex captures. | 2022-06-28 | 1 | -0/+19 | ||
| | | | ||||||
| * | | Move numerics to the source files where they are actually used. | 2022-06-26 | 2 | -0/+16 | ||
| | | | ||||||
| * | | Modernize the syntax of various templates. | 2022-06-23 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Require specifying the repeat argument of the Timer class. | 2022-05-17 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Add the new account system. | 2022-05-14 | 1 | -0/+81 | ||
| | | | | | | | | | | | This still relies on the old extensibles for now but we can change that later. | |||||
| * | | Remove the old account system. | 2022-05-14 | 1 | -54/+0 | ||
| | | | ||||||
| * | | Implement support for regex capture groups. | 2022-05-06 | 1 | -0/+41 | ||
| | | | ||||||
| * | | Format enums with an underlying type like classes. | 2022-04-30 | 1 | -1/+2 | ||
| | | | ||||||
| * | | Make the extban enums 8-bit. | 2022-04-29 | 1 | -0/+3 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 7 | -7/+7 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2022-04-28 | 7 | -7/+7 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2022-04-21 | 2 | -1/+2 | ||
| |\| | ||||||
| | * | Fix doxygen to include the public module header files. | 2022-04-17 | 2 | -1/+2 | ||
| | | | ||||||
| * | | Fix a missing doxygen comment. | 2022-04-17 | 1 | -0/+6 | ||
| | | | ||||||
| * | | Allow normalising extbans to a specific format. | 2022-04-17 | 1 | -0/+15 | ||
| | | | | | | | | | Also, fix canonicalisation of acting extban values. | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -0/+20 | ||
| |\| | ||||||
| | * | Expose the invite announcement level to modules. | 2022-04-07 | 1 | -0/+20 | ||
| | | | ||||||
| * | | Add ListModeBase::CanonicalizeParam, fix cleaning extban masks. | 2022-04-16 | 1 | -0/+18 | ||
| | | | ||||||
| * | | Add a class that wraps a dynamic reference to the extban manager. | 2022-04-16 | 1 | -0/+12 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -0/+20 | ||
| |\| | ||||||
| | * | Allow modules to handle WHO matching. | 2022-03-25 | 1 | -0/+20 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2022-03-19 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix a compiler warning on Windows. | 2022-03-19 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 2 | -2/+1 | ||
| |\| | ||||||
| | * | Make the accessor methods in ssl_cert const. | 2022-02-14 | 1 | -11/+11 | ||
| | | | ||||||
| | * | Squash an unnecessary string copy in SQL::Error. | 2022-02-05 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Remove duplicate includes from module headers. | 2022-01-25 | 19 | -43/+0 | ||
| | | | ||||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 29 | -116/+116 | ||
| | | | ||||||
| * | | Add constexpr to the initialisation of various const static fields. | 2022-01-18 | 2 | -4/+4 | ||
| | | | ||||||
| * | | Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>. | 2022-01-16 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Make 005 dependent on the connect class. | 2022-01-16 | 1 | -1/+2 | ||
| | | | ||||||
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 3 | -12/+20 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 2 | -2/+10 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-12-30 | 2 | -2/+2 | ||
| | | | ||||||
| | * | Send an account id tag when account-tag & message-tags are enabled. | 2021-12-28 | 2 | -0/+8 | ||
| | | | ||||||
| * | | Move RPL_STATS to the stats header. | 2021-12-24 | 1 | -0/+6 | ||
| | | | ||||||
| * | | Add a quick method for adding a generic RPL_STATS row. | 2021-12-24 | 1 | -0/+12 | ||
| | | | ||||||
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 23 | -61/+104 | ||
| | | | ||||||
| * | | Mark Regex::Engine::Create{Human,} as const. | 2021-12-16 | 1 | -4/+4 | ||
| | | | ||||||
| * | | Make upper case regex flags remove the flag if previously set. | 2021-12-16 | 1 | -0/+3 | ||
| | | | ||||||
| * | | Replace some references to ssl with tls. | 2021-12-08 | 1 | -5/+5 | ||
| | | | ||||||
| * | | Remove unused time_t field from the timer system. | 2021-11-05 | 1 | -1/+1 | ||
| | | | | | | | | | | | This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | |||||
| * | | Add the regex_pcre2 module. | 2021-09-26 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Fix and optimise sending standard replies with variable parameters. | 2021-09-23 | 1 | -29/+10 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-09-23 | 1 | -0/+19 | ||
| |\| | ||||||
| | * | Use CXX11_OVERRIDE instead of the override keyword. | 2021-09-22 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 1 | -0/+19 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | ||
| | | | ||||||
