| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch some modules to use GetRef instead of Get. | 2026-03-30 | 1 | -9/+3 | |
| | | |||||
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -5/+5 | |
| | | |||||
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 1 | -1/+1 | |
| | | |||||
| * | Rewrite tokenstream and move to stringutils. | 2026-03-14 | 1 | -3/+4 | |
| | | |||||
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -8/+8 | |
| | | |||||
| * | Replace IS_* with member functions. | 2026-03-08 | 1 | -2/+2 | |
| | | | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | ||||
| * | Convert TranslateType to an enum class. | 2026-03-06 | 1 | -1/+1 | |
| | | |||||
| * | Switch Reply::Type to be an enum instead of an enum class. | 2026-03-05 | 1 | -8/+8 | |
| | | | | | This is shorter and its fully disambiguated anyway. | ||||
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -2/+2 | |
| | | |||||
| * | Move standard replies to the core and add remote reply support. | 2026-03-01 | 1 | -14/+10 | |
| | | |||||
| * | Fix swhois sending a NOTE when it should send a FAIL. | 2026-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Fix parsing the flags in the swhois module. | 2026-02-15 | 1 | -4/+5 | |
| | | |||||
| * | Add support for swhois entries that only servers can unset. | 2026-02-12 | 1 | -11/+22 | |
| | | |||||
| * | Add support for oper-only swhois entries. | 2026-02-12 | 1 | -21/+48 | |
| | | |||||
| * | Fix a typo in the swhois module. | 2026-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Add the rewritten swhois module. | 2026-02-10 | 1 | -0/+441 | |
| | | |||||
| * | Remove the swhois module pending a complete rewrite. | 2026-02-10 | 1 | -153/+0 | |
| | | |||||
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+153 | |
