]> git.mxchange.org Git - fba.git/blobdiff - fba/helpers/software.py
Continued:
[fba.git] / fba / helpers / software.py
index 085577fb04866041247f9cb046446e4c37c830e6..bd9905b7bacb9e1050fb5df93a4bc42649e49224 100644 (file)
@@ -31,13 +31,13 @@ def alias(software: str) -> str:
     software = tidyup.domain(software)
     logger.debug("software='%s'- AFTER!", software)
 
-    if software in ["akkoma", "rebased", "akkounfucked", "ched"]:
+    if software in ["akkoma", "rebased", "akkounfucked", "ched", "incestoma"]:
         logger.debug("Setting pleroma: software='%s'", software)
         software = "pleroma"
-    elif software in ["hometown", "ecko"] or "mastodon" in software:
+    elif software in ["hometown", "ecko", "fedibird"] or "mastodon" in software:
         logger.debug("Setting mastodon: software='%s'", software)
         software = "mastodon"
-    elif software in ["slipfox calckey", "calckey", "groundpolis", "foundkey", "cherrypick", "meisskey", "magnetar", "keybump", "dolphin", "calckey social", "azk.sns"] or "shumihub" in software or "мисскей" in software:
+    elif software in ["slipfox calckey", "calckey", "groundpolis", "foundkey", "cherrypick", "meisskey", "magnetar", "keybump", "dolphin", "calckey social", "azk.sns", "firefish", "qtmmsky"] or "shumihub" in software or "мисскей" in software or "milkey" in software or "misskey" in software:
         logger.debug("Setting misskey: software='%s'", software)
         software = "misskey"
     elif software in ["runtube.re", "islameye"]:
@@ -46,6 +46,15 @@ def alias(software: str) -> str:
     elif software in ["nextcloud social", "nextcloudpi", "storage share"]:
         logger.debug("Setting nextcloud: software='%s'", software)
         software = "nextcloud"
+    elif software == "activity-relay":
+        logger.debug("Setting activityrelay: software='%s'", software)
+        software = "activityrelay"
+    elif "owncast" in software:
+        logger.debug("Setting owncast: software='%s'", software)
+        software = "owncast"
+    elif software in ["streams-hubzilla-social", "streams13"]:
+        logger.debug("Setting streams: software='%s'", software)
+        software = "streams"
     elif software == "roadhouse":
         logger.debug("Setting hubzilla: software='%s'", software)
         software = "hubzilla"