3 Commits

Author SHA1 Message Date
idk
7b097119b3 Bump, update changelog, re-release 2021-12-14 19:13:23 -05:00
idk
59fefebb3b Bump version 2021-12-14 16:20:04 -05:00
idk
5fcf1a9ebd Remove console URL from su3 generator 2021-12-14 16:19:35 -05:00
3 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
# 0.0.07
- restart changelog.
- fix websiteURL in plugin.
# 1.14.0 # 1.14.0
* Stop publishing arm releases. * Stop publishing arm releases.

View File

@@ -1,4 +1,4 @@
VERSION=0.0.05 VERSION=0.0.07
CGO_ENABLED=0 CGO_ENABLED=0
export CGO_ENABLED=0 export CGO_ENABLED=0
@@ -50,7 +50,6 @@ su3:
-autostart=true \ -autostart=true \
-clientname=$(BINARY)-$(GOOS)-$(GOARCH) \ -clientname=$(BINARY)-$(GOOS)-$(GOARCH) \
-consolename="$(BINARY) - $(CONSOLEPOSTNAME)" \ -consolename="$(BINARY) - $(CONSOLEPOSTNAME)" \
-consoleurl="http://127.0.0.1:8084" \
-name="$(BINARY)-$(GOOS)-$(GOARCH)" \ -name="$(BINARY)-$(GOOS)-$(GOARCH)" \
-delaystart="1" \ -delaystart="1" \
-desc="`cat desc`" \ -desc="`cat desc`" \
@@ -70,7 +69,7 @@ version:
gothub release -u eyedeekay -r terrarium -t "$(VERSION)" -d "`cat desc`"; true gothub release -u eyedeekay -r terrarium -t "$(VERSION)" -d "`cat desc`"; true
upload: upload:
gothub upload -u eyedeekay -r terrarium -t "$(VERSION)" -f $(BINARY)-$(GOOS)-$(GOARCH).su3 -n $(BINARY)-$(GOOS)-$(GOARCH).su3 -l "`sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3`" gothub upload -R -u eyedeekay -r terrarium -t "$(VERSION)" -f $(BINARY)-$(GOOS)-$(GOARCH).su3 -n $(BINARY)-$(GOOS)-$(GOARCH).su3 -l "`sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3`"
upload-windows: upload-windows:
GOOS=windows GOARCH=amd64 make upload GOOS=windows GOARCH=amd64 make upload

6
desc
View File

@@ -1,5 +1 @@
terrarium is an IRC server with a focus on being small and understandable, terrarium is an IRC server with a focus on being small, understandable, and private. It builds all of it's connections using SAM, and is capable of linking with other I2P IRC servers.
originally forked from [horgh/catbox](https://github.com/horgh/catbox). The
goal is to create an easy-to-configure I2P IRC server which is highly stable
and secure, while retaining the ability to link with non-I2P IRC servers using
TLS in order to bridge anonymous and non-anonymous chat.