8518e0f62d
fix track gap and durochka sound level
4558a4d942
new tracks
5d55467b9c
new track and assets for the previous one
f274513bb5
improve track selection entropy
irc: split test timeouts and increase for password verification
irc: split test timeouts and increase for password verification
26cc2f178c
irc: remove "None" fake capability
25fe041698
irc: move CHATHISTORY message handling into a separate module
a22cde0ea8
irc: rename Handler to IrcCommand and its method to handle_with
59528909c7
core: ADT for results of room history queries
f3cd794431
core: do not ignore errors on sending to channels
reduce usage of unwraps
It wouldn't really matter whether we use unwrap
s or ?
in tests, but it was a bit hard to find which unwrap
s are in "real code" and which are in tests, so I decided to remove all of them no…