]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_ident.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / modules / m_ident.cpp
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...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-13 brainFixes for potential 4 byte memory leak, and crash
2007-10-13 brainAnd some more tweaks to make sure it frees memory :P
2007-10-13 brainMore fixes to the ident stuff to make sure that one...
2007-10-13 brainTweaks
2007-10-13 brainIMPORTANT checks in here that special took out thinking...
2007-10-02 brainSomeone please bp this
2007-09-13 specialFixed a compile error in m_ident on ipv6
2007-09-13 specialMade m_ident bind ident requests to the same IP the...
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
2007-09-02 specialCompletely rewrote m_ident; the old one was written...
2007-08-31 specialFixed a double free in m_ident. Found by AnMaster
2007-08-28 w00tDELETE() -> delete
2007-08-27 w00tRemove unnecessary header traffic
2007-08-20 brainThe only possibility for the issue sts found is that...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-28 brainipv6 ifdef tidyup by djGrrr, thanks :)
2007-05-27 brainFix for bug #305, allow admin to select what port outbo...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-10 brainAttach ident and original username to the metadata...
2007-03-23 brainIdent fixes, to make sure that if you dont get an ident...
2007-03-23 brainident over ipv6 fixes, and fixes to inspsocket BindAddr...
2007-03-23 brainTweak some stuff about
2007-03-23 brainFix small memory leak
2007-02-09 brainAdd and properly test the ability for an InspTimer...
2007-02-08 peaveyTry without deletes that it done anyway on close of...
2007-02-07 brainRemember: C++ only works if you type the right method...
2007-02-07 brainIdent fixes,
2007-01-17 brainMass comment removal.
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-10-22 brainDelete idents when disconnecting?
2006-10-19 brainInsert massive change here.
2006-10-06 brainDocument more classes
2006-10-04 brainFix jamies fix (you cant strcpy to a char* pointer...
2006-10-04 brain*slaps* jamie for not using tabs to indent ;-p
2006-10-04 jamiePrepend ident with '~' if we get no response
2006-10-01 brainNow with binary versioning goodness
2006-09-10 brainThis should fix the timeout issues pippjin was experiencing
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-18 brainFix timeouts
2006-08-18 brainFix ident timeouts to work properly when the connect...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainSomehow, IMPORTANT changes got reverted.
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-08 brainWHEEEEE!!!!!
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-10 brainMore fixes
2006-06-07 brainFix for segfault if a user quits before their ident...
2006-05-02 brainForwardport (yes those do happen).
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-18 brainFix for crashes in m_ident (should work)
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-11 brainAnd more
2006-03-09 brainStrlen bashing.
2006-02-03 brainWhy are we using the users hostname to connect back...
2006-02-02 brainWhen socket fails to construct, we now check the GetSta...
2006-02-02 brainMore nonblocking dns stuffs
2006-01-27 brainAdded OnCleanup
2006-01-26 brainRemoved unneccessary strlcpy
2006-01-26 brainDamn string exceptions
2006-01-26 brainGrr
2006-01-26 brainRemoval of a comment - DRASTICALLY IMPORTANT, THIS...
2006-01-26 brainRemoved a load of unneeded includes (poll.h etc)
2006-01-26 brainMoved these into initialization-list
2006-01-26 brainIncorrect initialization order
2006-01-26 brainDefault ident timeout to 1 sec if not defined (a bit...
next