| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Constify the parameter arguments in ListModeBase's Tell* methods. | 2022-04-17 | 1 | -3/+3 | ||
| * | | Fix a missing doxygen comment. | 2022-04-17 | 1 | -0/+6 | ||
| * | | Allow normalising extbans to a specific format.•••Also, fix canonicalisation of acting extban values. | 2022-04-17 | 1 | -0/+15 | ||
| * | | Refactor ListModeBase::OnModeChange. | 2022-04-17 | 1 | -3/+3 | ||
| * | | Remove ValidateParam and rename CanonicalizeParam.•••There's basically no safe way to handle a malformed list mode sent by a remote server without causing a desync. Its probably for the best if we just only apply validation to locally added list modes entries. | 2022-04-17 | 1 | -10/+1 | ||
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 5 | -0/+47 | ||
| |\| | ||||||
| | * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.•••This should make privilege errors more consistent. | 2022-04-12 | 1 | -0/+18 | ||
| | * | Use ERR_UNAVAILRESOURCE for things that should be retried later.•••Also move it to the global numerics header to avoid duplication. | 2022-04-12 | 1 | -0/+1 | ||
| | * | Add a method for finding the next prefix mode above a rank. | 2022-04-11 | 1 | -0/+6 | ||
| | * | Add a method to ConfigTag to help with retrieving a single character. | 2022-04-10 | 1 | -0/+2 | ||
| | * | Expose the invite announcement level to modules. | 2022-04-07 | 1 | -0/+20 | ||
| | * | Fix converting a token list to a string.•••Fixes showing oper privs in /CHECK. | 2022-04-05 | 1 | -1/+4 | ||
| * | | Add ListModeBase::CanonicalizeParam, fix cleaning extban masks. | 2022-04-16 | 2 | -6/+29 | ||
| * | | Add a class that wraps a dynamic reference to the extban manager. | 2022-04-16 | 1 | -0/+12 | ||
| * | | Replace duplicated documentation with @copydoc. | 2022-04-16 | 3 | -53/+12 | ||
| * | | Make the parameter field of ValidateParam const. | 2022-04-16 | 1 | -1/+1 | ||
| * | | Use a consistent message format for end of list numerics. | 2022-04-01 | 1 | -6/+1 | ||
| * | | Pack the mode set more efficiently and add support for numeric modes. | 2022-03-27 | 1 | -0/+4 | ||
| * | | Add a typedef for the mode status bitset. | 2022-03-27 | 4 | -4/+7 | ||
| * | | Fix unsigned/const keyword ordering, remove unnecessary consts. | 2022-03-27 | 3 | -8/+8 | ||
| * | | 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 | 4 | -4/+4 | ||
| |\| | ||||||
| | * | 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 | ||
| | * | Fix various minor Doxygen warnings. | 2022-02-02 | 2 | -3/+3 | ||
| * | | Document aligned_storage and use alignment_of_v. | 2022-01-31 | 1 | -2/+2 | ||
| * | | Move stdalgo::map::difference to its own utility header. | 2022-01-31 | 2 | -63/+84 | ||
| * | | Slim down the protocol interface for sending metadata. | 2022-01-31 | 1 | -17/+3 | ||
| * | | Refuse to set an extension on the wrong type of extensible. | 2022-01-31 | 1 | -2/+10 | ||
| * | | Make extension names case insensitive. | 2022-01-31 | 1 | -1/+1 | ||
| * | | Add the type to the Extensible class. | 2022-01-31 | 2 | -2/+10 | ||
| * | | Rename the ExtensionItem::type field to extype to avoid collisions. | 2022-01-31 | 1 | -1/+1 | ||
| * | | Fix the case of Membership::GetRank. | 2022-01-31 | 1 | -1/+1 | ||
| * | | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. | 2022-01-26 | 1 | -172/+0 | ||
| * | | Slim the included headers down more. | 2022-01-26 | 3 | -9/+1 | ||
| * | | Remove duplicate includes from module headers. | 2022-01-25 | 19 | -43/+0 | ||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 81 | -361/+361 | ||
| * | | Fix a few Doxygen comment errors. | 2022-01-24 | 2 | -2/+1 | ||
| * | | Fix the doxygen documentation and style of the extension classes. | 2022-01-22 | 1 | -137/+175 | ||
| * | | Fix various edge cases in extensible synchronisation.•••- Fix not forwarding the accountid extensible if it is set. - Rename the variadic Set() overload to SetFwd(). - Re-add the `const T&` overload of Set(). - Move `bool synced` to SimpleExtItem from StringExtItem. - Only sync extensibles if their instance is marked as syncable. | 2022-01-21 | 1 | -13/+23 | ||
| * | | Fix aliases which require routing to be broadcast out. | 2022-01-19 | 1 | -7/+7 | ||
| * | | Use vector<string> instead of file_cache in ProcessColors. | 2022-01-18 | 1 | -1/+1 | ||
| * | | Move FilePosition to be with the config stuff it is used by. | 2022-01-18 | 2 | -24/+24 | ||
| * | | Replace FileWrapper with std::unique_ptr. | 2022-01-18 | 1 | -0/+3 | ||
| * | | Add constexpr to the initialisation of various const static fields. | 2022-01-18 | 7 | -14/+14 | ||
| * | | Add constructors to the TokenList class. | 2022-01-18 | 1 | -0/+6 | ||
| * | | Revert "Allow setting extension data on connect classes".•••This can't reasonably be implemented safely with the current way that extensibles work. This reverts commit b867007d201b1a3b130186c54e41481c0374a7f6. | 2022-01-16 | 2 | -4/+0 | ||
