ircd/irc/utils
Shivaram Lingamneni 2f20034bb7 fix TAGMSG playback
1. TAGMSG were incorrectly being considered multilines, because
   Is512() was checking the wrong thing
2. Playback of TAGMSG should depend on event-playback, not on message-tags
2020-05-22 12:07:53 -04:00
..
args_test.go Assorted fixes 2019-12-02 21:13:09 -05:00
args.go enhancements to roleplay 2020-03-19 17:10:28 -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
confirmation_test.go factor out confirmation codes into utils, change their format 2020-02-22 22:34:39 -05:00
confirmation.go factor out confirmation codes into utils, change their format 2020-02-22 22:34:39 -05:00
crypto_test.go fix #530, #721 2019-12-29 12:05:01 -05:00
crypto.go more work on websocket support 2020-05-04 23:26:51 -04:00
fieldsn.go review fix: add maxParams for service commands 2019-01-04 11:45:59 -05:00
glob_test.go fix #1003 2020-05-13 06:51:15 -04:00
glob.go explanatory comment for CompileMasks 2020-05-13 10:07:54 -04:00
net_test.go review fixes; add submatch support to glob 2020-05-05 17:20:55 -04:00
net.go more work on websocket support 2020-05-04 23:26:51 -04:00
os.go review fixes 2018-04-20 03:59:01 -04:00
proxy.go fix #996 2020-05-10 06:17:11 -04:00
semaphores_test.go add AcquireWithTimeout for semaphores 2019-05-20 16:48:13 -04:00
semaphores.go make semaphores O(1) in storage 2019-10-03 00:03:00 -04:00
sync.go refactor channel registration 2019-03-12 04:16:16 -04:00
text_test.go remove oragono.io/maxline-2 and fmsgid 2020-01-18 23:47:05 -05:00
text.go fix TAGMSG playback 2020-05-22 12:07:53 -04:00