| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Rip out compatibility code for the 2.0 protocol. | 2020-05-20 | 8 | -710/+27 | ||
| * | | Add first class support for extbans.•••This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. | 2020-05-07 | 2 | -0/+77 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 13 | -17/+17 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-04-24 | 6 | -5/+5 | ||
| | * | Fixes by misspell-fixer | 2020-04-21 | 11 | -12/+12 | ||
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 2 | -2/+2 | ||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 2 | -2/+2 | ||
| * | | Switch the spanningtree module from reference<> to std::shared_ptr<>. | 2020-04-13 | 11 | -43/+36 | ||
| * | | Rename Module::flags to Module::properties.•••This name is more descriptive and should create less warnings about shadowing in existing modules. | 2020-04-11 | 2 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | ||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 4 | -18/+15 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 2 | -4/+4 | ||
| |\| | ||||||
| | * | More HasFd() conversions. | 2020-04-09 | 1 | -1/+1 | ||
| | * | Add back the prefix on a server target message.•••The prefix is dropped when building the message. We add it back here so that the remote servers can recognize it as a server target. | 2020-03-31 | 1 | -2/+2 | ||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 2 | -3/+3 | ||
| |\| | ||||||
| | * | Add a CapReference class for the message-tags capability. | 2020-03-12 | 2 | -3/+3 | ||
| * | | Merge branch 'insp3' into master. | 2020-02-19 | 2 | -10/+2 | ||
| |\| | ||||||
| | * | Add HasFd to EventHandler and switch code to use it. | 2020-02-15 | 2 | -10/+2 | ||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 3 | -3/+3 | ||
| * | | Move FindNick to UserManager. | 2020-02-09 | 4 | -4/+4 | ||
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 9 | -10/+10 | ||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 10 | -33/+29 | ||
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 2 | -7/+5 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-01-31 | 2 | -2/+2 | ||
| | * | Add Channel::WriteRemoteNotice and revert WriteNotice changes.•••This is a partial reversion of 687778b72e. See also: #1749. | 2020-01-29 | 1 | -5/+3 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 57 | -78/+298 | ||
| |\| | ||||||
| | * | Use irc::equals instead of strcasecmp where appropriate. | 2020-01-17 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2020-01-11 | 57 | -75/+295 | ||
| | * | Add an event provider class for the event/messagetag event. | 2020-01-03 | 2 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 4 | -0/+76 | ||
| |\| | ||||||
| | * | Update my name and email address. | 2019-12-31 | 2 | -2/+2 | ||
| | * | Fix the previous commit on C++11 compilers. | 2019-12-29 | 1 | -2/+2 | ||
| | * | Mark messages from ulined clients with the inspircd.org/service tag. | 2019-12-29 | 4 | -0/+76 | ||
| * | | Merge branch 'insp3' into master. | 2019-12-08 | 1 | -2/+7 | ||
| |\| | ||||||
| | * | Allow Channel::WriteNotice send to other servers and status ranks. | 2019-11-17 | 1 | -2/+7 | ||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 14 | -41/+61 | ||
| |\| | ||||||
| | * | SQuit all servers when a shutdown happens. | 2019-10-17 | 2 | -0/+8 | ||
| | * | Fix an shadowing warning in the spanningtree module. | 2019-09-30 | 1 | -2/+2 | ||
| | * | Add the OnServerBurst hook and fix the docs for OnServerLink. | 2019-09-23 | 1 | -0/+1 | ||
| | * | Add whether the server split with an error to OnServerSplit. | 2019-09-23 | 4 | -11/+13 | ||
| | * | Add the server id to the Server class. | 2019-09-23 | 12 | -29/+38 | ||
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 1 | -5/+5 | ||
| |\| | ||||||
| | * | Lower the acceptable drift for clocks on link. | 2019-09-20 | 1 | -5/+5 | ||
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 3 | -5/+5 | ||
| |\| | ||||||
| | * | Add {To,From}{Human,Internal,Network} to ExtensionItem.•••Also, deprecate the old SerializeFormat/serialize/unserialise API. | 2019-08-07 | 3 | -5/+5 | ||
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 19 | -73/+124 | ||
| |\| | ||||||
| | * | Fix some regressions in sending tags between servers. | 2019-07-22 | 2 | -3/+2 | ||
| | * | Add an event for adding tags to S2S messages. | 2019-07-19 | 8 | -25/+74 | ||
