| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add <autoconnect:bootperiod> to allow quickly connecting after boot. | 2025-11-19 | 1 | -1/+1 | |
| * | Add an undocumented option for specifying the local ranges. | 2025-08-15 | 1 | -0/+3 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+4 | |
| * | Retain the "real" username properly like we do for hostnames.•••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. | 2023-06-29 | 1 | -1/+1 | |
| * | Const correct various functions. | 2023-01-11 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | More const correctness work. | 2022-12-08 | 1 | -4/+4 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -4/+4 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -6/+6 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| * | | Modernize the syntax of various templates. | 2022-06-23 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| * | | Purge SpanningTreeUtilities::DoOneToMany. | 2021-07-23 | 1 | -8/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 1 | -0/+3 | |
| |\| | |||||
| | * | Broadcast the limits for list modes on server link.•••This allows services to not overflow the limit. | 2021-06-04 | 1 | -0/+3 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -2/+2 | |
| * | | Kill an outdated XXX comment in spanningtree. | 2021-05-19 | 1 | -3/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| * | | Use the contents of the link data map when using the 1206 protocol.•••Still to do: - Extract URL encoding to inspstring. - Use CompareLinkData when using the 1206 protocol. - Show friendlier messages when a link compatibility is encountered. | 2021-05-10 | 1 | -0/+3 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -3/+2 | |
| * | | Rename <security:hideulines> to <security:hideservices>. | 2021-01-30 | 1 | -1/+1 | |
| * | | Switch the spanningtree module from reference<> to std::shared_ptr<>. | 2020-04-13 | 1 | -3/+3 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+6 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+5 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | spanningtree: Never send a message to a raw UUID in CmdBuilder. | 2019-07-19 | 1 | -1/+1 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -1/+1 | |
| * | | Replace the TR1NS macro with the std namespace. | 2019-01-25 | 1 | -1/+1 | |
| |/ | |||||
| * | Fix message tags not being broadcast across the network. | 2019-01-02 | 1 | -1/+1 | |
| * | Move <security:hidesplits> to the spanningtree module. | 2018-10-01 | 1 | -0/+5 | |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -1/+1 | |
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -3/+3 | |
| * | Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that default to C++11 or newer. | 2017-07-12 | 1 | -1/+1 | |
| * | m_spanningtree Add SpanningTreeUtilities::FindRouteTarget() | 2016-03-29 | 1 | -0/+5 | |
| * | m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo() | 2016-03-29 | 1 | -4/+0 | |
| * | m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload acc... | 2016-03-29 | 1 | -1/+0 | |
| * | m_spanningtree Log nick collisions more verbosely and in all cases | 2015-05-23 | 1 | -1/+1 | |
| * | m_spanningtree Clean up comments | 2015-05-13 | 1 | -4/+2 | |
| * | m_spanningtree Return a bool from DoCollision()•••The return value is true if the remote user or both have to change, false if only we have to change | 2014-07-26 | 1 | -1/+1 | |
| * | m_spanningtree Remove the (now) undocumented disablehmac config option | 2014-04-08 | 1 | -8/+0 | |
| * | Introduce Server class•••- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | 2014-01-05 | 1 | -0/+1 | |
| * | Merge insp20 | 2013-08-30 | 1 | -1/+2 | |
| |\ | |||||
| | * | m_spanningtree When an IOHook goes away close all pending connections that us... | 2013-08-21 | 1 | -1/+3 | |
