]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/xline.cpp
Fix various issues with the nationalchars module.
[user/henk/code/inspircd.git] / src / xline.cpp
2015-04-16 Attila MolnarRevert c8b344ea748d62d9f37cacd4dd785f15b186725c to...
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-19 Attila MolnarMerge branch 'insp20+penalty' into insp20
2015-01-17 Attila MolnarFix elines not matching elined users when rechecking...
2012-12-05 attilamolnarFix expired xlines being treated as live ones in XLineM...
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-08-24 attilamolnarRemove unnecessary cleanup in XLineManager destructor
2012-08-24 attilamolnarRemove unnecessary string copy in XLineManager::InvokeStats
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-22 attilamolnarRemove negative BanCache entries only when the AddLine...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-21 danieldgMove command-line items to CommandLineConf
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-21 danieldgUpdate documentation and remove unused classes/functions
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-16 danieldgFix iteration of ServerInstance->Users->local_users...
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-08-01 w00tDon't apply bans to E:Lined connections. Should fix...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-22 w00tIn retrospect, not allowing *any* XLines to be set...
2009-02-22 w00tDon't remove an expired xline on add, simply drop dupli...
2009-02-22 w00tDon't allow expired XLines to be added.
2009-02-14 peaveyNuke trailing spaces
2009-01-28 dzNote to self, cast time_t to long int for printf.....
2009-01-28 dzMake xline expiry messages a bit clearer that the xline...
2009-01-27 w00tCheck line expiry when touching an xline, to prevent...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-09-22 brainSecond part of fix for bug #605, make adding and remova...
2008-09-22 brainFix for bug #605 reported by MacGuyver, if a line is...
2008-09-19 w00tDon't check E:Lines when enforcing Q:Lines on connected...
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-12 w00tAdd XLineManager::DelAll to delete all lines of a given...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainRemove .c_str()'s in match() calls that are no longer...
2008-04-21 brainFix quietbans and hidesplits etc, cull list's sending...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-07 brainAdd extra stuff for w00t, AutoApplyToUserList method...
2008-04-05 w00tFix bug (partially/accidentally) discovered by Bricker...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-17 brainI gots a better fix :p
2008-02-11 w00tFix trampling on memory in Z/G/K/ELine.
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-09 w00tAdd OnExpireLine(XLine *) hook, will be used in xline...
2008-01-09 w00tFix bug in new XLine system (thanks Brain) - I don...
2008-01-06 w00tMaybe BanCache works now?
2008-01-06 w00tAdd removal of BanCache entries on XLINE add/del, so...
2007-11-04 w00tIntegrate K/Gline into the bancache system by making...
2007-11-02 brainForce to uuid on applying a qline, rather than disconne...
2007-11-02 brainWe cant return NULL if the first hit we get expires...
2007-11-02 brainWhoops, new expiry stuff was expiring perm lines! fixed.
2007-11-02 brainExpire lines on burst, and ensure that if an eline...
2007-11-02 brainExpire timed glines that are due for expiry on stats...
2007-11-02 brainHopefully fix the bursting of xlines to work again...
2007-11-02 brainMove lookup_lines to private, theres no need for it...
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-11-02 brainXLines now only checked for expiry on positive hit...
2007-11-02 brainxline gutting, once more. There is no longer an active_...
2007-11-01 w00tUpdate docs on how XLine system will be working
2007-10-31 brainThere, i think all thats now left is matches_*line...
2007-10-31 brainFix (?) stats chars
2007-10-31 brainThis *should* fix expiry. Can someone else (w00t? ...
2007-10-31 brainMore debug in here
2007-10-31 brainStart to fix broken expiry
2007-10-31 brainFix up to pass User*
2007-10-31 brainAdd factories for other types
2007-10-31 brainAdd factories for eline and gline as tests
2007-10-31 brainImplement: XLineManager::RegisterFactory, UnregisterFac...
2007-10-31 brainMore fixes and some optimizations
2007-10-31 brainMore stuff
2007-10-31 brainFixified some more
2007-10-31 brainThe rest doesnt compile yet, dont bother :p
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-29 brainA few more timesaving checks.
2007-10-29 brainAdd the lookup_lines stuff. Sorry i havent documented...
2007-10-29 brainOk, now each xline will be in two places. The sorted...
2007-10-29 brainThis commit is untested and breaks a lot of xline stuff...
2007-10-28 w00tMake ELines cached, and check for ELined status in...
2007-10-28 w00tUpdate User::exempt all the time we change an E:Line...
2007-10-28 brainYAR!
2007-10-28 brainGrr
2007-10-28 brainAdd Apply and DefaultApply.
2007-10-28 w00tFixify
2007-10-28 w00tRewrite of XLineManager::ApplyLines to only apply pendi...
2007-10-28 brainI think this is done. Add overloaded Matches() which...
2007-10-28 w00tMove matches_qline to Matches, though this won't work...
2007-10-28 w00tMake E:Line/G:Line use the Matches stuff
next