Age | Commit message (Expand) | Author |
2014-01-21 | Merge insp20 | Attila Molnar |
2013-12-18 | Clean up CoreException | Attila Molnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-31 | Improve support for rarely used compilers, EKOPath in this case. | ChrisTX |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-09 | Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and Chan... | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-08-04 | Remove a few not-so-useful debug messages | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-06 | Convert a ton of uses of MAXBUF to use a fixed buffer size. | Peter Powell |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-19 | m_ident Invalidate cache after changing User::ident | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | 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 |