summaryrefslogtreecommitdiff
path: root/include/users.h
AgeCommit message (Expand)Author
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-14Various small warning fixes.rburchell
2008-09-30Move struct botinfo into a class in bots.hRobin Burchell w00t@inspircd.org
2008-09-30Added chost variable to User class, stores cloaked host, used in inspircd11 m...Robin Burchell w00t@inspircd.org
2008-09-30Mark some stuff deprecated, move implementation from the interface into the u...Robin Burchell w00t@inspircd.org
2008-09-30Move delete_user() into a destructor. Fix a few minor bugs with conversion also.Robin Burchell w00t@inspircd.org
2008-09-30Add User::SetRealname().Robin Burchell w00t@inspircd.org
2008-09-30Add User::SetIdent(). Also remove duplication by using update_host().Robin Burchell w00t@inspircd.org
2008-09-30Move more stuff into the user class.Robin Burchell w00t@inspircd.org
2008-09-30Add User::SetNewNick() method, to be called from ircd protocol.Robin Burchell w00t@inspircd.org
2008-09-30Move users to a basic class.Robin Burchell w00t@inspircd.org