Age | Commit message (Expand) | Author |
2010-03-02 | Fix m_ident deleting sockets that are still in use | danieldg |
2010-03-02 | Fix some more incorrect socket use | danieldg |
2010-02-02 | Add requireident/requiressl to connect blocks | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-13 | Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o... | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Move some local-only fields to LocalUser | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-17 | Hold reference to the associated ConfigTag inside ConnectClass | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-26 | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ... | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-08-14 | Make ident handling consistant: use ChangeIdent for all ident manipulation. T... | w00t |
2009-08-14 | (Hopefully) fix a issue with m_ident's result not being used for display. | psychon |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
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 |