]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Experimental WSAPoll (thanks for not just using poll(), guys) support for Windows...
[user/henk/code/inspircd.git] / include / users.h
index c4c85fb0f457f3be1c71da3ee585851a21daf4ee..5aff66e54ba491a117c4e637f20f5c98dc154b68 100644 (file)
@@ -427,15 +427,15 @@ class CoreExport User : public EventHandler
         */
        InvitedList invites;
 
-       /** Cached nick!ident@host value using the real hostname
+       /** Cached nick!ident@dhost value using the displayed hostname
         */
        std::string cached_fullhost;
 
-       /** Cached nick!ident@ip value using the real IP address
+       /** Cached ident@ip value using the real IP address
         */
        std::string cached_hostip;
 
-       /** Cached nick!ident@host value using the masked hostname
+       /** Cached ident@realhost value using the real hostname
         */
        std::string cached_makehost;
 
@@ -520,7 +520,7 @@ class CoreExport User : public EventHandler
         */
        time_t nping;
 
-       /** Stored reverse lookup from res_forward
+       /** Stored reverse lookup from res_forward. Should not be used after resolution.
         */
        std::string stored_host;