Fix minor mistakes in tests that made them fail, fix account normalization #14
Merged
MightyPork
merged 2 commits from fgaz/group-actor:master
into master
3 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'fgaz/group-actor:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Good catch with the tests, please also update the message "still member even if banned". (That test can be simplified, it was written before I made banning also a kick.)
What are you trying to solve with that lowercasing?
Perhaps the lowercasing should be in
acct_to_server()
instead (and change it to return String)? That one added alloc probably won't hurtdone
makes sense, so it also applies during authentication. done
thanks, i'll try to merge it tonight
Great! When you do, could you also make a point release so I don't have to disable tests / apply patches on the current one when packaging it?
Thanks for the release!
cbd3c0a575
.