| Commit message (Expand) | Author | Age | Files | Lines |
| * | Yet more stylistic fixes. | Sadie Powell | 2022-12-01 | 1 | -6/+17 |
| * | Move xline-related typedefs from typedefs to the xline header. | Sadie Powell | 2022-10-29 | 1 | -0/+29 |
| * | Fix various cases of the &* being next to the name instead of type. | Sadie Powell | 2022-09-29 | 1 | -10/+10 |
| * | Fix more warnings discovered with -Weverything. | Sadie Powell | 2022-09-05 | 1 | -4/+0 |
| * | Fix some warnings noticed by the readability-* clang-tidy checkers. | Sadie Powell | 2022-09-03 | 1 | -1/+1 |
| * | Abolish the infernal space before accessibility keywords. | Sadie Powell | 2022-01-25 | 1 | -11/+11 |
| * | Add the final keyword to all remaining classes that can have it. | Sadie Powell | 2021-12-20 | 1 | -7/+13 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-05 | 1 | -4/+3 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-03-05 | 1 | -4/+3 |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | Sadie Powell | 2021-03-02 | 1 | -1/+1 |
| * | | Clean up a bunch of contructors and destructors. | Sadie Powell | 2020-11-01 | 1 | -31/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -5/+5 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 1 | -2/+2 |
| | * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -3/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-02-19 | 1 | -7/+5 |
| |\| |
|
| | * | Generalise XLine stats numerics using RPL_STATS from aircd. | Sadie Powell | 2020-02-18 | 1 | -7/+8 |
| * | | Use C++11 inline initialisation for class members. | Sadie Powell | 2020-02-06 | 1 | -2/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -2/+6 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -2/+6 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-03-30 | 1 | -3/+4 |
| |\| |
|
| | * | Improve the handling of config X-lines and filters. (#1583) | Matt Schatz | 2019-02-22 | 1 | -3/+4 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-02-05 | 1 | -1/+2 |
| |\| |
|
| | * | Add the reason to xline removal notices. (#1545)•••Show the reason in manual xline removal SNOTICEs, just like
expiry SNOTICEs do.
This modifies XLineManager::DelLine() to require another string
reference passed to it.
Requested by @Robby-. | Matt Schatz | 2019-01-24 | 1 | -1/+2 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -22/+22 |
| |/ |
|
| * | Improve X-line text consistency.•••- Change any "-Line", ":Line", or "*line" to "-line" throughout
the X-line code, comments, and documentation.
- Add periods to the end of some notices.
- Correct a typo in the Q-line code comments.
- Update the filter module documentation (shun addition).
Co-authored-by: Robby <robby@chatbelgie.be>
| Matt Schatz | 2019-01-09 | 1 | -12/+12 |
| * | Store durations as unsigned long not long in XLine and m_filter. | Peter Powell | 2018-12-13 | 1 | -8/+8 |
| * | Don't sync xlines defined in the config and expire them on rehash.•••Closes #1427.
| Peter Powell | 2018-09-23 | 1 | -1/+12 |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs.
| Peter Powell | 2017-11-21 | 1 | -22/+22 |
| * | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | Attila Molnar | 2016-02-25 | 1 | -3/+2 |
| * | Remove whitespace and minor style changes | Attila Molnar | 2014-01-23 | 1 | -1/+0 |
| * | Convert XLine::Displayable to return a std::string. | Peter Powell | 2013-05-21 | 1 | -7/+7 |
| * | Tidy up source files:•••- Use #pragma once instead of include guards.
- Move header files in src/modules to include/modules.
- Fixed various spacing issues.
| Peter Powell | 2013-04-12 | 1 | -3/+1 |
| * | XLine: Provide a default implementation for DisplayExpiry() | attilamolnar | 2013-04-09 | 1 | -11/+1 |
| * | Fix Doxygen syntax errors. | Peter Powell | 2012-07-05 | 1 | -5/+4 |
| * | Replace copyright headers with headers granting specific authors copyright | Robby- | 2012-04-19 | 1 | -8/+17 |
| * | Fixes for bug #12 | Justin Crawford | 2012-04-14 | 1 | -2/+2 |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2010-01-11 | 1 | -1/+1 |
| * | Move forward declarations to typedefs.h•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11967 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-24 | 1 | -32/+0 |
| * | Update documentation and remove unused classes/functions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11938 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -94/+0 |
| * | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11904 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-18 | 1 | -2/+2 |
| * | Remove InspIRCd* parameters and fields•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-26 | 1 | -33/+24 |
| * | Remove calls to strdup() in core, it is not better than std::string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11623 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-02 | 1 | -47/+31 |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
| psychon | 2009-03-15 | 1 | -1/+1 |
| * | Nuke trailing spaces•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-14 | 1 | -7/+6 |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-01-02 | 1 | -1/+1 |
| * | Second part of fix for bug #605, make adding and removal of lines not case se...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10590 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-09-22 | 1 | -1/+1 |
| * | Add XLineManager::DelAll to delete all lines of a given type.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9975 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-07-12 | 1 | -0/+4 |
| * | Add extra stuff for w00t, AutoApplyToUserList method for XLineFactory•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9409 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-04-07 | 1 | -0/+2 |
| * | A load of classes dont inherit from classbase, and they should. fix.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9191 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-03-24 | 1 | -2/+2 |
| * | I gots a better fix :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8951 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-02-17 | 1 | -0/+4 |