aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree
Commit message (Collapse)AuthorAgeFilesLines
* Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-301-3/+2
|
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-2218-38/+38
|
* Make dynamic a non-default header.Gravatar Sadie Powell2022-06-261-0/+1
|
* Make clientprotocol{msg,event} and numericbuilder non-default headers.Gravatar Sadie Powell2022-06-261-6/+7
|
* Move numeric helper classes to their own header.Gravatar Sadie Powell2022-06-261-0/+1
|
* Modernize the syntax of various templates.Gravatar Sadie Powell2022-06-231-1/+1
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-251-1/+1
|\
| * Fix some compiler warnings on i386.Gravatar Sadie Powell2022-05-251-1/+1
| |
* | Deprecate the (raw)version SINFO keys and split out customversion/rawbranch.Gravatar Sadie Powell2022-05-176-68/+75
| |
* | Get rid of GetVersionString.Gravatar Sadie Powell2022-05-171-2/+2
| | | | | | | | TODO: split fullversion/version into individual fields.
* | Add a typedef for a mode rank.Gravatar Sadie Powell2022-05-173-3/+3
| |
* | Store a set of list mode pointers in Membership instead of characters.Gravatar Sadie Powell2022-05-172-2/+3
| |
* | Require specifying the repeat argument of the Timer class.Gravatar Sadie Powell2022-05-171-1/+1
| |
* | Remove unnecessary arguments to On(Post)Oper.Gravatar Sadie Powell2022-05-072-2/+2
| | | | | | | | These are already accessible from the user object.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-072-5/+16
|\|
| * Make linking servers over UNIX sockets less difficult.Gravatar Sadie Powell2022-05-071-4/+15
| | | | | | | | Closes #1730.
* | Rewrite logging calls to use the new APIs.Gravatar Sadie Powell2022-05-0113-30/+30
| |
* | Format enums with an underlying type like classes.Gravatar Sadie Powell2022-04-301-1/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-297-8/+8
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-287-8/+8
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-161-1/+1
|\|
| * Use ERR_UNAVAILRESOURCE for things that should be retried later.Gravatar Sadie Powell2022-04-121-1/+1
| | | | | | | | Also move it to the global numerics header to avoid duplication.
* | Add a class that wraps a dynamic reference to the extban manager.Gravatar Sadie Powell2022-04-161-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-051-2/+2
|\|
| * Fix the grammar of various xline messages.Gravatar Sadie Powell2022-04-051-2/+2
| |
* | Fix unsigned/const keyword ordering, remove unnecessary consts.Gravatar Sadie Powell2022-03-271-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-271-1/+1
|\|
| * Fix real name formatting bleeding into IRC messages.Gravatar Sadie Powell2022-03-211-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-02-012-3/+7
|\|
| * Fix splitting servers multiple times in some cases.Gravatar Sadie Powell2022-02-012-1/+5
| |
| * Fix duplicate messages when a server connection errors.Gravatar Sadie Powell2022-02-011-2/+2
| |
* | The target in OnDecodeMetaData can be nullptr sometimes.Gravatar Sadie Powell2022-01-311-1/+1
| |
* | Move stdalgo::map::difference to its own utility header.Gravatar Sadie Powell2022-01-311-2/+3
| |
* | Slim down the protocol interface for sending metadata.Gravatar Sadie Powell2022-01-314-39/+31
| |
* | Add the type to the Extensible class.Gravatar Sadie Powell2022-01-311-3/+2
| |
* | Rename the ExtensionItem::type field to extype to avoid collisions.Gravatar Sadie Powell2022-01-311-3/+3
| |
* | Fix the case of Membership::GetRank.Gravatar Sadie Powell2022-01-311-1/+1
| |
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-2516-73/+73
| |
* | Add constexpr to the initialisation of various const static fields.Gravatar Sadie Powell2022-01-183-6/+4
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-152-1/+3
|\|
| * Fix a spanningtree linker error on FreeBSD armv7.Gravatar Sadie Powell2022-01-152-1/+3
| |
* | Always catch exceptions as a constant reference.Gravatar Sadie Powell2022-01-094-5/+5
| |
* | Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-072-9/+9
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-033-3/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-12-303-3/+3
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-12-273-17/+33
|\|
| * Fix not looking up IPv4 addresses when a server has an IPv6 address.Gravatar Sadie Powell2021-12-252-16/+32
| | | | | | | | Closes #1811.
| * Allow unsetting uniqueusername with metadata too.Gravatar Sadie Powell2021-12-201-1/+1
| |
* | Promote ExtensionItem::ExtensibleType to a top level enum class.Gravatar Sadie Powell2021-12-231-3/+3
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-12-143-0/+12
|\|