ircd/irc/utils
Shivaram Lingamneni 9fe65223db fix #527
Use []uint32 in bitset instead of []uint64, because it's harder to guarantee
64-bit alignment of []uint64 than I had realized:

https://go101.org/article/memory-layout.html
2019-05-27 15:51:28 -04:00
..
args_test.go add uncommitted test file 2019-05-20 12:34:30 -04:00
args.go review fixes 2019-05-20 02:56:49 -04:00
bitset_test.go fix #527 2019-05-27 15:51:28 -04:00
bitset.go fix #527 2019-05-27 15:51:28 -04:00
crypto_test.go formalize token munging code 2019-05-15 16:17:13 -04:00
crypto.go formalize token munging code 2019-05-15 16:17:13 -04:00
fieldsn.go review fix: add maxParams for service commands 2019-01-04 11:45:59 -05:00
net_test.go refactor [dk]lines, implement #144 2019-01-22 17:18:38 -05:00
net.go add sasl-only config option 2019-02-05 00:51:58 -05:00
os.go review fixes 2018-04-20 03:59:01 -04:00
semaphores_test.go add AcquireWithTimeout for semaphores 2019-05-20 16:48:13 -04:00
semaphores.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_test.go draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
text.go improvements to message replay code 2019-05-08 03:02:48 -04:00