summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2009-10-12Fix some signedness.peavey
2009-10-12CoreExport changes, clean up DoHostCycle when users are exempteddanieldg
2009-10-12Fix WriteCommon when used on remote nicksdanieldg
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-08Update Event and Request APIsdanieldg
2009-10-05Add OnBuildNeighborList hook, replaces all uses of OnHostCycledanieldg
2009-10-05Fix backwards HideWhoisServer checkdanieldg
2009-10-03Fix crash due to null address in DNSdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-10-01Fix some valgrind warningsdanieldg
2009-09-30Add explicit reference-counting base classdanieldg
2009-09-30Move destruction logic for User and Spanningtree into cull()danieldg
2009-09-27SendQ bugfixesdanieldg
2009-09-26Flexible SendQdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Allow objects to be added to cull list during apply - fixes user deletion on ...danieldg
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-05Bump a number of version numbers.w00t
2009-09-03Remove HandleInternal and HandleServer, they are duplicated by Request* and F...danieldg
2009-09-02Add OnChangeIdent and FIDENT supportdanieldg
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-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove strnewdup(), it is a good source of possible memory leaksdanieldg
2009-09-02Misc removal of pointless Extend stringsdanieldg
2009-09-02Remove a few unneeded string copies in the PRIVMSG pathdanieldg
2009-09-02Add User::DoHostCycledanieldg
2009-09-02Remove unneeded ProtocolInterface::Introducedanieldg
2009-09-02Cast rework: use C++ style static_cast<> instead of C-style castsdanieldg
2009-09-01Move IP<->sockaddr conversions into irc::sockets:: namespacedanieldg
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-09-01Strip SUPPORT_IP6LINKS #definedanieldg
2009-08-14Remove some very verbose debug that isn't really needed anymorew00t
2009-08-12Make rehash work more than once per run, and fix some uninitialized values in...danieldg
2009-08-12Fixes for config readerdanieldg
2009-08-03Comment on what looks like incorrect behaviour in User::Oper().w00t
2009-08-03Revert "Don't do all the oper gubbins if the opertype doesn't exist. I've abs...w00t
2009-08-03Revert "Find the right variable so it actually works, too."w00t
2009-08-03Find the right variable so it actually works, too.w00t
2009-08-03Don't do all the oper gubbins if the opertype doesn't exist. I've absolutely ...w00t
2009-08-01Check that the <connect> block actually specifies a host before checking whet...w00t
2009-05-14Fix r11381 checking HideWhoisServer incorrectlydanieldg
2009-05-13Hide server sources if HideWhoisServer is set, noticed by Braindanieldg