]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Remove users from uuidlist on QuitUser, not during cull (allows UID reuse on fast...
[user/henk/code/inspircd.git] / src / users.cpp
2010-01-30 danieldgRemove users from uuidlist on QuitUser, not during...
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
2010-01-19 danieldgFix MOTD and RULES to work remotely (remove the old...
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2010-01-04 danieldgGCC 4.5 warning fixups
2009-11-11 danieldgAdd fine-grained command flood controls
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-03 danieldgMatch USERINPUT/USEROUTPUT identifiers
2009-11-01 danieldgFix global clone count not being decremented on remote...
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-24 danieldgGet rid of ModePair
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgMove AllowedPrivs and similar oper information from...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
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...
next