summaryrefslogtreecommitdiff
path: root/src/modules/m_ident.cpp
AgeCommit message (Expand)Author
2012-12-15m_ident Reject invalid and error repliesattilamolnar
2012-12-09Remove ServerLimits::Finalise(), it's completely wrongattilamolnar
2012-12-02Register a few extensions that weren't registeredattilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-10-18m_ident Allow the usage of an overriden IsIdent() instead of using a hardcode...attilamolnar
2012-07-13m_ident Fix casting User pointers to LocalUser pointers blindlyattilamolnar
2012-07-13m_ident Close the socket and mark as done when received something instead of ...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-03-02Fix m_ident deleting sockets that are still in usedanieldg
2010-03-02Fix some more incorrect socket usedanieldg
2010-02-02Add requireident/requiressl to connect blocksdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-13Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o...danieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-21Move some local-only fields to LocalUserdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-17Hold reference to the associated ConfigTag inside ConnectClassdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-26Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ...danieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove unneeded Extensible inheritance and remove "age" field from classbasedanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-08-14Make ident handling consistant: use ChangeIdent for all ident manipulation. T...w00t
2009-08-14(Hopefully) fix a issue with m_ident's result not being used for display.psychon
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-04-01Correct fix for bug #815, IPv6 code needs to check for IPv4 sa_family and han...danieldg
2009-04-01Partial revert of r11274 (m_ident binding, bug #815); the meaning of this seg...special
2009-04-01Correct bind address of ident requests on multihomed IPv6-capable servers.danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-11Make the ident module assume that a connect tag wants ident functionality unl...peavey
2009-01-02Update copyrights for 2009.w00t
2008-12-07Convert necessary match calls to use ASCII casemap.w00t
2008-10-04Header tidyups. Apart from module to module API stuff and external deps, modu...brain
2008-08-31Add <connect:useident> as part of m_ident, original suggestion from various p...w00t
2008-08-27Fix ident using uninitialised memory, forward-port of r10321. Thanks psychon.w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-19Fix crash i introduced into m_ident with a sloppy ->insert()brain
2008-05-19Fix these toobrain
2008-03-24Finally change all the Version() objectsbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain