From 2a94dc95162950605b63c479b88a30bab52157cc Mon Sep 17 00:00:00 2001
From: Bob Mottram
Date: Fri, 10 Sep 2021 17:14:50 +0100
Subject: [PATCH] Change domain to libreserver.org
---
CONTRIBUTING.md | 4 ++--
acceptreject.py | 2 +-
announce.py | 2 +-
auth.py | 2 +-
availability.py | 2 +-
blocking.py | 2 +-
blog.py | 2 +-
bookmarks.py | 2 +-
briar.py | 2 +-
cache.py | 2 +-
categories.py | 2 +-
city.py | 2 +-
code-of-conduct.md | 3 +--
content.py | 2 +-
context.py | 2 +-
conversation.py | 2 +-
cwtch.py | 2 +-
daemon.py | 2 +-
delete.py | 2 +-
desktop_client.py | 2 +-
devices.py | 2 +-
donate.py | 2 +-
epicyon.py | 2 +-
feeds.py | 2 +-
filters.py | 2 +-
follow.py | 2 +-
followingCalendar.py | 2 +-
git.py | 2 +-
happening.py | 2 +-
httpsig.py | 2 +-
i2pdomain | 2 +-
inbox.py | 2 +-
jami.py | 2 +-
languages.py | 2 +-
like.py | 2 +-
linked_data_sig.py | 2 +-
manualapprove.py | 2 +-
markdown.py | 2 +-
mastoapiv1.py | 2 +-
matrix.py | 2 +-
media.py | 2 +-
metadata.py | 2 +-
migrate.py | 2 +-
newsdaemon.py | 2 +-
newswire.py | 2 +-
notifyOnPost.py | 2 +-
outbox.py | 2 +-
person.py | 2 +-
petnames.py | 2 +-
pgp.py | 2 +-
posts.py | 2 +-
question.py | 2 +-
roles.py | 2 +-
schedule.py | 2 +-
scripts/epicyon-notification | 2 +-
session.py | 2 +-
setup.cfg | 4 ++--
shares.py | 2 +-
siteactive.py | 2 +-
skills.py | 2 +-
socnet.py | 2 +-
speaker.py | 2 +-
ssb.py | 2 +-
tests.py | 10 +++++-----
theme.py | 2 +-
threads.py | 2 +-
tox.py | 2 +-
utils.py | 2 +-
webapp_about.py | 2 +-
webapp_accesskeys.py | 2 +-
webapp_calendar.py | 2 +-
webapp_column_left.py | 2 +-
webapp_column_right.py | 2 +-
webapp_confirm.py | 2 +-
webapp_create_post.py | 2 +-
webapp_frontscreen.py | 2 +-
webapp_hashtagswarm.py | 2 +-
webapp_headerbuttons.py | 2 +-
webapp_login.py | 2 +-
webapp_media.py | 2 +-
webapp_minimalbutton.py | 2 +-
webapp_moderation.py | 2 +-
webapp_person_options.py | 2 +-
webapp_post.py | 2 +-
webapp_profile.py | 2 +-
webapp_question.py | 2 +-
webapp_search.py | 2 +-
webapp_suspended.py | 2 +-
webapp_timeline.py | 2 +-
webapp_tos.py | 2 +-
webapp_utils.py | 2 +-
webapp_welcome.py | 2 +-
webapp_welcome_final.py | 2 +-
webapp_welcome_profile.py | 2 +-
webfinger.py | 2 +-
website/EN/index.html | 8 ++++----
xmpp.py | 2 +-
97 files changed, 106 insertions(+), 107 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 181e06f4e..25ea8abd9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@ By submitting code, documentation or artwork you agree that it will be licensed
## Security Vulnerability Disclosure
-Create an issue on https://gitlab.com/bashrc2/epicyon/issues. If the vulnerability is especially sensitive then send an XMPP message to **bob@freedombone.net** or a Matrix message to **@bob:matrix.freedombone.net**.
+Create an issue on https://gitlab.com/bashrc2/epicyon/issues. If the vulnerability is especially sensitive then send an XMPP message to **bob@libreserver.org** or a Matrix message to **@bob:matrix.libreserver.org**.
## Code of Conduct
@@ -14,7 +14,7 @@ The code of conduct can be found [here](code-of-conduct.md).
Submit to https://gitlab.com/bashrc2/epicyon/issues
-You can also post patches in the old-fashioned style via email to **bob@freedombone.net**. Include **[Epicyon]** in the subject line, otherwise it may be ignored.
+You can also post patches in the old-fashioned style via email to **bob@libreserver.org**. Include **[Epicyon]** in the subject line, otherwise it may be ignored.
## Development Style
diff --git a/acceptreject.py b/acceptreject.py
index d4d0e22ec..bd54600c3 100644
--- a/acceptreject.py
+++ b/acceptreject.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/announce.py b/announce.py
index 8a1fd261b..c523ecf9d 100644
--- a/announce.py
+++ b/announce.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/auth.py b/auth.py
index de23e6130..0305dca68 100644
--- a/auth.py
+++ b/auth.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Security"
diff --git a/availability.py b/availability.py
index a565c6f5e..b23cd0227 100644
--- a/availability.py
+++ b/availability.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/blocking.py b/blocking.py
index d39b17c70..68b1e3e74 100644
--- a/blocking.py
+++ b/blocking.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/blog.py b/blog.py
index 58ac947ca..fbdcadad0 100644
--- a/blog.py
+++ b/blog.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/bookmarks.py b/bookmarks.py
index 3cfc09fd0..fa9fbb86e 100644
--- a/bookmarks.py
+++ b/bookmarks.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/briar.py b/briar.py
index 6e3f1e1d0..76369208b 100644
--- a/briar.py
+++ b/briar.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/cache.py b/cache.py
index c6bb925ff..7b4654944 100644
--- a/cache.py
+++ b/cache.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/categories.py b/categories.py
index b21a15e25..f2834e9c2 100644
--- a/categories.py
+++ b/categories.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "RSS Feeds"
diff --git a/city.py b/city.py
index a780996f6..b486c2de0 100644
--- a/city.py
+++ b/city.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Metadata"
diff --git a/code-of-conduct.md b/code-of-conduct.md
index 73e4b2a1e..83ed3d4d1 100644
--- a/code-of-conduct.md
+++ b/code-of-conduct.md
@@ -52,7 +52,7 @@ If you're raising concerns about something or someone, there must be demonstrabl
This is not a big project and so there is no division of labor or special enforcement committee or bureaucratic process.
-Complaints should be either reported in the Matrix chat room **#epicyon:matrix.freedombone.net** or sent to bob@freedombone.net, preferably via XMPP/Conversations with OMEMO enabled but you can also use the same address for email correspondence.
+Complaints should be either reported in the Matrix chat room **#epicyon:matrix.libreserver.org** or sent to bob@libreserver.org, preferably via XMPP/Conversations with OMEMO enabled but you can also use the same address for email correspondence.
## In case of violations
@@ -60,6 +60,5 @@ Violators of this code of conduct will:
* Be removed from any associated Matrix and/or XMPP chat rooms
* Will not have pending or future patches or pull requests merged
- * If they have a user account on *code.freedombone.net* it will be removed
This applies regardless of past levels of commitment or technical abilities.
diff --git a/content.py b/content.py
index e7af2e76f..b9f07c69e 100644
--- a/content.py
+++ b/content.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/context.py b/context.py
index 20efb02d9..c7e51d6da 100644
--- a/context.py
+++ b/context.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Security"
diff --git a/conversation.py b/conversation.py
index 32ecd0e08..ba35c5ba8 100644
--- a/conversation.py
+++ b/conversation.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/cwtch.py b/cwtch.py
index 9619067f1..0d145d402 100644
--- a/cwtch.py
+++ b/cwtch.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/daemon.py b/daemon.py
index 6a926acb1..eac622b3a 100644
--- a/daemon.py
+++ b/daemon.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/delete.py b/delete.py
index 2b7536542..1d16637bd 100644
--- a/delete.py
+++ b/delete.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/desktop_client.py b/desktop_client.py
index 62aa3acc8..67c94ef1d 100644
--- a/desktop_client.py
+++ b/desktop_client.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Client"
diff --git a/devices.py b/devices.py
index 1075f8582..242a0a75a 100644
--- a/devices.py
+++ b/devices.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Security"
diff --git a/donate.py b/donate.py
index a8f4e26d3..f15d5cb80 100644
--- a/donate.py
+++ b/donate.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/epicyon.py b/epicyon.py
index 5711f324f..b1640a308 100644
--- a/epicyon.py
+++ b/epicyon.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Commandline Interface"
diff --git a/feeds.py b/feeds.py
index 310243981..794f327c9 100644
--- a/feeds.py
+++ b/feeds.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "RSS Feeds"
diff --git a/filters.py b/filters.py
index 875fb5503..20efe8a5b 100644
--- a/filters.py
+++ b/filters.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Moderation"
diff --git a/follow.py b/follow.py
index 211960e96..adec4858e 100644
--- a/follow.py
+++ b/follow.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/followingCalendar.py b/followingCalendar.py
index e5453eb2b..5782f801e 100644
--- a/followingCalendar.py
+++ b/followingCalendar.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Calendar"
diff --git a/git.py b/git.py
index 7556d4840..fa51a39bd 100644
--- a/git.py
+++ b/git.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/happening.py b/happening.py
index a3d877528..fa8d85a98 100644
--- a/happening.py
+++ b/happening.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/httpsig.py b/httpsig.py
index 1b08cfa0c..e4ee2964a 100644
--- a/httpsig.py
+++ b/httpsig.py
@@ -4,7 +4,7 @@ __credits__ = ['lamia']
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Security"
diff --git a/i2pdomain b/i2pdomain
index 9eeea2e5d..f4c7d9f74 100755
--- a/i2pdomain
+++ b/i2pdomain
@@ -5,7 +5,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.1.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
import base64, hashlib, sys
diff --git a/inbox.py b/inbox.py
index 002721d7d..a3c856555 100644
--- a/inbox.py
+++ b/inbox.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/jami.py b/jami.py
index d0a20008b..9f9e8c76a 100644
--- a/jami.py
+++ b/jami.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/languages.py b/languages.py
index 9d0d4022b..0bd5996d7 100644
--- a/languages.py
+++ b/languages.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/like.py b/like.py
index 6765d6c1b..0fee375d1 100644
--- a/like.py
+++ b/like.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/linked_data_sig.py b/linked_data_sig.py
index b1acbc7da..f6234fcc2 100644
--- a/linked_data_sig.py
+++ b/linked_data_sig.py
@@ -5,7 +5,7 @@ __credits__ = ['Based on ' +
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Security"
diff --git a/manualapprove.py b/manualapprove.py
index 0d85bd1e6..e4180d100 100644
--- a/manualapprove.py
+++ b/manualapprove.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/markdown.py b/markdown.py
index eb0cbf2d7..8996cf408 100644
--- a/markdown.py
+++ b/markdown.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/mastoapiv1.py b/mastoapiv1.py
index b8b85c04f..b099685f9 100644
--- a/mastoapiv1.py
+++ b/mastoapiv1.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "API"
diff --git a/matrix.py b/matrix.py
index 0d493b0dc..39310288c 100644
--- a/matrix.py
+++ b/matrix.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/media.py b/media.py
index b7382f4b2..7d9f3c9ba 100644
--- a/media.py
+++ b/media.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/metadata.py b/metadata.py
index 4f55f1cc7..bfbf76d62 100644
--- a/metadata.py
+++ b/metadata.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Metadata"
diff --git a/migrate.py b/migrate.py
index 33c5143b8..5298200e3 100644
--- a/migrate.py
+++ b/migrate.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/newsdaemon.py b/newsdaemon.py
index 63de2e116..8824b9615 100644
--- a/newsdaemon.py
+++ b/newsdaemon.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface Columns"
diff --git a/newswire.py b/newswire.py
index 607f9cd2e..3d886dbeb 100644
--- a/newswire.py
+++ b/newswire.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface Columns"
diff --git a/notifyOnPost.py b/notifyOnPost.py
index e967e5d93..fdbe879f3 100644
--- a/notifyOnPost.py
+++ b/notifyOnPost.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Calendar"
diff --git a/outbox.py b/outbox.py
index 45b11d35e..62863a86e 100644
--- a/outbox.py
+++ b/outbox.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/person.py b/person.py
index 8fa404ec8..f38abee09 100644
--- a/person.py
+++ b/person.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/petnames.py b/petnames.py
index 6346c22f5..e0230c1be 100644
--- a/petnames.py
+++ b/petnames.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/pgp.py b/pgp.py
index c1178e19e..cab1f6c64 100644
--- a/pgp.py
+++ b/pgp.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/posts.py b/posts.py
index 408490da9..41b4f92e0 100644
--- a/posts.py
+++ b/posts.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/question.py b/question.py
index 9157aeea6..54f8f4485 100644
--- a/question.py
+++ b/question.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/roles.py b/roles.py
index 1dccf2073..8dc8466f9 100644
--- a/roles.py
+++ b/roles.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/schedule.py b/schedule.py
index 48d4bd035..83f29c27d 100644
--- a/schedule.py
+++ b/schedule.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Calendar"
diff --git a/scripts/epicyon-notification b/scripts/epicyon-notification
index 4b6205d63..a92db2b01 100755
--- a/scripts/epicyon-notification
+++ b/scripts/epicyon-notification
@@ -11,7 +11,7 @@
# License
# =======
#
-# Copyright (C) 2020-2021 Bob Mottram
+# Copyright (C) 2020-2021 Bob Mottram
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/session.py b/session.py
index 317042a42..ed0c1e5d6 100644
--- a/session.py
+++ b/session.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/setup.cfg b/setup.cfg
index 2a7d568f6..bf4669a6b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,9 +2,9 @@
name = epicyon
version = 1.3.0
author = Bob Mottram
-author_email = bob@freedombone.net
+author_email = bob@libreserver.org
maintainer = Bob Mottram
-maintainer_email = bob@freedombone.net
+maintainer_email = bob@libreserver.org
description = A modern ActivityPub compliant server implementing both S2S and C2S protocols.
long_description = file: README.md
long_description_content_type = text/markdown
diff --git a/shares.py b/shares.py
index 60096d2d2..47e99ef23 100644
--- a/shares.py
+++ b/shares.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/siteactive.py b/siteactive.py
index 3fb7173e9..171e43f90 100644
--- a/siteactive.py
+++ b/siteactive.py
@@ -4,7 +4,7 @@ __credits__ = ["webchk"]
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/skills.py b/skills.py
index 7f99acd9a..30cdae33b 100644
--- a/skills.py
+++ b/skills.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/socnet.py b/socnet.py
index 62b357b25..6df85be28 100644
--- a/socnet.py
+++ b/socnet.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Moderation"
diff --git a/speaker.py b/speaker.py
index 7d81a48e9..a63bfe581 100644
--- a/speaker.py
+++ b/speaker.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Accessibility"
diff --git a/ssb.py b/ssb.py
index 2c2a3af7a..44a43a2aa 100644
--- a/ssb.py
+++ b/ssb.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/tests.py b/tests.py
index 8ce77d41c..e544578b6 100644
--- a/tests.py
+++ b/tests.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Testing"
@@ -4469,7 +4469,7 @@ def _testLinksWithinPost() -> None:
port = 443
httpPrefix = 'https'
content = 'This is a test post with links.\n\n' + \
- 'ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/v4/\n\nhttps://freedombone.net'
+ 'ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/v4/\n\nhttps://libreserver.org'
followersOnly = False
saveToFile = False
clientToServer = False
@@ -4508,10 +4508,10 @@ def _testLinksWithinPost() -> None:
'ftp://' + \
'' + \
'ftp.ncdc.noaa.gov/pub/data/ghcn/v4/' + \
- '
' + \
'https://' + \
- 'freedombone.net
'
+ 'libreserver.org'
assert postJsonObject['object']['content'] == \
postJsonObject['object']['contentMap'][systemLanguage]
@@ -5457,7 +5457,7 @@ def _testCanReplyTo() -> None:
port = 443
httpPrefix = 'https'
content = 'This is a test post with links.\n\n' + \
- 'ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/v4/\n\nhttps://freedombone.net'
+ 'ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/v4/\n\nhttps://libreserver.org'
followersOnly = False
saveToFile = False
clientToServer = False
diff --git a/theme.py b/theme.py
index 232898a9f..393206d5f 100644
--- a/theme.py
+++ b/theme.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/threads.py b/threads.py
index d49981f90..a8979b71c 100644
--- a/threads.py
+++ b/threads.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/tox.py b/tox.py
index ecb058673..4268991b4 100644
--- a/tox.py
+++ b/tox.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Profile Metadata"
diff --git a/utils.py b/utils.py
index 2042b248b..f81aafea1 100644
--- a/utils.py
+++ b/utils.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
diff --git a/webapp_about.py b/webapp_about.py
index 607e08a6d..ad794d631 100644
--- a/webapp_about.py
+++ b/webapp_about.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_accesskeys.py b/webapp_accesskeys.py
index a8eba7c16..ebf26dae8 100644
--- a/webapp_accesskeys.py
+++ b/webapp_accesskeys.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Accessibility"
diff --git a/webapp_calendar.py b/webapp_calendar.py
index 9fbe1eaed..38d0743e2 100644
--- a/webapp_calendar.py
+++ b/webapp_calendar.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Calendar"
diff --git a/webapp_column_left.py b/webapp_column_left.py
index 33cd04a51..f6068e7d0 100644
--- a/webapp_column_left.py
+++ b/webapp_column_left.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface Columns"
diff --git a/webapp_column_right.py b/webapp_column_right.py
index b296027ee..74079928f 100644
--- a/webapp_column_right.py
+++ b/webapp_column_right.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface Columns"
diff --git a/webapp_confirm.py b/webapp_confirm.py
index 2bc63a939..3f22c4331 100644
--- a/webapp_confirm.py
+++ b/webapp_confirm.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_create_post.py b/webapp_create_post.py
index e7fa0e1cd..2ac46dff3 100644
--- a/webapp_create_post.py
+++ b/webapp_create_post.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_frontscreen.py b/webapp_frontscreen.py
index 3569d76a2..104a27361 100644
--- a/webapp_frontscreen.py
+++ b/webapp_frontscreen.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/webapp_hashtagswarm.py b/webapp_hashtagswarm.py
index 8cb784d8b..6eca2a7d7 100644
--- a/webapp_hashtagswarm.py
+++ b/webapp_hashtagswarm.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_headerbuttons.py b/webapp_headerbuttons.py
index 8b9213e50..507835bbf 100644
--- a/webapp_headerbuttons.py
+++ b/webapp_headerbuttons.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/webapp_login.py b/webapp_login.py
index c8d6e50a0..66b0ec192 100644
--- a/webapp_login.py
+++ b/webapp_login.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_media.py b/webapp_media.py
index b83b298d1..aa01b74b4 100644
--- a/webapp_media.py
+++ b/webapp_media.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/webapp_minimalbutton.py b/webapp_minimalbutton.py
index 716f3ba55..8b6e6f6e4 100644
--- a/webapp_minimalbutton.py
+++ b/webapp_minimalbutton.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/webapp_moderation.py b/webapp_moderation.py
index c1a195060..3064dc643 100644
--- a/webapp_moderation.py
+++ b/webapp_moderation.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Moderation"
diff --git a/webapp_person_options.py b/webapp_person_options.py
index ae5bdbc56..f5ea2b3b5 100644
--- a/webapp_person_options.py
+++ b/webapp_person_options.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_post.py b/webapp_post.py
index d2c88f5af..26e8e020c 100644
--- a/webapp_post.py
+++ b/webapp_post.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_profile.py b/webapp_profile.py
index 0ee01a0da..a58661cb6 100644
--- a/webapp_profile.py
+++ b/webapp_profile.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_question.py b/webapp_question.py
index bf198642e..51dd69af8 100644
--- a/webapp_question.py
+++ b/webapp_question.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_search.py b/webapp_search.py
index 9ec76b1af..9336bb27a 100644
--- a/webapp_search.py
+++ b/webapp_search.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_suspended.py b/webapp_suspended.py
index 40f8f4699..bcb69d277 100644
--- a/webapp_suspended.py
+++ b/webapp_suspended.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_timeline.py b/webapp_timeline.py
index a4c158c77..bf3a07ec2 100644
--- a/webapp_timeline.py
+++ b/webapp_timeline.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Timeline"
diff --git a/webapp_tos.py b/webapp_tos.py
index 6f9a6ba14..e96575e9b 100644
--- a/webapp_tos.py
+++ b/webapp_tos.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_utils.py b/webapp_utils.py
index cae7cfd54..1ed02e6e1 100644
--- a/webapp_utils.py
+++ b/webapp_utils.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Web Interface"
diff --git a/webapp_welcome.py b/webapp_welcome.py
index 11bca121c..24f687094 100644
--- a/webapp_welcome.py
+++ b/webapp_welcome.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Onboarding"
diff --git a/webapp_welcome_final.py b/webapp_welcome_final.py
index de5940199..088151840 100644
--- a/webapp_welcome_final.py
+++ b/webapp_welcome_final.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Onboarding"
diff --git a/webapp_welcome_profile.py b/webapp_welcome_profile.py
index e6a4d7ce8..d708df833 100644
--- a/webapp_welcome_profile.py
+++ b/webapp_welcome_profile.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Onboarding"
diff --git a/webfinger.py b/webfinger.py
index bf87c4c6d..1b50e1f12 100644
--- a/webfinger.py
+++ b/webfinger.py
@@ -3,7 +3,7 @@ __author__ = "Bob Mottram"
__license__ = "AGPL3+"
__version__ = "1.2.0"
__maintainer__ = "Bob Mottram"
-__email__ = "bob@freedombone.net"
+__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "ActivityPub"
diff --git a/website/EN/index.html b/website/EN/index.html
index 456348e37..a30abfcdd 100644
--- a/website/EN/index.html
+++ b/website/EN/index.html
@@ -11,8 +11,8 @@
"author" : {
"@type" : "Person",
"name" : "Bob Mottram",
- "email": "bob@freedombone.net",
- "url": "https://epicyon.freedombone.net/users/bob"
+ "email": "bob@libreserver.org",
+ "url": "https://epicyon.libreserver.org/users/bob"
},
"applicationCategory" : ["server", "software", "bash", "debian", "linux", "self-hosting"],
"downloadUrl" : "https://libreserver.org/epicyon/epicyon.tar.gz"
@@ -1467,7 +1467,7 @@
If you need to use fail2ban then failed login attempts can be found in accounts/loginfailures.log.
- If you are using the Caddy web server then see caddy.example.conf
+ If you are using the Caddy web server then see caddy.example.conf
Now you can navigate to your domain and register an account. The first account becomes the administrator.
@@ -1495,6 +1495,6 @@ Please be aware that such installations will not federate with ordinary fedivers