aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Slim down the globally included files.Gravatar Sadie Powell2022-04-302-13/+8
|
* Enable support for UNIX socket listeners on Windows.Gravatar Sadie Powell2022-04-301-3/+1
|
* Format enums with an underlying type like classes.Gravatar Sadie Powell2022-04-303-5/+10
|
* Make the extban enums 8-bit.Gravatar Sadie Powell2022-04-291-0/+3
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-2916-16/+16
|\
| * Release v3.13.0. v3.13.0Gravatar Sadie Powell2022-04-281-1/+1
| |
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-2816-16/+16
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-261-1/+0
|\|
| * Remove a forward declaration for a non-existent type.Gravatar Sadie Powell2022-04-211-1/+0
| |
* | Only write to the pid file on boot.Gravatar Sadie Powell2022-04-231-2/+1
| | | | | | | | | | | | | | | | Being able to change this after first boot is error prone and does not work well on system-wide installs where the server needs root to write the file. Closes #566.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-214-3/+4
|\|
| * Fix an outdated comment.Gravatar Sadie Powell2022-04-201-1/+1
| |
| * Fix doxygen to include the public module header files.Gravatar Sadie Powell2022-04-172-1/+2
| |
* | Mark the main loop as noreturn.Gravatar Sadie Powell2022-04-211-4/+2
| |
* | Fix a now outdated documentation comment.Gravatar Sadie Powell2022-04-181-3/+3
| |
* | Constify the parameter arguments in ListModeBase's Tell* methods.Gravatar Sadie Powell2022-04-171-3/+3
| |
* | Fix a missing doxygen comment.Gravatar Sadie Powell2022-04-171-0/+6
| |
* | Allow normalising extbans to a specific format.Gravatar Sadie Powell2022-04-171-0/+15
| | | | | | | | Also, fix canonicalisation of acting extban values.
* | Refactor ListModeBase::OnModeChange.Gravatar Sadie Powell2022-04-171-3/+3
| |
* | Remove ValidateParam and rename CanonicalizeParam.Gravatar Sadie Powell2022-04-171-10/+1
| | | | | | | | | | | | | | 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.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-165-0/+47
|\|
| * Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.Gravatar Sadie Powell2022-04-121-0/+18
| | | | | | | | This should make privilege errors more consistent.
| * Use ERR_UNAVAILRESOURCE for things that should be retried later.Gravatar Sadie Powell2022-04-121-0/+1
| | | | | | | | Also move it to the global numerics header to avoid duplication.
| * 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.Gravatar Sadie Powell2022-04-051-1/+4
| | | | | | | | Fixes showing oper privs in /CHECK.
* | 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
| |