# # ChangeLog for trunk/Makefile in code # # Generated by Trac 1.6 # Jun 8, 2025, 8:48:40 PM Sat, 10 Jun 2023 02:48:43 GMT yakumo.izuru [820] * trunk/Makefile (modified) * trunk/rc.d (added) * trunk/rc.d/freebsd.rc.d (added) * trunk/rc.d/netbsd.rc.d (added) * trunk/rc.d/openbsd.rc.d (added) * trunk/rc.d/suika.service (added) Allow the configuration directory to be elsewhere, add system ... Tue, 02 May 2023 23:49:50 GMT yakumo.izuru [817] * trunk/.gitignore (modified) * trunk/Makefile (modified) * trunk/README.md (modified) * trunk/doc/suika-bouncerserv.7 (added) * trunk/doc/suika-config.5 (added) * trunk/doc/suika.1 (added) * trunk/doc/suika.1.scd (deleted) See you in Hell, scdoc! Signed-off-by: Izuru Yakumo ... Fri, 28 Apr 2023 23:23:45 GMT yakumo.izuru [816] * trunk/Makefile (modified) Attempt to reduce executable sizes further Signed-off-by: Izuru ... Thu, 23 Mar 2023 22:05:09 GMT koizumi.aoi [814] * trunk/Makefile (modified) Enable cross-compilation via the usual GOARCH/GOOS pair for use with ... Wed, 22 Mar 2023 11:47:03 GMT koizumi.aoi [809] * trunk/Makefile (modified) * trunk/version.go (added) Use internal versioning Signed-off-by: Aoi K Tue, 21 Mar 2023 11:06:12 GMT koizumi.aoi [806] * trunk/.build.yml (deleted) * trunk/.editorconfig (deleted) * trunk/Makefile (modified) Removed build.sr.ht stuff, update Makefile Signed-off-by: Aoi K ... Tue, 21 Mar 2023 04:54:42 GMT koizumi.aoi [805] * trunk/Makefile (modified) * trunk/config.in (modified) You know the drill Signed-off-by: Aoi K Tue, 21 Mar 2023 04:45:19 GMT koizumi.aoi [804] * trunk/Makefile (modified) * trunk/bridge.go (modified) * trunk/certfp.go (modified) * trunk/cmd/suika-znc-import/main.go (modified) * trunk/cmd/suika/main.go (modified) * trunk/cmd/suikactl/main.go (modified) * trunk/config/config.go (modified) * trunk/conn.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_postgres_test.go (modified) * trunk/db_sqlite.go (modified) * trunk/db_sqlite_test.go (modified) * trunk/downstream.go (modified) * trunk/ident.go (modified) * trunk/irc.go (modified) * trunk/irc_test.go (modified) * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (modified) * trunk/msgstore_memory.go (modified) * trunk/net_go113.go (modified) * trunk/net_go116.go (modified) * trunk/rate.go (modified) * trunk/server.go (modified) * trunk/server_test.go (modified) * trunk/service.go (modified) * trunk/service_test.go (modified) * trunk/upstream.go (modified) * trunk/user.go (modified) Drunk as I like Signed-off-by: Aoi K Tue, 21 Mar 2023 03:00:04 GMT koizumi.aoi [801] * trunk/Makefile (modified) * trunk/README.md (modified) * trunk/cmd/soju-znc-import/main.go (deleted) * trunk/cmd/soju/main.go (deleted) * trunk/cmd/sojuctl/main.go (deleted) * trunk/cmd/suika (added) * trunk/cmd/suika-znc-import (added) * trunk/cmd/suika-znc-import/main.go (added) * trunk/cmd/suika/main.go (added) * trunk/cmd/suikactl (added) * trunk/cmd/suikactl/main.go (added) * trunk/go.mod (modified) * trunk/server.go (modified) Rename to suika Signed-off-by: Aoi K Tue, 21 Mar 2023 02:29:26 GMT koizumi.aoi [800] * trunk/Makefile (modified) * trunk/cmd/soju-znc-import (added) * trunk/cmd/soju-znc-import/main.go (added) * trunk/contrib/znc-import.go (deleted) dev: move contrib/znc-import.go to cmd/soju-znc-import Tue, 21 Mar 2023 02:20:07 GMT koizumi.aoi [799] * trunk/Makefile (modified) * trunk/go.mod (modified) Add -v to $GOFLAGS. Scratch the original module URI with another one. Tue, 08 Feb 2022 15:10:19 GMT contact [775] * trunk/Makefile (modified) * trunk/README.md (modified) makefile: switch to BSD/GNU make Let's stop using POSIX make, it's ... Fri, 08 Oct 2021 07:11:31 GMT contact [613] * trunk/Makefile (modified) build: don't clobber config file Use `test -f` instead of `cp -n`, ... Tue, 25 May 2021 14:31:06 GMT hubert [530] * trunk/Makefile (modified) Don't build soju when calling "make install" Otherwise soju would ... Tue, 27 Apr 2021 17:06:16 GMT yyp [510] * trunk/Makefile (modified) Makefile: mark soju and sojuctl as .PHONY Otherwise running `make` ... Wed, 21 Apr 2021 14:39:51 GMT contact [506] * trunk/Makefile (modified) * trunk/config.in (added) Add default configuration file Fri, 27 Mar 2020 18:23:41 GMT contact [169] * trunk/Makefile (modified) * trunk/doc (added) * trunk/doc/soju.1.scd (added) * trunk/soju.1.scd (deleted) Move man page to doc/ Thu, 19 Mar 2020 14:11:43 GMT contact [126] * trunk/Makefile (added) Add basic Makefile