Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s/freenode/oftc/ #505

Merged
merged 1 commit into from
May 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/bottom.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Social buttons -->
<div class="nav navbar-nav">
<a class="btn btn-xs btn-social-icon btn-primary" href="https://lists.rspamd.com/"><i class="fa fa-envelope-o"></i></a>&nbsp;
<a class="btn btn-xs btn-social-icon btn-reddit" href="ircs://chat.freenode.net/rspamd" data-toggle="tooltip" data-placement="top" title="#rspamd on freenode">
<a class="btn btn-xs btn-social-icon btn-reddit" href="ircs://irc.oftc.net/rspamd" data-toggle="tooltip" data-placement="top" title="#rspamd on OFTC">
<p style="font-size:80%">IRC</p>
</a>&nbsp;
<a class="btn btn-xs btn-social-icon btn-twitter" href="https://twitter.com/rspamd"><i class="fa fa-twitter"></i></a>&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-01-02-rspamd-0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ the first forms of all words in a text improving thus fuzzy matching quality by
Rspamd 0.8 is heavily tested in production environments and I consider it as a production ready release. No manual migration is required for rspamd 0.7 users, however, if you use
more old versions of rspamd then you should check the [migration guide]({{ site.url }}{{ site.baseurl }}/doc/migration.html).

As usually, please feel free to ask any questions in rspamd mailing list or IRC discussion channel (#rspamd at freenode).
As usually, please feel free to ask any questions in rspamd mailing list or IRC discussion channel (#rspamd at OFTC).
2 changes: 1 addition & 1 deletion doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This document includes some questions and practical examples that are frequently

### Where to get help about Rspamd

The most convenient place for asking questions about Rspamd is the IRC channel _#rspamd_ on [http://freenode.net](http://freenode.net). For more information you can also check the [support page]({{ site.url }}{{ site.baseurl }}/support.html)
The most convenient place for asking questions about Rspamd is the IRC channel _#rspamd_ on [OFTC](https://oftc.net). For more information you can also check the [support page]({{ site.url }}{{ site.baseurl }}/support.html)

### What versions of Rspamd are supported

Expand Down
4 changes: 2 additions & 2 deletions ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ since we appreciate any valuable contributions to rspamd project.

## Information for GSoC participants

Prospective students are required to have [a github account](https://github.com), carefully examine the [rspamd source repository](https://github.com/vstakhov/rspamd) and join our discussion IRC channel: #rspamd at irc.freenode.net. All projects suggested requires medium to advanced knowledge in *C* and *Lua* programming languages or at least a strong desire to study the missing one (Lua will not be a problem most likely).
Prospective students are required to have [a github account](https://github.com), carefully examine the [rspamd source repository](https://github.com/vstakhov/rspamd) and join our discussion IRC channel: #rspamd at irc.oftc.net. All projects suggested requires medium to advanced knowledge in *C* and *Lua* programming languages or at least a strong desire to study the missing one (Lua will not be a problem most likely).

You should also be familiar with git version control system. Should you want to study more about git then please read the following [book](http://git-scm.com/book/en/v2). For the project itself, we suppose to clone rspamd repo to your local github account and do all job there, synchronizing with the rspamd mainline repository by means of `git rebase`.

Expand Down Expand Up @@ -226,4 +226,4 @@ Evaluation details:
- full support of messages signing using multiple private keys
- verification of known senders
- messages encryption for known recipients
- documentation
- documentation
4 changes: 2 additions & 2 deletions irc.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The vast majority of technical discussion topics are held within the dedicated [

For those who are familiar with IRC, here are settings for IRC channel access:

* server: `irc.freenode.net` (port 6666)
* server: `irc.oftc.net` (port 6667)
* channel: `#rspamd`

## IRC quick tutorial
Expand All @@ -22,7 +22,7 @@ To access IRC, you can use a set of clients for your favourite platform, for ins

Alternatively, you could use some web interface to access IRC:

* [freenode webchat](https://webchat.freenode.net/?channels=%23rspamd) - a simple web interface
* [OFTC webchat](https://webchat.oftc.net/?channels=%23rspamd) - a simple web interface
* [Irccloud](https://irccloud.com) - advanced platform with tons of features

## IRC rules
Expand Down
2 changes: 1 addition & 1 deletion support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please join our community for updates, release announces and other news.
<a class="btn-support btn-github" href="https://github.com/rspamd/rspamd/discussions" target="_blank"><i class="fa fa-github"></i> Discussions</a>
<a class="btn-support btn-telegram" href="http://t.me/rspamd"><i class="fa fa-paper-plane"></i> Telegram</a>
<a class="btn-support btn-telegram" href="http://t.me/rspamd_ru"><i class="fa fa-paper-plane"></i> Telegram RU</a>
<a class="btn-support btn-reddit" href="ircs://chat.freenode.net/rspamd" title="#rspamd on freenode"><i class="fa fa-comments-o"></i> IRC channel</a>
<a class="btn-support btn-reddit" href="ircs://irc.oftc.net/rspamd" title="#rspamd on OFTC"><i class="fa fa-comments-o"></i> IRC channel</a>
</div>

## Donations
Expand Down