| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp4' into master. | 2025-03-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2025-03-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Avoid the use of ConvToStr in string concatenation. | 2025-03-01 | 1 | -1/+1 | |
| | | | | | | | | | | | This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | ||||
| * | | Merge branch 'insp4' into master. | 2024-09-09 | 1 | -4/+4 | |
| |\| | |||||
| | * | Update copyright headers. | 2024-09-07 | 1 | -1/+1 | |
| | | | |||||
| | * | Normalise the case of MOD_RESULT variables. | 2024-08-31 | 1 | -3/+3 | |
| | | | |||||
| * | | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 1 | -2/+2 | |
| | | | |||||
| * | | Always use fmtlib directly. | 2024-06-07 | 1 | -2/+2 | |
| |/ | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -4/+2 | |
| | | |||||
| * | Replace VAFORMAT/InspIRCd::Format/... with fmt::sprintf. | 2023-01-23 | 1 | -14/+0 | |
| | | |||||
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -2/+2 | |
| | | |||||
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Fix getting the full snomask and mode lists. | 2023-01-02 | 1 | -1/+6 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| | | | |||||
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -2/+2 | |
| | | | |||||
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Add a snomask flag for rehash messages. | 2021-11-28 | 1 | -0/+1 | |
| | | | |||||
| * | | Remove unnecessary comments and reorder core snomask registration. | 2021-11-28 | 1 | -5/+5 | |
| | | | |||||
| * | | Move the stats and xline snomasks to their associated modules. | 2021-11-28 | 1 | -2/+0 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -3/+1 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -5/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+8 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+8 | |
| | | | |||||
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| |/ | |||||
| * | Improve X-line text consistency. | 2019-01-09 | 1 | -2/+2 | |
| | | | | | | | | | | | - 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> | ||||
| * | Remove the 'debug' snotice character. | 2018-08-07 | 1 | -1/+0 | |
| | | |||||
| * | Log snotices with their description rather than just as "snomask". | 2018-07-20 | 1 | -5/+2 | |
| | | |||||
| * | Kill needless #includes in source files | 2014-06-14 | 1 | -1/+0 | |
| | | |||||
| * | Add typedef OperList to UserManager for use with all_opers | 2014-03-25 | 1 | -2/+2 | |
| | | |||||
| * | Change type of snomask parameter to char in ProtocolInterface::SendSNONotice() | 2014-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Change the syntax of FOREACH macros to be less dumb. | 2013-08-04 | 1 | -1/+1 | |
| | | |||||
| * | Rewrite SnomaskManager::SendMessage() and Flush(), split code into functions | 2013-07-24 | 1 | -60/+58 | |
| | | |||||
| * | Enable the LINK snomask from m_spanningtree, remove unused FLOOD snomask | 2013-07-20 | 1 | -2/+0 | |
| | | |||||
| * | Replaced vsnprintf with VAFORMAT pretty much everywhere. | 2013-05-18 | 1 | -16/+6 | |
| | | |||||
| * | Add method for writing server notices. | 2013-05-14 | 1 | -2/+2 | |
| | | | | | | | | | | This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | ||||
| * | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -2/+2 | |
| | | |||||
| * | Change empty string assignments to .clear() or remove them entirely | 2012-11-28 | 1 | -1/+1 | |
| | | | | | Part 2 of ba5c0db795824c3fc1ad48ce332d7bdc440cb77f | ||||
| * | Resolve two warnings clang complains about | 2012-10-14 | 1 | -2/+2 | |
| | | | | | | No newline at end of file in consolecolors.h String plus int in snomasks | ||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+17 | |
| | | |||||
| * | Backported Shawn's NoSnoticeStack code from insp21 | 2012-04-15 | 1 | -1/+1 | |
| | | |||||
| * | Make remote/local snomasks consistent and allow use without naming | 2010-02-25 | 1 | -79/+35 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12568 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove InspIRCd* parameters and fields | 2009-09-26 | 1 | -3/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
