summaryrefslogtreecommitdiff
path: root/include/users.h
AgeCommit message (Expand)Author
2009-09-12Fixes bugs #1105 and #1106Adam-
2009-08-04Fixed autoidadam-
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-15First stab at adding User::nc as requested!robbeh
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-26Various fixes for compiling under Windows.cyberbotx
2008-11-20Removed some signed/unsigned comparison warnings.cyberbotx
2008-11-15Remove moduleAddData|GetData|DelData and all associated mess. Extensible base...rburchell
2008-11-15Add Extensible class, which we will use for metadata, derive class User from ...rburchell
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