| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -2/+9 | |
| |\| | |||||
| | * | SQuit all servers when a shutdown happens. | 2019-10-17 | 1 | -0/+7 | |
| | * | Add whether the server split with an error to OnServerSplit. | 2019-09-23 | 1 | -1/+1 | |
| | * | Add the server id to the Server class. | 2019-09-23 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Add {To,From}{Human,Internal,Network} to ExtensionItem.•••Also, deprecate the old SerializeFormat/serialize/unserialise API. | 2019-08-07 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -22/+22 | |
| |\| | |||||
| | * | Add an event for adding tags to S2S messages. | 2019-07-19 | 1 | -1/+1 | |
| | * | Get rid of CommandBuilder::push_back. | 2019-07-19 | 1 | -18/+18 | |
| | * | spanningtree: Never send a message to a raw UUID in CmdBuilder. | 2019-07-19 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -25/+67 | |
| |\| | |||||
| | * | 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 | -2/+4 | |
| | * | Replace large if/else blocks for target.type with switches (#1668). | 2019-06-24 | 1 | -21/+27 | |
| | * | Fix msgid inconsistencies with TAGMSG•••Also fixes accidentally copying incoming tags on TAGMSG when sending to other users | 2019-06-22 | 1 | -0/+37 | |
| | * | Add irc::sockets::isunix for checking if a file is a UNIX socket. | 2019-05-29 | 1 | -4/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -31/+15 | |
| |\| | |||||
