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 3134 by michael, Sun Jan 26 20:08:25 2014 UTC vs.
Revision 3135 by michael, Mon Mar 10 21:11:25 2014 UTC

# Line 91 | Line 91 | struct MaskItem;
91   * ts stuff
92   */
93   #define TS_CURRENT      6       /**< current TS protocol version */
94 < #define TS_MIN          5       /**< minimum supported TS protocol version */
94 > #define TS_MIN          6       /**< minimum supported TS protocol version */
95   #define TS_DOESTS       0x20000000
96   #define DoesTS(x)       ((x)->tsinfo == TS_DOESTS)
97  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)