summaryrefslogtreecommitdiff
path: root/src/modules/m_ident.cpp
AgeCommit message (Expand)Author
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
2007-10-23Pedantic safebrain
2007-10-21Oops, checked wrong var :pbrain
2007-10-21This works, not sure why. Someone find out why we cant use && !isock->HasResu...brain
2007-10-21Minor tweak to avoid a storm of redundant read events. This isnt the fix, i d...brain
2007-10-21Remove next_call garbage.. It didn't really do much more than obfuscate thing...w00t
2007-10-19Fix small memory leak (this cant theoretically happen anyway unless you remov...brain
2007-10-18Tons of comments!brain
2007-10-18Fix here toobrain
2007-10-18Yay fixedbrain
2007-10-18Socket engine tweaks to fix a glitch, and improvements to new m_identbrain
2007-10-18Set IdentRequestSocket::done on failure to getsockname() in OnConnectedbrain
2007-10-18This new ident module now seems to work rudimentarily.brain
2007-10-18No gaurantees this works AT ALL. do not use yet!!!brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-13Fixes for potential 4 byte memory leak, and crashbrain
2007-10-13And some more tweaks to make sure it frees memory :Pbrain
2007-10-13More fixes to the ident stuff to make sure that one socket doesnt go before t...brain
2007-10-13Tweaksbrain
2007-10-13IMPORTANT checks in here that special took out thinking they were no longer r...brain
2007-10-02Someone please bp thisbrain
2007-09-13Fixed a compile error in m_ident on ipv6special
2007-09-13Made m_ident bind ident requests to the same IP the user is connected on, whi...special
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-09-02Completely rewrote m_ident; the old one was written long ago and had a histor...special
2007-08-31Fixed a double free in m_ident. Found by AnMasterspecial
2007-08-28DELETE() -> deletew00t
2007-08-27Remove unnecessary header trafficw00t
2007-08-20The only possibility for the issue sts found is that a socket is deleted but ...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Conversionsw00t