| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | ||
| |\| | ||||||
| | * | Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr. | 2019-05-14 | 1 | -14/+0 | ||
| | * | Fix linking servers with UNIX sockets.•••- Remove the address/port overloads of BeginConnect. - Change DoConnect to take a sockaddrs instead of an address/port. | 2019-04-15 | 1 | -17/+15 | ||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -0/+5 | ||
| |\| | ||||||
| | * | Generate the ssl_cert metadata before bursting a connecting user. | 2019-03-14 | 1 | -0/+5 | ||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -9/+9 | ||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | ||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | ||
| |/ | ||||||
| * | Fix sending the entire VERSION output as a single parameter.•••Closes #1560. | 2019-01-19 | 1 | -2/+6 | ||
| * | Fix message tags not being broadcast across the network. | 2019-01-02 | 1 | -1/+4 | ||
| * | Fix not propagating rehashes properly across the network.•••The REHASH command is not routed like a normal command. When a rehash that needs to be forwarded is received the local server forwards it indirectly by calling the local REHASH handler which then calls the OnPreRehash hook. This results in the OnPreRehash hook being called whilst loopCall is true. The bug which this check was added to fix seems to no longer be present so no alternate fix for that seems necessary. Closes #1537. | 2018-12-17 | 1 | -3/+0 | ||
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -3/+3 | ||
| * | 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 | -4/+9 | ||
| * | Replace most usages of "name" with "real" or "real name". | 2018-07-30 | 1 | -1/+1 | ||
| * | Replace most usages of "GECOS" with "real" or "real name". | 2018-07-30 | 1 | -2/+2 | ||
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -3/+3 | ||
| * | Fix building on Windows. | 2018-07-24 | 1 | -0/+2 | ||
| * | Initial support for listening on UNIX socket endpoints. | 2018-07-18 | 1 | -1/+7 | ||
| * | Add the family() member to the sockaddrs union. | 2018-07-18 | 1 | -1/+1 | ||
