aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow normalising extbans to a specific format.•••Also, fix canonicalisation of acting extban values. Gravatar Sadie Powell2022-04-171-0/+15
* | Refactor ListModeBase::OnModeChange.Gravatar Sadie Powell2022-04-171-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. Gravatar Sadie Powell2022-04-171-10/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-165-0/+47
|\|
| * Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.•••This should make privilege errors more consistent. Gravatar Sadie Powell2022-04-121-0/+18
| * Use ERR_UNAVAILRESOURCE for things that should be retried later.•••Also move it to the global numerics header to avoid duplication. Gravatar Sadie Powell2022-04-121-0/+1
| * Add a method for finding the next prefix mode above a rank.Gravatar Sadie Powell2022-04-111-0/+6
| * Add a method to ConfigTag to help with retrieving a single character.Gravatar Sadie Powell2022-04-101-0/+2
| * Expose the invite announcement level to modules.Gravatar Sadie Powell2022-04-071-0/+20
| * Fix converting a token list to a string.•••Fixes showing oper privs in /CHECK. Gravatar Sadie Powell2022-04-051-1/+4
* | Add ListModeBase::CanonicalizeParam, fix cleaning extban masks.Gravatar Sadie Powell2022-04-162-6/+29
* | Add a class that wraps a dynamic reference to the extban manager.Gravatar Sadie Powell2022-04-161-0/+12
* | Replace duplicated documentation with @copydoc.Gravatar Sadie Powell2022-04-163-53/+12
* | Make the parameter field of ValidateParam const.Gravatar Sadie Powell2022-04-161-1/+1
* | Use a consistent message format for end of list numerics.Gravatar Sadie Powell2022-04-011-6/+1
* | Pack the mode set more efficiently and add support for numeric modes.Gravatar Sadie Powell2022-03-271-0/+4
* | Add a typedef for the mode status bitset.Gravatar Sadie Powell2022-03-274-4/+7
* | Fix unsigned/const keyword ordering, remove unnecessary consts.Gravatar Sadie Powell2022-03-273-8/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-271-0/+20
|\|
| * Allow modules to handle WHO matching.Gravatar Sadie Powell2022-03-251-0/+20
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-191-1/+1
|\|
| * Fix a compiler warning on Windows.Gravatar Sadie Powell2022-03-191-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-114-4/+4
|\|
| * Make the accessor methods in ssl_cert const.Gravatar Sadie Powell2022-02-141-11/+11
| * Squash an unnecessary string copy in SQL::Error.Gravatar Sadie Powell2022-02-051-1/+1
| * Fix various minor Doxygen warnings.Gravatar Sadie Powell2022-02-022-3/+3
* | Document aligned_storage and use alignment_of_v.Gravatar Sadie Powell2022-01-311-2/+2
* | Move stdalgo::map::difference to its own utility header.Gravatar Sadie Powell2022-01-312-63/+84
* | Slim down the protocol interface for sending metadata.Gravatar Sadie Powell2022-01-311-17/+3
* | Refuse to set an extension on the wrong type of extensible.Gravatar Sadie Powell2022-01-311-2/+10
* | Make extension names case insensitive.Gravatar Sadie Powell2022-01-311-1/+1
* | Add the type to the Extensible class.Gravatar Sadie Powell2022-01-312-2/+10
* | Rename the ExtensionItem::type field to extype to avoid collisions.Gravatar Sadie Powell2022-01-311-1/+1
* | Fix the case of Membership::GetRank.Gravatar Sadie Powell2022-01-311-1/+1
* | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. Gravatar Sadie Powell2022-01-261-172/+0
* | Slim the included headers down more.Gravatar Sadie Powell2022-01-263-9/+1
* | Remove duplicate includes from module headers.Gravatar Sadie Powell2022-01-2519-43/+0
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-2581-361/+361
* | Fix a few Doxygen comment errors.Gravatar Sadie Powell2022-01-242-2/+1
* | Fix the doxygen documentation and style of the extension classes.Gravatar Sadie Powell2022-01-221-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. Gravatar Sadie Powell2022-01-211-13/+23
* | Fix aliases which require routing to be broadcast out.Gravatar Sadie Powell2022-01-191-7/+7
* | Use vector<string> instead of file_cache in ProcessColors.Gravatar Sadie Powell2022-01-181-1/+1
* | Move FilePosition to be with the config stuff it is used by.Gravatar Sadie Powell2022-01-182-24/+24
* | Replace FileWrapper with std::unique_ptr.Gravatar Sadie Powell2022-01-181-0/+3
* | Add constexpr to the initialisation of various const static fields.Gravatar Sadie Powell2022-01-187-14/+14
* | Add constructors to the TokenList class.Gravatar Sadie Powell2022-01-181-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. Gravatar Sadie Powell2022-01-162-4/+0
* | Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>.Gravatar Sadie Powell2022-01-164-7/+10
* | Make 005 dependent on the connect class.Gravatar Sadie Powell2022-01-161-1/+2