Commit Graph

248 Commits

Author SHA1 Message Date
a22cde30eb use Sprintf instead of concatenation for command 2024-11-22 18:48:09 -05:00
88786afa0c Use external logger 2024-11-21 18:46:29 -05:00
b5cacb3ece remove the helper library 2024-11-20 23:41:25 -05:00
37205fc8a2 organize imports 2024-11-20 23:32:26 -05:00
ba5b2ca853 update release process 2024-11-16 16:22:38 -05:00
f4ca627cd8 update examples 2024-11-14 10:43:00 -05:00
7fc3116088 Bump version v0.33.9 2024-11-13 14:41:50 -05:00
d3fb670d66 Fix go mods 2024-11-13 14:40:27 -05:00
25751504b9 Fix up import paths 2024-11-09 11:54:54 -05:00
a745742ee1 setup auto-assign workflow 2024-11-08 15:01:19 -05:00
def28bbf7c Merge branch 'master' of github.com:eyedeekay/sam3 2024-11-08 12:55:50 -05:00
e6c161ed99 change module path 2024-11-08 12:54:40 -05:00
idk
3ebfb85f8a Merge pull request #13 from hkh4n/refactor
Refactor
2024-11-03 21:42:55 +00:00
14d0b22a28 add Read() and Write() methods 2024-11-02 23:26:10 -04:00
67554060fb minor typo fix 2024-11-02 22:20:52 -04:00
8b09ca7502 more uniform naming 2024-11-02 21:57:11 -04:00
idk
97d1c812d3 Merge pull request #12 from hkh4n/logging
logging naming convention hotfix
2024-10-23 17:34:38 +00:00
5be3e27599 Attempt to fix naming collision with other libs 2024-10-23 00:03:16 -04:00
ecba767d91 grammar 2024-10-17 14:51:19 -04:00
idk
5149b7e504 Merge pull request #11 from hkh4n/logging
Added logging
2024-10-17 18:51:15 +00:00
67c0c9288a Updated README.md to reflect logging 2024-10-17 14:42:19 -04:00
10f42af061 .Info -> .Debug 2024-10-16 17:21:44 -04:00
aa63210c3c WORKING FIX 2024-10-16 11:23:49 -04:00
4e1b426230 name collision 2024-10-16 10:51:21 -04:00
a372049be9 added logging to suggestedOptions.go
-fixed name collision in stream_test.go
2024-10-16 10:35:43 -04:00
6e2cc71a92 added logging to streamListener.go
-added dest in ExtractDest()
2024-10-16 10:24:30 -04:00
988769ed5a fixed name collision in primary_stream_test.go 2024-10-16 10:18:06 -04:00
504b7fb48b added logging to stream.go
-added better error handling to Lookup()
2024-10-16 10:14:57 -04:00
c10b6b284c finished up sam3.go 2024-10-16 10:02:47 -04:00
c2ad35a952 added logging to sam3.go & bumped i2pkeys v0.33.7 -> v0.33.8
-removed name collisions with "log"
2024-10-15 23:01:00 -04:00
9e6d0489cf added logging to resolver.go 2024-10-15 22:26:33 -04:00
d05428754b added logging to raw.go 2024-10-15 22:20:33 -04:00
41d9bd0150 Merge branch 'master' into logging
# Conflicts:
#	go.mod
#	go.sum
2024-10-15 22:10:49 -04:00
fd22f227b1 finished up primary.go 2024-10-15 22:09:18 -04:00
0415adf35d added logging to primary.go
-added fromPort, toPort in NewUniqueStreamSubsession
2024-10-15 21:01:36 -04:00
3655462ca4 added logging to emit-options.go 2024-10-15 17:01:43 -04:00
4bb6f81c40 added logging to emit.go 2024-10-15 12:54:17 -04:00
21e7b5a177 added logging to datagram.go 2024-10-15 12:39:20 -04:00
4166a2c827 added log.go & logging for config.go 2024-10-15 12:23:24 -04:00
cd2a4f072e update i2pkeys library to new version v0.33.8 2024-09-17 19:40:10 -04:00
818b5249bc Add credit for contribution to release info 2024-09-17 19:35:15 -04:00
idk
83f9866de4 Merge pull request #10 from hkh4n/refactor
Refactored error handling in sam3.go
2024-09-12 12:26:56 -04:00
b4293f755e refactored error handling in NewKeys() and newGenericSessionWithSignatureAndPorts() 2024-09-10 19:55:28 -04:00
2bde2687b3 refactored error handling in NewSAM(), included "fmt" 2024-09-10 19:21:06 -04:00
19d8d8e4a8 Update module to i2pkeys@v0.33.7 v0.33.7 2024-01-09 14:45:40 -05:00
1cec982a61 bump version 0.33.7 2024-01-09 14:22:29 -05:00
b2df466212 Don't leave errors unchecked. gofmt again. 2024-01-09 14:20:35 -05:00
bf2a12d78d fix misspellings 2024-01-09 13:40:42 -05:00
760e0b44b2 gofmt -s 2024-01-09 13:37:49 -05:00
9b7a798782 Add a space when specifying the port to a datagram session 2024-01-09 13:34:49 -05:00