mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
1221 lines
239 KiB
HTML
1221 lines
239 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>tgstation-server: src/Tgstation.Server.Host/Components/Chat/ChatManager.cs Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">tgstation-server<span id="projectnumber"> 6.19.3</span>
|
|
</div>
|
|
<div id="projectbrief">The /tg/station 13 server suite</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_7a3fd032a1362a6005a1fc9227a8dd86.html">Components</a></li><li class="navelem"><a class="el" href="dir_a44a562b5a12ef1c8495ac1a63e915ea.html">Chat</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">ChatManager.cs</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="_chat_manager_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="keyword">using </span>System;</div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="keyword">using </span>System.Collections.Concurrent;</div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="keyword">using </span>System.Collections.Generic;</div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="keyword">using </span>System.Globalization;</div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">using </span>System.Linq;</div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">using </span>System.Threading;</div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">using </span>System.Threading.Tasks;</div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">using </span>Microsoft.Extensions.Logging;</div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="keyword">using </span>Newtonsoft.Json;</div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keyword">using </span>Serilog.Context;</div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Tgstation.Server.Api.Models</a>;</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal.html">Tgstation.Server.Api.Models.Internal</a>;</div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_common_1_1_extensions.html">Tgstation.Server.Common.Extensions</a>;</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands.html">Tgstation.Server.Host.Components.Chat.Commands</a>;</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers.html">Tgstation.Server.Host.Components.Chat.Providers</a>;</div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop.html">Tgstation.Server.Host.Components.Interop</a>;</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_core.html">Tgstation.Server.Host.Core</a>;</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_utils.html">Tgstation.Server.Host.Utils</a>;</div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat.html">Tgstation.Server.Host.Components.Chat</a></div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span>{</div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#pragma warning disable CA1506 </span><span class="comment">// TODO: Decomplexify</span></div>
|
|
<div class="foldopen" id="foldopen00028" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html"> 28</a></span> <span class="keyword">sealed</span> <span class="keyword">class </span><a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html">ChatManager</a> : <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html">IChatManager</a>, <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_handler.html">IRestartHandler</a></div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> {</div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a0b5b0d03d129b21de29dc2c2bbf17edf"> 33</a></span> <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">string</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a0b5b0d03d129b21de29dc2c2bbf17edf">CommonMention</a> = <span class="stringliteral">"!tgs"</span>;</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a13f4e387e7b5419193b74e1ae3cd0fb5"> 38</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider_factory.html">IProviderFactory</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a13f4e387e7b5419193b74e1ae3cd0fb5">providerFactory</a>;</div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#aa6a9c74750f2d7681b3e2f2a2913d0b3"> 43</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands_1_1_i_command_factory.html">ICommandFactory</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#aa6a9c74750f2d7681b3e2f2a2913d0b3">commandFactory</a>;</div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ac3dec357800cfc9a526c82d61fe99803"> 48</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_registration.html">IRestartRegistration</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ac3dec357800cfc9a526c82d61fe99803">restartRegistration</a>;</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a76009f2ea5bcdd632cd599fc3857ac96"> 53</a></span> readonly ILoggerFactory <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a76009f2ea5bcdd632cd599fc3857ac96">loggerFactory</a>;</div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd"> 58</a></span> readonly ILogger<ChatManager> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>;</div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a69d25612b62368e0fb9ac204987ed7b6"> 63</a></span> readonly Dictionary<string, ICommand> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a69d25612b62368e0fb9ac204987ed7b6">builtinCommands</a>;</div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4cad1103e8e6752fa1772016effff937"> 68</a></span> readonly Dictionary<long, IProvider> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4cad1103e8e6752fa1772016effff937">providers</a>;</div>
|
|
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abef5c8cc20c6ed55f7393272cc5e5cbe"> 73</a></span> readonly ConcurrentDictionary<long, SemaphoreSlim> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abef5c8cc20c6ed55f7393272cc5e5cbe">changeChannelSemaphores</a>;</div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> </div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b"> 78</a></span> readonly Dictionary<ulong, ChannelMapping> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b">mappedChannels</a>;</div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> </div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af98ea12e0c98e5cc3815d59cace7567a"> 83</a></span> readonly List<IChatTrackingContext> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af98ea12e0c98e5cc3815d59cace7567a">trackingContexts</a>;</div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> </div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3ca52a2da0df3c6f05614dc8e87a4ec0"> 88</a></span> readonly List<Models.ChatBot> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3ca52a2da0df3c6f05614dc8e87a4ec0">activeChatBots</a>;</div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> </div>
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#adc4749cb2a207e472c9fac07cf56e981"> 93</a></span> readonly CancellationTokenSource <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#adc4749cb2a207e472c9fac07cf56e981">handlerCts</a>;</div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div>
|
|
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a1ac2daf67a09f128290588a5181c88ba"> 98</a></span> readonly <span class="keywordtype">object</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a1ac2daf67a09f128290588a5181c88ba">synchronizationLock</a>;</div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> </div>
|
|
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a537b7a1db9aa8fab1de0dfb4587b2b3b"> 103</a></span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_custom_command_handler.html">ICustomCommandHandler</a>? <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a537b7a1db9aa8fab1de0dfb4587b2b3b">customCommandHandler</a>;</div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a87f1fd43fb31e2681bd1852ae7bf7ae8"> 108</a></span> Task? <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a87f1fd43fb31e2681bd1852ae7bf7ae8">chatHandler</a>;</div>
|
|
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> </div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a2cd00fcaf7dd3fe543c97bb315bd1837"> 113</a></span> Task? <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a2cd00fcaf7dd3fe543c97bb315bd1837">initialProviderConnectionsTask</a>;</div>
|
|
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> </div>
|
|
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a8537715fb809f78e49b1497bcd82849e"> 118</a></span> Task <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a8537715fb809f78e49b1497bcd82849e">messageSendTask</a>;</div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> </div>
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae24bfda149bf5a3080399529e7ef299c"> 123</a></span> TaskCompletionSource <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae24bfda149bf5a3080399529e7ef299c">connectionsUpdated</a>;</div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> </div>
|
|
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a9f8c4d78e74aa61eb4aaa13cc1a88bbf"> 128</a></span> ulong <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a9f8c4d78e74aa61eb4aaa13cc1a88bbf">channelIdCounter</a>;</div>
|
|
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> </div>
|
|
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a0f90df8e6ed21489cc4b57f690f41c7e"> 133</a></span> <span class="keywordtype">long</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a0f90df8e6ed21489cc4b57f690f41c7e">messagesProcessed</a>;</div>
|
|
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> </div>
|
|
<div class="foldopen" id="foldopen00144" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a1c0349edb057491d7bb8c03612bc8753"> 144</a></span> <span class="keyword">public</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a1c0349edb057491d7bb8c03612bc8753">ChatManager</a>(</div>
|
|
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider_factory.html">IProviderFactory</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a13f4e387e7b5419193b74e1ae3cd0fb5">providerFactory</a>,</div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands_1_1_i_command_factory.html">ICommandFactory</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#aa6a9c74750f2d7681b3e2f2a2913d0b3">commandFactory</a>,</div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html">IServerControl</a> serverControl,</div>
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> ILoggerFactory <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a76009f2ea5bcdd632cd599fc3857ac96">loggerFactory</a>,</div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> ILogger<ChatManager> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>,</div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> IEnumerable<Models.ChatBot> initialChatBots)</div>
|
|
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> {</div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> this.providerFactory = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a13f4e387e7b5419193b74e1ae3cd0fb5">providerFactory</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a13f4e387e7b5419193b74e1ae3cd0fb5">providerFactory</a>));</div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> this.commandFactory = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#aa6a9c74750f2d7681b3e2f2a2913d0b3">commandFactory</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#aa6a9c74750f2d7681b3e2f2a2913d0b3">commandFactory</a>));</div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> ArgumentNullException.ThrowIfNull(serverControl);</div>
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> this.loggerFactory = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a76009f2ea5bcdd632cd599fc3857ac96">loggerFactory</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a76009f2ea5bcdd632cd599fc3857ac96">loggerFactory</a>));</div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> this.logger = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>));</div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3ca52a2da0df3c6f05614dc8e87a4ec0">activeChatBots</a> = initialChatBots?.ToList() ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(initialChatBots));</div>
|
|
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> </div>
|
|
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ac3dec357800cfc9a526c82d61fe99803">restartRegistration</a> = serverControl.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html#a35728d66030addfd5551351b8c6db942">RegisterForRestart</a>(<span class="keyword">this</span>);</div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> </div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a1ac2daf67a09f128290588a5181c88ba">synchronizationLock</a> = <span class="keyword">new</span> object();</div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a69d25612b62368e0fb9ac204987ed7b6">builtinCommands</a> = <span class="keyword">new</span> Dictionary<string, ICommand>(StringComparer.OrdinalIgnoreCase);</div>
|
|
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4cad1103e8e6752fa1772016effff937">providers</a> = <span class="keyword">new</span> Dictionary<long, IProvider>();</div>
|
|
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abef5c8cc20c6ed55f7393272cc5e5cbe">changeChannelSemaphores</a> = <span class="keyword">new</span> ConcurrentDictionary<long, SemaphoreSlim>();</div>
|
|
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b">mappedChannels</a> = <span class="keyword">new</span> Dictionary<ulong, ChannelMapping>();</div>
|
|
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af98ea12e0c98e5cc3815d59cace7567a">trackingContexts</a> = <span class="keyword">new</span> List<IChatTrackingContext>();</div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#adc4749cb2a207e472c9fac07cf56e981">handlerCts</a> = <span class="keyword">new</span> CancellationTokenSource();</div>
|
|
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae24bfda149bf5a3080399529e7ef299c">connectionsUpdated</a> = <span class="keyword">new</span> TaskCompletionSource();</div>
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> </div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a8537715fb809f78e49b1497bcd82849e">messageSendTask</a> = Task.CompletedTask;</div>
|
|
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a9f8c4d78e74aa61eb4aaa13cc1a88bbf">channelIdCounter</a> = 1;</div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> </div>
|
|
<div class="foldopen" id="foldopen00176" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ac0bd122a06d9a590adc983b3aedc7417"> 176</a></span> <span class="keyword">public</span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ac0bd122a06d9a590adc983b3aedc7417">DisposeAsync</a>()</div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> {</div>
|
|
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>.LogTrace(<span class="stringliteral">"Disposing..."</span>);</div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ac3dec357800cfc9a526c82d61fe99803">restartRegistration</a>.Dispose();</div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#adc4749cb2a207e472c9fac07cf56e981">handlerCts</a>.Dispose();</div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <span class="keywordflow">foreach</span> (var providerKvp <span class="keywordflow">in</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4cad1103e8e6752fa1772016effff937">providers</a>)</div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> await providerKvp.Value.DisposeAsync();</div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> </div>
|
|
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <span class="keywordflow">foreach</span> (var providerKvp <span class="keywordflow">in</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abef5c8cc20c6ed55f7393272cc5e5cbe">changeChannelSemaphores</a>)</div>
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> providerKvp.Value.Dispose();</div>
|
|
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> </div>
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a8537715fb809f78e49b1497bcd82849e">messageSendTask</a>;</div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> </div>
|
|
<div class="foldopen" id="foldopen00191" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a627c57e5a0a6cc6f52a9f7f09cfa5694"> 191</a></span> <span class="keyword">public</span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a627c57e5a0a6cc6f52a9f7f09cfa5694">ChangeChannels</a>(<span class="keywordtype">long</span> connectionId, IEnumerable<Models.ChatChannel> newChannels, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> {</div>
|
|
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> ArgumentNullException.ThrowIfNull(newChannels);</div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> </div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>.LogTrace(<span class="stringliteral">"ChangeChannels {connectionId}..."</span>, connectionId);</div>
|
|
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> var semaphore = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abef5c8cc20c6ed55f7393272cc5e5cbe">changeChannelSemaphores</a>.GetOrAdd(connectionId, _ =></div>
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> {</div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>.LogTrace(<span class="stringliteral">"Creating ChangeChannels semaphore for connection ID {connectionId}..."</span>, connectionId);</div>
|
|
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <span class="keywordflow">return</span> <span class="keyword">new</span> SemaphoreSlim(1);</div>
|
|
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> });</div>
|
|
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> <span class="keyword">using</span> (await <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html">SemaphoreSlimContext</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html#abeb1f086e2752f6f9a4d3d175a4392af">Lock</a>(semaphore, cancellationToken))</div>
|
|
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> {</div>
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> var provider = await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af46a3f4845f2190ea2c22af33e233c31">RemoveProviderChannels</a>(connectionId, <span class="keyword">false</span>, cancellationToken);</div>
|
|
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> <span class="keywordflow">if</span> (provider == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> </div>
|
|
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> <span class="keywordflow">if</span> (!provider.Connected)</div>
|
|
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> {</div>
|
|
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>.LogDebug(<span class="stringliteral">"Cannot map channels, provider {providerId} disconnected!"</span>, connectionId);</div>
|
|
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> }</div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> </div>
|
|
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> var results = await provider.MapChannels(newChannels, cancellationToken);</div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> {</div>
|
|
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3ca52a2da0df3c6f05614dc8e87a4ec0">activeChatBots</a>)</div>
|
|
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> {</div>
|
|
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> var botToUpdate = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3ca52a2da0df3c6f05614dc8e87a4ec0">activeChatBots</a>.FirstOrDefault(bot => bot.Id == connectionId);</div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> <span class="keywordflow">if</span> (botToUpdate != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> botToUpdate.Channels = newChannels</div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> .Select(apiModel => <span class="keyword">new</span> Models.ChatChannel</div>
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> {</div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> DiscordChannelId = apiModel.DiscordChannelId,</div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> IrcChannel = apiModel.IrcChannel,</div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> IsAdminChannel = apiModel.IsAdminChannel,</div>
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> IsUpdatesChannel = apiModel.IsUpdatesChannel,</div>
|
|
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> IsSystemChannel = apiModel.IsSystemChannel,</div>
|
|
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> IsWatchdogChannel = apiModel.IsWatchdogChannel,</div>
|
|
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> Tag = apiModel.Tag,</div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> })</div>
|
|
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> .ToList();</div>
|
|
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> }</div>
|
|
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> </div>
|
|
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> var newMappings = results.SelectMany(</div>
|
|
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> kvp => kvp.Value.Select(</div>
|
|
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> channelRepresentation => <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_mapping.html">ChannelMapping</a>(channelRepresentation)</div>
|
|
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> {</div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> IsWatchdogChannel = kvp.Key.IsWatchdogChannel == <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> IsUpdatesChannel = kvp.Key.IsUpdatesChannel == <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> IsAdminChannel = kvp.Key.IsAdminChannel == <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> IsSystemChannel = kvp.Key.IsSystemChannel == <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> ProviderChannelId = channelRepresentation.RealId,</div>
|
|
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> ProviderId = connectionId,</div>
|
|
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> }));</div>
|
|
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> </div>
|
|
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> ulong baseId;</div>
|
|
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a1ac2daf67a09f128290588a5181c88ba">synchronizationLock</a>)</div>
|
|
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> {</div>
|
|
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> baseId = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a9f8c4d78e74aa61eb4aaa13cc1a88bbf">channelIdCounter</a>;</div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a9f8c4d78e74aa61eb4aaa13cc1a88bbf">channelIdCounter</a> += (ulong)results.Count;</div>
|
|
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> }</div>
|
|
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> </div>
|
|
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b">mappedChannels</a>)</div>
|
|
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> {</div>
|
|
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4cad1103e8e6752fa1772016effff937">providers</a>)</div>
|
|
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <span class="keywordflow">if</span> (!<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4cad1103e8e6752fa1772016effff937">providers</a>.TryGetValue(connectionId, out var verify) || verify != provider) <span class="comment">// aborted again</span></div>
|
|
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> <span class="keywordflow">foreach</span> (var newMapping <span class="keywordflow">in</span> newMappings)</div>
|
|
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> {</div>
|
|
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> var newId = baseId++;</div>
|
|
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>.LogTrace(<span class="stringliteral">"Mapping channel {connectionName}:{channelFriendlyName} as {newId}"</span>, newMapping.Channel.ConnectionName, newMapping.Channel.FriendlyName, newId);</div>
|
|
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b">mappedChannels</a>.Add(newId, newMapping);</div>
|
|
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> newMapping.Channel.RealId = newId;</div>
|
|
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> }</div>
|
|
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> }</div>
|
|
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> </div>
|
|
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> <span class="comment">// we only want to update contexts if everything at startup has connected once already</span></div>
|
|
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> <span class="comment">// otherwise we could send an incomplete channel set to the DMAPI, which will then spout all its queued messages into it instead of all relevant chatbots</span></div>
|
|
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <span class="comment">// The watchdog can call this if it needs to after starting up</span></div>
|
|
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a2cd00fcaf7dd3fe543c97bb315bd1837">initialProviderConnectionsTask</a>!.IsCompleted)</div>
|
|
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae2f686caab499a7d4ff36174d99a81e7">UpdateTrackingContexts</a>(cancellationToken);</div>
|
|
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> }</div>
|
|
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> <span class="keywordflow">finally</span></div>
|
|
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> {</div>
|
|
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> provider.InitialMappingComplete();</div>
|
|
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> }</div>
|
|
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> }</div>
|
|
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> </div>
|
|
<div class="foldopen" id="foldopen00281" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a8d3eb0ce3398090f2f26241f515845fb"> 281</a></span> <span class="keyword">public</span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a8d3eb0ce3398090f2f26241f515845fb">ChangeSettings</a>(Models.ChatBot newSettings, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> {</div>
|
|
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> ArgumentNullException.ThrowIfNull(newSettings);</div>
|
|
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> </div>
|
|
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>.LogTrace(<span class="stringliteral">"ChangeSettings..."</span>);</div>
|
|
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> </div>
|
|
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> Task disconnectTask;</div>
|
|
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider.html">IProvider</a>? provider = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> var newSettingsId = Models.ModelExtensions.Require(newSettings, x => x.Id);</div>
|
|
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> var newSettingsEnabled = Models.ModelExtensions.Require(newSettings, x => x.Enabled);</div>
|
|
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4cad1103e8e6752fa1772016effff937">providers</a>)</div>
|
|
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> {</div>
|
|
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> <span class="comment">// raw settings changes forces a rebuild of the provider</span></div>
|
|
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4cad1103e8e6752fa1772016effff937">providers</a>.ContainsKey(newSettingsId))</div>
|
|
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> disconnectTask = <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae8f42e9fc59f0aa9d70de26a4b6600b7">DeleteConnection</a>(newSettingsId, cancellationToken);</div>
|
|
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> disconnectTask = Task.CompletedTask;</div>
|
|
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> <span class="keywordflow">if</span> (newSettingsEnabled)</div>
|
|
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> {</div>
|
|
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> provider = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a13f4e387e7b5419193b74e1ae3cd0fb5">providerFactory</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider_factory.html#a4250fc0dc09258c391507fbf29977758">CreateProvider</a>(newSettings);</div>
|
|
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4cad1103e8e6752fa1772016effff937">providers</a>.Add(newSettingsId, provider);</div>
|
|
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> }</div>
|
|
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> }</div>
|
|
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> </div>
|
|
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b">mappedChannels</a>)</div>
|
|
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> <span class="keywordflow">foreach</span> (var oldMappedChannelId <span class="keywordflow">in</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b">mappedChannels</a>.Where(x => x.Value.ProviderId == newSettingsId).Select(x => x.Key).ToList())</div>
|
|
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b">mappedChannels</a>.Remove(oldMappedChannelId);</div>
|
|
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> </div>
|
|
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> await disconnectTask;</div>
|
|
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> </div>
|
|
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a1ac2daf67a09f128290588a5181c88ba">synchronizationLock</a>)</div>
|
|
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> {</div>
|
|
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> <span class="comment">// same thread shennanigans</span></div>
|
|
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> var oldOne = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae24bfda149bf5a3080399529e7ef299c">connectionsUpdated</a>;</div>
|
|
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae24bfda149bf5a3080399529e7ef299c">connectionsUpdated</a> = <span class="keyword">new</span> TaskCompletionSource();</div>
|
|
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> oldOne.SetResult();</div>
|
|
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> }</div>
|
|
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> </div>
|
|
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> var reconnectionUpdateTask = provider?.SetReconnectInterval(</div>
|
|
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> Models.ModelExtensions.Require(newSettings, x => x.ReconnectionInterval),</div>
|
|
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> newSettingsEnabled)</div>
|
|
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> ?? Task.CompletedTask;</div>
|
|
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3ca52a2da0df3c6f05614dc8e87a4ec0">activeChatBots</a>)</div>
|
|
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> {</div>
|
|
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> var originalChatBot = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3ca52a2da0df3c6f05614dc8e87a4ec0">activeChatBots</a>.FirstOrDefault(bot => bot.Id == newSettings.Id);</div>
|
|
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> <span class="keywordflow">if</span> (originalChatBot != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3ca52a2da0df3c6f05614dc8e87a4ec0">activeChatBots</a>.Remove(originalChatBot);</div>
|
|
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> </div>
|
|
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3ca52a2da0df3c6f05614dc8e87a4ec0">activeChatBots</a>.Add(<span class="keyword">new</span> Models.ChatBot(newSettings.Channels)</div>
|
|
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> {</div>
|
|
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> Id = newSettings.Id,</div>
|
|
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> ConnectionString = newSettings.ConnectionString,</div>
|
|
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> Enabled = newSettings.Enabled,</div>
|
|
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> Name = newSettings.Name,</div>
|
|
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> ReconnectionInterval = newSettings.ReconnectionInterval,</div>
|
|
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> Provider = newSettings.Provider,</div>
|
|
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> });</div>
|
|
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> }</div>
|
|
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> </div>
|
|
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span> await reconnectionUpdateTask;</div>
|
|
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> </div>
|
|
<div class="foldopen" id="foldopen00344" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a6df490e4067fe694af10379fb56a7a25"> 344</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a6df490e4067fe694af10379fb56a7a25">QueueMessage</a>(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html">MessageContent</a> message, IEnumerable<ulong> channelIds)</div>
|
|
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> {</div>
|
|
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> ArgumentNullException.ThrowIfNull(message);</div>
|
|
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> ArgumentNullException.ThrowIfNull(channelIds);</div>
|
|
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> </div>
|
|
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a340b673aa6460c8570dc501b18fe0f5e">QueueMessageInternal</a>(message, () => channelIds, <span class="keyword">false</span>);</div>
|
|
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> </div>
|
|
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#acd8b6d211bb278105cc10f3a483362f6"> 353</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#acd8b6d211bb278105cc10f3a483362f6">QueueWatchdogMessage</a>(<span class="keywordtype">string</span> message)</div>
|
|
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> => <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a836165c635480d7275788c0563969ebd">QueueMessageGeneric</a>(mapping => mapping.IsWatchdogChannel, message, <span class="stringliteral">"WD"</span>);</div>
|
|
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> </div>
|
|
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abfeeda769513379f2ea42a15e2ab8d6e"> 357</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abfeeda769513379f2ea42a15e2ab8d6e">QueueRawDeploymentMessage</a>(<span class="keywordtype">string</span> message)</div>
|
|
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> => <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a836165c635480d7275788c0563969ebd">QueueMessageGeneric</a>(mapping => mapping.IsUpdatesChannel, message, <span class="keyword">null</span>);</div>
|
|
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> </div>
|
|
<div class="foldopen" id="foldopen00361" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af41ce2b0c652e320dfeedb42d3d93d3d"> 361</a></span> <span class="keyword">public</span> Func<string?, string, Action<bool>> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af41ce2b0c652e320dfeedb42d3d93d3d">QueueDeploymentMessage</a>(</div>
|
|
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> Models.RevisionInformation revisionInformation,</div>
|
|
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> Models.RevisionInformation? previousRevisionInformation,</div>
|
|
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_engine_version.html">EngineVersion</a> engineVersion,</div>
|
|
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> DateTimeOffset? estimatedCompletionTime,</div>
|
|
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> <span class="keywordtype">string</span>? gitHubOwner,</div>
|
|
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> <span class="keywordtype">string</span>? gitHubRepo,</div>
|
|
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> <span class="keywordtype">bool</span> localCommitPushed)</div>
|
|
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> {</div>
|
|
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> List<ulong> wdChannels;</div>
|
|
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b">mappedChannels</a>) <span class="comment">// so it doesn't change while we're using it</span></div>
|
|
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> wdChannels = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b">mappedChannels</a>.Where(x => x.Value.IsUpdatesChannel).Select(x => x.Key).ToList();</div>
|
|
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> </div>
|
|
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>.LogTrace(<span class="stringliteral">"Sending deployment message for RevisionInformation: {revisionInfoId}"</span>, revisionInformation.Id);</div>
|
|
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> </div>
|
|
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> var callbacks = <span class="keyword">new</span> List<Func<string?, string, ValueTask<Func<bool, ValueTask>>>>();</div>
|
|
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> </div>
|
|
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> var task = Task.WhenAll(</div>
|
|
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> wdChannels.Select(</div>
|
|
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> async x =></div>
|
|
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> {</div>
|
|
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> ChannelMapping? channelMapping;</div>
|
|
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> lock (mappedChannels)</div>
|
|
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> if (!mappedChannels.TryGetValue(x, out channelMapping))</div>
|
|
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> return;</div>
|
|
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> IProvider? provider;</div>
|
|
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> lock (providers)</div>
|
|
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> if (!providers.TryGetValue(channelMapping.ProviderId, out provider))</div>
|
|
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> return;</div>
|
|
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> try</div>
|
|
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> {</div>
|
|
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> var callback = await provider.SendUpdateMessage(</div>
|
|
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> revisionInformation,</div>
|
|
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> previousRevisionInformation,</div>
|
|
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> engineVersion,</div>
|
|
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> estimatedCompletionTime,</div>
|
|
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> gitHubOwner,</div>
|
|
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> gitHubRepo,</div>
|
|
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> channelMapping.ProviderChannelId,</div>
|
|
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> localCommitPushed,</div>
|
|
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span> handlerCts.Token);</div>
|
|
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span> </div>
|
|
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span> lock (callbacks)</div>
|
|
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span> callbacks.Add(callback);</div>
|
|
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> }</div>
|
|
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> catch (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
|
|
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> {</div>
|
|
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">logger</a>.LogWarning(</div>
|
|
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span> ex,</div>
|
|
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span> <span class="stringliteral">"Error sending deploy message to provider {providerId}!"</span>,</div>
|
|
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span> channelMapping.ProviderId);</div>
|
|
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span> }</div>
|
|
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> }));</div>
|
|
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> </div>
|
|
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ab21f39aa8eb74bc4269aa37b378cf85c">AddMessageTask</a>(task);</div>
|
|
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> </div>
|
|
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span> Task callbackTask;</div>
|
|
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> Func<bool, Task>? finalUpdateAction = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span> async Task CallbackTask(<span class="keywordtype">string</span>? errorMessage, <span class="keywordtype">string</span> dreamMakerOutput)</div>
|
|
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span> {</div>
|
|
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span> await task;</div>
|
|
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> var callbackResults = await <a class="code hl_class" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html">ValueTaskExtensions</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html#a58adbd94d764754bd3e6c566a5fe7fe3">WhenAll</a>(</div>
|
|
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span> callbacks.Select(</div>
|
|
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span> x => x(</div>
|
|
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> errorMessage,</div>
|
|
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span> dreamMakerOutput)),</div>
|
|
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span> callbacks.Count);</div>
|
|
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span> </div>
|
|
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span> finalUpdateAction = active => <a class="code hl_class" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html">ValueTaskExtensions</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html#a58adbd94d764754bd3e6c566a5fe7fe3">WhenAll</a>(callbackResults.Select(finalizerCallback => finalizerCallback(active))).AsTask();</div>
|
|
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> }</div>
|
|
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span> </div>
|
|
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span> async Task CompletionTask(<span class="keywordtype">bool</span> active)</div>
|
|
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span> {</div>
|
|
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span> {</div>
|
|
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span> await callbackTask;</div>
|
|
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span> }</div>
|
|
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> <span class="keywordflow">catch</span></div>
|
|
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span> {</div>
|
|
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> <span class="comment">// Handled in AddMessageTask</span></div>
|
|
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span> }</div>
|
|
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span> </div>
|
|
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ab21f39aa8eb74bc4269aa37b378cf85c">AddMessageTask</a>(finalUpdateAction!(active));</div>
|
|
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> }</div>
|
|
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span> </div>
|
|
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> <span class="keywordflow">return</span> (errorMessage, dreamMakerOutput) =></div>
|
|
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span> {</div>
|
|
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> callbackTask = CallbackTask(errorMessage, dreamMakerOutput);</div>
|
|
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ab21f39aa8eb74bc4269aa37b378cf85c">AddMessageTask</a>(callbackTask);</div>
|
|
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span> <span class="keywordflow">return</span> active => <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ab21f39aa8eb74bc4269aa37b378cf85c">AddMessageTask</a>(CompletionTask(active));</div>
|
|
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span> };</div>
|
|
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span> </div>
|
|
<div class="foldopen" id="foldopen00456" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae189d33da50a0791f4caf35fa3eb2567"> 456</a></span> <span class="keyword">public</span> async Task <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae189d33da50a0791f4caf35fa3eb2567">StartAsync</a>(CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span> {</div>
|
|
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span> <span class="keywordflow">foreach</span> (var tgsCommand <span class="keywordflow">in</span> commandFactory.GenerateCommands())</div>
|
|
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"> 459</span> builtinCommands.Add(tgsCommand.Name.ToUpperInvariant(), tgsCommand);</div>
|
|
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span> var initialChatBots = activeChatBots.ToList();</div>
|
|
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> await <a class="code hl_class" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html">ValueTaskExtensions</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html#a58adbd94d764754bd3e6c566a5fe7fe3">WhenAll</a>(initialChatBots.Select(x => ChangeSettings(x, cancellationToken)));</div>
|
|
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span> initialProviderConnectionsTask = InitialConnection();</div>
|
|
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span> chatHandler = MonitorMessages(handlerCts.Token);</div>
|
|
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span> </div>
|
|
<div class="foldopen" id="foldopen00467" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af798c33e00b6fbbf046c8459cfd06eab"> 467</a></span> <span class="keyword">public</span> async Task <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af798c33e00b6fbbf046c8459cfd06eab">StopAsync</a>(CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span> {</div>
|
|
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span> handlerCts.Cancel();</div>
|
|
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"> 470</span> <span class="keywordflow">if</span> (chatHandler != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span> await chatHandler;</div>
|
|
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span> await Task.WhenAll(providers.Select(x => x.Key).Select(x => DeleteConnection(x, cancellationToken)));</div>
|
|
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span> await messageSendTask;</div>
|
|
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span> </div>
|
|
<div class="foldopen" id="foldopen00477" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#aadf2ea0ffdbf567ac24cc5c45f6f66b6"> 477</a></span> <span class="keyword">public</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_tracking_context.html">IChatTrackingContext</a> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#aadf2ea0ffdbf567ac24cc5c45f6f66b6">CreateTrackingContext</a>()</div>
|
|
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> {</div>
|
|
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span> <span class="keywordflow">if</span> (customCommandHandler == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> InvalidOperationException(<span class="stringliteral">"RegisterCommandHandler() hasn't been called!"</span>);</div>
|
|
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span> </div>
|
|
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_tracking_context.html">IChatTrackingContext</a> context = <span class="keyword">null</span>!;</div>
|
|
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span> lock (mappedChannels)</div>
|
|
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span> context = <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_tracking_context.html">ChatTrackingContext</a>(</div>
|
|
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span> customCommandHandler,</div>
|
|
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> mappedChannels.Select(y => y.Value.Channel),</div>
|
|
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span> loggerFactory.CreateLogger<<a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_tracking_context.html">ChatTrackingContext</a>>(),</div>
|
|
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span> () =></div>
|
|
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span> {</div>
|
|
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span> lock (trackingContexts)</div>
|
|
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span> trackingContexts.Remove(context);</div>
|
|
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span> });</div>
|
|
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span> </div>
|
|
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span> lock (trackingContexts)</div>
|
|
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span> trackingContexts.Add(context);</div>
|
|
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span> </div>
|
|
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span> <span class="keywordflow">return</span> context;</div>
|
|
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span> </div>
|
|
<div class="foldopen" id="foldopen00501" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae2f686caab499a7d4ff36174d99a81e7"> 501</a></span> <span class="keyword">public</span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae2f686caab499a7d4ff36174d99a81e7">UpdateTrackingContexts</a>(CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span> {</div>
|
|
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span> var logMessageSent = 0;</div>
|
|
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span> async Task UpdateTrackingContext(<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_tracking_context.html">IChatTrackingContext</a> channelSink, IEnumerable<ChannelRepresentation> channels)</div>
|
|
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"> 505</span> {</div>
|
|
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span> <span class="keywordflow">if</span> (Interlocked.Exchange(ref logMessageSent, 1) == 0)</div>
|
|
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"> 507</span> </div>
|
|
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span> await channelSink.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_channel_sink.html#a0a3e498cc9efaf16adabea814bdae5b7">UpdateChannels</a>(channels, cancellationToken);</div>
|
|
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span> }</div>
|
|
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> </div>
|
|
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span> var waitingForInitialConnection = !initialProviderConnectionsTask!.IsCompleted;</div>
|
|
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> <span class="keywordflow">if</span> (waitingForInitialConnection)</div>
|
|
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span> {</div>
|
|
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> logger.LogTrace(<span class="stringliteral">"Waiting for initial chat bot connections before updating tracking contexts..."</span>);</div>
|
|
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span> await initialProviderConnectionsTask.WaitAsync(cancellationToken);</div>
|
|
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span> }</div>
|
|
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"> 517</span> </div>
|
|
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span> List<Task> tasks;</div>
|
|
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span> lock (mappedChannels)</div>
|
|
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span> lock (trackingContexts)</div>
|
|
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"> 521</span> tasks = trackingContexts.Select(x => UpdateTrackingContext(x, mappedChannels.Select(y => y.Value.Channel))).ToList();</div>
|
|
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span> </div>
|
|
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span> <span class="keywordflow">if</span> (waitingForInitialConnection)</div>
|
|
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span> <span class="keywordflow">if</span> (tasks.Count > 0)</div>
|
|
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span> logger.LogTrace(<span class="stringliteral">"Updating chat tracking contexts..."</span>);</div>
|
|
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span> logger.LogTrace(<span class="stringliteral">"No chat tracking contexts to update"</span>);</div>
|
|
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span> </div>
|
|
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span> await Task.WhenAll(tasks);</div>
|
|
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span> </div>
|
|
<div class="foldopen" id="foldopen00533" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae1b556bac2bf1a08d0eef0fd76297dc4"> 533</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae1b556bac2bf1a08d0eef0fd76297dc4">RegisterCommandHandler</a>(<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_custom_command_handler.html">ICustomCommandHandler</a> customCommandHandler)</div>
|
|
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span> {</div>
|
|
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> <span class="keywordflow">if</span> (this.customCommandHandler != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"> 536</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> InvalidOperationException(<span class="stringliteral">"RegisterCommandHandler() already called!"</span>);</div>
|
|
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"> 537</span> this.customCommandHandler = customCommandHandler ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(customCommandHandler));</div>
|
|
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span> </div>
|
|
<div class="foldopen" id="foldopen00541" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae8f42e9fc59f0aa9d70de26a4b6600b7"> 541</a></span> <span class="keyword">public</span> async Task <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae8f42e9fc59f0aa9d70de26a4b6600b7">DeleteConnection</a>(<span class="keywordtype">long</span> connectionId, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"> 542</span> {</div>
|
|
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span> logger.LogTrace(<span class="stringliteral">"DeleteConnection {connectionId}"</span>, connectionId);</div>
|
|
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span> var hasSemaphore = changeChannelSemaphores.TryRemove(connectionId, out var semaphore);</div>
|
|
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span> <span class="keyword">using</span> (hasSemaphore</div>
|
|
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span> ? semaphore</div>
|
|
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> : <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span> <span class="keyword">using</span> (hasSemaphore</div>
|
|
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span> ? await <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html">SemaphoreSlimContext</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html#abeb1f086e2752f6f9a4d3d175a4392af">Lock</a>(semaphore!, cancellationToken)</div>
|
|
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span> : <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span> {</div>
|
|
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> var provider = await RemoveProviderChannels(connectionId, <span class="keyword">true</span>, cancellationToken);</div>
|
|
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span> <span class="keywordflow">if</span> (provider != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span> {</div>
|
|
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span> var startTime = DateTimeOffset.UtcNow;</div>
|
|
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span> {</div>
|
|
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> await provider.Disconnect(cancellationToken);</div>
|
|
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span> }</div>
|
|
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
|
|
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span> {</div>
|
|
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span> logger.LogError(ex, <span class="stringliteral">"Error disconnecting connection {connectionId}!"</span>, connectionId);</div>
|
|
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span> }</div>
|
|
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span> </div>
|
|
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span> await provider.DisposeAsync();</div>
|
|
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"> 566</span> var duration = DateTimeOffset.UtcNow - startTime;</div>
|
|
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> <span class="keywordflow">if</span> (duration.TotalSeconds > 3)</div>
|
|
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span> logger.LogWarning(<span class="stringliteral">"Disconnecting a {providerType} took {totalSeconds}s!"</span>, provider.GetType().Name, duration.TotalSeconds);</div>
|
|
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> }</div>
|
|
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"> 571</span> logger.LogTrace(<span class="stringliteral">"DeleteConnection: ID {connectionId} doesn't exist!"</span>, connectionId);</div>
|
|
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"> 572</span> }</div>
|
|
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span> </div>
|
|
<div class="foldopen" id="foldopen00576" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3042b37389548f8b8a969bdd7128a783"> 576</a></span> <span class="keyword">public</span> ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3042b37389548f8b8a969bdd7128a783">HandleRestart</a>(Version? updateVersion, <span class="keywordtype">bool</span> handlerMayDelayShutdownWithExtremelyLongRunningTasks, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span> {</div>
|
|
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"> 578</span> var message = updateVersion == <span class="keyword">null</span></div>
|
|
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span> ? $<span class="stringliteral">"TGS: {(handlerMayDelayShutdownWithExtremelyLongRunningTasks ? "</span>Graceful shutdown<span class="stringliteral">" : "</span>Going down<span class="stringliteral">")}..."</span></div>
|
|
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> : $<span class="stringliteral">"TGS: Updating to version {updateVersion}..."</span>;</div>
|
|
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span> List<ulong> systemChannels;</div>
|
|
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> lock (mappedChannels) <span class="comment">// so it doesn't change while we're using it</span></div>
|
|
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"> 583</span> systemChannels = mappedChannels</div>
|
|
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span> .Where(x => x.Value.IsSystemChannel)</div>
|
|
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span> .Select(x => x.Key)</div>
|
|
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span> .ToList();</div>
|
|
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span> </div>
|
|
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"> 588</span> <span class="keywordflow">return</span> SendMessage(</div>
|
|
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"> 589</span> systemChannels,</div>
|
|
<div class="line"><a id="l00590" name="l00590"></a><span class="lineno"> 590</span> <span class="keyword">null</span>,</div>
|
|
<div class="line"><a id="l00591" name="l00591"></a><span class="lineno"> 591</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html">MessageContent</a></div>
|
|
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"> 592</span> {</div>
|
|
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"> 593</span> Text = message,</div>
|
|
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span> },</div>
|
|
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"> 595</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00596" name="l00596"></a><span class="lineno"> 596</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00597" name="l00597"></a><span class="lineno"> 597</span> </div>
|
|
<div class="foldopen" id="foldopen00605" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af46a3f4845f2190ea2c22af33e233c31"> 605</a></span> async ValueTask<IProvider?> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af46a3f4845f2190ea2c22af33e233c31">RemoveProviderChannels</a>(<span class="keywordtype">long</span> connectionId, <span class="keywordtype">bool</span> removeProvider, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"> 606</span> {</div>
|
|
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"> 607</span> logger.LogTrace(<span class="stringliteral">"RemoveProviderChannels {connectionId}..."</span>, connectionId);</div>
|
|
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"> 608</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider.html">IProvider</a>? provider;</div>
|
|
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"> 609</span> lock (providers)</div>
|
|
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span> {</div>
|
|
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span> <span class="keywordflow">if</span> (!providers.TryGetValue(connectionId, out provider))</div>
|
|
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"> 612</span> {</div>
|
|
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"> 613</span> logger.LogTrace(<span class="stringliteral">"Aborted, no such provider!"</span>);</div>
|
|
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"> 614</span> <span class="keywordflow">return</span> <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span> }</div>
|
|
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span> </div>
|
|
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span> <span class="keywordflow">if</span> (removeProvider)</div>
|
|
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"> 618</span> providers.Remove(connectionId);</div>
|
|
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"> 619</span> }</div>
|
|
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"> 620</span> </div>
|
|
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"> 621</span> ValueTask trackingContextsUpdateTask;</div>
|
|
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"> 622</span> lock (mappedChannels)</div>
|
|
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span> {</div>
|
|
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"> 624</span> <span class="keywordflow">foreach</span> (var mappedConnectionChannel <span class="keywordflow">in</span> mappedChannels.Where(x => x.Value.ProviderId == connectionId).Select(x => x.Key).ToList())</div>
|
|
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"> 625</span> mappedChannels.Remove(mappedConnectionChannel);</div>
|
|
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"> 626</span> </div>
|
|
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"> 627</span> var newMappedChannels = mappedChannels.Select(y => y.Value.Channel).ToList();</div>
|
|
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span> </div>
|
|
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span> <span class="keywordflow">if</span> (removeProvider)</div>
|
|
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span> lock (trackingContexts)</div>
|
|
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span> trackingContextsUpdateTask = <a class="code hl_class" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html">ValueTaskExtensions</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html#a58adbd94d764754bd3e6c566a5fe7fe3">WhenAll</a>(trackingContexts.Select(x => x.UpdateChannels(newMappedChannels, cancellationToken)));</div>
|
|
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"> 632</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"> 633</span> trackingContextsUpdateTask = ValueTask.CompletedTask;</div>
|
|
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span> }</div>
|
|
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"> 635</span> </div>
|
|
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span> await trackingContextsUpdateTask;</div>
|
|
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span> </div>
|
|
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"> 638</span> <span class="keywordflow">return</span> provider;</div>
|
|
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"> 639</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"> 640</span> </div>
|
|
<div class="foldopen" id="foldopen00647" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4487a7f0841824a78272233a9f30262c"> 647</a></span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4487a7f0841824a78272233a9f30262c">RemapProvider</a>(<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider.html">IProvider</a> provider, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"> 648</span> {</div>
|
|
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"> 649</span> logger.LogTrace(<span class="stringliteral">"Remapping channels for provider reconnection..."</span>);</div>
|
|
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"> 650</span> IEnumerable<Models.ChatChannel>? channelsToMap;</div>
|
|
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"> 651</span> <span class="keywordtype">long</span> providerId;</div>
|
|
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span> lock (providers)</div>
|
|
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"> 653</span> providerId = providers.Where(x => x.Value == provider).Select(x => x.Key).First();</div>
|
|
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"> 654</span> </div>
|
|
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno"> 655</span> lock (activeChatBots)</div>
|
|
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno"> 656</span> channelsToMap = activeChatBots.FirstOrDefault(x => x.Id == providerId)?.Channels;</div>
|
|
<div class="line"><a id="l00657" name="l00657"></a><span class="lineno"> 657</span> </div>
|
|
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"> 658</span> <span class="keywordflow">if</span> (channelsToMap?.Any() ?? <span class="keyword">false</span>)</div>
|
|
<div class="line"><a id="l00659" name="l00659"></a><span class="lineno"> 659</span> await ChangeChannels(providerId, channelsToMap, cancellationToken);</div>
|
|
<div class="line"><a id="l00660" name="l00660"></a><span class="lineno"> 660</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00661" name="l00661"></a><span class="lineno"> 661</span> </div>
|
|
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"> 670</span><span class="preprocessor">#pragma warning disable CA1502</span></div>
|
|
<div class="foldopen" id="foldopen00671" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a469bab0c686f2aa640069bae4a1a0055"> 671</a></span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a469bab0c686f2aa640069bae4a1a0055">ProcessMessage</a>(<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider.html">IProvider</a> provider, <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html">Message</a>? message, <span class="keywordtype">bool</span> recursed, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span><span class="preprocessor">#pragma warning restore CA1502</span></div>
|
|
<div class="line"><a id="l00673" name="l00673"></a><span class="lineno"> 673</span> {</div>
|
|
<div class="line"><a id="l00674" name="l00674"></a><span class="lineno"> 674</span> <span class="keywordflow">if</span> (!provider.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider.html#acc07a6bfb2fbb35243aa1e147d92dd87">Connected</a>)</div>
|
|
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno"> 675</span> {</div>
|
|
<div class="line"><a id="l00676" name="l00676"></a><span class="lineno"> 676</span> logger.LogTrace(<span class="stringliteral">"Abort message processing because provider is disconnected!"</span>);</div>
|
|
<div class="line"><a id="l00677" name="l00677"></a><span class="lineno"> 677</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00678" name="l00678"></a><span class="lineno"> 678</span> }</div>
|
|
<div class="line"><a id="l00679" name="l00679"></a><span class="lineno"> 679</span> </div>
|
|
<div class="line"><a id="l00680" name="l00680"></a><span class="lineno"> 680</span> <span class="comment">// provider reconnected, remap channels.</span></div>
|
|
<div class="line"><a id="l00681" name="l00681"></a><span class="lineno"> 681</span> <span class="keywordflow">if</span> (message == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00682" name="l00682"></a><span class="lineno"> 682</span> {</div>
|
|
<div class="line"><a id="l00683" name="l00683"></a><span class="lineno"> 683</span> await RemapProvider(provider, cancellationToken);</div>
|
|
<div class="line"><a id="l00684" name="l00684"></a><span class="lineno"> 684</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"> 685</span> }</div>
|
|
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno"> 686</span> </div>
|
|
<div class="line"><a id="l00687" name="l00687"></a><span class="lineno"> 687</span> <span class="comment">// map the channel if it's private and we haven't seen it</span></div>
|
|
<div class="line"><a id="l00688" name="l00688"></a><span class="lineno"> 688</span> var providerChannelId = message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Channel</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#a983af752bfee4125d2a94370dc128c48">RealId</a>;</div>
|
|
<div class="line"><a id="l00689" name="l00689"></a><span class="lineno"> 689</span> KeyValuePair<ulong, ChannelMapping>? mappedChannel;</div>
|
|
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno"> 690</span> <span class="keywordtype">long</span> providerId;</div>
|
|
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno"> 691</span> <span class="keywordtype">bool</span> hasChannelZero;</div>
|
|
<div class="line"><a id="l00692" name="l00692"></a><span class="lineno"> 692</span> lock (providers)</div>
|
|
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"> 693</span> {</div>
|
|
<div class="line"><a id="l00694" name="l00694"></a><span class="lineno"> 694</span> <span class="comment">// important, otherwise we could end up processing during shutdown</span></div>
|
|
<div class="line"><a id="l00695" name="l00695"></a><span class="lineno"> 695</span> cancellationToken.ThrowIfCancellationRequested();</div>
|
|
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno"> 696</span> </div>
|
|
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno"> 697</span> var providerIdNullable = providers</div>
|
|
<div class="line"><a id="l00698" name="l00698"></a><span class="lineno"> 698</span> .Where(x => x.Value == provider)</div>
|
|
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"> 699</span> .Select(x => (<span class="keywordtype">long</span>?)x.Key)</div>
|
|
<div class="line"><a id="l00700" name="l00700"></a><span class="lineno"> 700</span> .FirstOrDefault();</div>
|
|
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno"> 701</span> </div>
|
|
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"> 702</span> <span class="keywordflow">if</span> (!providerIdNullable.HasValue)</div>
|
|
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"> 703</span> {</div>
|
|
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"> 704</span> <span class="comment">// possible to have a message queued and then the provider immediately disconnects</span></div>
|
|
<div class="line"><a id="l00705" name="l00705"></a><span class="lineno"> 705</span> logger.LogDebug(<span class="stringliteral">"Unable to process command \"{command}\" due to provider disconnecting"</span>, message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a3a4a159c1b7b4ff0a163f4bb29ea4844">Content</a>);</div>
|
|
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"> 706</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00707" name="l00707"></a><span class="lineno"> 707</span> }</div>
|
|
<div class="line"><a id="l00708" name="l00708"></a><span class="lineno"> 708</span> </div>
|
|
<div class="line"><a id="l00709" name="l00709"></a><span class="lineno"> 709</span> providerId = providerIdNullable.Value;</div>
|
|
<div class="line"><a id="l00710" name="l00710"></a><span class="lineno"> 710</span> mappedChannel = mappedChannels</div>
|
|
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno"> 711</span> .Where(x => x.Value.ProviderId == providerId && x.Value.ProviderChannelId == providerChannelId)</div>
|
|
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno"> 712</span> .Select(x => (KeyValuePair<ulong, ChannelMapping>?)x)</div>
|
|
<div class="line"><a id="l00713" name="l00713"></a><span class="lineno"> 713</span> .FirstOrDefault();</div>
|
|
<div class="line"><a id="l00714" name="l00714"></a><span class="lineno"> 714</span> hasChannelZero = mappedChannels</div>
|
|
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"> 715</span> .Where(x => x.Value.ProviderId == providerId && x.Value.ProviderChannelId == 0)</div>
|
|
<div class="line"><a id="l00716" name="l00716"></a><span class="lineno"> 716</span> .Any();</div>
|
|
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno"> 717</span> }</div>
|
|
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno"> 718</span> </div>
|
|
<div class="line"><a id="l00719" name="l00719"></a><span class="lineno"> 719</span> <span class="keywordflow">if</span> (!recursed && !mappedChannel.HasValue && !message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Channel</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#ac958a992eb0e2afa5555d09538645eac">IsPrivateChannel</a> && hasChannelZero)</div>
|
|
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"> 720</span> {</div>
|
|
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"> 721</span> logger.LogInformation(<span class="stringliteral">"Receieved message from unmapped channel whose provider contains ID 0. Remapping..."</span>);</div>
|
|
<div class="line"><a id="l00722" name="l00722"></a><span class="lineno"> 722</span> await RemapProvider(provider, cancellationToken);</div>
|
|
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"> 723</span> logger.LogTrace(<span class="stringliteral">"Resume processing original message..."</span>);</div>
|
|
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"> 724</span> await ProcessMessage(provider, message, <span class="keyword">true</span>, cancellationToken);</div>
|
|
<div class="line"><a id="l00725" name="l00725"></a><span class="lineno"> 725</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00726" name="l00726"></a><span class="lineno"> 726</span> }</div>
|
|
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span> </div>
|
|
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"> 728</span> ValueTask TextReply(<span class="keywordtype">string</span> reply) => SendMessage(</div>
|
|
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"> 729</span> <span class="keyword">new</span> List<ulong></div>
|
|
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"> 730</span> {</div>
|
|
<div class="line"><a id="l00731" name="l00731"></a><span class="lineno"> 731</span> message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Channel</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#a983af752bfee4125d2a94370dc128c48">RealId</a>,</div>
|
|
<div class="line"><a id="l00732" name="l00732"></a><span class="lineno"> 732</span> },</div>
|
|
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno"> 733</span> message,</div>
|
|
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno"> 734</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html">MessageContent</a></div>
|
|
<div class="line"><a id="l00735" name="l00735"></a><span class="lineno"> 735</span> {</div>
|
|
<div class="line"><a id="l00736" name="l00736"></a><span class="lineno"> 736</span> Text = reply,</div>
|
|
<div class="line"><a id="l00737" name="l00737"></a><span class="lineno"> 737</span> },</div>
|
|
<div class="line"><a id="l00738" name="l00738"></a><span class="lineno"> 738</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00739" name="l00739"></a><span class="lineno"> 739</span> </div>
|
|
<div class="line"><a id="l00740" name="l00740"></a><span class="lineno"> 740</span> <span class="keywordflow">if</span> (message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Channel</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#ac958a992eb0e2afa5555d09538645eac">IsPrivateChannel</a>)</div>
|
|
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"> 741</span> lock (mappedChannels)</div>
|
|
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span> <span class="keywordflow">if</span> (!mappedChannel.HasValue)</div>
|
|
<div class="line"><a id="l00743" name="l00743"></a><span class="lineno"> 743</span> {</div>
|
|
<div class="line"><a id="l00744" name="l00744"></a><span class="lineno"> 744</span> ulong newId;</div>
|
|
<div class="line"><a id="l00745" name="l00745"></a><span class="lineno"> 745</span> lock (synchronizationLock)</div>
|
|
<div class="line"><a id="l00746" name="l00746"></a><span class="lineno"> 746</span> newId = channelIdCounter++;</div>
|
|
<div class="line"><a id="l00747" name="l00747"></a><span class="lineno"> 747</span> logger.LogTrace(</div>
|
|
<div class="line"><a id="l00748" name="l00748"></a><span class="lineno"> 748</span> <span class="stringliteral">"Mapping private channel {connectionName}:{channelFriendlyName} as {newId}"</span>,</div>
|
|
<div class="line"><a id="l00749" name="l00749"></a><span class="lineno"> 749</span> message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Channel</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#a0d68ca440d98dc89941ef3c5781f2f61">ConnectionName</a>,</div>
|
|
<div class="line"><a id="l00750" name="l00750"></a><span class="lineno"> 750</span> message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#a73318a0ed859219085f4e1496ee5c9ee">FriendlyName</a>,</div>
|
|
<div class="line"><a id="l00751" name="l00751"></a><span class="lineno"> 751</span> newId);</div>
|
|
<div class="line"><a id="l00752" name="l00752"></a><span class="lineno"> 752</span> mappedChannels.Add(newId, <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_mapping.html">ChannelMapping</a>(message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Channel</a>)</div>
|
|
<div class="line"><a id="l00753" name="l00753"></a><span class="lineno"> 753</span> {</div>
|
|
<div class="line"><a id="l00754" name="l00754"></a><span class="lineno"> 754</span> ProviderChannelId = message.User.Channel.RealId,</div>
|
|
<div class="line"><a id="l00755" name="l00755"></a><span class="lineno"> 755</span> ProviderId = providerId,</div>
|
|
<div class="line"><a id="l00756" name="l00756"></a><span class="lineno"> 756</span> });</div>
|
|
<div class="line"><a id="l00757" name="l00757"></a><span class="lineno"> 757</span> </div>
|
|
<div class="line"><a id="l00758" name="l00758"></a><span class="lineno"> 758</span> logger.LogTrace(</div>
|
|
<div class="line"><a id="l00759" name="l00759"></a><span class="lineno"> 759</span> <span class="stringliteral">"Mapping DM {connectionName}:{userId} ({userFriendlyName}) as {newId}"</span>,</div>
|
|
<div class="line"><a id="l00760" name="l00760"></a><span class="lineno"> 760</span> message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Channel</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#a0d68ca440d98dc89941ef3c5781f2f61">ConnectionName</a>,</div>
|
|
<div class="line"><a id="l00761" name="l00761"></a><span class="lineno"> 761</span> message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae11079589a9c5466c125247cba0e3ec4">RealId</a>,</div>
|
|
<div class="line"><a id="l00762" name="l00762"></a><span class="lineno"> 762</span> message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#a73318a0ed859219085f4e1496ee5c9ee">FriendlyName</a>,</div>
|
|
<div class="line"><a id="l00763" name="l00763"></a><span class="lineno"> 763</span> newId);</div>
|
|
<div class="line"><a id="l00764" name="l00764"></a><span class="lineno"> 764</span> message.User.Channel.RealId = newId;</div>
|
|
<div class="line"><a id="l00765" name="l00765"></a><span class="lineno"> 765</span> }</div>
|
|
<div class="line"><a id="l00766" name="l00766"></a><span class="lineno"> 766</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00767" name="l00767"></a><span class="lineno"> 767</span> message.User.Channel.RealId = mappedChannel.Value.Key;</div>
|
|
<div class="line"><a id="l00768" name="l00768"></a><span class="lineno"> 768</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00769" name="l00769"></a><span class="lineno"> 769</span> {</div>
|
|
<div class="line"><a id="l00770" name="l00770"></a><span class="lineno"> 770</span> <span class="keywordflow">if</span> (!mappedChannel.HasValue)</div>
|
|
<div class="line"><a id="l00771" name="l00771"></a><span class="lineno"> 771</span> {</div>
|
|
<div class="line"><a id="l00772" name="l00772"></a><span class="lineno"> 772</span> logger.LogError(</div>
|
|
<div class="line"><a id="l00773" name="l00773"></a><span class="lineno"> 773</span> <span class="stringliteral">"Error mapping message: Provider ID: {providerId}, Channel Real ID: {realId}"</span>,</div>
|
|
<div class="line"><a id="l00774" name="l00774"></a><span class="lineno"> 774</span> providerId,</div>
|
|
<div class="line"><a id="l00775" name="l00775"></a><span class="lineno"> 775</span> message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Channel</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#a983af752bfee4125d2a94370dc128c48">RealId</a>);</div>
|
|
<div class="line"><a id="l00776" name="l00776"></a><span class="lineno"> 776</span> logger.LogTrace(<span class="stringliteral">"message: {messageJson}"</span>, JsonConvert.SerializeObject(message));</div>
|
|
<div class="line"><a id="l00777" name="l00777"></a><span class="lineno"> 777</span> lock (mappedChannels)</div>
|
|
<div class="line"><a id="l00778" name="l00778"></a><span class="lineno"> 778</span> logger.LogTrace(<span class="stringliteral">"mappedChannels: {mappedChannelsJson}"</span>, JsonConvert.SerializeObject(mappedChannels));</div>
|
|
<div class="line"><a id="l00779" name="l00779"></a><span class="lineno"> 779</span> await TextReply(<span class="stringliteral">"TGS: Processing error, check logs!"</span>);</div>
|
|
<div class="line"><a id="l00780" name="l00780"></a><span class="lineno"> 780</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00781" name="l00781"></a><span class="lineno"> 781</span> }</div>
|
|
<div class="line"><a id="l00782" name="l00782"></a><span class="lineno"> 782</span> </div>
|
|
<div class="line"><a id="l00783" name="l00783"></a><span class="lineno"> 783</span> var mappingChannelRepresentation = mappedChannel.Value.Value.Channel;</div>
|
|
<div class="line"><a id="l00784" name="l00784"></a><span class="lineno"> 784</span> </div>
|
|
<div class="line"><a id="l00785" name="l00785"></a><span class="lineno"> 785</span> message.User.Channel.RealId = mappingChannelRepresentation.RealId;</div>
|
|
<div class="line"><a id="l00786" name="l00786"></a><span class="lineno"> 786</span> message.User.Channel.Tag = mappingChannelRepresentation.Tag;</div>
|
|
<div class="line"><a id="l00787" name="l00787"></a><span class="lineno"> 787</span> message.User.Channel.IsAdminChannel = mappingChannelRepresentation.IsAdminChannel;</div>
|
|
<div class="line"><a id="l00788" name="l00788"></a><span class="lineno"> 788</span> }</div>
|
|
<div class="line"><a id="l00789" name="l00789"></a><span class="lineno"> 789</span> </div>
|
|
<div class="line"><a id="l00790" name="l00790"></a><span class="lineno"> 790</span> var trimmedMessage = message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a3a4a159c1b7b4ff0a163f4bb29ea4844">Content</a>.Trim();</div>
|
|
<div class="line"><a id="l00791" name="l00791"></a><span class="lineno"> 791</span> <span class="keywordflow">if</span> (trimmedMessage.Length == 0)</div>
|
|
<div class="line"><a id="l00792" name="l00792"></a><span class="lineno"> 792</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00793" name="l00793"></a><span class="lineno"> 793</span> </div>
|
|
<div class="line"><a id="l00794" name="l00794"></a><span class="lineno"> 794</span> var splits = <span class="keyword">new</span> List<string>(trimmedMessage.Split(<span class="charliteral">' '</span>, StringSplitOptions.RemoveEmptyEntries));</div>
|
|
<div class="line"><a id="l00795" name="l00795"></a><span class="lineno"> 795</span> var address = splits[0];</div>
|
|
<div class="line"><a id="l00796" name="l00796"></a><span class="lineno"> 796</span> <span class="keywordflow">if</span> (address.Length > 1 && (address.Last() == <span class="charliteral">':'</span> || address.Last() == <span class="charliteral">','</span>))</div>
|
|
<div class="line"><a id="l00797" name="l00797"></a><span class="lineno"> 797</span> address = address[0..^1];</div>
|
|
<div class="line"><a id="l00798" name="l00798"></a><span class="lineno"> 798</span> </div>
|
|
<div class="line"><a id="l00799" name="l00799"></a><span class="lineno"> 799</span> var addressed =</div>
|
|
<div class="line"><a id="l00800" name="l00800"></a><span class="lineno"> 800</span> address.Equals(CommonMention, StringComparison.OrdinalIgnoreCase)</div>
|
|
<div class="line"><a id="l00801" name="l00801"></a><span class="lineno"> 801</span> || address.Equals(provider.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider.html#a781f872cb8143fe3ff92f3cc8d0d5abb">BotMention</a>, StringComparison.OrdinalIgnoreCase);</div>
|
|
<div class="line"><a id="l00802" name="l00802"></a><span class="lineno"> 802</span> </div>
|
|
<div class="line"><a id="l00803" name="l00803"></a><span class="lineno"> 803</span> <span class="comment">// no mention</span></div>
|
|
<div class="line"><a id="l00804" name="l00804"></a><span class="lineno"> 804</span> <span class="keywordflow">if</span> (!addressed && !message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Channel</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#ac958a992eb0e2afa5555d09538645eac">IsPrivateChannel</a>)</div>
|
|
<div class="line"><a id="l00805" name="l00805"></a><span class="lineno"> 805</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00806" name="l00806"></a><span class="lineno"> 806</span> </div>
|
|
<div class="line"><a id="l00807" name="l00807"></a><span class="lineno"> 807</span> logger.LogTrace(</div>
|
|
<div class="line"><a id="l00808" name="l00808"></a><span class="lineno"> 808</span> <span class="stringliteral">"Start processing command: {message}. User (True provider Id): {profiderId}"</span>,</div>
|
|
<div class="line"><a id="l00809" name="l00809"></a><span class="lineno"> 809</span> message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a3a4a159c1b7b4ff0a163f4bb29ea4844">Content</a>,</div>
|
|
<div class="line"><a id="l00810" name="l00810"></a><span class="lineno"> 810</span> JsonConvert.SerializeObject(message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>));</div>
|
|
<div class="line"><a id="l00811" name="l00811"></a><span class="lineno"> 811</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00812" name="l00812"></a><span class="lineno"> 812</span> {</div>
|
|
<div class="line"><a id="l00813" name="l00813"></a><span class="lineno"> 813</span> <span class="keywordflow">if</span> (addressed)</div>
|
|
<div class="line"><a id="l00814" name="l00814"></a><span class="lineno"> 814</span> splits.RemoveAt(0);</div>
|
|
<div class="line"><a id="l00815" name="l00815"></a><span class="lineno"> 815</span> </div>
|
|
<div class="line"><a id="l00816" name="l00816"></a><span class="lineno"> 816</span> <span class="keywordflow">if</span> (splits.Count == 0)</div>
|
|
<div class="line"><a id="l00817" name="l00817"></a><span class="lineno"> 817</span> {</div>
|
|
<div class="line"><a id="l00818" name="l00818"></a><span class="lineno"> 818</span> <span class="comment">// just a mention</span></div>
|
|
<div class="line"><a id="l00819" name="l00819"></a><span class="lineno"> 819</span> await TextReply(<span class="stringliteral">"Hi!"</span>);</div>
|
|
<div class="line"><a id="l00820" name="l00820"></a><span class="lineno"> 820</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00821" name="l00821"></a><span class="lineno"> 821</span> }</div>
|
|
<div class="line"><a id="l00822" name="l00822"></a><span class="lineno"> 822</span> </div>
|
|
<div class="line"><a id="l00823" name="l00823"></a><span class="lineno"> 823</span> var command = splits[0];</div>
|
|
<div class="line"><a id="l00824" name="l00824"></a><span class="lineno"> 824</span> splits.RemoveAt(0);</div>
|
|
<div class="line"><a id="l00825" name="l00825"></a><span class="lineno"> 825</span> var arguments = String.Join(<span class="stringliteral">" "</span>, splits);</div>
|
|
<div class="line"><a id="l00826" name="l00826"></a><span class="lineno"> 826</span> </div>
|
|
<div class="line"><a id="l00827" name="l00827"></a><span class="lineno"> 827</span> Tuple<ICommand, IChatTrackingContext?>? GetCommand(<span class="keywordtype">string</span> command)</div>
|
|
<div class="line"><a id="l00828" name="l00828"></a><span class="lineno"> 828</span> {</div>
|
|
<div class="line"><a id="l00829" name="l00829"></a><span class="lineno"> 829</span> <span class="keywordflow">if</span> (!builtinCommands.TryGetValue(command, out var handler))</div>
|
|
<div class="line"><a id="l00830" name="l00830"></a><span class="lineno"> 830</span> <span class="keywordflow">return</span> trackingContexts</div>
|
|
<div class="line"><a id="l00831" name="l00831"></a><span class="lineno"> 831</span> .Where(trackingContext => trackingContext.Active)</div>
|
|
<div class="line"><a id="l00832" name="l00832"></a><span class="lineno"> 832</span> .SelectMany(trackingContext => trackingContext.CustomCommands.Select(customCommand => Tuple.Create<<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands_1_1_i_command.html">ICommand</a>, <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_tracking_context.html">IChatTrackingContext</a>?>(customCommand, trackingContext)))</div>
|
|
<div class="line"><a id="l00833" name="l00833"></a><span class="lineno"> 833</span> .Where(tuple => tuple.Item1.Name.Equals(command, StringComparison.OrdinalIgnoreCase))</div>
|
|
<div class="line"><a id="l00834" name="l00834"></a><span class="lineno"> 834</span> .FirstOrDefault();</div>
|
|
<div class="line"><a id="l00835" name="l00835"></a><span class="lineno"> 835</span> </div>
|
|
<div class="line"><a id="l00836" name="l00836"></a><span class="lineno"> 836</span> <span class="keywordflow">return</span> Tuple.Create<<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands_1_1_i_command.html">ICommand</a>, <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_tracking_context.html">IChatTrackingContext</a>?>(handler, <span class="keyword">null</span>);</div>
|
|
<div class="line"><a id="l00837" name="l00837"></a><span class="lineno"> 837</span> }</div>
|
|
<div class="line"><a id="l00838" name="l00838"></a><span class="lineno"> 838</span> </div>
|
|
<div class="line"><a id="l00839" name="l00839"></a><span class="lineno"> 839</span> <span class="keyword">const</span> <span class="keywordtype">string</span> UnknownCommandMessage = <span class="stringliteral">"TGS: Unknown command! Type '?' or 'help' for available commands."</span>;</div>
|
|
<div class="line"><a id="l00840" name="l00840"></a><span class="lineno"> 840</span> </div>
|
|
<div class="line"><a id="l00841" name="l00841"></a><span class="lineno"> 841</span> <span class="keywordflow">if</span> (command.Equals(<span class="stringliteral">"help"</span>, StringComparison.OrdinalIgnoreCase) || command == <span class="stringliteral">"?"</span>)</div>
|
|
<div class="line"><a id="l00842" name="l00842"></a><span class="lineno"> 842</span> {</div>
|
|
<div class="line"><a id="l00843" name="l00843"></a><span class="lineno"> 843</span> <span class="keywordtype">string</span> helpText;</div>
|
|
<div class="line"><a id="l00844" name="l00844"></a><span class="lineno"> 844</span> <span class="keywordflow">if</span> (splits.Count == 0)</div>
|
|
<div class="line"><a id="l00845" name="l00845"></a><span class="lineno"> 845</span> {</div>
|
|
<div class="line"><a id="l00846" name="l00846"></a><span class="lineno"> 846</span> var allCommands = builtinCommands.Select(x => x.Value).ToList();</div>
|
|
<div class="line"><a id="l00847" name="l00847"></a><span class="lineno"> 847</span> allCommands.AddRange(</div>
|
|
<div class="line"><a id="l00848" name="l00848"></a><span class="lineno"> 848</span> trackingContexts</div>
|
|
<div class="line"><a id="l00849" name="l00849"></a><span class="lineno"> 849</span> .SelectMany(</div>
|
|
<div class="line"><a id="l00850" name="l00850"></a><span class="lineno"> 850</span> x => x.CustomCommands));</div>
|
|
<div class="line"><a id="l00851" name="l00851"></a><span class="lineno"> 851</span> helpText = String.Format(CultureInfo.InvariantCulture, <span class="stringliteral">"Available commands (Type '?' or 'help' and then a command name for more details): {0}"</span>, String.Join(<span class="stringliteral">", "</span>, allCommands.Select(x => x.Name)));</div>
|
|
<div class="line"><a id="l00852" name="l00852"></a><span class="lineno"> 852</span> }</div>
|
|
<div class="line"><a id="l00853" name="l00853"></a><span class="lineno"> 853</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00854" name="l00854"></a><span class="lineno"> 854</span> {</div>
|
|
<div class="line"><a id="l00855" name="l00855"></a><span class="lineno"> 855</span> var helpTuple = GetCommand(splits[0]);</div>
|
|
<div class="line"><a id="l00856" name="l00856"></a><span class="lineno"> 856</span> <span class="keywordflow">if</span> (helpTuple != <span class="keywordflow">default</span>)</div>
|
|
<div class="line"><a id="l00857" name="l00857"></a><span class="lineno"> 857</span> {</div>
|
|
<div class="line"><a id="l00858" name="l00858"></a><span class="lineno"> 858</span> var (helpHandler, _) = helpTuple;</div>
|
|
<div class="line"><a id="l00859" name="l00859"></a><span class="lineno"> 859</span> helpText = String.Format(CultureInfo.InvariantCulture, <span class="stringliteral">"{0}: {1}{2}"</span>, helpHandler.Name, helpHandler.HelpText, helpHandler.AdminOnly ? <span class="stringliteral">" - May only be used in admin channels"</span> : String.Empty);</div>
|
|
<div class="line"><a id="l00860" name="l00860"></a><span class="lineno"> 860</span> }</div>
|
|
<div class="line"><a id="l00861" name="l00861"></a><span class="lineno"> 861</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00862" name="l00862"></a><span class="lineno"> 862</span> helpText = UnknownCommandMessage;</div>
|
|
<div class="line"><a id="l00863" name="l00863"></a><span class="lineno"> 863</span> }</div>
|
|
<div class="line"><a id="l00864" name="l00864"></a><span class="lineno"> 864</span> </div>
|
|
<div class="line"><a id="l00865" name="l00865"></a><span class="lineno"> 865</span> await TextReply(helpText);</div>
|
|
<div class="line"><a id="l00866" name="l00866"></a><span class="lineno"> 866</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00867" name="l00867"></a><span class="lineno"> 867</span> }</div>
|
|
<div class="line"><a id="l00868" name="l00868"></a><span class="lineno"> 868</span> </div>
|
|
<div class="line"><a id="l00869" name="l00869"></a><span class="lineno"> 869</span> var tuple = GetCommand(command);</div>
|
|
<div class="line"><a id="l00870" name="l00870"></a><span class="lineno"> 870</span> </div>
|
|
<div class="line"><a id="l00871" name="l00871"></a><span class="lineno"> 871</span> <span class="keywordflow">if</span> (tuple == <span class="keywordflow">default</span>)</div>
|
|
<div class="line"><a id="l00872" name="l00872"></a><span class="lineno"> 872</span> {</div>
|
|
<div class="line"><a id="l00873" name="l00873"></a><span class="lineno"> 873</span> await TextReply(UnknownCommandMessage);</div>
|
|
<div class="line"><a id="l00874" name="l00874"></a><span class="lineno"> 874</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00875" name="l00875"></a><span class="lineno"> 875</span> }</div>
|
|
<div class="line"><a id="l00876" name="l00876"></a><span class="lineno"> 876</span> </div>
|
|
<div class="line"><a id="l00877" name="l00877"></a><span class="lineno"> 877</span> var (commandHandler, trackingContext) = tuple;</div>
|
|
<div class="line"><a id="l00878" name="l00878"></a><span class="lineno"> 878</span> </div>
|
|
<div class="line"><a id="l00879" name="l00879"></a><span class="lineno"> 879</span> <span class="keywordflow">if</span> (trackingContext?.Active == <span class="keyword">false</span>)</div>
|
|
<div class="line"><a id="l00880" name="l00880"></a><span class="lineno"> 880</span> {</div>
|
|
<div class="line"><a id="l00881" name="l00881"></a><span class="lineno"> 881</span> await TextReply(<span class="stringliteral">"TGS: The server is rebooting, please try again later"</span>);</div>
|
|
<div class="line"><a id="l00882" name="l00882"></a><span class="lineno"> 882</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00883" name="l00883"></a><span class="lineno"> 883</span> }</div>
|
|
<div class="line"><a id="l00884" name="l00884"></a><span class="lineno"> 884</span> </div>
|
|
<div class="line"><a id="l00885" name="l00885"></a><span class="lineno"> 885</span> <span class="keywordflow">if</span> (commandHandler.AdminOnly && !message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Channel</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#a5e3306682c350b0cfac4507762b6d8b1">IsAdminChannel</a>)</div>
|
|
<div class="line"><a id="l00886" name="l00886"></a><span class="lineno"> 886</span> {</div>
|
|
<div class="line"><a id="l00887" name="l00887"></a><span class="lineno"> 887</span> await TextReply(<span class="stringliteral">"TGS: Use this command in an admin channel!"</span>);</div>
|
|
<div class="line"><a id="l00888" name="l00888"></a><span class="lineno"> 888</span> <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a id="l00889" name="l00889"></a><span class="lineno"> 889</span> }</div>
|
|
<div class="line"><a id="l00890" name="l00890"></a><span class="lineno"> 890</span> </div>
|
|
<div class="line"><a id="l00891" name="l00891"></a><span class="lineno"> 891</span> var result = await commandHandler.Invoke(arguments, message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">User</a>, cancellationToken);</div>
|
|
<div class="line"><a id="l00892" name="l00892"></a><span class="lineno"> 892</span> <span class="keywordflow">if</span> (result != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l00893" name="l00893"></a><span class="lineno"> 893</span> await SendMessage(<span class="keyword">new</span> List<ulong> { message.User.Channel.RealId }, message, result, cancellationToken);</div>
|
|
<div class="line"><a id="l00894" name="l00894"></a><span class="lineno"> 894</span> }</div>
|
|
<div class="line"><a id="l00895" name="l00895"></a><span class="lineno"> 895</span> <span class="keywordflow">catch</span> (OperationCanceledException ex)</div>
|
|
<div class="line"><a id="l00896" name="l00896"></a><span class="lineno"> 896</span> {</div>
|
|
<div class="line"><a id="l00897" name="l00897"></a><span class="lineno"> 897</span> logger.LogTrace(ex, <span class="stringliteral">"Command processing canceled!"</span>);</div>
|
|
<div class="line"><a id="l00898" name="l00898"></a><span class="lineno"> 898</span> }</div>
|
|
<div class="line"><a id="l00899" name="l00899"></a><span class="lineno"> 899</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> e)</div>
|
|
<div class="line"><a id="l00900" name="l00900"></a><span class="lineno"> 900</span> {</div>
|
|
<div class="line"><a id="l00901" name="l00901"></a><span class="lineno"> 901</span> <span class="comment">// error bc custom commands should reply about why it failed</span></div>
|
|
<div class="line"><a id="l00902" name="l00902"></a><span class="lineno"> 902</span> logger.LogError(e, <span class="stringliteral">"Error processing chat command"</span>);</div>
|
|
<div class="line"><a id="l00903" name="l00903"></a><span class="lineno"> 903</span> await TextReply(<span class="stringliteral">"TGS: Internal error processing command! Check server logs!"</span>);</div>
|
|
<div class="line"><a id="l00904" name="l00904"></a><span class="lineno"> 904</span> }</div>
|
|
<div class="line"><a id="l00905" name="l00905"></a><span class="lineno"> 905</span> <span class="keywordflow">finally</span></div>
|
|
<div class="line"><a id="l00906" name="l00906"></a><span class="lineno"> 906</span> {</div>
|
|
<div class="line"><a id="l00907" name="l00907"></a><span class="lineno"> 907</span> logger.LogTrace(<span class="stringliteral">"Done processing command."</span>);</div>
|
|
<div class="line"><a id="l00908" name="l00908"></a><span class="lineno"> 908</span> }</div>
|
|
<div class="line"><a id="l00909" name="l00909"></a><span class="lineno"> 909</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00910" name="l00910"></a><span class="lineno"> 910</span> </div>
|
|
<div class="foldopen" id="foldopen00916" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00916" name="l00916"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a530e8ef5a58711a9c6744021df74afb2"> 916</a></span> async Task <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a530e8ef5a58711a9c6744021df74afb2">MonitorMessages</a>(CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l00917" name="l00917"></a><span class="lineno"> 917</span> {</div>
|
|
<div class="line"><a id="l00918" name="l00918"></a><span class="lineno"> 918</span> logger.LogTrace(<span class="stringliteral">"Starting processing loop..."</span>);</div>
|
|
<div class="line"><a id="l00919" name="l00919"></a><span class="lineno"> 919</span> var messageTasks = <span class="keyword">new</span> Dictionary<IProvider, Task<Message?>>();</div>
|
|
<div class="line"><a id="l00920" name="l00920"></a><span class="lineno"> 920</span> ValueTask activeProcessingTask = ValueTask.CompletedTask;</div>
|
|
<div class="line"><a id="l00921" name="l00921"></a><span class="lineno"> 921</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00922" name="l00922"></a><span class="lineno"> 922</span> {</div>
|
|
<div class="line"><a id="l00923" name="l00923"></a><span class="lineno"> 923</span> Task? updatedTask = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a id="l00924" name="l00924"></a><span class="lineno"> 924</span> <span class="keywordflow">while</span> (!cancellationToken.IsCancellationRequested)</div>
|
|
<div class="line"><a id="l00925" name="l00925"></a><span class="lineno"> 925</span> {</div>
|
|
<div class="line"><a id="l00926" name="l00926"></a><span class="lineno"> 926</span> <span class="keywordflow">if</span> (updatedTask?.IsCompleted != <span class="keyword">false</span>)</div>
|
|
<div class="line"><a id="l00927" name="l00927"></a><span class="lineno"> 927</span> lock (synchronizationLock)</div>
|
|
<div class="line"><a id="l00928" name="l00928"></a><span class="lineno"> 928</span> updatedTask = connectionsUpdated.Task;</div>
|
|
<div class="line"><a id="l00929" name="l00929"></a><span class="lineno"> 929</span> </div>
|
|
<div class="line"><a id="l00930" name="l00930"></a><span class="lineno"> 930</span> <span class="comment">// prune disconnected providers</span></div>
|
|
<div class="line"><a id="l00931" name="l00931"></a><span class="lineno"> 931</span> <span class="keywordflow">foreach</span> (var disposedProviderMessageTaskKvp <span class="keywordflow">in</span> messageTasks.Where(x => x.Key.Disposed).ToList())</div>
|
|
<div class="line"><a id="l00932" name="l00932"></a><span class="lineno"> 932</span> messageTasks.Remove(disposedProviderMessageTaskKvp.Key);</div>
|
|
<div class="line"><a id="l00933" name="l00933"></a><span class="lineno"> 933</span> </div>
|
|
<div class="line"><a id="l00934" name="l00934"></a><span class="lineno"> 934</span> <span class="comment">// add new ones</span></div>
|
|
<div class="line"><a id="l00935" name="l00935"></a><span class="lineno"> 935</span> lock (providers)</div>
|
|
<div class="line"><a id="l00936" name="l00936"></a><span class="lineno"> 936</span> <span class="keywordflow">foreach</span> (var providerKvp <span class="keywordflow">in</span> providers)</div>
|
|
<div class="line"><a id="l00937" name="l00937"></a><span class="lineno"> 937</span> <span class="keywordflow">if</span> (!messageTasks.ContainsKey(providerKvp.Value))</div>
|
|
<div class="line"><a id="l00938" name="l00938"></a><span class="lineno"> 938</span> messageTasks.Add(</div>
|
|
<div class="line"><a id="l00939" name="l00939"></a><span class="lineno"> 939</span> providerKvp.Value,</div>
|
|
<div class="line"><a id="l00940" name="l00940"></a><span class="lineno"> 940</span> providerKvp.Value.NextMessage(cancellationToken));</div>
|
|
<div class="line"><a id="l00941" name="l00941"></a><span class="lineno"> 941</span> </div>
|
|
<div class="line"><a id="l00942" name="l00942"></a><span class="lineno"> 942</span> <span class="keywordflow">if</span> (messageTasks.Count == 0)</div>
|
|
<div class="line"><a id="l00943" name="l00943"></a><span class="lineno"> 943</span> {</div>
|
|
<div class="line"><a id="l00944" name="l00944"></a><span class="lineno"> 944</span> logger.LogTrace(<span class="stringliteral">"No providers active, pausing messsage monitoring..."</span>);</div>
|
|
<div class="line"><a id="l00945" name="l00945"></a><span class="lineno"> 945</span> await updatedTask.WaitAsync(cancellationToken);</div>
|
|
<div class="line"><a id="l00946" name="l00946"></a><span class="lineno"> 946</span> logger.LogTrace(<span class="stringliteral">"Resuming message monitoring..."</span>);</div>
|
|
<div class="line"><a id="l00947" name="l00947"></a><span class="lineno"> 947</span> <span class="keywordflow">continue</span>;</div>
|
|
<div class="line"><a id="l00948" name="l00948"></a><span class="lineno"> 948</span> }</div>
|
|
<div class="line"><a id="l00949" name="l00949"></a><span class="lineno"> 949</span> </div>
|
|
<div class="line"><a id="l00950" name="l00950"></a><span class="lineno"> 950</span> <span class="comment">// wait for a message</span></div>
|
|
<div class="line"><a id="l00951" name="l00951"></a><span class="lineno"> 951</span> await Task.WhenAny(updatedTask, Task.WhenAny(messageTasks.Select(x => x.Value)));</div>
|
|
<div class="line"><a id="l00952" name="l00952"></a><span class="lineno"> 952</span> </div>
|
|
<div class="line"><a id="l00953" name="l00953"></a><span class="lineno"> 953</span> <span class="comment">// process completed ones</span></div>
|
|
<div class="line"><a id="l00954" name="l00954"></a><span class="lineno"> 954</span> <span class="keywordflow">foreach</span> (var completedMessageTaskKvp <span class="keywordflow">in</span> messageTasks.Where(x => x.Value.IsCompleted).ToList())</div>
|
|
<div class="line"><a id="l00955" name="l00955"></a><span class="lineno"> 955</span> {</div>
|
|
<div class="line"><a id="l00956" name="l00956"></a><span class="lineno"> 956</span> var provider = completedMessageTaskKvp.Key;</div>
|
|
<div class="line"><a id="l00957" name="l00957"></a><span class="lineno"> 957</span> messageTasks.Remove(provider);</div>
|
|
<div class="line"><a id="l00958" name="l00958"></a><span class="lineno"> 958</span> </div>
|
|
<div class="line"><a id="l00959" name="l00959"></a><span class="lineno"> 959</span> <span class="keywordflow">if</span> (provider.Disposed) <span class="comment">// valid to receive one, but don't process it</span></div>
|
|
<div class="line"><a id="l00960" name="l00960"></a><span class="lineno"> 960</span> <span class="keywordflow">continue</span>;</div>
|
|
<div class="line"><a id="l00961" name="l00961"></a><span class="lineno"> 961</span> </div>
|
|
<div class="line"><a id="l00962" name="l00962"></a><span class="lineno"> 962</span> var message = await completedMessageTaskKvp.Value;</div>
|
|
<div class="line"><a id="l00963" name="l00963"></a><span class="lineno"> 963</span> var messageNumber = Interlocked.Increment(ref messagesProcessed);</div>
|
|
<div class="line"><a id="l00964" name="l00964"></a><span class="lineno"> 964</span> </div>
|
|
<div class="line"><a id="l00965" name="l00965"></a><span class="lineno"> 965</span> async ValueTask WrapProcessMessage()</div>
|
|
<div class="line"><a id="l00966" name="l00966"></a><span class="lineno"> 966</span> {</div>
|
|
<div class="line"><a id="l00967" name="l00967"></a><span class="lineno"> 967</span> var localActiveProcessingTask = activeProcessingTask;</div>
|
|
<div class="line"><a id="l00968" name="l00968"></a><span class="lineno"> 968</span> <span class="keyword">using</span> (LogContext.PushProperty(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_serilog_context_helper.html">SerilogContextHelper</a>.<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_serilog_context_helper.html#a0193caaad82bc334ee4d5e1976a556c1">ChatMessageIterationContextProperty</a>, messageNumber))</div>
|
|
<div class="line"><a id="l00969" name="l00969"></a><span class="lineno"> 969</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l00970" name="l00970"></a><span class="lineno"> 970</span> {</div>
|
|
<div class="line"><a id="l00971" name="l00971"></a><span class="lineno"> 971</span> await ProcessMessage(provider, message, <span class="keyword">false</span>, cancellationToken);</div>
|
|
<div class="line"><a id="l00972" name="l00972"></a><span class="lineno"> 972</span> }</div>
|
|
<div class="line"><a id="l00973" name="l00973"></a><span class="lineno"> 973</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
|
|
<div class="line"><a id="l00974" name="l00974"></a><span class="lineno"> 974</span> {</div>
|
|
<div class="line"><a id="l00975" name="l00975"></a><span class="lineno"> 975</span> logger.LogError(ex, <span class="stringliteral">"Error processing message {messageNumber}!"</span>, messageNumber);</div>
|
|
<div class="line"><a id="l00976" name="l00976"></a><span class="lineno"> 976</span> }</div>
|
|
<div class="line"><a id="l00977" name="l00977"></a><span class="lineno"> 977</span> </div>
|
|
<div class="line"><a id="l00978" name="l00978"></a><span class="lineno"> 978</span> await localActiveProcessingTask;</div>
|
|
<div class="line"><a id="l00979" name="l00979"></a><span class="lineno"> 979</span> }</div>
|
|
<div class="line"><a id="l00980" name="l00980"></a><span class="lineno"> 980</span> </div>
|
|
<div class="line"><a id="l00981" name="l00981"></a><span class="lineno"> 981</span> activeProcessingTask = WrapProcessMessage();</div>
|
|
<div class="line"><a id="l00982" name="l00982"></a><span class="lineno"> 982</span> }</div>
|
|
<div class="line"><a id="l00983" name="l00983"></a><span class="lineno"> 983</span> }</div>
|
|
<div class="line"><a id="l00984" name="l00984"></a><span class="lineno"> 984</span> }</div>
|
|
<div class="line"><a id="l00985" name="l00985"></a><span class="lineno"> 985</span> <span class="keywordflow">catch</span> (OperationCanceledException ex)</div>
|
|
<div class="line"><a id="l00986" name="l00986"></a><span class="lineno"> 986</span> {</div>
|
|
<div class="line"><a id="l00987" name="l00987"></a><span class="lineno"> 987</span> logger.LogTrace(ex, <span class="stringliteral">"Message processing loop cancelled!"</span>);</div>
|
|
<div class="line"><a id="l00988" name="l00988"></a><span class="lineno"> 988</span> }</div>
|
|
<div class="line"><a id="l00989" name="l00989"></a><span class="lineno"> 989</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> e)</div>
|
|
<div class="line"><a id="l00990" name="l00990"></a><span class="lineno"> 990</span> {</div>
|
|
<div class="line"><a id="l00991" name="l00991"></a><span class="lineno"> 991</span> logger.LogError(e, <span class="stringliteral">"Message loop crashed!"</span>);</div>
|
|
<div class="line"><a id="l00992" name="l00992"></a><span class="lineno"> 992</span> }</div>
|
|
<div class="line"><a id="l00993" name="l00993"></a><span class="lineno"> 993</span> <span class="keywordflow">finally</span></div>
|
|
<div class="line"><a id="l00994" name="l00994"></a><span class="lineno"> 994</span> {</div>
|
|
<div class="line"><a id="l00995" name="l00995"></a><span class="lineno"> 995</span> await activeProcessingTask;</div>
|
|
<div class="line"><a id="l00996" name="l00996"></a><span class="lineno"> 996</span> }</div>
|
|
<div class="line"><a id="l00997" name="l00997"></a><span class="lineno"> 997</span> </div>
|
|
<div class="line"><a id="l00998" name="l00998"></a><span class="lineno"> 998</span> logger.LogTrace(<span class="stringliteral">"Leaving message processing loop"</span>);</div>
|
|
<div class="line"><a id="l00999" name="l00999"></a><span class="lineno"> 999</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l01000" name="l01000"></a><span class="lineno"> 1000</span> </div>
|
|
<div class="foldopen" id="foldopen01009" data-start="{" data-end="}">
|
|
<div class="line"><a id="l01009" name="l01009"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a14df10dd6677ff9fbf9d9d3bdc05c99f"> 1009</a></span> ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a14df10dd6677ff9fbf9d9d3bdc05c99f">SendMessage</a>(IEnumerable<ulong> channelIds, <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html">Message</a>? replyTo, <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html">MessageContent</a> message, CancellationToken cancellationToken)</div>
|
|
<div class="line"><a id="l01010" name="l01010"></a><span class="lineno"> 1010</span> {</div>
|
|
<div class="line"><a id="l01011" name="l01011"></a><span class="lineno"> 1011</span> var channelIdsList = channelIds.ToList();</div>
|
|
<div class="line"><a id="l01012" name="l01012"></a><span class="lineno"> 1012</span> </div>
|
|
<div class="line"><a id="l01013" name="l01013"></a><span class="lineno"> 1013</span> logger.LogTrace(</div>
|
|
<div class="line"><a id="l01014" name="l01014"></a><span class="lineno"> 1014</span> <span class="stringliteral">"Chat send \"{message}\"{embed} to channels: [{channelIdsCommaSeperated}]"</span>,</div>
|
|
<div class="line"><a id="l01015" name="l01015"></a><span class="lineno"> 1015</span> message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html#acc847c3c842120dede3072ddb6e0c0cd">Text</a>,</div>
|
|
<div class="line"><a id="l01016" name="l01016"></a><span class="lineno"> 1016</span> message.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html#a60f2aaeaf7f59e642e62b322bb1bce63">Embed</a> != <span class="keyword">null</span> ? <span class="stringliteral">" (with embed)"</span> : String.Empty,</div>
|
|
<div class="line"><a id="l01017" name="l01017"></a><span class="lineno"> 1017</span> String.Join(<span class="stringliteral">", "</span>, channelIdsList));</div>
|
|
<div class="line"><a id="l01018" name="l01018"></a><span class="lineno"> 1018</span> </div>
|
|
<div class="line"><a id="l01019" name="l01019"></a><span class="lineno"> 1019</span> <span class="keywordflow">if</span> (channelIdsList.Count == 0)</div>
|
|
<div class="line"><a id="l01020" name="l01020"></a><span class="lineno"> 1020</span> <span class="keywordflow">return</span> ValueTask.CompletedTask;</div>
|
|
<div class="line"><a id="l01021" name="l01021"></a><span class="lineno"> 1021</span> </div>
|
|
<div class="line"><a id="l01022" name="l01022"></a><span class="lineno"> 1022</span> <span class="keywordflow">return</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html">ValueTaskExtensions</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html#a58adbd94d764754bd3e6c566a5fe7fe3">WhenAll</a>(</div>
|
|
<div class="line"><a id="l01023" name="l01023"></a><span class="lineno"> 1023</span> channelIdsList.Select(x =></div>
|
|
<div class="line"><a id="l01024" name="l01024"></a><span class="lineno"> 1024</span> {</div>
|
|
<div class="line"><a id="l01025" name="l01025"></a><span class="lineno"> 1025</span> ChannelMapping? channelMapping;</div>
|
|
<div class="line"><a id="l01026" name="l01026"></a><span class="lineno"> 1026</span> lock (mappedChannels)</div>
|
|
<div class="line"><a id="l01027" name="l01027"></a><span class="lineno"> 1027</span> if (!mappedChannels.TryGetValue(x, out channelMapping))</div>
|
|
<div class="line"><a id="l01028" name="l01028"></a><span class="lineno"> 1028</span> return ValueTask.CompletedTask;</div>
|
|
<div class="line"><a id="l01029" name="l01029"></a><span class="lineno"> 1029</span> IProvider? provider;</div>
|
|
<div class="line"><a id="l01030" name="l01030"></a><span class="lineno"> 1030</span> lock (providers)</div>
|
|
<div class="line"><a id="l01031" name="l01031"></a><span class="lineno"> 1031</span> if (!providers.TryGetValue(channelMapping.ProviderId, out provider))</div>
|
|
<div class="line"><a id="l01032" name="l01032"></a><span class="lineno"> 1032</span> return ValueTask.CompletedTask;</div>
|
|
<div class="line"><a id="l01033" name="l01033"></a><span class="lineno"> 1033</span> return provider.SendMessage(replyTo, message, channelMapping.ProviderChannelId, cancellationToken);</div>
|
|
<div class="line"><a id="l01034" name="l01034"></a><span class="lineno"> 1034</span> }));</div>
|
|
<div class="line"><a id="l01035" name="l01035"></a><span class="lineno"> 1035</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l01036" name="l01036"></a><span class="lineno"> 1036</span> </div>
|
|
<div class="foldopen" id="foldopen01041" data-start="{" data-end="}">
|
|
<div class="line"><a id="l01041" name="l01041"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a422e8e55e6988c994b23eaaf16cf0498"> 1041</a></span> async Task <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a422e8e55e6988c994b23eaaf16cf0498">InitialConnection</a>()</div>
|
|
<div class="line"><a id="l01042" name="l01042"></a><span class="lineno"> 1042</span> {</div>
|
|
<div class="line"><a id="l01043" name="l01043"></a><span class="lineno"> 1043</span> await Task.WhenAll(providers.Select(x => x.Value.InitialConnectionJob));</div>
|
|
<div class="line"><a id="l01044" name="l01044"></a><span class="lineno"> 1044</span> logger.LogTrace(<span class="stringliteral">"Initial provider connection task completed"</span>);</div>
|
|
<div class="line"><a id="l01045" name="l01045"></a><span class="lineno"> 1045</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l01046" name="l01046"></a><span class="lineno"> 1046</span> </div>
|
|
<div class="foldopen" id="foldopen01051" data-start="{" data-end="}">
|
|
<div class="line"><a id="l01051" name="l01051"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ab21f39aa8eb74bc4269aa37b378cf85c"> 1051</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ab21f39aa8eb74bc4269aa37b378cf85c">AddMessageTask</a>(Task task)</div>
|
|
<div class="line"><a id="l01052" name="l01052"></a><span class="lineno"> 1052</span> {</div>
|
|
<div class="line"><a id="l01053" name="l01053"></a><span class="lineno"> 1053</span> async Task Wrap(Task originalTask)</div>
|
|
<div class="line"><a id="l01054" name="l01054"></a><span class="lineno"> 1054</span> {</div>
|
|
<div class="line"><a id="l01055" name="l01055"></a><span class="lineno"> 1055</span> await originalTask;</div>
|
|
<div class="line"><a id="l01056" name="l01056"></a><span class="lineno"> 1056</span> <span class="keywordflow">try</span></div>
|
|
<div class="line"><a id="l01057" name="l01057"></a><span class="lineno"> 1057</span> {</div>
|
|
<div class="line"><a id="l01058" name="l01058"></a><span class="lineno"> 1058</span> await task;</div>
|
|
<div class="line"><a id="l01059" name="l01059"></a><span class="lineno"> 1059</span> }</div>
|
|
<div class="line"><a id="l01060" name="l01060"></a><span class="lineno"> 1060</span> <span class="keywordflow">catch</span> (OperationCanceledException ex)</div>
|
|
<div class="line"><a id="l01061" name="l01061"></a><span class="lineno"> 1061</span> {</div>
|
|
<div class="line"><a id="l01062" name="l01062"></a><span class="lineno"> 1062</span> logger.LogDebug(ex, <span class="stringliteral">"Async chat message cancelled!"</span>);</div>
|
|
<div class="line"><a id="l01063" name="l01063"></a><span class="lineno"> 1063</span> }</div>
|
|
<div class="line"><a id="l01064" name="l01064"></a><span class="lineno"> 1064</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
|
|
<div class="line"><a id="l01065" name="l01065"></a><span class="lineno"> 1065</span> {</div>
|
|
<div class="line"><a id="l01066" name="l01066"></a><span class="lineno"> 1066</span> logger.LogError(ex, <span class="stringliteral">"Error in asynchronous chat message!"</span>);</div>
|
|
<div class="line"><a id="l01067" name="l01067"></a><span class="lineno"> 1067</span> }</div>
|
|
<div class="line"><a id="l01068" name="l01068"></a><span class="lineno"> 1068</span> }</div>
|
|
<div class="line"><a id="l01069" name="l01069"></a><span class="lineno"> 1069</span> </div>
|
|
<div class="line"><a id="l01070" name="l01070"></a><span class="lineno"> 1070</span> lock (handlerCts)</div>
|
|
<div class="line"><a id="l01071" name="l01071"></a><span class="lineno"> 1071</span> messageSendTask = Wrap(messageSendTask);</div>
|
|
<div class="line"><a id="l01072" name="l01072"></a><span class="lineno"> 1072</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l01073" name="l01073"></a><span class="lineno"> 1073</span> </div>
|
|
<div class="foldopen" id="foldopen01080" data-start="{" data-end="}">
|
|
<div class="line"><a id="l01080" name="l01080"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a340b673aa6460c8570dc501b18fe0f5e"> 1080</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a340b673aa6460c8570dc501b18fe0f5e">QueueMessageInternal</a>(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html">MessageContent</a> message, Func<IEnumerable<ulong>> channelIdsFactory, <span class="keywordtype">bool</span> waitForConnections)</div>
|
|
<div class="line"><a id="l01081" name="l01081"></a><span class="lineno"> 1081</span> {</div>
|
|
<div class="line"><a id="l01082" name="l01082"></a><span class="lineno"> 1082</span> async Task SendMessageTask()</div>
|
|
<div class="line"><a id="l01083" name="l01083"></a><span class="lineno"> 1083</span> {</div>
|
|
<div class="line"><a id="l01084" name="l01084"></a><span class="lineno"> 1084</span> var cancellationToken = handlerCts.Token;</div>
|
|
<div class="line"><a id="l01085" name="l01085"></a><span class="lineno"> 1085</span> <span class="keywordflow">if</span> (waitForConnections)</div>
|
|
<div class="line"><a id="l01086" name="l01086"></a><span class="lineno"> 1086</span> await initialProviderConnectionsTask!.WaitAsync(cancellationToken);</div>
|
|
<div class="line"><a id="l01087" name="l01087"></a><span class="lineno"> 1087</span> </div>
|
|
<div class="line"><a id="l01088" name="l01088"></a><span class="lineno"> 1088</span> await SendMessage(</div>
|
|
<div class="line"><a id="l01089" name="l01089"></a><span class="lineno"> 1089</span> channelIdsFactory(),</div>
|
|
<div class="line"><a id="l01090" name="l01090"></a><span class="lineno"> 1090</span> <span class="keyword">null</span>,</div>
|
|
<div class="line"><a id="l01091" name="l01091"></a><span class="lineno"> 1091</span> message,</div>
|
|
<div class="line"><a id="l01092" name="l01092"></a><span class="lineno"> 1092</span> cancellationToken);</div>
|
|
<div class="line"><a id="l01093" name="l01093"></a><span class="lineno"> 1093</span> }</div>
|
|
<div class="line"><a id="l01094" name="l01094"></a><span class="lineno"> 1094</span> </div>
|
|
<div class="line"><a id="l01095" name="l01095"></a><span class="lineno"> 1095</span> AddMessageTask(SendMessageTask());</div>
|
|
<div class="line"><a id="l01096" name="l01096"></a><span class="lineno"> 1096</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l01097" name="l01097"></a><span class="lineno"> 1097</span> </div>
|
|
<div class="foldopen" id="foldopen01104" data-start="{" data-end="}">
|
|
<div class="line"><a id="l01104" name="l01104"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a836165c635480d7275788c0563969ebd"> 1104</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a836165c635480d7275788c0563969ebd">QueueMessageGeneric</a>(Predicate<ChannelMapping> channelSelector, <span class="keywordtype">string</span> message, <span class="keywordtype">string</span>? prefix)</div>
|
|
<div class="line"><a id="l01105" name="l01105"></a><span class="lineno"> 1105</span> {</div>
|
|
<div class="line"><a id="l01106" name="l01106"></a><span class="lineno"> 1106</span> ArgumentNullException.ThrowIfNull(message);</div>
|
|
<div class="line"><a id="l01107" name="l01107"></a><span class="lineno"> 1107</span> </div>
|
|
<div class="line"><a id="l01108" name="l01108"></a><span class="lineno"> 1108</span> <span class="keywordflow">if</span> (prefix != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a id="l01109" name="l01109"></a><span class="lineno"> 1109</span> {</div>
|
|
<div class="line"><a id="l01110" name="l01110"></a><span class="lineno"> 1110</span> message = $<span class="stringliteral">"{prefix}: {message}"</span>;</div>
|
|
<div class="line"><a id="l01111" name="l01111"></a><span class="lineno"> 1111</span> }</div>
|
|
<div class="line"><a id="l01112" name="l01112"></a><span class="lineno"> 1112</span> </div>
|
|
<div class="line"><a id="l01113" name="l01113"></a><span class="lineno"> 1113</span> <span class="keywordflow">if</span> (!initialProviderConnectionsTask!.IsCompleted)</div>
|
|
<div class="line"><a id="l01114" name="l01114"></a><span class="lineno"> 1114</span> logger.LogTrace(<span class="stringliteral">"Waiting for initial provider connections before sending chat message..."</span>);</div>
|
|
<div class="line"><a id="l01115" name="l01115"></a><span class="lineno"> 1115</span> </div>
|
|
<div class="line"><a id="l01116" name="l01116"></a><span class="lineno"> 1116</span> <span class="comment">// Reimplementing QueueMessage</span></div>
|
|
<div class="line"><a id="l01117" name="l01117"></a><span class="lineno"> 1117</span> QueueMessageInternal(</div>
|
|
<div class="line"><a id="l01118" name="l01118"></a><span class="lineno"> 1118</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html">MessageContent</a></div>
|
|
<div class="line"><a id="l01119" name="l01119"></a><span class="lineno"> 1119</span> {</div>
|
|
<div class="line"><a id="l01120" name="l01120"></a><span class="lineno"> 1120</span> Text = message,</div>
|
|
<div class="line"><a id="l01121" name="l01121"></a><span class="lineno"> 1121</span> },</div>
|
|
<div class="line"><a id="l01122" name="l01122"></a><span class="lineno"> 1122</span> () =></div>
|
|
<div class="line"><a id="l01123" name="l01123"></a><span class="lineno"> 1123</span> {</div>
|
|
<div class="line"><a id="l01124" name="l01124"></a><span class="lineno"> 1124</span> <span class="comment">// so it doesn't change while we're using it</span></div>
|
|
<div class="line"><a id="l01125" name="l01125"></a><span class="lineno"> 1125</span> lock (mappedChannels)</div>
|
|
<div class="line"><a id="l01126" name="l01126"></a><span class="lineno"> 1126</span> <span class="keywordflow">return</span> mappedChannels.Where(x => channelSelector(x.Value)).Select(x => x.Key).ToList();</div>
|
|
<div class="line"><a id="l01127" name="l01127"></a><span class="lineno"> 1127</span> },</div>
|
|
<div class="line"><a id="l01128" name="l01128"></a><span class="lineno"> 1128</span> <span class="keyword">true</span>);</div>
|
|
<div class="line"><a id="l01129" name="l01129"></a><span class="lineno"> 1129</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l01130" name="l01130"></a><span class="lineno"> 1130</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l01131" name="l01131"></a><span class="lineno"> 1131</span>}</div>
|
|
<div class="ttc" id="aclass_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_engine_version_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_engine_version.html">Tgstation.Server.Api.Models.EngineVersion</a></div><div class="ttdoc">Information about an engine installation.</div><div class="ttdef"><b>Definition</b> <a href="_engine_version_8cs_source.html#l00013">EngineVersion.cs:14</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html">Tgstation.Server.Common.Extensions.ValueTaskExtensions</a></div><div class="ttdoc">Extension methods for the ValueTask and ValueTask<TResult> classes.</div><div class="ttdef"><b>Definition</b> <a href="_value_task_extensions_8cs_source.html#l00011">ValueTaskExtensions.cs:12</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions_html_a58adbd94d764754bd3e6c566a5fe7fe3"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_common_1_1_extensions_1_1_value_task_extensions.html#a58adbd94d764754bd3e6c566a5fe7fe3">Tgstation.Server.Common.Extensions.ValueTaskExtensions.WhenAll</a></div><div class="ttdeci">static async ValueTask WhenAll(IEnumerable< ValueTask > tasks)</div><div class="ttdoc">Fully await a given list of tasks .</div><div class="ttdef"><b>Definition</b> <a href="_value_task_extensions_8cs_source.html#l00099">ValueTaskExtensions.cs:99</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_mapping_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_mapping.html">Tgstation.Server.Host.Components.Chat.ChannelMapping</a></div><div class="ttdoc">Represents a mapping of a ChannelRepresentation.RealId.</div><div class="ttdef"><b>Definition</b> <a href="_channel_mapping_8cs_source.html#l00008">ChannelMapping.cs:9</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation_html_a0d68ca440d98dc89941ef3c5781f2f61"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#a0d68ca440d98dc89941ef3c5781f2f61">Tgstation.Server.Host.Components.Chat.ChannelRepresentation.ConnectionName</a></div><div class="ttdeci">string ConnectionName</div><div class="ttdoc">The name of the connection the ChannelRepresentation belongs to.</div><div class="ttdef"><b>Definition</b> <a href="_channel_representation_8cs_source.html#l00038">ChannelRepresentation.cs:38</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation_html_a5e3306682c350b0cfac4507762b6d8b1"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#a5e3306682c350b0cfac4507762b6d8b1">Tgstation.Server.Host.Components.Chat.ChannelRepresentation.IsAdminChannel</a></div><div class="ttdeci">bool IsAdminChannel</div><div class="ttdoc">If this is considered a channel for admin commands.</div><div class="ttdef"><b>Definition</b> <a href="_channel_representation_8cs_source.html#l00043">ChannelRepresentation.cs:43</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation_html_a983af752bfee4125d2a94370dc128c48"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#a983af752bfee4125d2a94370dc128c48">Tgstation.Server.Host.Components.Chat.ChannelRepresentation.RealId</a></div><div class="ttdeci">ulong RealId</div><div class="ttdoc">The Providers.IProvider channel Id.</div><div class="ttdef"><b>Definition</b> <a href="_channel_representation_8cs_source.html#l00024">ChannelRepresentation.cs:25</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation_html_ac958a992eb0e2afa5555d09538645eac"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_channel_representation.html#ac958a992eb0e2afa5555d09538645eac">Tgstation.Server.Host.Components.Chat.ChannelRepresentation.IsPrivateChannel</a></div><div class="ttdeci">bool IsPrivateChannel</div><div class="ttdoc">If this is a 1-to-1 chat channel.</div><div class="ttdef"><b>Definition</b> <a href="_channel_representation_8cs_source.html#l00048">ChannelRepresentation.cs:48</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html">Tgstation.Server.Host.Components.Chat.ChatManager</a></div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00028">ChatManager.cs:29</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a0b5b0d03d129b21de29dc2c2bbf17edf"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a0b5b0d03d129b21de29dc2c2bbf17edf">Tgstation.Server.Host.Components.Chat.ChatManager.CommonMention</a></div><div class="ttdeci">const string CommonMention</div><div class="ttdoc">The common bot mention.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00033">ChatManager.cs:33</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a0f90df8e6ed21489cc4b57f690f41c7e"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a0f90df8e6ed21489cc4b57f690f41c7e">Tgstation.Server.Host.Components.Chat.ChatManager.messagesProcessed</a></div><div class="ttdeci">long messagesProcessed</div><div class="ttdoc">The number of Messages processed.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00133">ChatManager.cs:133</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a13f4e387e7b5419193b74e1ae3cd0fb5"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a13f4e387e7b5419193b74e1ae3cd0fb5">Tgstation.Server.Host.Components.Chat.ChatManager.providerFactory</a></div><div class="ttdeci">readonly IProviderFactory providerFactory</div><div class="ttdoc">The IProviderFactory for the ChatManager.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00038">ChatManager.cs:38</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a14df10dd6677ff9fbf9d9d3bdc05c99f"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a14df10dd6677ff9fbf9d9d3bdc05c99f">Tgstation.Server.Host.Components.Chat.ChatManager.SendMessage</a></div><div class="ttdeci">ValueTask SendMessage(IEnumerable< ulong > channelIds, Message? replyTo, MessageContent message, CancellationToken cancellationToken)</div><div class="ttdoc">Asynchronously send a given message to a set of channelIds .</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l01009">ChatManager.cs:1009</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a1ac2daf67a09f128290588a5181c88ba"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a1ac2daf67a09f128290588a5181c88ba">Tgstation.Server.Host.Components.Chat.ChatManager.synchronizationLock</a></div><div class="ttdeci">readonly object synchronizationLock</div><div class="ttdoc">Used for various lock statements throughout this class.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00098">ChatManager.cs:98</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a1c0349edb057491d7bb8c03612bc8753"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a1c0349edb057491d7bb8c03612bc8753">Tgstation.Server.Host.Components.Chat.ChatManager.ChatManager</a></div><div class="ttdeci">ChatManager(IProviderFactory providerFactory, ICommandFactory commandFactory, IServerControl serverControl, ILoggerFactory loggerFactory, ILogger< ChatManager > logger, IEnumerable< Models.ChatBot > initialChatBots)</div><div class="ttdoc">Initializes a new instance of the ChatManager class.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00144">ChatManager.cs:144</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a2cd00fcaf7dd3fe543c97bb315bd1837"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a2cd00fcaf7dd3fe543c97bb315bd1837">Tgstation.Server.Host.Components.Chat.ChatManager.initialProviderConnectionsTask</a></div><div class="ttdeci">Task? initialProviderConnectionsTask</div><div class="ttdoc">A Task that represents the IProviders initial connection.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00113">ChatManager.cs:113</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a3042b37389548f8b8a969bdd7128a783"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3042b37389548f8b8a969bdd7128a783">Tgstation.Server.Host.Components.Chat.ChatManager.HandleRestart</a></div><div class="ttdeci">ValueTask HandleRestart(Version? updateVersion, bool handlerMayDelayShutdownWithExtremelyLongRunningTasks, CancellationToken cancellationToken)</div><div class="ttdoc">Handle a restart of the server.A ValueTask representing the running operation.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00576">ChatManager.cs:576</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a340b673aa6460c8570dc501b18fe0f5e"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a340b673aa6460c8570dc501b18fe0f5e">Tgstation.Server.Host.Components.Chat.ChatManager.QueueMessageInternal</a></div><div class="ttdeci">void QueueMessageInternal(MessageContent message, Func< IEnumerable< ulong > > channelIdsFactory, bool waitForConnections)</div><div class="ttdoc">Adds a given message to the send queue.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l01080">ChatManager.cs:1080</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a3ca52a2da0df3c6f05614dc8e87a4ec0"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a3ca52a2da0df3c6f05614dc8e87a4ec0">Tgstation.Server.Host.Components.Chat.ChatManager.activeChatBots</a></div><div class="ttdeci">readonly List< Models.ChatBot > activeChatBots</div><div class="ttdoc">The active Models.ChatBot for the ChatManager.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00088">ChatManager.cs:88</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a422e8e55e6988c994b23eaaf16cf0498"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a422e8e55e6988c994b23eaaf16cf0498">Tgstation.Server.Host.Components.Chat.ChatManager.InitialConnection</a></div><div class="ttdeci">async Task InitialConnection()</div><div class="ttdoc">Aggregate all IProvider.InitialConnectionJobs into one <sse cref="Task">.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l01041">ChatManager.cs:1041</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a4487a7f0841824a78272233a9f30262c"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4487a7f0841824a78272233a9f30262c">Tgstation.Server.Host.Components.Chat.ChatManager.RemapProvider</a></div><div class="ttdeci">async ValueTask RemapProvider(IProvider provider, CancellationToken cancellationToken)</div><div class="ttdoc">Remap the channels for a given provider .</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00647">ChatManager.cs:647</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a469bab0c686f2aa640069bae4a1a0055"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a469bab0c686f2aa640069bae4a1a0055">Tgstation.Server.Host.Components.Chat.ChatManager.ProcessMessage</a></div><div class="ttdeci">async ValueTask ProcessMessage(IProvider provider, Message? message, bool recursed, CancellationToken cancellationToken)</div><div class="ttdoc">Processes a message .</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00671">ChatManager.cs:671</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a4cad1103e8e6752fa1772016effff937"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a4cad1103e8e6752fa1772016effff937">Tgstation.Server.Host.Components.Chat.ChatManager.providers</a></div><div class="ttdeci">readonly Dictionary< long, IProvider > providers</div><div class="ttdoc">Map of IProviders in use, keyed by ChatBotSettings EntityId.Id.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00068">ChatManager.cs:68</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a530e8ef5a58711a9c6744021df74afb2"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a530e8ef5a58711a9c6744021df74afb2">Tgstation.Server.Host.Components.Chat.ChatManager.MonitorMessages</a></div><div class="ttdeci">async Task MonitorMessages(CancellationToken cancellationToken)</div><div class="ttdoc">Monitors active providers for new Messages.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00916">ChatManager.cs:916</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a537b7a1db9aa8fab1de0dfb4587b2b3b"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a537b7a1db9aa8fab1de0dfb4587b2b3b">Tgstation.Server.Host.Components.Chat.ChatManager.customCommandHandler</a></div><div class="ttdeci">ICustomCommandHandler? customCommandHandler</div><div class="ttdoc">The ICustomCommandHandler for the ChangeChannels(long, IEnumerable<Models.ChatChannel>,...</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00103">ChatManager.cs:103</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a627c57e5a0a6cc6f52a9f7f09cfa5694"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a627c57e5a0a6cc6f52a9f7f09cfa5694">Tgstation.Server.Host.Components.Chat.ChatManager.ChangeChannels</a></div><div class="ttdeci">async ValueTask ChangeChannels(long connectionId, IEnumerable< Models.ChatChannel > newChannels, CancellationToken cancellationToken)</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00191">ChatManager.cs:191</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a69d25612b62368e0fb9ac204987ed7b6"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a69d25612b62368e0fb9ac204987ed7b6">Tgstation.Server.Host.Components.Chat.ChatManager.builtinCommands</a></div><div class="ttdeci">readonly Dictionary< string, ICommand > builtinCommands</div><div class="ttdoc">Unchanging ICommands in the ChatManager mapped by ICommand.Name.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00063">ChatManager.cs:63</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a6df490e4067fe694af10379fb56a7a25"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a6df490e4067fe694af10379fb56a7a25">Tgstation.Server.Host.Components.Chat.ChatManager.QueueMessage</a></div><div class="ttdeci">void QueueMessage(MessageContent message, IEnumerable< ulong > channelIds)</div><div class="ttdoc">Queue a chat message to a given set of channelIds .</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00344">ChatManager.cs:344</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a76009f2ea5bcdd632cd599fc3857ac96"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a76009f2ea5bcdd632cd599fc3857ac96">Tgstation.Server.Host.Components.Chat.ChatManager.loggerFactory</a></div><div class="ttdeci">readonly ILoggerFactory loggerFactory</div><div class="ttdoc">The ILoggerFactory for the ChatManager.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00053">ChatManager.cs:53</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a836165c635480d7275788c0563969ebd"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a836165c635480d7275788c0563969ebd">Tgstation.Server.Host.Components.Chat.ChatManager.QueueMessageGeneric</a></div><div class="ttdeci">void QueueMessageGeneric(Predicate< ChannelMapping > channelSelector, string message, string? prefix)</div><div class="ttdoc">Queues a message to a selected set of ChannelMappings.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l01104">ChatManager.cs:1104</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a8537715fb809f78e49b1497bcd82849e"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a8537715fb809f78e49b1497bcd82849e">Tgstation.Server.Host.Components.Chat.ChatManager.messageSendTask</a></div><div class="ttdeci">Task messageSendTask</div><div class="ttdoc">A Task that represents all sent messages.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00118">ChatManager.cs:118</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a87f1fd43fb31e2681bd1852ae7bf7ae8"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a87f1fd43fb31e2681bd1852ae7bf7ae8">Tgstation.Server.Host.Components.Chat.ChatManager.chatHandler</a></div><div class="ttdeci">Task? chatHandler</div><div class="ttdoc">The Task that monitors incoming chat messages.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00108">ChatManager.cs:108</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a8d3eb0ce3398090f2f26241f515845fb"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a8d3eb0ce3398090f2f26241f515845fb">Tgstation.Server.Host.Components.Chat.ChatManager.ChangeSettings</a></div><div class="ttdeci">async ValueTask ChangeSettings(Models.ChatBot newSettings, CancellationToken cancellationToken)</div><div class="ttdoc">Change chat settings. If the Api.Models.EntityId.Id is not currently in use, a new connection will be...</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00281">ChatManager.cs:281</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_a9f8c4d78e74aa61eb4aaa13cc1a88bbf"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#a9f8c4d78e74aa61eb4aaa13cc1a88bbf">Tgstation.Server.Host.Components.Chat.ChatManager.channelIdCounter</a></div><div class="ttdeci">ulong channelIdCounter</div><div class="ttdoc">Used for remapping ChannelRepresentation.RealIds.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00128">ChatManager.cs:128</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_aa6a9c74750f2d7681b3e2f2a2913d0b3"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#aa6a9c74750f2d7681b3e2f2a2913d0b3">Tgstation.Server.Host.Components.Chat.ChatManager.commandFactory</a></div><div class="ttdeci">readonly ICommandFactory commandFactory</div><div class="ttdoc">The ICommandFactory for the ChatManager.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00043">ChatManager.cs:43</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_aadf2ea0ffdbf567ac24cc5c45f6f66b6"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#aadf2ea0ffdbf567ac24cc5c45f6f66b6">Tgstation.Server.Host.Components.Chat.ChatManager.CreateTrackingContext</a></div><div class="ttdeci">IChatTrackingContext CreateTrackingContext()</div><div class="ttdoc">Start tracking Commands.CustomCommands and ChannelRepresentations.A new IChatTrackingContext.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00477">ChatManager.cs:477</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_ab21f39aa8eb74bc4269aa37b378cf85c"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ab21f39aa8eb74bc4269aa37b378cf85c">Tgstation.Server.Host.Components.Chat.ChatManager.AddMessageTask</a></div><div class="ttdeci">void AddMessageTask(Task task)</div><div class="ttdoc">Adds a given task to messageSendTask.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l01051">ChatManager.cs:1051</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_abc0dda9d12fd94b299931aaa8d4aa8bd"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abc0dda9d12fd94b299931aaa8d4aa8bd">Tgstation.Server.Host.Components.Chat.ChatManager.logger</a></div><div class="ttdeci">readonly ILogger< ChatManager > logger</div><div class="ttdoc">The ILogger for the ChatManager.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00058">ChatManager.cs:58</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_abef5c8cc20c6ed55f7393272cc5e5cbe"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abef5c8cc20c6ed55f7393272cc5e5cbe">Tgstation.Server.Host.Components.Chat.ChatManager.changeChannelSemaphores</a></div><div class="ttdeci">readonly ConcurrentDictionary< long, SemaphoreSlim > changeChannelSemaphores</div><div class="ttdoc">Map of SemaphoreSlims used to guard concurrent access to ChangeChannels(long, IEnumerable<Models....</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00073">ChatManager.cs:73</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_abfeeda769513379f2ea42a15e2ab8d6e"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#abfeeda769513379f2ea42a15e2ab8d6e">Tgstation.Server.Host.Components.Chat.ChatManager.QueueRawDeploymentMessage</a></div><div class="ttdeci">void QueueRawDeploymentMessage(string message)</div><div class="ttdoc">Queue a chat message to configured deployment channels.</div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_ac0bd122a06d9a590adc983b3aedc7417"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ac0bd122a06d9a590adc983b3aedc7417">Tgstation.Server.Host.Components.Chat.ChatManager.DisposeAsync</a></div><div class="ttdeci">async ValueTask DisposeAsync()</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00176">ChatManager.cs:176</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_ac3dec357800cfc9a526c82d61fe99803"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ac3dec357800cfc9a526c82d61fe99803">Tgstation.Server.Host.Components.Chat.ChatManager.restartRegistration</a></div><div class="ttdeci">readonly IRestartRegistration restartRegistration</div><div class="ttdoc">The IRestartRegistration for the ChatManager.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00048">ChatManager.cs:48</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_acd8b6d211bb278105cc10f3a483362f6"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#acd8b6d211bb278105cc10f3a483362f6">Tgstation.Server.Host.Components.Chat.ChatManager.QueueWatchdogMessage</a></div><div class="ttdeci">void QueueWatchdogMessage(string message)</div><div class="ttdoc">Queue a chat message to configured watchdog channels.</div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_adc4749cb2a207e472c9fac07cf56e981"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#adc4749cb2a207e472c9fac07cf56e981">Tgstation.Server.Host.Components.Chat.ChatManager.handlerCts</a></div><div class="ttdeci">readonly CancellationTokenSource handlerCts</div><div class="ttdoc">The CancellationTokenSource for chatHandler.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00093">ChatManager.cs:93</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_ae189d33da50a0791f4caf35fa3eb2567"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae189d33da50a0791f4caf35fa3eb2567">Tgstation.Server.Host.Components.Chat.ChatManager.StartAsync</a></div><div class="ttdeci">async Task StartAsync(CancellationToken cancellationToken)</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00456">ChatManager.cs:456</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_ae1b556bac2bf1a08d0eef0fd76297dc4"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae1b556bac2bf1a08d0eef0fd76297dc4">Tgstation.Server.Host.Components.Chat.ChatManager.RegisterCommandHandler</a></div><div class="ttdeci">void RegisterCommandHandler(ICustomCommandHandler customCommandHandler)</div><div class="ttdoc">Registers a customCommandHandler to use.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00533">ChatManager.cs:533</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_ae24bfda149bf5a3080399529e7ef299c"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae24bfda149bf5a3080399529e7ef299c">Tgstation.Server.Host.Components.Chat.ChatManager.connectionsUpdated</a></div><div class="ttdeci">TaskCompletionSource connectionsUpdated</div><div class="ttdoc">The TaskCompletionSource that completes when ChatBotSettingss change.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00123">ChatManager.cs:123</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_ae2f686caab499a7d4ff36174d99a81e7"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae2f686caab499a7d4ff36174d99a81e7">Tgstation.Server.Host.Components.Chat.ChatManager.UpdateTrackingContexts</a></div><div class="ttdeci">async ValueTask UpdateTrackingContexts(CancellationToken cancellationToken)</div><div class="ttdoc">Force an update with the active channels on all active IChatTrackingContexts.A ValueTask representing...</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00501">ChatManager.cs:501</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_ae8f42e9fc59f0aa9d70de26a4b6600b7"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#ae8f42e9fc59f0aa9d70de26a4b6600b7">Tgstation.Server.Host.Components.Chat.ChatManager.DeleteConnection</a></div><div class="ttdeci">async Task DeleteConnection(long connectionId, CancellationToken cancellationToken)</div><div class="ttdoc">Disconnects and deletes a given connection.A Task representing the running operation.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00541">ChatManager.cs:541</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_af41ce2b0c652e320dfeedb42d3d93d3d"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af41ce2b0c652e320dfeedb42d3d93d3d">Tgstation.Server.Host.Components.Chat.ChatManager.QueueDeploymentMessage</a></div><div class="ttdeci">Func< string?, string, Action< bool > > QueueDeploymentMessage(Models.RevisionInformation revisionInformation, Models.RevisionInformation? previousRevisionInformation, EngineVersion engineVersion, DateTimeOffset? estimatedCompletionTime, string? gitHubOwner, string? gitHubRepo, bool localCommitPushed)</div><div class="ttdoc">Send the message for a deployment to configured deployment channels.A Func<T1, T2,...</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00361">ChatManager.cs:361</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_af46a3f4845f2190ea2c22af33e233c31"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af46a3f4845f2190ea2c22af33e233c31">Tgstation.Server.Host.Components.Chat.ChatManager.RemoveProviderChannels</a></div><div class="ttdeci">async ValueTask< IProvider?> RemoveProviderChannels(long connectionId, bool removeProvider, CancellationToken cancellationToken)</div><div class="ttdoc">Remove a IProvider from mappedChannels optionally removing the provider itself from providers and upd...</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00605">ChatManager.cs:605</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_af798c33e00b6fbbf046c8459cfd06eab"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af798c33e00b6fbbf046c8459cfd06eab">Tgstation.Server.Host.Components.Chat.ChatManager.StopAsync</a></div><div class="ttdeci">async Task StopAsync(CancellationToken cancellationToken)</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00467">ChatManager.cs:467</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_af98ea12e0c98e5cc3815d59cace7567a"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#af98ea12e0c98e5cc3815d59cace7567a">Tgstation.Server.Host.Components.Chat.ChatManager.trackingContexts</a></div><div class="ttdeci">readonly List< IChatTrackingContext > trackingContexts</div><div class="ttdoc">The active IChatTrackingContexts for the ChatManager.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00083">ChatManager.cs:83</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager_html_affabd2c8c6dccbfc92ab509c9405b88b"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_manager.html#affabd2c8c6dccbfc92ab509c9405b88b">Tgstation.Server.Host.Components.Chat.ChatManager.mappedChannels</a></div><div class="ttdeci">readonly Dictionary< ulong, ChannelMapping > mappedChannels</div><div class="ttdoc">Map of ChannelRepresentation.RealIds to ChannelMappings.</div><div class="ttdef"><b>Definition</b> <a href="_chat_manager_8cs_source.html#l00078">ChatManager.cs:78</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_tracking_context_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_tracking_context.html">Tgstation.Server.Host.Components.Chat.ChatTrackingContext</a></div><div class="ttdef"><b>Definition</b> <a href="_chat_tracking_context_8cs_source.html#l00015">ChatTrackingContext.cs:16</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user_html_a73318a0ed859219085f4e1496ee5c9ee"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#a73318a0ed859219085f4e1496ee5c9ee">Tgstation.Server.Host.Components.Chat.ChatUser.FriendlyName</a></div><div class="ttdeci">string FriendlyName</div><div class="ttdoc">The friendly name of the user.</div><div class="ttdef"><b>Definition</b> <a href="_chat_user_8cs_source.html#l00031">ChatUser.cs:31</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user_html_ae11079589a9c5466c125247cba0e3ec4"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae11079589a9c5466c125247cba0e3ec4">Tgstation.Server.Host.Components.Chat.ChatUser.RealId</a></div><div class="ttdeci">ulong RealId</div><div class="ttdoc">The internal user id.</div><div class="ttdef"><b>Definition</b> <a href="_chat_user_8cs_source.html#l00022">ChatUser.cs:23</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user_html_ae40aff12bbf1b190b66a8f8f274dbdba"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_chat_user.html#ae40aff12bbf1b190b66a8f8f274dbdba">Tgstation.Server.Host.Components.Chat.ChatUser.Channel</a></div><div class="ttdeci">ChannelRepresentation Channel</div><div class="ttdoc">The ChannelRepresentation the user spoke from.</div><div class="ttdef"><b>Definition</b> <a href="_chat_user_8cs_source.html#l00041">ChatUser.cs:41</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html">Tgstation.Server.Host.Components.Chat.Providers.Message</a></div><div class="ttdoc">Represents a message received by a IProvider.</div><div class="ttdef"><b>Definition</b> <a href="_message_8cs_source.html#l00008">Message.cs:9</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message_html_a3a4a159c1b7b4ff0a163f4bb29ea4844"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a3a4a159c1b7b4ff0a163f4bb29ea4844">Tgstation.Server.Host.Components.Chat.Providers.Message.Content</a></div><div class="ttdeci">string Content</div><div class="ttdoc">The text of the message.</div><div class="ttdef"><b>Definition</b> <a href="_message_8cs_source.html#l00013">Message.cs:13</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message_html_a92a51d88c16a6182343cb66e36f3bf89"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89">Tgstation.Server.Host.Components.Chat.Providers.Message.User</a></div><div class="ttdeci">ChatUser User</div><div class="ttdoc">The ChatUser who sent the Message.</div><div class="ttdef"><b>Definition</b> <a href="_message_8cs_source.html#l00018">Message.cs:18</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html">Tgstation.Server.Host.Components.Interop.MessageContent</a></div><div class="ttdoc">Represents a message to send to a chat provider.</div><div class="ttdef"><b>Definition</b> <a href="_message_content_8cs_source.html#l00006">MessageContent.cs:7</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content_html_a60f2aaeaf7f59e642e62b322bb1bce63"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html#a60f2aaeaf7f59e642e62b322bb1bce63">Tgstation.Server.Host.Components.Interop.MessageContent.Embed</a></div><div class="ttdeci">ChatEmbed? Embed</div><div class="ttdoc">The ChatEmbed.</div><div class="ttdef"><b>Definition</b> <a href="_message_content_8cs_source.html#l00016">MessageContent.cs:16</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content_html_acc847c3c842120dede3072ddb6e0c0cd"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_message_content.html#acc847c3c842120dede3072ddb6e0c0cd">Tgstation.Server.Host.Components.Interop.MessageContent.Text</a></div><div class="ttdeci">string? Text</div><div class="ttdoc">The message string.</div><div class="ttdef"><b>Definition</b> <a href="_message_content_8cs_source.html#l00011">MessageContent.cs:11</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html">Tgstation.Server.Host.Utils.SemaphoreSlimContext</a></div><div class="ttdoc">Async lock context helper.</div><div class="ttdef"><b>Definition</b> <a href="_semaphore_slim_context_8cs_source.html#l00012">SemaphoreSlimContext.cs:13</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context_html_abeb1f086e2752f6f9a4d3d175a4392af"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html#abeb1f086e2752f6f9a4d3d175a4392af">Tgstation.Server.Host.Utils.SemaphoreSlimContext.Lock</a></div><div class="ttdeci">static async ValueTask< SemaphoreSlimContext > Lock(SemaphoreSlim semaphore, CancellationToken cancellationToken, ILogger? logger=null)</div><div class="ttdoc">Asyncronously locks a semaphore .</div><div class="ttdef"><b>Definition</b> <a href="_semaphore_slim_context_8cs_source.html#l00021">SemaphoreSlimContext.cs:21</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_serilog_context_helper_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_serilog_context_helper.html">Tgstation.Server.Host.Utils.SerilogContextHelper</a></div><div class="ttdoc">Helpers for manipulating the Serilog.Context.LogContext.</div><div class="ttdef"><b>Definition</b> <a href="_serilog_context_helper_8cs_source.html#l00006">SerilogContextHelper.cs:7</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_serilog_context_helper_html_a0193caaad82bc334ee4d5e1976a556c1"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_serilog_context_helper.html#a0193caaad82bc334ee4d5e1976a556c1">Tgstation.Server.Host.Utils.SerilogContextHelper.ChatMessageIterationContextProperty</a></div><div class="ttdeci">const string ChatMessageIterationContextProperty</div><div class="ttdoc">The Serilog.Context.LogContext property name for the ID of the chat message currently being processed...</div><div class="ttdef"><b>Definition</b> <a href="_serilog_context_helper_8cs_source.html#l00041">SerilogContextHelper.cs:41</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands_1_1_i_command_factory_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands_1_1_i_command_factory.html">Tgstation.Server.Host.Components.Chat.Commands.ICommandFactory</a></div><div class="ttdoc">Factory for built in ICommands.</div><div class="ttdef"><b>Definition</b> <a href="_i_command_factory_8cs_source.html#l00008">ICommandFactory.cs:9</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands_1_1_i_command_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands_1_1_i_command.html">Tgstation.Server.Host.Components.Chat.Commands.ICommand</a></div><div class="ttdoc">Represents a command that can be invoked by talking to chat bots.</div><div class="ttdef"><b>Definition</b> <a href="_i_command_8cs_source.html#l00011">ICommand.cs:12</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_channel_sink_html_a0a3e498cc9efaf16adabea814bdae5b7"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_channel_sink.html#a0a3e498cc9efaf16adabea814bdae5b7">Tgstation.Server.Host.Components.Chat.IChannelSink.UpdateChannels</a></div><div class="ttdeci">ValueTask UpdateChannels(IEnumerable< ChannelRepresentation > newChannels, CancellationToken cancellationToken)</div><div class="ttdoc">Called when newChannels are set.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html">Tgstation.Server.Host.Components.Chat.IChatManager</a></div><div class="ttdoc">For managing connected chat services.</div><div class="ttdef"><b>Definition</b> <a href="_i_chat_manager_8cs_source.html#l00014">IChatManager.cs:15</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_tracking_context_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_tracking_context.html">Tgstation.Server.Host.Components.Chat.IChatTrackingContext</a></div><div class="ttdoc">Represents a tracking of dynamic chat json files.</div><div class="ttdef"><b>Definition</b> <a href="_i_chat_tracking_context_8cs_source.html#l00011">IChatTrackingContext.cs:12</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_custom_command_handler_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_custom_command_handler.html">Tgstation.Server.Host.Components.Chat.ICustomCommandHandler</a></div><div class="ttdoc">Handles Commands.ICommands that map to those defined in a IChatTrackingContext.</div><div class="ttdef"><b>Definition</b> <a href="_i_custom_command_handler_8cs_source.html#l00011">ICustomCommandHandler.cs:12</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider_factory_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider_factory.html">Tgstation.Server.Host.Components.Chat.Providers.IProviderFactory</a></div><div class="ttdoc">Factory for IProviders.</div><div class="ttdef"><b>Definition</b> <a href="_i_provider_factory_8cs_source.html#l00008">IProviderFactory.cs:9</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider_factory_html_a4250fc0dc09258c391507fbf29977758"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider_factory.html#a4250fc0dc09258c391507fbf29977758">Tgstation.Server.Host.Components.Chat.Providers.IProviderFactory.CreateProvider</a></div><div class="ttdeci">IProvider CreateProvider(ChatBot settings)</div><div class="ttdoc">Create a IProvider.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider.html">Tgstation.Server.Host.Components.Chat.Providers.IProvider</a></div><div class="ttdoc">For interacting with a chat service.</div><div class="ttdef"><b>Definition</b> <a href="_i_provider_8cs_source.html#l00015">IProvider.cs:16</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider_html_a781f872cb8143fe3ff92f3cc8d0d5abb"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider.html#a781f872cb8143fe3ff92f3cc8d0d5abb">Tgstation.Server.Host.Components.Chat.Providers.IProvider.BotMention</a></div><div class="ttdeci">string BotMention</div><div class="ttdoc">The string that indicates the IProvider was mentioned.</div><div class="ttdef"><b>Definition</b> <a href="_i_provider_8cs_source.html#l00030">IProvider.cs:30</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider_html_acc07a6bfb2fbb35243aa1e147d92dd87"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_i_provider.html#acc07a6bfb2fbb35243aa1e147d92dd87">Tgstation.Server.Host.Components.Chat.Providers.IProvider.Connected</a></div><div class="ttdeci">bool Connected</div><div class="ttdoc">If the IProvider is currently connected.</div><div class="ttdef"><b>Definition</b> <a href="_i_provider_8cs_source.html#l00020">IProvider.cs:20</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_handler_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_handler.html">Tgstation.Server.Host.Core.IRestartHandler</a></div><div class="ttdoc">Handler for server restarts.</div><div class="ttdef"><b>Definition</b> <a href="_i_restart_handler_8cs_source.html#l00010">IRestartHandler.cs:11</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_registration_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_registration.html">Tgstation.Server.Host.Core.IRestartRegistration</a></div><div class="ttdoc">Represents the lifetime of a IRestartHandler registration.</div><div class="ttdef"><b>Definition</b> <a href="_i_restart_registration_8cs_source.html#l00008">IRestartRegistration.cs:9</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html">Tgstation.Server.Host.Core.IServerControl</a></div><div class="ttdoc">Represents a service that may take an updated Host assembly and run it, stopping the current assembly...</div><div class="ttdef"><b>Definition</b> <a href="_i_server_control_8cs_source.html#l00009">IServerControl.cs:10</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control_html_a35728d66030addfd5551351b8c6db942"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html#a35728d66030addfd5551351b8c6db942">Tgstation.Server.Host.Core.IServerControl.RegisterForRestart</a></div><div class="ttdeci">IRestartRegistration RegisterForRestart(IRestartHandler handler)</div><div class="ttdoc">Register a given handler to run before stopping the server for a restart.</div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal.html">Tgstation.Server.Api.Models.Internal</a></div><div class="ttdef"><b>Definition</b> <a href="_chat_bot_api_base_8cs_source.html#l00005">ChatBotApiBase.cs:6</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Tgstation.Server.Api.Models</a></div><div class="ttdef"><b>Definition</b> <a href="_tgstation_8_server_8_api_2_models_2_chat_channel_8cs_source.html#l00005">ChatChannel.cs:6</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_common_1_1_extensions_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_common_1_1_extensions.html">Tgstation.Server.Common.Extensions</a></div><div class="ttdef"><b>Definition</b> <a href="_value_task_extensions_8cs_source.html#l00006">ValueTaskExtensions.cs:7</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_commands.html">Tgstation.Server.Host.Components.Chat.Commands</a></div><div class="ttdef"><b>Definition</b> <a href="_command_factory_8cs_source.html#l00011">CommandFactory.cs:12</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers.html">Tgstation.Server.Host.Components.Chat.Providers</a></div><div class="ttdef"><b>Definition</b> <a href="_discord_forwarding_responder_8cs_source.html#l00009">DiscordForwardingResponder.cs:10</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat.html">Tgstation.Server.Host.Components.Chat</a></div><div class="ttdef"><b>Definition</b> <a href="_channel_mapping_8cs_source.html#l00003">ChannelMapping.cs:4</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop.html">Tgstation.Server.Host.Components.Interop</a></div><div class="ttdef"><b>Definition</b> <a href="_bridge_command_type_8cs_source.html#l00001">BridgeCommandType.cs:2</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_core_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_core.html">Tgstation.Server.Host.Core</a></div><div class="ttdef"><b>Definition</b> <a href="_command_pipe_manager_8cs_source.html#l00016">CommandPipeManager.cs:17</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_utils_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_utils.html">Tgstation.Server.Host.Utils</a></div><div class="ttdef"><b>Definition</b> <a href="_graph_q_l_git_lab_client_8cs_source.html#l00006">GraphQLGitLabClient.cs:7</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|