X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=62ceb564e5ba242959462b87236e589375861526;hb=998967b58afb411c70dbf772758d4e1a1c7bea7e;hp=d7bfadc60a99eaa1252c74abf1793c455ac4a5cc;hpb=3fd1ba753d0e4cb56ecb22ddfdabd6795e17ff25;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index d7bfadc60..62ceb564e 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -55,9 +55,6 @@ struct ModResult; typedef TR1NS::unordered_map user_hash; typedef TR1NS::unordered_map chan_hash; -/** A list of failed port bindings, used for informational purposes on startup */ -typedef std::vector > FailedPortList; - /** List of channels to consider when building the neighbor list of a user */ typedef std::vector IncludeChanList; @@ -68,11 +65,11 @@ typedef std::vector file_cache; /** A mapping of configuration keys to their assigned values. */ -typedef insp::flat_map ConfigItems; +typedef insp::flat_map ConfigItems; /** The entire configuration */ -typedef std::multimap > ConfigDataHash; +typedef std::multimap, irc::insensitive_swo> ConfigDataHash; /** Iterator of ConfigDataHash */ typedef ConfigDataHash::const_iterator ConfigIter;