summaryrefslogtreecommitdiff
path: root/src/xline.cpp
AgeCommit message (Expand)Author
2020-12-22Send RPL_SAVENICK from irc2 when renaming a user to their UUID.Sadie Powell
2020-07-29Replace all erroneous space indentation with tab indentation.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-02-18Generalise XLine stats numerics using RPL_STATS from aircd.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-05-17Only skip applying more X-lines to a user if they have been killed.Peter Powell
2019-05-16Fix applying pending xlines to online users.Peter Powell
2019-03-10Fix BanCache entries existing after X-line expiry.Matt Schatz
2019-02-22Improve the handling of config X-lines and filters. (#1583)Matt Schatz
2019-02-18X-line expiries: use the new DurationString() function.Matt Schatz
2019-01-24Add the reason to xline removal notices. (#1545)Matt Schatz
2019-01-09Improve X-line text consistency.Matt Schatz
2018-12-13Store durations as unsigned long not long in XLine and m_filter.Peter Powell
2018-10-14Show reasons in xline expiry messages.Robby
2018-09-23Don't sync xlines defined in the config and expire them on rehash.Peter Powell
2018-04-22Merge tag 'v2.0.26' into master.Peter Powell
2018-04-08Move OnStats from the core to a cross-module event.Peter Powell
2018-04-06Fix ELine::Matches returning false on existing matchgenius3000
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2017-10-12Merge the latest changes from insp20 into master.Peter Powell
2017-09-11Fix killing elined clients on [gkz]line in some cases.Peter Powell
2016-08-22Replace irc::string in XLineLookup with irc::insensitive_swo mapAttila Molnar
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-04-16Revert c8b344ea748d62d9f37cacd4dd785f15b186725c to fix regressionAttila Molnar
2015-01-24Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.Peter Powell
2015-01-17Fix elines not matching elined users when rechecking elined statusAttila Molnar
2014-11-01Add stdalgo::erase() and use it to simplify codeAttila Molnar
2014-07-19Access local user list via new UserManager::GetLocalUsers() and make local_us...Attila Molnar
2014-07-19Move and rename typedef LocalUserList to UserManager::LocalListAttila Molnar
2014-07-03Remove now needless User::ForceNickChange()Attila Molnar
2014-06-13Change allocation of InspIRCd::BanCache to be physically part of the object c...Attila Molnar
2014-06-13Pull in bancache.h from inspircd.hAttila Molnar
2014-01-25Omit the server name internally when building a /STATS reply and prepend it l...Attila Molnar
2014-01-24Convert LocalUserList to an intrusively linked listAttila Molnar
2014-01-05Improve UserManager::QuitUser() and related codeAttila Molnar
2013-08-10Rename <options:moronbanner> to <options:xlinemessage>.Peter Powell
2013-08-04Change the syntax of FOREACH macros to be less dumb.Adam
2013-05-21Convert XLine::Displayable to return a std::string.Peter Powell
2013-05-18Change the signature of User::ForceNickChange() to accept const std::string& ...attilamolnar
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-05-14Add method for writing server notices.Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-10BanCache: Don't repeat ourselves, one BanCacheManager::AddHit() and one BanCa...attilamolnar
2013-04-09XLine: Provide a default implementation for DisplayExpiry()attilamolnar
2013-04-01Move member variables from User to LocalUserattilamolnar
2012-12-05Fix expired xlines being treated as live ones in XLineManager::AddLine()attilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar