| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a typedef for a mode rank. | 2022-05-17 | 1 | -1/+1 | |
| * | Remove unnecessary arguments to On(Post)Oper.•••These are already accessible from the user object. | 2022-05-07 | 1 | -1/+1 | |
| * | Format enums with an underlying type like classes. | 2022-04-30 | 1 | -1/+2 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-12-14 | 1 | -0/+1 | |
| |\| | |||||
| | * | Sync uniqueusername from the connect class to the user.•••This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. | 2021-12-14 | 1 | -0/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| * | | Add the FRHOST command to allow changing a remote user's real host.•••Closes #1803. | 2021-09-02 | 1 | -1/+2 | |
| * | | Make the protocol version enum entries slightly less verbose. | 2021-08-28 | 1 | -4/+4 | |
| * | | Remove some useless getter methods and make the members public.•••This isn't part of a public API so we don't need to care about exposing implementation details. | 2021-04-14 | 1 | -17/+3 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -1/+1 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| * | | Add the ~ server tag prefix.•••This is used for sending arbitrarily tagged messages between servers. | 2021-03-30 | 1 | -0/+3 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -1/+1 | |
| * | | Add support for the 1206 spanningtree protocol.•••For now this is identical to 1205 but changes will be happening soon. | 2020-12-04 | 1 | -2/+5 | |
| * | | Rip out compatibility code for the 2.0 protocol. | 2020-05-20 | 1 | -10/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | | Switch the spanningtree module from reference<> to std::shared_ptr<>. | 2020-04-13 | 1 | -2/+2 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -1/+0 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -4/+9 | |
| | * | Add an event provider class for the event/messagetag event. | 2020-01-03 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -0/+4 | |
| |\| | |||||
| | * | Mark messages from ulined clients with the inspircd.org/service tag. | 2019-12-29 | 1 | -0/+4 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -0/+1 | |
| |\| | |||||
| | * | SQuit all servers when a shutdown happens. | 2019-10-17 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -0/+7 | |
| |\| | |||||
| | * | Add an event for adding tags to S2S messages. | 2019-07-19 | 1 | -0/+7 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -4/+19 | |
| |\| | |||||
| | * | Split ServerEventListener into {Broadcast,Link,Sync}EventListener.•••There is no reason to have these events in one big handler and it causes unnecessary event hooks to be created by having them like this. The ServerEventListener class still exists for compatibility | 2019-07-15 | 1 | -4/+16 | |
| | * | Fix msgid inconsistencies with TAGMSG•••Also fixes accidentally copying incoming tags on TAGMSG when sending to other users | 2019-06-22 | 1 | -0/+3 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -13/+23 | |
| |\| | |||||
| | * | Add an enumeration for known protocol versions. | 2019-05-14 | 1 | -9/+23 | |
| | * | Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr. | 2019-05-14 | 1 | -4/+0 | |
| | * | Merge branch 'insp20' into insp3. | 2019-05-02 | 1 | -1/+1 | |
| | |\ | |||||
| | | * | Update documentation links. | 2019-04-26 | 1 | -1/+1 | |
| * | | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -0/+4 | |
| |\| | | |||||
| | * | | Generate the ssl_cert metadata before bursting a connecting user. | 2019-03-14 | 1 | -0/+4 | |
| * | | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -32/+32 | |
| |/ / | |||||
| * | | Fix message tags not being broadcast across the network. | 2019-01-02 | 1 | -0/+3 | |
| * | | Fix conversion issues by replacing ConvToInt with ConvToNum<T>.•••The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting. | 2018-12-12 | 1 | -2/+2 | |
| * | | Amend OnPostCommand to specify whether the command is loopcalled.•••This restores previous behaviour which was lost when the original line parameter was removed. | 2018-09-11 | 1 | -1/+1 | |
| * | | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -1/+1 | |
| * | | Convert AWAY to use cross-module events and clean up slightly.•••OnSetAway has been replaced with four events. OnUserPreAway and OnUserPreBack can be used to deny an away state change and/or change the away message of a local user. OnUserAway and OnUserBack allow modules to be notified that a user's away state has changed. | 2018-08-12 | 1 | -2/+6 | |
| * | | Remove the original line parameter of On{Pre,Post}Command.•••In the brave new world of message tags and alternate wire formats this is no longer something that is appropriate to expose. In reality it was only ever used by m_alias which now reconstitutes the command name and parameters into a RFC 1459-style message for whatever it needs to do. | 2018-08-10 | 1 | -2/+2 | |
| * | | Replace most usages of "name" with "real" or "real name". | 2018-07-30 | 1 | -1/+1 | |
