ergo/irc/utils
Shivaram Lingamneni f77d430d25 use maps.Clone from go1.21 2023-08-15 20:57:52 -04:00
..
args.go consolidate ArgsToStrings 2020-12-30 00:41:34 -05:00
args_test.go consolidate ArgsToStrings 2020-12-30 00:41:34 -05:00
bitset.go tweaks to NAMES implementation (#2058) 2023-04-14 02:15:56 -04: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 #1676 2021-10-29 04:50:24 -04:00
crypto_test.go fix #1676 2021-10-29 04:50:24 -04: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 factor out some shared code 2021-09-18 21:28:16 -04:00
net_linux.go upgrade go to 1.17 2021-08-20 15:59:26 -04:00
net_nonlinux.go upgrade go to 1.17 2021-08-20 15:59:26 -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 make ReloadableListener lock-free 2023-01-05 20:18:14 -05:00
semaphores.go remove unnecessary indirection in semaphore 2021-04-07 08:44:17 -04:00
semaphores_test.go remove unnecessary indirection in semaphore 2021-04-07 08:44:17 -04:00
signals.go don't reference SIGUSR1 on windows (#2018) 2022-12-18 00:15:55 -05:00
signals_plan9.go don't reference SIGUSR1 on windows (#2018) 2022-12-18 00:15:55 -05:00
signals_windows.go don't reference SIGUSR1 on windows (#2018) 2022-12-18 00:15:55 -05:00
sync.go refactor channel registration 2019-03-12 04:16:16 -04:00
text.go tweaks to NAMES implementation (#2058) 2023-04-14 02:15:56 -04:00
text_test.go tweaks to NAMES implementation (#2058) 2023-04-14 02:15:56 -04:00
types.go use maps.Clone from go1.21 2023-08-15 20:57:52 -04:00
uuid.go fix linter error 2023-03-04 23:29:16 -08:00