]> jfr.im git - solanum.git/commit - ircd/s_user.c
Get rid of flags2.
authorElizabeth Myers <redacted>
Thu, 7 Apr 2016 12:40:55 +0000 (07:40 -0500)
committerElizabeth Myers <redacted>
Thu, 7 Apr 2016 12:40:55 +0000 (07:40 -0500)
commit66f7fe673bf29387f4f415b9380a376376d9e1f2
tree7c3664ccd56d83248a2053b69deb7bc186028c16
parent9057170ce88071c67809c3648ae7f82883cc8567
Get rid of flags2.

It seems to come from an era where long long didn't exist and 64-bit
machines weren't common. 32-bit machines are still common but I can't
imagine this will have much performance impact there.

This "fixes" #179 in title only, but see comments within.
include/client.h
include/s_conf.h
include/s_newconf.h
ircd/client.c
ircd/s_user.c
modules/m_privs.c