Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed May 21, 2024
1 parent ebc3757 commit 78cbe50
Show file tree
Hide file tree
Showing 120 changed files with 2,192 additions and 515 deletions.
10 changes: 8 additions & 2 deletions .build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
EpochtalkServer.Auth.Guardian.Plug.html
EpochtalkServer.Auth.Guardian.html
EpochtalkServer.Cache.Role.html
EpochtalkServer.ConfigServer.html
EpochtalkServer.Mailer.html
EpochtalkServer.Models.AutoModeration.html
EpochtalkServer.Models.Ban.html
Expand All @@ -12,6 +13,7 @@ EpochtalkServer.Models.BoardMapping.html
EpochtalkServer.Models.BoardModerator.html
EpochtalkServer.Models.Category.html
EpochtalkServer.Models.Configuration.html
EpochtalkServer.Models.ImageReference.html
EpochtalkServer.Models.Invitation.html
EpochtalkServer.Models.Mention.html
EpochtalkServer.Models.MentionIgnored.html
Expand Down Expand Up @@ -45,8 +47,10 @@ EpochtalkServer.Models.UserIp.html
EpochtalkServer.Models.UserThreadView.html
EpochtalkServer.Models.WatchBoard.html
EpochtalkServer.Models.WatchThread.html
EpochtalkServer.RateLimiter.html
EpochtalkServer.Regex.html
EpochtalkServer.Repo.html
EpochtalkServer.S3.html
EpochtalkServer.Session.html
EpochtalkServer.Validators.NaiveDateTime.html
EpochtalkServer.html
Expand All @@ -57,6 +61,8 @@ EpochtalkServerWeb.Controllers.BreadcrumbJSON.html
EpochtalkServerWeb.Controllers.Configuration.html
EpochtalkServerWeb.Controllers.ConfigurationJS.html
EpochtalkServerWeb.Controllers.ErrorJSON.html
EpochtalkServerWeb.Controllers.ImageReference.html
EpochtalkServerWeb.Controllers.ImageReferenceJSON.html
EpochtalkServerWeb.Controllers.Mention.html
EpochtalkServerWeb.Controllers.MentionJSON.html
EpochtalkServerWeb.Controllers.ModerationLog.html
Expand Down Expand Up @@ -132,7 +138,7 @@ dist/merriweather-latin-ext-300-normal-K6L27CZ5.woff2
dist/merriweather-vietnamese-300-italic-EHHNZPUO.woff2
dist/merriweather-vietnamese-300-normal-U376L4Z4.woff2
dist/remixicon-NKANDIL5.woff2
dist/search_items-067FC22F.js
dist/sidebar_items-83B69DB5.js
dist/search_items-6C42E028.js
dist/sidebar_items-8BA6EE3E.js
index.html
search.html
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-XWGFFSCD.js"></script>
<script src="dist/sidebar_items-83B69DB5.js"></script>
<script src="dist/sidebar_items-8BA6EE3E.js"></script>

<script src="docs_config.js"></script>

Expand Down
6 changes: 3 additions & 3 deletions EpochtalkServer.Auth.Guardian.Plug.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-XWGFFSCD.js"></script>
<script src="dist/sidebar_items-83B69DB5.js"></script>
<script src="dist/sidebar_items-8BA6EE3E.js"></script>

<script src="docs_config.js"></script>

Expand Down Expand Up @@ -478,11 +478,11 @@ <h1 class="signature" translate="no">remember_me_from_token(conn, token, claims
<div class="specs">

<pre translate="no"><span class="attribute">@spec</span> remember_me_from_token(
<a href="https://hexdocs.pm/plug/1.15.3/Plug.Conn.html#t:t/0">Plug.Conn.t</a>(),
<a href="https://hexdocs.pm/plug/1.16.0/Plug.Conn.html#t:t/0">Plug.Conn.t</a>(),
<a href="https://hexdocs.pm/guardian/2.3.2/Guardian.Token.html#t:token/0">Guardian.Token.token</a>(),
<a href="https://hexdocs.pm/guardian/2.3.2/Guardian.Token.html#t:claims/0">Guardian.Token.claims</a>(),
<a href="https://hexdocs.pm/guardian/2.3.2/Guardian.html#t:options/0">Guardian.options</a>()
) :: <a href="https://hexdocs.pm/plug/1.15.3/Plug.Conn.html#t:t/0">Plug.Conn.t</a>()</pre>
) :: <a href="https://hexdocs.pm/plug/1.16.0/Plug.Conn.html#t:t/0">Plug.Conn.t</a>()</pre>

</div>

Expand Down
34 changes: 17 additions & 17 deletions EpochtalkServer.Auth.Guardian.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion EpochtalkServer.Cache.Role.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-XWGFFSCD.js"></script>
<script src="dist/sidebar_items-83B69DB5.js"></script>
<script src="dist/sidebar_items-8BA6EE3E.js"></script>

<script src="docs_config.js"></script>

Expand Down
258 changes: 258 additions & 0 deletions EpochtalkServer.ConfigServer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,258 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.29.4">
<meta name="project" content="epochtalk_server v0.1.0">

<title>EpochtalkServer.ConfigServer — epochtalk_server v0.1.0</title>
<link rel="stylesheet" href="dist/html-elixir-HHVY3JYD.css" />


<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-XWGFFSCD.js"></script>
<script src="dist/sidebar_items-8BA6EE3E.js"></script>

<script src="docs_config.js"></script>

<script async src="dist/html-JDI3AVDD.js"></script>


</head>
<body data-type="modules" class="page-module">
<script>

try {
var settings = JSON.parse(localStorage.getItem('ex_doc:settings') || '{}');

if (settings.theme === 'dark' ||
((settings.theme === 'system' || settings.theme == null) &&
window.matchMedia('(prefers-color-scheme: dark)').matches)
) {
document.body.classList.add('dark')
}
} catch (error) { }
</script>

<div class="main">

<button class="sidebar-button sidebar-toggle" aria-label="toggle sidebar">
<i class="ri-menu-line ri-lg" title="Collapse/expand sidebar"></i>
</button>

<section class="sidebar">
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button" aria-label="Submit Search">
<i class="ri-search-2-line" aria-hidden="true" title="Submit search"></i>
</button>
<button type="button" tabindex="-1" class="search-close-button" aria-label="Cancel Search">
<i class="ri-close-line ri-lg" aria-hidden="true" title="Cancel search"></i>
</button>
<label class="search-label">
<p class="sr-only">Search</p>
<input name="q" type="text" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
</label>
</form>

<div class="autocomplete">
<div class="autocomplete-results">
</div>
</div>

<div class="sidebar-header">

<div class="sidebar-projectDetails">
<a href="api-reference.html" class="sidebar-projectName" translate="no">
epochtalk_server
</a>
<div class="sidebar-projectVersion" translate="no">
v0.1.0
</div>
</div>
<ul class="sidebar-listNav">
<li><a id="extras-list-link" href="#full-list">Pages</a></li>

<li><a id="modules-list-link" href="#full-list">Modules</a></li>


</ul>
</div>

<div class="gradient"></div>
<ul id="full-list"></ul>
</section>

<section class="content">
<output role="status" id="toast"></output>
<div class="content-outer">
<div id="content" class="content-inner">

<h1>
<button class="icon-action display-settings">
<i class="ri-settings-3-line"></i>
<span class="sr-only">Settings</span>
</button>


<span translate="no">EpochtalkServer.ConfigServer</span>
<small class="app-vsn" translate="no">(epochtalk_server v0.1.0)</small>

</h1>


<section id="moduledoc">
<p>Config genserver, stores configs in memory for quick lookup</p>
</section>


<section id="summary" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#summary">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this section</span>
</a>
Summary
</h1>
<div class="summary-functions summary">
<h2>
<a href="#functions">Functions</a>
</h2>

<div class="summary-row">
<div class="summary-signature">
<a href="#by_module/1" translate="no">by_module(module)</a>

</div>

<div class="summary-synopsis"><p>Returns config for specified module</p></div>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#child_spec/1" translate="no">child_spec(init_arg)</a>

</div>

<div class="summary-synopsis"><p>Returns a specification to start this module under a supervisor.</p></div>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#start_link/1" translate="no">start_link(opts)</a>

</div>

<div class="summary-synopsis"><p>Start genserver and create a reference for supervision tree</p></div>

</div>

</div>

</section>


<section id="functions" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#functions">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this section</span>
</a>
Functions
</h1>
<div class="functions-list">
<section class="detail" id="by_module/1">

<div class="detail-header">
<a href="#by_module/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">by_module(module)</h1>


</div>

<section class="docstring">

<div class="specs">

<pre translate="no"><span class="attribute">@spec</span> by_module(module :: <a href="https://hexdocs.pm/elixir/typespecs.html#basic-types">atom</a>()) :: <a href="https://hexdocs.pm/elixir/typespecs.html#basic-types">map</a>() | nil</pre>

</div>

<p>Returns config for specified module</p>
</section>
</section>
<section class="detail" id="child_spec/1">

<div class="detail-header">
<a href="#child_spec/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">child_spec(init_arg)</h1>


</div>

<section class="docstring">

<p>Returns a specification to start this module under a supervisor.</p><p>See <a href="https://hexdocs.pm/elixir/Supervisor.html"><code class="inline">Supervisor</code></a>.</p>
</section>
</section>
<section class="detail" id="start_link/1">

<div class="detail-header">
<a href="#start_link/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">start_link(opts)</h1>


</div>

<section class="docstring">

<p>Start genserver and create a reference for supervision tree</p>
</section>
</section>

</div>
</section>

<footer class="footer">
<p>

<span class="line">
<button class="a-main footer-button display-quick-switch" title="Search HexDocs packages">
Search HexDocs
</button>

<a href="epochtalk_server.epub" title="ePub version">
Download ePub version
</a>

</span>
</p>

<p class="built-using">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener" translate="no">ExDoc</a> (v0.29.4) for the

<a href="https://elixir-lang.org" title="Elixir" target="_blank" translate="no">Elixir programming language</a>

</p>
</footer>
</div>
</div>
</section>
</div>


</body>
</html>
6 changes: 3 additions & 3 deletions EpochtalkServer.Mailer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-XWGFFSCD.js"></script>
<script src="dist/sidebar_items-83B69DB5.js"></script>
<script src="dist/sidebar_items-8BA6EE3E.js"></script>

<script src="docs_config.js"></script>

Expand Down Expand Up @@ -206,7 +206,7 @@ <h1 class="signature" translate="no">deliver(email, config \\ [])</h1>

<div class="specs">

<pre translate="no"><span class="attribute">@spec</span> deliver(<a href="https://hexdocs.pm/swoosh/1.15.3/Swoosh.Email.html#t:t/0">Swoosh.Email.t</a>(), <a href="https://hexdocs.pm/elixir/Keyword.html#t:t/0">Keyword.t</a>()) :: {:ok, <a href="https://hexdocs.pm/elixir/typespecs.html#built-in-types">term</a>()} | {:error, <a href="https://hexdocs.pm/elixir/typespecs.html#built-in-types">term</a>()}</pre>
<pre translate="no"><span class="attribute">@spec</span> deliver(<a href="https://hexdocs.pm/swoosh/1.16.7/Swoosh.Email.html#t:t/0">Swoosh.Email.t</a>(), <a href="https://hexdocs.pm/elixir/Keyword.html#t:t/0">Keyword.t</a>()) :: {:ok, <a href="https://hexdocs.pm/elixir/typespecs.html#built-in-types">term</a>()} | {:error, <a href="https://hexdocs.pm/elixir/typespecs.html#built-in-types">term</a>()}</pre>

</div>

Expand All @@ -231,7 +231,7 @@ <h1 class="signature" translate="no">deliver!(email, config \\ [])</h1>

<div class="specs">

<pre translate="no"><span class="attribute">@spec</span> deliver!(<a href="https://hexdocs.pm/swoosh/1.15.3/Swoosh.Email.html#t:t/0">Swoosh.Email.t</a>(), <a href="https://hexdocs.pm/elixir/Keyword.html#t:t/0">Keyword.t</a>()) :: <a href="https://hexdocs.pm/elixir/typespecs.html#built-in-types">term</a>() | <a href="https://hexdocs.pm/elixir/typespecs.html#built-in-types">no_return</a>()</pre>
<pre translate="no"><span class="attribute">@spec</span> deliver!(<a href="https://hexdocs.pm/swoosh/1.16.7/Swoosh.Email.html#t:t/0">Swoosh.Email.t</a>(), <a href="https://hexdocs.pm/elixir/Keyword.html#t:t/0">Keyword.t</a>()) :: <a href="https://hexdocs.pm/elixir/typespecs.html#built-in-types">term</a>() | <a href="https://hexdocs.pm/elixir/typespecs.html#built-in-types">no_return</a>()</pre>

</div>

Expand Down
Loading

0 comments on commit 78cbe50

Please sign in to comment.