]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_ident.cpp
Change all socketengine methods to be static
[user/henk/code/inspircd.git] / src / modules / m_ident.cpp
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarChange SocketEngine functions that do not require an...
2014-01-21 Attila MolnarMerge insp20
2013-12-18 Attila MolnarClean up CoreException
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-09 attilamolnarAccept std::string as parameter in User::ChangeHost...
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-08-04 attilamolnarRemove a few not-so-useful debug messages
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert a ton of uses of MAXBUF to use a fixed buffer...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-19 attilamolnarm_ident Invalidate cache after changing User::ident
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-15 attilamolnarm_ident Reject invalid and error replies
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-12-02 attilamolnarRegister a few extensions that weren't registered
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-10-18 attilamolnarm_ident Allow the usage of an overriden IsIdent() inste...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarm_ident Fix casting User pointers to LocalUser pointers...
2012-07-13 attilamolnarm_ident Close the socket and mark as done when received...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-03-02 danieldgFix m_ident deleting sockets that are still in use
2010-03-02 danieldgFix some more incorrect socket use
2010-02-02 danieldgAdd requireident/requiressl to connect blocks
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-17 danieldgHold reference to the associated ConfigTag inside Conne...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-08-14 w00tMake ident handling consistant: use ChangeIdent for...
2009-08-14 psychon(Hopefully) fix a issue with m_ident's result not being...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-04-01 danieldgCorrect fix for bug #815, IPv6 code needs to check...
2009-04-01 specialPartial revert of r11274 (m_ident binding, bug #815...
2009-04-01 danieldgCorrect bind address of ident requests on multihomed...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-11 peaveyMake the ident module assume that a connect tag wants...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-08-31 w00tAdd <connect:useident> as part of m_ident, original...
2008-08-27 w00tFix ident using uninitialised memory, forward-port...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainFix crash i introduced into m_ident with a sloppy ...
2008-05-19 brainFix these too
2008-03-24 brainFinally change all the Version() objects
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-23 brainPedantic safe
2007-10-21 brainOops, checked wrong var :p
2007-10-21 brainThis works, not sure why. Someone find out why we cant...
2007-10-21 brainMinor tweak to avoid a storm of redundant read events...
2007-10-21 w00tRemove next_call garbage.. It didn't really do much...
2007-10-19 brainFix small memory leak (this cant theoretically happen...
2007-10-18 brainTons of comments!
2007-10-18 brainFix here too
2007-10-18 brainYay fixed
2007-10-18 brainSocket engine tweaks to fix a glitch, and improvements...
2007-10-18 brainSet IdentRequestSocket::done on failure to getsockname...
2007-10-18 brainThis new ident module now seems to work rudimentarily.
2007-10-18 brainNo gaurantees this works AT ALL. do not use yet!!!
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
next