9 Commits

Author SHA1 Message Date
Joe Turki
8867eb8597 Update lint rules, force testify/assert for tests
Use testify's assert package instead of the standard library's testing
package.
2025-04-07 02:59:21 +02:00
Joe Turki
0397f2187b Upgrade golangci-lint, more linters
Introduces new linters, upgrade golangci-lint to version (v1.63.4)
2025-01-18 10:57:33 -06:00
Steffen Vogel
ab3e9f2f89 Make package REUSE compliant 2023-04-18 13:19:15 +02:00
Steffen Vogel
7c533756a6 Harmonize nolint directives 2023-04-12 10:22:35 +02:00
ZHENK
85839ae560 Update CI configs to v0.4.7
Update lint scripts and CI configs.
Excluding codecov.yml.
2020-09-29 23:53:36 -07:00
Cecylia Bocovich
13a738c210 Add attributes for RFC 5780 (NAT behaviour)
This commit adds two attributes needed for the implementation of RFC
5780 (NAT Behavior Discovery Using STUN). The OTHER-ADDRESS attribute is
returned by a compatable STUN server and includes as its value the
server's second address. The CHANGE-REQUEST attribute is sent by a
client and contains as its value a 32-bit integer that encodes two
flags: one to indicate that the server should respond to the request
from a different IP address, and the other to request a change of port.
2020-05-27 15:43:29 -04:00
Aleksandr Razumov
df6350a7d0 a:addr: add UnexpectedEOF test 2017-06-25 15:26:38 +02:00
Aleksandr Razumov
55f8055354 all: improve coverage (fix #26) 2017-02-26 13:03:30 +03:00
Aleksandr Razumov
4cb0dd231a a:addr: implemented with ALTERNATE-SERVER 2017-02-12 23:25:19 +03:00