]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/xline.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / xline.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-04-16 Attila MolnarRevert c8b344ea748d62d9f37cacd4dd785f15b186725c to...
2015-02-05 Attila MolnarMerge branch 'master+tlsversion'
2015-02-05 Attila MolnarMerge pull request #984 from Renegade334/modules-exempt...
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-24 Peter PowellUse ERR_YOUREBANNEDCREEP instead of NOTICE when a user...
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...
2014-11-01 Attila MolnarAdd stdalgo::erase() and use it to simplify code
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-07-03 Attila MolnarRemove now needless User::ForceNickChange()
2014-06-13 Attila MolnarChange allocation of InspIRCd::BanCache to be physicall...
2014-06-13 Attila MolnarPull in bancache.h from inspircd.h
2014-04-07 Attila MolnarMerge insp20
2014-01-25 Attila MolnarOmit the server name internally when building a /STATS...
2014-01-24 Attila MolnarConvert LocalUserList to an intrusively linked list
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2013-08-30 attilamolnarMerge insp20
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-10 Peter PowellRename <options:moronbanner> to <options:xlinemessage>.
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-22 Attila MolnarMerge pull request #522 from SaberUK/master+xline-displ...
2013-05-21 Peter PowellConvert XLine::Displayable to return a std::string.
2013-05-18 attilamolnarChange the signature of User::ForceNickChange() to...
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-10 attilamolnarBanCache: Don't repeat ourselves, one BanCacheManager...
2013-04-09 attilamolnarXLine: Provide a default implementation for DisplayExpiry()
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
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...
next