Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This was added for Red Hat 7 which was released in 2000(!) which nobody should be using anymore. | |||
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 | |
- Read the disabled command list in ApplyDisabledCommands() instead of storing it in a global which is only accessed on rehash. - Write debug messages to the log when disabling commands. - Use irc::spacesepstream instead of std::stringstream. | |||
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 | |
- Get rid of unnecessary temporary values. - Remove an erroneous usage comment. - Reset errno before the call to setgroups. - Unify the two stage initialisation of g/u. | |||
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 | |
The compile time on boot is not accurate as it will only change when the translation unit containing it is edited. The startup time in RPL_SERVERCREATED is a lot more useful than the compilation time. ngIRCd also implements this behaviour. | |||
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 | |
Also use the behaviour behind this to fix #1290. | |||
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 | |
Some updates to INFO. | |||
2015-11-09 | inspircd: Don't list individual authors on startup. | Robin Burchell | |
We already keep track of this in /INFO, so point there instead. | |||
2015-11-03 | Remove UserManager::GarbageCollect() | Attila Molnar | |
2015-05-17 | Fixed a build warning | The Aviator | |
Just a mismatched type, improperly done cast. | |||
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 ↵ | Attila Molnar | |
quitting users while looping the local user list | |||
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 ↵ | Attila Molnar | |
local_users private | |||
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 ↵ | Attila Molnar | |
containing it using fakederef | |||
2014-06-24 | Change allocation of InspIRCd::SNO to be physically part of the object ↵ | Attila Molnar | |
containing it using fakederef | |||
2014-06-24 | Change allocation of InspIRCd::Modules to be physically part of the object ↵ | Attila Molnar | |
containing it using fakederef | |||
2014-06-24 | Change allocation of InspIRCd::Logs to be physically part of the object ↵ | Attila Molnar | |
containing it using fakederef | |||
2014-06-24 | Change allocation of InspIRCd::Modes to be physically part of the object ↵ | Attila Molnar | |
containing it using fakederef | |||
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 | |
The protocol module no longer has to delete it on load and construct it on unload, only assign a new value to ServerInstance->PI | |||
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object ↵ | Attila Molnar | |
containing it | |||
2014-06-13 | Change allocation of InspIRCd::BanCache to be physically part of the object ↵ | Attila Molnar | |
containing it | |||
2014-06-13 | Pull in bancache.h from inspircd.h | Attila Molnar | |
2014-06-13 | Change allocation of InspIRCd::Threads to be physically part of the object ↵ | Attila Molnar | |
containing it | |||
2014-06-13 | Change allocation of InspIRCd::stats to be physically part of the object ↵ | Attila Molnar | |
containing it While at it, remove "stats" from all field names | |||
2014-05-23 | Prefix all definitions in config.h to avoid potential collisions. | Peter Powell | |
2014-04-07 | Merge insp20 | Attila Molnar | |
2014-03-15 | Change allocation of InspIRCd::Timers to be physically part of the object ↵ | Attila Molnar | |
containing it | |||
2014-03-14 | Change allocation of InspIRCd::chanlist to be physically part of the object ↵ | Attila Molnar | |
containing it | |||
2014-02-11 | Fix various problems detected by Clang 3.4. | Peter Powell | |
- cidr.cpp: remove inverted_bits; unused since 9fad3ecb9215a0034bf407f192926b04cb5efaed. - cmd_stats.cpp: remove needless inversion and comparison to 0. - inspircd.cpp: remove needless comparison to 0. - socket.cpp: remove all_zero; unused since 03a1bf15b1da7643b237c22db1a478916a976ccf. | |||
2014-02-08 | Change all socketengine methods to be static | Attila Molnar | |
2014-02-07 | Only compile the testsuite if INSPIRCD_ENABLE_TESTSUITE is defined | Attila Molnar | |