| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Misc grammar fixes. | 2023-06-29 | 1 | -2/+2 | |
| * | Retain the "real" username properly like we do for hostnames.•••This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. | 2023-06-29 | 1 | -38/+35 | |
| * | Misc XLine cleanup. | 2023-06-05 | 1 | -5/+5 | |
| * | Make XLine::Matches const. | 2023-06-05 | 1 | -12/+12 | |
| * | Add a DelLine override that takes an XLine pointer. | 2023-06-05 | 1 | -0/+12 | |
| * | Make XLine::Displayable const. | 2023-06-05 | 1 | -6/+6 | |
| * | Convert DelLine from const char* to const std::string&. | 2023-05-30 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -6/+17 | |
| * | | Move xline-related typedefs from typedefs to the xline header. | 2022-10-29 | 1 | -0/+29 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -10/+10 | |
| * | | Fix more warnings discovered with -Weverything. | 2022-09-05 | 1 | -4/+0 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -11/+11 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -7/+13 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -4/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -4/+3 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -1/+1 | |
| * | | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -31/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -5/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -2/+2 | |
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-02-19 | 1 | -7/+5 | |
| |\| | |||||
| | * | Generalise XLine stats numerics using RPL_STATS from aircd. | 2020-02-18 | 1 | -7/+8 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+6 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -3/+4 | |
| |\| | |||||
| | * | Improve the handling of config X-lines and filters. (#1583) | 2019-02-22 | 1 | -3/+4 | |
| * | | Merge branch 'insp3' into master. | 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-. | 2019-01-24 | 1 | -1/+2 | |
| * | | Replace the override macro with the override keyword. | 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> | 2019-01-09 | 1 | -12/+12 | |
| * | Store durations as unsigned long not long in XLine and m_filter. | 2018-12-13 | 1 | -8/+8 | |
| * | Don't sync xlines defined in the config and expire them on rehash.•••Closes #1427. | 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. | 2017-11-21 | 1 | -22/+22 | |
| * | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | 2016-02-25 | 1 | -3/+2 | |
| * | Remove whitespace and minor style changes | 2014-01-23 | 1 | -1/+0 | |
| * | Convert XLine::Displayable to return a std::string. | 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. | 2013-04-12 | 1 | -3/+1 | |
| * | XLine: Provide a default implementation for DisplayExpiry() | 2013-04-09 | 1 | -11/+1 | |
| * | Fix Doxygen syntax errors. | 2012-07-05 | 1 | -5/+4 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+17 | |
| * | Fixes for bug #12 | 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 | 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 | 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 | 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 | 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 | 2009-09-26 | 1 | -33/+24 | |
