aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2025-12-031-1/+1
|
* Add <autoconnect:bootperiod> to allow quickly connecting after boot.Gravatar Sadie Powell2025-11-191-1/+1
|
* Add an undocumented option for specifying the local ranges.Gravatar Sadie Powell2025-08-151-0/+3
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-3/+4
|
* Retain the "real" username properly like we do for hostnames.Gravatar Sadie Powell2023-06-291-1/+1
| | | | | | | | | | | | | | This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations.
* Const correct various functions.Gravatar Sadie Powell2023-01-111-1/+1
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
| |
* | More const correctness work.Gravatar Sadie Powell2022-12-081-4/+4
| |
* | Fix various cases of the &* being next to the name instead of type.Gravatar Sadie Powell2022-09-291-4/+4
| |
* | Fix some warnings noticed by the readability-* clang-tidy checkers.Gravatar Sadie Powell2022-09-031-6/+6
| |
* | Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-1/+1
| |
* | Modernize the syntax of various templates.Gravatar Sadie Powell2022-06-231-1/+1
| |
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-1/+1
| |
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-1/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-281-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-271-1/+1
| |
* | Purge SpanningTreeUtilities::DoOneToMany.Gravatar Sadie Powell2021-07-231-8/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-071-0/+3
|\|
| * Broadcast the limits for list modes on server link.Gravatar Sadie Powell2021-06-041-0/+3
| | | | | | | | This allows services to not overflow the limit.
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-2/+2
| |
* | Kill an outdated XXX comment in spanningtree.Gravatar Sadie Powell2021-05-191-3/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-111-1/+1
|\|
| * Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-271-1/+1
| |
* | Use the contents of the link data map when using the 1206 protocol.Gravatar Sadie Powell2021-05-101-0/+3
| | | | | | | | | | | | | | Still to do: - Extract URL encoding to inspstring. - Use CompareLinkData when using the 1206 protocol. - Show friendlier messages when a link compatibility is encountered.
* | Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-1/+1
| |
* | Refactor classbase/CullResult into Cullable/Cullable::Result.Gravatar Sadie Powell2021-03-021-3/+2
| |
* | Rename <security:hideulines> to <security:hideservices>.Gravatar Sadie Powell2021-01-301-1/+1
| |
* | Switch the spanningtree module from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-04-131-3/+3
| |
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-2/+6
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-2/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+5
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-271-1/+1
|\|
| * spanningtree: Never send a message to a raw UUID in CmdBuilder.Gravatar Peter Powell2019-07-191-1/+1
| |
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-1/+1
| |
* | Replace the TR1NS macro with the std namespace.Gravatar Sadie Powell2019-01-251-1/+1
|/
* Fix message tags not being broadcast across the network.Gravatar Peter Powell2019-01-021-1/+1
|
* Move <security:hidesplits> to the spanningtree module.Gravatar Peter Powell2018-10-011-0/+5
|
* Use CommandBase::Params instead of std::vector<std::string>.Gravatar Peter Powell2018-07-261-1/+1
| | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
* Fix a ton of -Wsign-conversion warnings.Gravatar Peter Powell2017-11-171-3/+3
|
* Add CXX11_OVERRIDE to overridden members that lack it.Gravatar Peter Powell2017-07-121-1/+1
| | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer.
* m_spanningtree Add SpanningTreeUtilities::FindRouteTarget()Gravatar Attila Molnar2016-03-291-0/+5
|
* m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo()Gravatar Attila Molnar2016-03-291-4/+0
|
* m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload ↵Gravatar Attila Molnar2016-03-291-1/+0
| | | | accepting a string
* m_spanningtree Log nick collisions more verbosely and in all casesGravatar Attila Molnar2015-05-231-1/+1
|
* m_spanningtree Clean up commentsGravatar Attila Molnar2015-05-131-4/+2
|
* m_spanningtree Return a bool from DoCollision()Gravatar Attila Molnar2014-07-261-1/+1
| | | | The return value is true if the remote user or both have to change, false if only we have to change
* m_spanningtree Remove the (now) undocumented disablehmac config optionGravatar Attila Molnar2014-04-081-8/+0
|
* Introduce Server classGravatar Attila Molnar2014-01-051-0/+1
| | | | | - Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine()
* Merge insp20Gravatar attilamolnar2013-08-301-1/+2
|\