ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/client.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/client.h (file contents):
Revision 6506 by michael, Sun Sep 6 11:17:15 2015 UTC vs.
Revision 6592 by michael, Wed Oct 21 20:16:57 2015 UTC

# Line 355 | Line 355 | struct Connection
355    int sent_parsed;      /**< How many messages we've parsed in this second */
356  
357    char *password;  /**< Password supplied by the client/server */
358  char *challenge_response;  /**< Expected CHALLENGE response from client */
359  char *challenge_operator;  /**< Operator to become if they supply the response */
358   };
359  
360   /*! \brief Client structure */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines