ergo/irc/utils
Shivaram Lingamneni 7bdbb01238 fix #1428
Tor listeners should never see an STS cap.

Add an undocumented 'hide-sts' key for listeners that hides the STS cap.
This can be used if the listener is secured at layer 3 or 4 (VPNs,
E2E mixnets). It will be necessary to add the relevant IPs to `secure-nets`.
2020-12-05 23:06:23 -05:00
..
args.go refactor schema versions to be ints, not strings 2020-10-27 12:26:44 -04:00
args_test.go Fix issue with one-character args in ArgsToStrings. 2020-05-30 15:45:43 +00:00
bitset.go fix #1387 2020-11-27 00:13:47 -05:00
bitset_test.go fix #1387 2020-11-27 00:13:47 -05:00
confirmation.go factor out confirmation codes into utils, change their format 2020-02-22 22:34:39 -05:00
confirmation_test.go factor out confirmation codes into utils, change their format 2020-02-22 22:34:39 -05:00
crypto.go fix #414 2020-09-23 02:25:29 -04:00
crypto_test.go fix #530, #721 2019-12-29 12:05:01 -05:00
fieldsn.go review fix: add maxParams for service commands 2019-01-04 11:45:59 -05:00
glob.go use strings.Builder instead of bytes.Buffer where applicable 2020-06-08 23:38:10 -04:00
glob_test.go fix #1003 2020-05-13 06:51:15 -04:00
math.go more memory-efficient implementation of line reading 2020-08-07 01:10:46 -04:00
math_test.go more memory-efficient implementation of line reading 2020-08-07 01:10:46 -04:00
net.go fix non-linux builds 2020-09-29 15:22:12 -04:00
net_linux.go fix non-linux builds 2020-09-29 15:22:12 -04:00
net_nonlinux.go fix non-linux builds 2020-09-29 15:22:12 -04:00
net_test.go review fixes; add submatch support to glob 2020-05-05 17:20:55 -04:00
os.go review fixes 2018-04-20 03:59:01 -04:00
proxy.go fix #1428 2020-12-05 23:06:23 -05:00
semaphores.go move StringSet to utils package 2020-08-04 21:54:03 -04:00
semaphores_test.go add AcquireWithTimeout for semaphores 2019-05-20 16:48:13 -04:00
sync.go refactor channel registration 2019-03-12 04:16:16 -04:00
text.go use strings.Builder instead of bytes.Buffer where applicable 2020-06-08 23:38:10 -04:00
text_test.go remove oragono.io/maxline-2 and fmsgid 2020-01-18 23:47:05 -05:00
types.go move StringSet to utils package 2020-08-04 21:54:03 -04:00