aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree
Commit message (Collapse)AuthorAgeFilesLines
* Use auto instead of type names where the type is obvious.Gravatar Sadie Powell2022-09-2915-23/+23
|
* Fix various cases of the &* being next to the name instead of type.Gravatar Sadie Powell2022-09-2914-50/+50
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-09-191-0/+1
|\
| * Fix forwarding tags when sending a numeric to a remote user.Gravatar Sadie Powell2022-09-191-0/+1
| |
* | Make internal penalty be specified in millisecs instead of seconds.Gravatar Sadie Powell2022-09-091-1/+1
| | | | | | | | This removes the need to multiply it later.
* | Default allow_empty_last_param to false.Gravatar Sadie Powell2022-09-071-1/+0
| |
* | Fix more warnings discovered with -Weverything.Gravatar Sadie Powell2022-09-051-1/+0
| |
* | Use auto in places where it is really obvious what the type is.Gravatar Sadie Powell2022-09-044-8/+8
| |
* | Fix some warnings noticed by the readability-* clang-tidy checkers.Gravatar Sadie Powell2022-09-0313-29/+30
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-08-271-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-08-251-1/+1
| |
* | Move aptosa/untosa into the sockaddrs union and add from/from_ip.Gravatar Sadie Powell2022-08-115-15/+10
| | | | | | | | | | | | | | The struct will also now always be zero-initialized by default which removes the footgun which has happened previously where the union has been accessed before being initialized leading to it containing weird values.
* | Rename SetClientIP to ChangeRemoteAddress.Gravatar Sadie Powell2022-08-101-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-08-101-4/+10
|\|
| * Fix remote users with UNIX socket paths as their sockaddr.Gravatar Sadie Powell2022-08-101-2/+9
| |
| * Fix some harmless debug messages when initializing remote users.Gravatar Sadie Powell2022-08-101-2/+1
| |
* | 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
| |