summaryrefslogtreecommitdiff
path: root/src/xline.cpp
AgeCommit message (Expand)Author
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
2012-11-28Change empty string assignments to .clear() or remove them entirelyattilamolnar
2012-10-12Remove superfluous std::string()sattilamolnar
2012-08-25Remove unnecessary cleanup in XLineManager destructorattilamolnar
2012-08-25Remove unnecessary string copy in XLineManager::InvokeStatsattilamolnar
2012-07-22Remove negative BanCache entries only when the AddLine is successful instead ...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-21Move command-line items to CommandLineConfdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg
2009-10-21Update documentation and remove unused classes/functionsdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-16Fix iteration of ServerInstance->Users->local_users now that QuitUser can mod...danieldg
2009-09-02Remove calls to strdup() in core, it is not better than std::stringdanieldg
2009-08-01Don't apply bans to E:Lined connections. Should fix bug #896.w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-22In retrospect, not allowing *any* XLines to be set was pretty fucking stupid.w00t
2009-02-22Don't remove an expired xline on add, simply drop duplicates (1.1 behaviour)....w00t
2009-02-22Don't allow expired XLines to be added.w00t
2009-02-14Nuke trailing spacespeavey
2009-01-28Note to self, cast time_t to long int for printf... thanks Ankit for pointing...dz
2009-01-28Make xline expiry messages a bit clearer that the xline may have expired a wh...dz
2009-01-27Check line expiry when touching an xline, to prevent huge buildup of stale li...w00t
2009-01-02Update copyrights for 2009.w00t
2008-12-07Move stuff to use ASCII map where required.w00t
2008-09-22Second part of fix for bug #605, make adding and removal of lines not case se...brain
2008-09-22Fix for bug #605 reported by MacGuyver, if a line is expired when we are addi...brain
2008-09-19Don't check E:Lines when enforcing Q:Lines on connected users. Thanks MacGyver.w00t
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t