| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The target in OnDecodeMetaData can be nullptr sometimes. | 2022-01-31 | 1 | -1/+1 | |
| * | Add the type to the Extensible class. | 2022-01-31 | 1 | -3/+2 | |
| * | Always catch exceptions as a constant reference. | 2022-01-09 | 1 | -2/+2 | |
| * | Merge branch 'insp3' into master. | 2021-12-27 | 1 | -1/+1 | |
| |\ | |||||
| | * | Allow unsetting uniqueusername with metadata too. | 2021-12-20 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-12-14 | 1 | -0/+8 | |
| |\| | |||||
| | * | 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/+8 | |
| * | | Fix a typo in BroadcastModuleState. | 2021-10-05 | 1 | -1/+1 | |
| * | | Add the FRHOST command to allow changing a remote user's real host.•••Closes #1803. | 2021-09-02 | 1 | -1/+10 | |
| * | | Make the protocol version enum entries slightly less verbose. | 2021-08-28 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -2/+1 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 1 | -0/+1 | |
| |\| | |||||
| | * | Broadcast the limits for list modes on server link.•••This allows services to not overflow the limit. | 2021-06-04 | 1 | -0/+1 | |
| * | | 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 | -10/+35 | |
| * | | Add a new map-based method for building link data.•••The new link data is not currently used but will be in the near future. | 2021-05-10 | 1 | -11/+8 | |
| * | | 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 | -1/+1 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -1/+1 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -22/+12 | |
| * | | Fix the setter and set time of list modes being lost on netburst.•••Closes #1812. | 2021-03-30 | 1 | -7/+30 | |
| * | | Add the ~ server tag prefix.•••This is used for sending arbitrarily tagged messages between servers. | 2021-03-30 | 1 | -0/+1 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -3/+3 | |
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -5/+5 | |
| * | | Rename <security:hideulines> to <security:hideservices>. | 2021-01-30 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -1/+1 | |
| |\| | |||||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 1 | -1/+1 | |
| * | | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 1 | -1/+1 | |
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -0/+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 | -7/+5 | |
| * | | 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 | 1 | -9/+8 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -3/+3 | |
| |\| | |||||
| | * | 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-02-19 | 1 | -5/+1 | |
| |\| | |||||
| | * | Add HasFd to EventHandler and switch code to use it. | 2020-02-15 | 1 | -5/+1 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+0 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+9 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -4/+8 | |
| | * | 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/+1 | |
| |\| | |||||
| | * | Mark messages from ulined clients with the inspircd.org/service tag. | 2019-12-29 | 1 | -0/+1 | |
