Age | Commit message (Expand) | Author |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2012-12-15 | Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta... | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-09-13 | m_blockamsg, m_sslinfo Don't convert the command name to irc::string in OnPre... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-08-03 | Fix m_opermodes.so sending modes for unintroduced clients with oper autologin... | Adam |
2010-04-02 | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | Daniel De Graaf |
2010-02-16 | Change is-using-SSL numeric to 671 to match more other IRCds | danieldg |
2010-02-16 | Change is-using-SSL numeric to 275 to match other IRCds | danieldg |
2010-02-15 | Add <oper:autologin> to allow SSL fingerprint-based automatic oper login | danieldg |
2010-02-10 | Show SSL fingerprint in /WHOIS line, allow fingerprints to be hidden from non... | danieldg |
2010-02-08 | SSL certificate requests prior to full registration must use SocketCertificat... | danieldg |
2010-02-08 | Add <connect requiressl="trusted"> to force CA verification for clients on th... | danieldg |
2010-02-02 | Add requireident/requiressl to connect blocks | danieldg |
2010-01-18 | Remove unneededd IS_LOCAL casts | danieldg |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-18 | Fix iteration of oper blocks by SSLINFO | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-06 | Remove Extensible parent from EventHandler | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-13 | Fix automated metadata decoding with ExtItem | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg |
2009-09-02 | Fix memory leak and invalid vtable location on unload of m_sslinfo | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-07-02 | Merge m_ssl_oper_cert into m_sslinfo to reduce the number of SSL modules | danieldg |
2009-07-02 | Merge m_ssl_data with m_ssinfo to reduce the number of SSL modules | danieldg |
2009-06-27 | m_sslinfo does not depend on external libraries, it should not be in extra | danieldg |