Giedrius Statkevičius
|
773a915d87
gomegle: switch to map[string]string in interal interfaces
|
8 years ago |
Giedrius Statkevičius
|
ed3508f451
client: use range instead of the unusual for-loop
|
8 years ago |
Giedrius Statkevičius
|
12e3d99ce1
Revert "gomegle: add support for "Stranger has disconnected" in Generate()"
|
8 years ago |
Giedrius Statkevičius
|
43534fa35b
gomegle: add support for "Stranger has disconnected" in Generate()
|
8 years ago |
Giedrius Statkevičius
|
c88358f320
gomegle_test: add missing .Disconnect(), check for more errors
|
8 years ago |
Giedrius Statkevičius
|
6862bc23cd
gomegle_test: remove pointless .Topic in TestGenerate()
|
8 years ago |
Giedrius Statkevičius
|
668a1b2c35
client: don't skip a iteration in case of {Show,Stop}Typing != nil
|
8 years ago |
Giedrius Statkevičius
|
427ad1e1f6
gomegle: make related constants of type Tp
|
9 years ago |
Giedrius Statkevičius
|
6f50249745
Actually start using type Event for UpdateStatus()
|
9 years ago |
Giedrius Statkevičius
|
fbf3f75b2f
client: don't explicitly exit the goroutine
|
9 years ago |
Giedrius Statkevičius
|
d07c5c1478
gomegle_test: improve clarity of TestGenerate
|
9 years ago |
Giedrius Statkevičius
|
641c1fc286
gomegle_test: test different modes
|
9 years ago |
Giedrius Statkevičius
|
2e28b7ca3b
Clean up and improve error messages
|
9 years ago |
Giedrius Statkevičius
|
6768cf20d0
client: clean up strings
|
9 years ago |
Giedrius Statkevičius
|
6cc9834a29
gomegle: move const chars into the only fn where it is used
|
9 years ago |
Giedrius Statkevičius
|
e2dd4f8524
gomegle: switch to sync.RWMutex from sync.Mutex
|
9 years ago |
Giedrius Statkevičius
|
02158a8782
gomegle: use a private RNG source
|
9 years ago |
Giedrius Statkevičius
|
9474d70b52
gomegle: make `tp' type public
|
9 years ago |
Giedrius Statkevičius
|
c55d3c72c1
client: remove prefix from logger
|
9 years ago |
Giedrius Statkevičius
|
949a822eb2
client: log messages to stderr
|
9 years ago |
Giedrius Statkevičius
|
d6f3425a92
client: run through a linter
|
9 years ago |
Giedrius Statkevičius
|
150a56973b
gomegle: do not bother if len(arr) < 2
|
9 years ago |
Giedrius Statkevičius
|
d1d9126318
Add support for statusInfo event in UpdateEvents()
|
9 years ago |
Giedrius Statkevičius
|
6da5527813
Make UpdateEvents() return []interface{}
|
9 years ago |
Giedrius Statkevičius
|
5d3bfb688e
Actually, remove bogus README entry
|
9 years ago |
Giedrius Statkevičius
|
c3c702cb7c
test: increase test coverage
|
9 years ago |
Giedrius Statkevičius
|
9b7797e6f4
gomegle: move status parsing into another fn
|
9 years ago |
Giedrius Statkevičius
|
ad21b0d042
client: fix up debris from linter fixes
|
9 years ago |
Giedrius Statkevičius
|
7a4d94a7a8
Add more tests
|
9 years ago |
Giedrius Statkevičius
|
83e2453b25
Fix compilation error
|
9 years ago |