| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Forward SQUERY to services instead of downgrading it to PRIVMSG. | 2021-08-28 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Look up the SSL I/O hook properly in spanningtree. | 2021-06-01 | 1 | -1/+1 | |
| | | | | | | | | | Fixes a regression introduced in commit 83bb6951fe. | ||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -2/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -2/+1 | |
| | | | |||||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -2/+2 | |
| | | | |||||
| * | | Convert CapabData to be a unique_ptr. | 2020-11-27 | 1 | -14/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-10-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-09-18 | 1 | -0/+2 | |
| |\| | |||||
| | * | Warn about non-local plaintext server connections. | 2020-08-29 | 1 | -4/+14 | |
| | | | |||||
| * | | Move GetNextLine from StreamSocket to TreeSocket. | 2020-07-20 | 1 | -0/+10 | |
| | | | |||||
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 1 | -3/+3 | |
| | | | |||||
| * | | Rip out compatibility code for the 2.0 protocol. | 2020-05-20 | 1 | -0/+9 | |
| | | | |||||
| * | | Switch the spanningtree module from reference<> to std::shared_ptr<>. | 2020-04-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -4/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -1/+0 | |
| |\| | |||||
| | * | Add an event for adding tags to S2S messages. | 2019-07-19 | 1 | -1/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -3/+23 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -2/+2 | |
| | | | |||||
| | * | Fix broken linking over IPv4 on IPv6 capable systems. | 2019-04-25 | 1 | -5/+15 | |
| | | | | | | | | | | | | | If no bind address was specified then one would be created which had an incompatible address family to the address that the server was trying to connect to. | ||||
| | * | Fix linking servers with UNIX sockets. | 2019-04-15 | 1 | -2/+12 | |
| | | | | | | | | | | | - Remove the address/port overloads of BeginConnect. - Change DoConnect to take a sockaddrs instead of an address/port. | ||||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| | | | |||||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -3/+3 | |
| |/ | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -1/+1 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Rename the spanningtree module header to server. | 2017-12-03 | 1 | -1/+1 | |
| | | | | | | In the future we will have server linking modules that are not the spanningtree module. | ||||
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -2/+2 | |
| | | |||||
| * | Check for errors after calling IOHookProvider::OnAccept() | 2016-08-24 | 1 | -2/+10 | |
| | | |||||
| * | m_spanningtree Change type of Link::Name to std::string | 2016-08-22 | 1 | -1/+1 | |
| | | | | | Switch to stdalgo::string::equalsci() | ||||
| * | Keep multiple IOHookProvider references in class ListenSocket | 2016-08-08 | 1 | -2/+7 | |
| | | | | | This adds the <bind:hook> config option which works together with <bind:ssl> | ||||
| * | m_spanningtree Clean up comments | 2015-05-13 | 1 | -9/+7 | |
| | | |||||
| * | m_spanningtree Get rid of some boilerplate | 2015-01-20 | 1 | -5/+0 | |
| | | | | | Make methods const while at it | ||||
| * | Reduce std::string::substr() usage | 2015-01-10 | 1 | -1/+1 | |
| | | | | | substr() returns a new string while erase() and assign() modify the existing one | ||||
| * | m_spanningtree Throw a ProtocolException if a server SQUITs a server it ↵ | 2014-07-28 | 1 | -0/+2 | |
| | | | | | shouldn't | ||||
| * | m_spanningtree Squit dead servers immediately when they die, not at the next ↵ | 2014-07-28 | 1 | -0/+1 | |
| | | | | | timer tick | ||||
| * | m_spanningtree Add the TreeServer that split to the cull list and destroy ↵ | 2014-07-28 | 1 | -2/+1 | |
| | | | | | everything under it recursively at cull time instead of at squit processing time | ||||
| * | m_spanningtree Move squit logic into TreeServer from TreeSocket | 2014-07-28 | 1 | -85/+10 | |
| | | |||||
| * | m_spanningtree Remove now needless TreeSocket::ConnectionFailureShown | 2014-07-28 | 1 | -2/+2 | |
| | | |||||
| * | m_spanningtree Keep track of whether we've sent our burst, to be used for ↵ | 2014-07-27 | 1 | -2/+2 | |
| | | | | | translation | ||||
| * | m_spanningtree Throw an exception on protocol violations instead of ↵ | 2014-04-16 | 1 | -1/+12 | |
| | | | | | | | returning CMD_INVALID Catch CoreExceptions, log and close the link in OnDataReady() | ||||
| * | Merge insp20 | 2014-04-07 | 1 | -2/+3 | |
| |\ | |||||
| | * | m_spanningtree Do pointer comparison before deleting one of the pointers in ↵ | 2014-03-02 | 1 | -1/+2 | |
| | | | | | | | | | | | | | TreeSocket::Squit() While the previous code worked fine in practice, it was incorrect in theory | ||||
| | * | m_spanningtree Don't send snotices to servers about remote servers splitting | 2014-03-02 | 1 | -1/+1 | |
| | | | | | | | | | The snotice is sent to opers when the SQUIT is processed by their server | ||||
