<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository trac.macports.org.

</pre>
<p><a href="https://github.com/macports/trac.macports.org/commit/5b844b457ae8394b804bf25c4eb7dbd9c1ae3087">https://github.com/macports/trac.macports.org/commit/5b844b457ae8394b804bf25c4eb7dbd9c1ae3087</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 5b844b4  Allow direct links with ircs:// protocol
</span>5b844b4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5b844b457ae8394b804bf25c4eb7dbd9c1ae3087
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed May 26 22:14:22 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    Allow direct links with ircs:// protocol
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This will allow direct links to Libera.Chat with TLS.
</span>---
 conf/trac.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/conf/trac.ini b/conf/trac.ini
</span><span style='display:block; white-space:pre;color:#808080;'>index 9a0f049..832fc29 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/conf/trac.ini
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/conf/trac.ini
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -405,7 +405,7 @@ default_repository_type = git
</span> ignore_missing_pages = enabled
 max_size = 262144
 render_unsafe_content = disabled
<span style='display:block; white-space:pre;background:#ffe0e0;'>-safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn, svn+ssh
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+safe_schemes = cvs, file, ftp, git, irc, ircs, http, https, news, sftp, smb, ssh, svn, svn+ssh
</span> split_page_names = disabled
 
 [wiki-notification]
</pre><pre style='margin:0'>

</pre>