aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_rline.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the rline module description.Gravatar Sadie Powell2025-08-021-1/+1
* Consistently expose the use of regex flags in link data.Gravatar Sadie Powell2025-07-111-0/+3
* Fix an inverted condition in rline.Gravatar Sadie Powell2025-06-291-1/+1
* Add flag support to rline.Gravatar Sadie Powell2025-06-281-2/+4
* Minor style nits in the rline module.Gravatar Sadie Powell2025-06-281-10/+13
* Rename ToHuman to ToLongString.•••This name is used by functions in too many places already. Gravatar Sadie Powell2025-03-181-2/+2
* Add Duration::ToHuman and update messages to use it.Gravatar Sadie Powell2025-03-031-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2025-02-281-1/+1
* Make the length optional in when adding a [EGKQRZ]-line.•••The shun module already behaves like this but the docs were not correct. Gravatar Sadie Powell2025-01-171-8/+8
* Update copyright headers.Gravatar InspIRCd Robot2024-11-021-1/+1
* Add the Time::FromNow helper function.Gravatar Sadie Powell2024-10-031-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2024-06-211-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-2/+2
* Don't include "regex/" in the link data of the filter/rline modules.Gravatar Sadie Powell2023-08-181-1/+4
* Make the X-line quit message format a lot more flexible.Gravatar Sadie Powell2023-07-211-1/+1
* 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. Gravatar Sadie Powell2023-06-291-2/+2
* Make XLine::Matches const.Gravatar Sadie Powell2023-06-051-2/+2
* Make XLine::Displayable const.Gravatar Sadie Powell2023-06-051-1/+1
* Fix calling c_str() for parameters that can take a std::string.Gravatar Sadie Powell2023-05-311-1/+1
* Convert DelLine from const char* to const std::string&.Gravatar Sadie Powell2023-05-301-1/+1
* Rename duration to timeutils and relocate InspIRCd::TimeString.Gravatar Sadie Powell2023-05-101-3/+3
* Refactor the caching methods in User and rename to make more sense.Gravatar Sadie Powell2023-01-241-4/+4
* Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.Gravatar Sadie Powell2023-01-231-11/+11
* Move duration functions to their own header.Gravatar Sadie Powell2023-01-231-3/+4
* Qualify auto correctly in all cases.Gravatar Sadie Powell2023-01-101-1/+1
* Avoid copying shared_ptr<ConfigTag> when not necessary.Gravatar Sadie Powell2023-01-101-1/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+0
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+0
| * Fix unnecessarily using c_str in parameters that take a std::string.Gravatar Sadie Powell2022-09-041-2/+2
* | Yet more stylistic fixes.Gravatar Sadie Powell2022-12-011-1/+3
* | Fix various cases of the &* being next to the name instead of type.Gravatar Sadie Powell2022-09-291-4/+4
* | Use auto in places where it is really obvious what the type is.Gravatar Sadie Powell2022-09-041-1/+1
* | Fix some warnings noticed by the readability-* clang-tidy checkers.Gravatar Sadie Powell2022-09-031-2/+2
* | Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-051-6/+14
|\|
| * Use consistent xline messages locally•••For connectban these messages would have previously been duplicated to other servers until this was fixed earlier today. For dnsbl and rline they would have just differed on the local to a remote. As of the previous commit the module name is included in the setter so there is no need to vary the snotice. This makes things more consistent for server operators and allows scripts to parse the messages. Gravatar Sadie Powell2022-04-051-3/+11
| * Include the module name in the setter for server-added xlines.Gravatar Sadie Powell2022-04-051-1/+1
| * Fix the grammar of various xline messages.Gravatar Sadie Powell2022-04-051-2/+2
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-6/+6
* | Always catch exceptions as a constant reference.Gravatar Sadie Powell2022-01-091-1/+1
* | Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-071-4/+10
* | Add a snomask flag for rehash messages.Gravatar Sadie Powell2021-11-281-3/+3
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-3/+5
* | Mark all command classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* | Remove a bunch of unnecessary whitespace.Gravatar Sadie Powell2021-08-171-1/+0
* | Stop broadcasting the CBAN, RLINE, and SHUN commands.•••These will be broadcast by the X-line system so this legacy hack is no longer necessary. Gravatar Sadie Powell2021-07-231-8/+0
* | Get rid of even more pointless copy/paste comments.Gravatar Sadie Powell2021-05-191-3/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-111-1/+1
|\|