]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_ident.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_ident.cpp
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...
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...
next