]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / users.cpp
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...
2008-09-14 specialPatch by dz to remove the one usage of strdup/strtok_r...
2008-09-13 aquanightChanged Allowed Modes to bitsets.
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-31 w00tSave 4 bytes (assuming sizeof(ptr) == 2) per user recor...
2008-08-27 w00tFix recursion crash
2008-08-27 w00tDon't force-finish a burst on a timer, instead, set...
2008-08-27 w00tFix..
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-25 w00tBounds checking on IsModeSet, etc, to stop silly problems
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-07 w00tI am a retard, mixx941 is my god
2008-08-07 w00tDon't add duplicate invites
2008-08-06 brainfix compile errors under debug profile in windows.
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-21 w00tRemove duplicated member, kept in classes.. Possible...
2008-07-19 w00tChange modes in channels and users to use std::bitset...
2008-07-19 w00tFix compile. Also remove write error stuff, as that...
2008-07-14 omRemove unneccessary temp value which caused a win32...
2008-07-14 w00tMore broken compile stuff
2008-07-13 w00tConvert, convert, convert
2008-07-13 w00tConvert a bunch of crap
2008-07-12 omChange sprintf to snprintf, just in case; Update comments.
2008-07-12 omIncrease static buffer size to 44 to account for a...
2008-07-12 omCleanup of some of the new CIDR code: compiles but...
2008-07-12 w00tFix for #564
2008-07-12 w00tAdd User::GetCIDRMask(int range), will be used for...
2008-07-02 w00tBack out the incomplete linebuffering stuff that should...
2008-07-02 w00tForward port r9946: make SVSHOLD silent to avoid useles...
next