summaryrefslogtreecommitdiff
path: root/src/modules/m_ident.cpp
AgeCommit message (Expand)Author
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
2007-05-30Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :)brain
2007-05-28ipv6 ifdef tidyup by djGrrr, thanks :)brain
2007-05-27Fix for bug #305, allow admin to select what port outbound ident requests bin...brain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-10Attach ident and original username to the metadata of the user, so that it ca...brain
2007-03-23Ident fixes, to make sure that if you dont get an ident reply you cant sneak ...brain
2007-03-23ident over ipv6 fixes, and fixes to inspsocket BindAddr which wasnt doing ipv...brain
2007-03-23Tweak some stuff aboutbrain
2007-03-23Fix small memory leakbrain
2007-02-09Add and properly test the ability for an InspTimer to DelTimer itself from wi...brain
2007-02-08Try without deletes that it done anyway on close of InspSocket's socket.peavey
2007-02-07Remember: C++ only works if you type the right method names and not ones that...brain
2007-02-07Ident fixes,brain
2007-01-17Mass comment removal.brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-11-21fix for bug #175, change OnUserRegister to return int, and if greater than 0 ...peavey
2006-10-22Delete idents when disconnecting?brain
2006-10-19Insert massive change here.brain
2006-10-06Document more classesbrain
2006-10-04Fix jamies fix (you cant strcpy to a char* pointer, without first allocating ...brain
2006-10-04*slaps* jamie for not using tabs to indent ;-pbrain
2006-10-04Prepend ident with '~' if we get no responsejamie
2006-10-01Now with binary versioning goodnessbrain
2006-09-10This should fix the timeout issues pippjin was experiencingbrain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-18Fix timeoutsbrain
2006-08-18Fix ident timeouts to work properly when the connect succeeds but nothing com...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain