ae4970b3a9
Switch to oops for error configuration so we can get more info about failures
2025-02-26 19:22:48 -05:00
7a6927cf53
gofumpt
2024-11-26 19:47:17 -05:00
f0702ffba9
Various changes
...
-we're dropping errors instead of trying to recover
-revamp TestReadI2PStringErrWhenDataTooShort to reflect drops instead of recoveries
2024-11-17 11:52:47 -05:00
11b9018630
implement uniform errors
2024-11-17 11:26:02 -05:00
f6daa5d9b6
Various changes
...
-in func (str I2PString) Data(): remove recovery attempts causing tests to fail
-added more universal errors
2024-11-17 11:16:43 -05:00
58d1f0d815
fixed func (str I2PString) Data()
...
-replace actual length expected by TestI2PStringDataReportsExtraDataError, which is an invalid length
-added note to see if we should trim instead
2024-11-17 10:52:47 -05:00
62ececf102
fixed func(str I2pString) Length()
...
-Previously incorrectly checked length causing TestI2PStringReportsExtraDataError to fail
2024-11-17 10:35:22 -05:00
6f6291a9f6
bounds checking
2024-11-15 11:31:10 -05:00
2ee2d77d7c
check if data slice is empty
2024-11-15 11:01:06 -05:00
2191c40ac6
expanded logging to router_address.go + gofumpt adjustment
2024-10-18 13:22:36 -04:00
a72b61a886
expanded logging in string.go
2024-10-18 12:08:27 -04:00
09c7d32797
update the common library to the master branch
2024-10-03 21:31:54 -04:00
c8c4196c6f
Tweak godocs for lib/common
2022-09-12 04:31:02 -04:00
0ec4f55fa9
Check in unchecked-in common library fixes, start implementing transports.
...
Since I turned out to be implementing parts of Noise which I did not need to implement, I'm taking a different approach, and doing an unmodified Noise transport first and then making our modifications to it. That should reduce what I need to do to message pre-processing mostly, I think.
2022-07-11 23:41:58 -04:00
171f09bba6
move every struct into it's own directory in order to run tests individually.
2022-05-22 19:59:20 -04:00