]> git.lizzy.rs Git - hydra-dragonfire.git/commitdiff
Rename to hydra-dragonfire
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 28 May 2022 21:42:02 +0000 (23:42 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 28 May 2022 21:42:02 +0000 (23:42 +0200)
.gitignore
auth.go
client.go
example/dump-traffic.lua
go.mod
hydra.go

index 83f02065ddfc215f8f31d8b9c7fbdf33aa6031b4..9cb10f74f537be60f15336e864cb47ee086dabd9 100644 (file)
@@ -1 +1 @@
-hydra
+hydra-dragonfire
diff --git a/auth.go b/auth.go
index 879ffcee6ecbd85060be09b88148739e71d7d435..07599e726d961e3269e7c5b1dea2cc85831d9b3a 100644 (file)
--- a/auth.go
+++ b/auth.go
@@ -3,7 +3,7 @@ package main
 import (
        "github.com/HimbeerserverDE/srp"
        "github.com/anon55555/mt"
-       "github.com/dragonfireclient/hydra/tolua"
+       "github.com/dragonfireclient/hydra-dragonfire/tolua"
        "github.com/yuin/gopher-lua"
        "strings"
        "time"
index a518c951d55395ee6e9c5ce854df757d893146f9..69a4c2902795fb05b00f74e78678045419c7a030 100644 (file)
--- a/client.go
+++ b/client.go
@@ -3,7 +3,7 @@ package main
 import (
        "errors"
        "github.com/anon55555/mt"
-       "github.com/dragonfireclient/hydra/tolua"
+       "github.com/dragonfireclient/hydra-dragonfire/tolua"
        "github.com/yuin/gopher-lua"
        "net"
        "sync"
index b9f30a38947432d75f2932812db6efa252b2755f..1fd43163049e6473c3b09d759008713c4b3af278 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env hydra
+#!/usr/bin/env hydra-dragonfire
 local address, name, password = unpack(arg)
 local client = hydra.client(address)
 
diff --git a/go.mod b/go.mod
index cd45843e36ff7f758dbf4b46bb33d095fa127eeb..26efc7624dffffbd39fadaf78e165bec5c1a5966 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/dragonfireclient/hydra
+module github.com/dragonfireclient/hydra-dragonfire
 
 go 1.18
 
index e3d2427d7e9ece09c06101f479c37950b73c19a8..ee8cdb650cf33b560882dad6f094a84283e3c3ed 100644 (file)
--- a/hydra.go
+++ b/hydra.go
@@ -2,7 +2,7 @@ package main
 
 import (
        _ "embed"
-       "github.com/dragonfireclient/hydra/tolua"
+       "github.com/dragonfireclient/hydra-dragonfire/tolua"
        "github.com/yuin/gopher-lua"
        "os"
        "os/signal"