Block a user
cafca9093c
login_test: use TestCharCreate from testutil
d84fcd2c93
testutil: added account.go
1f63f9856e
testutil: refactoring/organizing
79f68187bf
testutil: DummyPeer now holds onto the *is.Is
cd93a058ce
shard: no longer panics if tdata/NPCs.json isn't found
0a28dbcc3e
removed util
1a6de671e5
moved 'testutil' to 'internal/testutil'
261ea6505f
testutil: fix possible orphaned container in SetupEnvironment
556878544d
testutil: refactoring && cleanup
bfcbe6d3d6
started testutil: login_test now uses these helpers
5711ca218e
improved readme, added asciinema demo
5cd3049d66
cdebug: added cosmoG_disassemble
cd37cfdae5
cparse: removed stale expressionStatement forward declare
e0455902b0
'return' is now a valid statement outside of a function
43d79a456e
cparse.c: removed expressionStatement()
105a3d70c3
cparse.c: refactoring
93f3ae1106
cvm.c:cosmoV_printError -> cosmoV_printBacktrace
4816e64612
cvalue.c:printValue renamed to cosmoV_printValue
a337e26229
added <obj>:keys() method
b7bb0773b1
removed stale WRITE_GLOBAL_OP macro
2bd61dc571
login_test: more stale comments lol
cba01a877d
login_test: fix sendAndRecv
e1b9fa5d99
login_test: refactor, abstracted send and recv
77751a2aa0
login_tests: annotate tests
8e84f0c7b2
more better README
2a6fb25f03
use passed context.Context
0ebd162af0
login_test: minor cleanup
d1763418a8
removed useless closure
c4d885cf6d
Login && Password need to be at least 4 long
afd5c9ef23
added login_test
ac62f7d64e
moved config/ -> internal/config
58afc9df1f
protocol/packet: use append() w/ temp buf to grow
e257bf998f
protocol/encrypt: minor cleanup
96eed66831
add cnet/ util/ to unit-tests push event
12f16645e1
updated README
899b95b4e6
SelectWithTimeout && WaitWithTImeout now use time.Duration
e33b7c0556
util: added test
3445b852fd
util: added SelectWithTimeout && WaitWithTImeout
557117f093
moved internal/protocol -> cnet/protocol
b07e9ddbcb
merged internal/service -> cnet/service
96130ddc8d
TestService: wait for OnConnect and OnDisconnect
8e65a78d07
testing refactor; use github.com/matryer/is