summaryrefslogtreecommitdiff
path: root/include/users.h
AgeCommit message (Expand)Author
2009-10-17Some windows compile fixesdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Clean up excessive bits in User structdanieldg
2009-10-17Hold reference to the associated ConfigTag inside ConnectClassdanieldg
2009-10-11More CoreExport, brought the errors down, but some still persist.peavey
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-05Add OnBuildNeighborList hook, replaces all uses of OnHostCycledanieldg
2009-10-03Fix crash due to null address in DNSdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-09-30Add explicit reference-counting base classdanieldg
2009-09-26Flexible SendQdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-18Separate spy channels [jackmcbarn]danieldg
2009-09-13Remove redundant ServerInstance* fieldsdanieldg
2009-09-13Membership* changesdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-02Rip out VisData in preparation for replacing it with more flexible hooksdanieldg
2009-09-02Remove now-unused quitmsg/operquitmsg fields from Userdanieldg
2009-09-02Remove unneeded Extensible inheritance and remove "age" field from classbasedanieldg
2009-09-02Remove a few unneeded string copies in the PRIVMSG pathdanieldg
2009-09-02Add User::DoHostCycledanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-09-01Rename User::GetPort to GetServerPort to clarify its purposedanieldg
2009-09-01Change IP address storage in User to use more IPv4/IPv6 common codedanieldg
2009-08-12Fixes for config readerdanieldg
2009-06-30Roll back mysterious DNS change from 2007 which broke multiple-answerw00t
2009-05-13Make User::ServerInstance public so that FakeUser can access it. There is no ...danieldg
2009-05-13Create subclass of User for FakeClient, to allow for use as command sourcedanieldg
2009-05-06Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i...w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-01Rip flood/threshold out of config classes also.w00t
2008-12-01Remove lines_in and reset_due flood protection mechanism, recvq/sendq on thei...w00t
2008-12-01Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increase...w00t
2008-12-01Remove OverPenalty, saves sizeof(bool) per user.w00t
2008-10-28Remove one (now unneeded) 4in6 hack.w00t
2008-10-25(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db19efd4fb8cd - remove d...w00t
2008-10-18Default 'noisy' to false. Until i hear from w00t i cant see how this can be o...brain
2008-10-18Working privs implementation, and example usage in NOTICE for mass messaging.w00t
2008-10-18Migrate oper commands to an std::set, add a set for privs also. Change the AP...w00t
2008-10-18Add skeleton of HasPrivPermission.w00t
2008-10-17Remove the duplicate checking/disabled setting of <connect> craq, there is a ...w00t
2008-09-29Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and...special
2008-09-13Changed Allowed Modes to bitsets.aquanight
2008-09-10Clear out the string used for the temporarily stored hostname during DNS reso...special
2008-09-10Fixed comments for cached host fields in User; 3/4 of these were completely i...special
2008-09-07Merge class connection in with class user (nothing else inherits it anyway, a...w00t
2008-09-07Merge the second interface for socket hooking into one, so it's all done by A...w00t