Age | Commit message (Expand) | Author |
2013-04-19 | m_ident Invalidate cache after changing User::ident | attilamolnar |
2012-12-15 | m_ident Reject invalid and error replies | attilamolnar |
2012-12-09 | Remove ServerLimits::Finalise(), it's completely wrong | attilamolnar |
2012-12-02 | Register a few extensions that weren't registered | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-10-18 | m_ident Allow the usage of an overriden IsIdent() instead of using a hardcode... | attilamolnar |
2012-07-13 | m_ident Fix casting User pointers to LocalUser pointers blindly | attilamolnar |
2012-07-13 | m_ident Close the socket and mark as done when received something instead of ... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
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 |