]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Merge pull request #1162 from SaberUK/insp20+fix-deinstall
[user/henk/code/inspircd.git] / src / users.cpp
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-20 danieldgFix interaction of m_permchannels post-cull and channel...
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-19 danieldgCheck GetPenaltyThreshold when processing commands
2009-10-19 peaveyAdd a setting to <connect> allowing the threshold for...
2009-10-19 danieldgValgrind now runs completely clean.
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgClean up excessive bits in User struct
2009-10-17 danieldgHold reference to the associated ConfigTag inside Conne...
2009-10-17 danieldgRewrite ConfigReader again
2009-10-16 danieldgClean up static allocations
2009-10-12 peaveyFix some signedness.
2009-10-12 danieldgCoreExport changes, clean up DoHostCycle when users...
2009-10-12 danieldgFix WriteCommon when used on remote nicks
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-05 danieldgAdd OnBuildNeighborList hook, replaces all uses of...
2009-10-05 danieldgFix backwards HideWhoisServer check
2009-10-03 danieldgFix crash due to null address in DNS
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgFix some valgrind warnings
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-30 danieldgMove destruction logic for User and Spanningtree into...
2009-09-27 danieldgSendQ bugfixes
2009-09-26 danieldgFlexible SendQ
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgAllow objects to be added to cull list during apply...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-18 danieldgSeparate spy channels [jackmcbarn]
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-05 w00tBump a number of version numbers.
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
2009-09-02 danieldgRemove now-unused quitmsg/operquitmsg fields from User
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove strnewdup(), it is a good source of possible...
2009-09-02 danieldgMisc removal of pointless Extend strings
2009-09-02 danieldgRemove a few unneeded string copies in the PRIVMSG...
2009-09-02 danieldgAdd User::DoHostCycle
2009-09-02 danieldgRemove unneeded ProtocolInterface::Introduce
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-01 danieldgMove IP<->sockaddr conversions into irc::sockets::...
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-08-14 w00tRemove some very verbose debug that isn't really needed...
2009-08-12 danieldgMake rehash work more than once per run, and fix some...
2009-08-12 danieldgFixes for config reader
2009-08-03 w00tComment on what looks like incorrect behaviour in User...
2009-08-03 w00tRevert "Don't do all the oper gubbins if the opertype...
2009-08-03 w00tRevert "Find the right variable so it actually works...
2009-08-03 w00tFind the right variable so it actually works, too.
2009-08-03 w00tDon't do all the oper gubbins if the opertype doesn...
2009-08-01 w00tCheck that the <connect> block actually specifies a...
2009-05-14 danieldgFix r11381 checking HideWhoisServer incorrectly
2009-05-13 danieldgHide server sources if HideWhoisServer is set, noticed...
2009-05-13 danieldgUse Utils->ServerUser instead of ServerInstance->FakeCl...
2009-05-13 danieldgCreate subclass of User for FakeClient, to allow for...
2009-04-17 danieldgFix memory leak on rehash: opertype used char* instead...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-18 brainFix for bug #788, set user->quitting before writing...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-09 w00tFix bug #751 (wallops are not being processed remotely...
2009-03-02 danieldgFix +P channels being deleted when the final user ...
2009-02-15 peaveyAlso Extend user with FORCENick when calling the actual...
2009-02-14 peaveyNuke trailing spaces
2009-02-04 w00tAllow SANICK, SVSNICK, NICKLOCK, etc to override +bN...
2009-01-22 w00tTone down some logging to make debugging a tiny bit...
2009-01-03 w00tRemove +o from users on deoper, plausible fix for bug...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-01 w00tRemove lines_in and reset_due flood protection mechanis...
2008-12-01 w00tRemove m_operflood, add privs: users/flood/no-throttle...
2008-12-01 w00tRemove OverPenalty, saves sizeof(bool) per user.
2008-11-02 w00tRemove +s when no snomasks are set.. bug found (indirec...
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-11-01 w00tRemove now-unneeded 4in6 hacks [danieldg]
2008-11-01 w00tMerge commit 'ddg/out-12'
2008-10-28 w00tFix 4in6 IP resolution hack now that the leading :...
2008-10-28 w00tRemove one (now unneeded) 4in6 hack.
2008-10-25 w00tMove spanningtree to use OnChangeLocalUserHost instead...
2008-10-25 w00t(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-18 w00tWorking privs implementation, and example usage in...
2008-10-18 w00tMigrate oper commands to an std::set, add a set for...
2008-10-18 w00tAdd skeleton of HasPrivPermission.
2008-10-17 w00tRemove space indenting. (Brain, *smack* :P)
2008-10-17 w00tRemove the duplicate checking/disabled setting of ...
2008-10-03 brainWhooops! thanks psychon
2008-10-02 brainFix for bug #601
2008-09-29 specialReplace the IP (in addition to hostname) for CGIIRC...
2008-09-18 peaveyReinvert order of insert/erase into user hash_map to...
next