Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7b097119b3 | ||
![]() |
59fefebb3b | ||
![]() |
5fcf1a9ebd |
@@ -1,3 +1,8 @@
|
||||
# 0.0.07
|
||||
|
||||
- restart changelog.
|
||||
- fix websiteURL in plugin.
|
||||
|
||||
# 1.14.0
|
||||
|
||||
* Stop publishing arm releases.
|
||||
|
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
||||
VERSION=0.0.05
|
||||
VERSION=0.0.07
|
||||
CGO_ENABLED=0
|
||||
export CGO_ENABLED=0
|
||||
|
||||
@@ -50,7 +50,6 @@ su3:
|
||||
-autostart=true \
|
||||
-clientname=$(BINARY)-$(GOOS)-$(GOARCH) \
|
||||
-consolename="$(BINARY) - $(CONSOLEPOSTNAME)" \
|
||||
-consoleurl="http://127.0.0.1:8084" \
|
||||
-name="$(BINARY)-$(GOOS)-$(GOARCH)" \
|
||||
-delaystart="1" \
|
||||
-desc="`cat desc`" \
|
||||
@@ -70,7 +69,7 @@ version:
|
||||
gothub release -u eyedeekay -r terrarium -t "$(VERSION)" -d "`cat desc`"; true
|
||||
|
||||
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:
|
||||
GOOS=windows GOARCH=amd64 make upload
|
||||
|
6
desc
6
desc
@@ -1,5 +1 @@
|
||||
terrarium is an IRC server with a focus on being small and understandable,
|
||||
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.
|
||||
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.
|
Reference in New Issue
Block a user