Age | Commit message (Expand) | Author |
2009-04-01 | Correct fix for bug #815, IPv6 code needs to check for IPv4 sa_family and han... | danieldg |
2009-04-01 | Partial revert of r11274 (m_ident binding, bug #815); the meaning of this seg... | special |
2009-04-01 | Correct bind address of ident requests on multihomed IPv6-capable servers. | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-11 | Make the ident module assume that a connect tag wants ident functionality unl... | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Convert necessary match calls to use ASCII casemap. | w00t |
2008-10-04 | Header tidyups. Apart from module to module API stuff and external deps, modu... | brain |
2008-08-31 | Add <connect:useident> as part of m_ident, original suggestion from various p... | w00t |
2008-08-27 | Fix ident using uninitialised memory, forward-port of r10321. Thanks psychon. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-19 | Fix crash i introduced into m_ident with a sloppy ->insert() | brain |
2008-05-19 | Fix these too | brain |
2008-03-24 | Finally change all the Version() objects | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-10-23 | Pedantic safe | brain |
2007-10-21 | Oops, checked wrong var :p | brain |
2007-10-21 | This works, not sure why. Someone find out why we cant use && !isock->HasResu... | brain |
2007-10-21 | Minor tweak to avoid a storm of redundant read events. This isnt the fix, i d... | brain |
2007-10-21 | Remove next_call garbage.. It didn't really do much more than obfuscate thing... | w00t |
2007-10-19 | Fix small memory leak (this cant theoretically happen anyway unless you remov... | brain |
2007-10-18 | Tons of comments! | brain |
2007-10-18 | Fix here too | brain |
2007-10-18 | Yay fixed | brain |
2007-10-18 | Socket engine tweaks to fix a glitch, and improvements to new m_ident | brain |
2007-10-18 | Set IdentRequestSocket::done on failure to getsockname() in OnConnected | brain |
2007-10-18 | This new ident module now seems to work rudimentarily. | brain |
2007-10-18 | No gaurantees this works AT ALL. do not use yet!!! | brain |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-13 | Fixes for potential 4 byte memory leak, and crash | brain |
2007-10-13 | And some more tweaks to make sure it frees memory :P | brain |
2007-10-13 | More fixes to the ident stuff to make sure that one socket doesnt go before t... | brain |
2007-10-13 | Tweaks | brain |
2007-10-13 | IMPORTANT checks in here that special took out thinking they were no longer r... | brain |
2007-10-02 | Someone please bp this | brain |
2007-09-13 | Fixed a compile error in m_ident on ipv6 | special |
2007-09-13 | Made m_ident bind ident requests to the same IP the user is connected on, whi... | special |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |
2007-09-02 | Completely rewrote m_ident; the old one was written long ago and had a histor... | special |
2007-08-31 | Fixed a double free in m_ident. Found by AnMaster | special |
2007-08-28 | DELETE() -> delete | w00t |
2007-08-27 | Remove unnecessary header traffic | w00t |
2007-08-20 | The only possibility for the issue sts found is that a socket is deleted but ... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |