tag c4ba4cba6a0572710f067f42ea211ee4d63caba9 v1.8
Author:	Filip Stenstrom <filip.stenstrom.4488@gmail.com>
Date:	Sat Mar 6 09:31:51 2021 +0100

Fix bug for non-connected realms where timers disappear on relog/reload

commit 1245f3986cb641588cf58775efeffec1e8612c4c
Author: Filip Stenstrom <filip.stenstrom.4488@gmail.com>
Date:   Sat Mar 6 09:27:49 2021 +0100

    Change all logic to use normalizd realm name
    
    This is what is stored the connected realms table, and avoids confusion
    and risk for bugs.
    
    Function IsOnValidShard was removed because it was never used.
    
    Increased version number because this is non-backwards compatible with
    realms using non-normalized names (may result in duplicated entries for
    same realm/environment).

commit 63913afdc1c4aa0124c3709fdc7b650966c24a0f
Author: Filip Stenstrom <filip.stenstrom.4488@gmail.com>
Date:   Sat Mar 6 08:39:46 2021 +0100

    Fix bug for non-connected realms
    
    This created incorrect GUIDs (no realm entry) which made them get
    removed on reload/relog.

commit 3e5d10ffddabd5aa3a53b16b91cd555e4cac3403
Author: Filip Stenstrom <filip.stenstrom.4488@gmail.com>
Date:   Sat Mar 6 08:22:45 2021 +0100

    Add initial logger and some more debug utilities

