Age | Commit message (Expand) | Author |
2020-04-24 | Update copyright headers. | InspIRCd Robot |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot |
2020-02-18 | Generalise XLine stats numerics using RPL_STATS from aircd. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-02-22 | Improve the handling of config X-lines and filters. (#1583) | Matt Schatz |
2019-01-24 | Add the reason to xline removal notices. (#1545) | Matt Schatz |
2019-01-09 | Improve X-line text consistency. | Matt Schatz |
2018-12-13 | Store durations as unsigned long not long in XLine and m_filter. | Peter Powell |
2018-09-23 | Don't sync xlines defined in the config and expire them on rehash. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2016-02-25 | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | Attila Molnar |
2014-01-23 | Remove whitespace and minor style changes | Attila Molnar |
2013-05-21 | Convert XLine::Displayable to return a std::string. | Peter Powell |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-09 | XLine: Provide a default implementation for DisplayExpiry() | attilamolnar |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-10-21 | Update documentation and remove unused classes/functions | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-22 | Second part of fix for bug #605, make adding and removal of lines not case se... | brain |
2008-07-12 | Add XLineManager::DelAll to delete all lines of a given type. | w00t |
2008-04-07 | Add extra stuff for w00t, AutoApplyToUserList method for XLineFactory | brain |
2008-03-24 | A load of classes dont inherit from classbase, and they should. fix. | brain |
2008-02-17 | I gots a better fix :p | brain |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Integrate K/Gline into the bancache system by making some modifications to De... | w00t |
2007-11-04 | Remove some unnecessary headers from places, commit working BanCacheManager s... | w00t |
2007-11-02 | Comment documentation for all the new shizzle | brain |
2007-11-02 | Hopefully fix the bursting of xlines to work again (even with unknown types) ... | brain |
2007-11-02 | Move lookup_lines to private, theres no need for it to be public any more | brain |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-11-02 | XLines now only checked for expiry on positive hit. saves us a honking big O(... | brain |
2007-11-02 | xline gutting, once more. There is no longer an active_lines vector, and no r... | brain |
2007-10-31 | There, i think all thats now left is matches_*line which we can do with two o... | brain |
2007-10-31 | Add XLine::SetCreateTime that removes gline_set_creation_time and friends | brain |
2007-10-31 | Fix (?) stats chars | brain |
2007-10-31 | This *should* fix expiry. Can someone else (w00t? :p) test for me, and check ... | brain |
2007-10-31 | Fix up to pass User* | brain |
2007-10-31 | Add factories for other types | brain |
2007-10-31 | Add factories for eline and gline as tests | brain |
2007-10-31 | Add XLineFactory stuff. | brain |