Age | Commit message (Expand) | Author |
2019-02-05 | Quit users during cleanup instead of when /DIE is executed. | Peter Powell |
2019-02-05 | Delete the old broken test suite. | Peter Powell |
2019-01-24 | Move the <disabled> tag out of the core to a new module. | Peter Powell |
2018-12-04 | Add an option for changing the allowed server clock drift. | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-08-07 | Remove the 'debug' snotice character. | Peter Powell |
2018-06-25 | Allow relative paths to be passed in --config on boot. | Peter Powell |
2018-06-04 | Add --nopid command line option (#1497). | Chris Novakovic |
2017-12-23 | Get rid of InspIRCd::QuickExit. | Peter Powell |
2017-12-10 | Extract RFC modes from the core to core_channel and core_user. | Peter Powell |
2017-11-27 | Assume that RUSAGE_SELF is always defined. | Peter Powell |
2017-11-25 | Convert GenRandom to std::function. | Peter Powell |
2017-11-25 | Convert IsChannel to std::function. | Peter Powell |
2017-11-25 | Convert IsIdent to std::function. | Peter Powell |
2017-11-25 | Convert IsNick to std::function. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-10-22 | Convert GetMaxFds() to size_t and deduplicate setting code. | Peter Powell |
2017-10-17 | Clean up the command disabling logic. | Peter Powell |
2017-10-12 | Merge the latest changes from insp20 into master. | Peter Powell |
2017-09-12 | Change FailedPortList to store a sockaddrs/int instead of string. | Peter Powell |
2017-09-12 | Clean up the <security:runas{user,group}> code. | Peter Powell |
2017-09-11 | Move operquit out of the core and into core_user. | Peter Powell |
2017-09-11 | Fix killing elined clients on [gkz]line in some cases. | Peter Powell |
2017-08-26 | Make the build reproducible by removing time related macros. | Peter Powell |
2017-03-20 | Move the OnCheckExemption hook out of the core. | Peter Powell |
2017-02-28 | Allow <log> tags to specify how often logs should be flushed. | Peter Powell |
2016-09-02 | Update stuff for the new versioning system. | Peter Powell |
2016-08-17 | Merge insp20 | Attila Molnar |
2016-06-17 | Don't exit on rehash if the pid file cannot be written | Attila Molnar |
2016-02-22 | Merge insp20 | Attila Molnar |
2015-11-15 | Merge pull request #1103 from rburchell/master-fix-info | Attila Molnar |
2015-11-09 | inspircd: Don't list individual authors on startup. | Robin Burchell |
2015-11-03 | Remove UserManager::GarbageCollect() | Attila Molnar |
2015-05-17 | Fixed a build warning | The Aviator |
2015-05-17 | Move code that quits all users from InspIRCd::Cleanup() to cmd_die | Attila Molnar |
2015-05-17 | Fix incorrect iterator use leading to prematurely exiting loops when quitting... | Attila Molnar |
2015-02-20 | Change all occurrences of Inspire to InspIRCd | Attila Molnar |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2014-07-19 | Access local user list via new UserManager::GetLocalUsers() and make local_us... | Attila Molnar |
2014-07-19 | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::Users to be physically part of the object cont... | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::SNO to be physically part of the object contai... | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::Modules to be physically part of the object co... | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::Logs to be physically part of the object conta... | Attila Molnar |
2014-06-24 | Change allocation of InspIRCd::Modes to be physically part of the object cont... | Attila Molnar |
2014-06-14 | Kill needless #includes in source files | Attila Molnar |
2014-06-13 | Make the default ProtocolInterface instance part of class InspIRCd | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object con... | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::BanCache to be physically part of the object c... | Attila Molnar |
2014-06-13 | Pull in bancache.h from inspircd.h | Attila Molnar |