| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | 2009-09-14 | 1 | -0/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11721 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ModResult conversion: Change return type of all module functions | 2009-09-02 | 1 | -3/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11634 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add global-routing snomask functions | 2009-04-18 | 1 | -0/+19 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11314 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Convert snomask 'A' into snomask 'a' for local announcements, add snomask ↵ | 2009-04-16 | 1 | -1/+2 | |
| | | | | | | | | | | 'A' for remote announcements. Make SAMODE send a snotice to 'a' and remote to 'A' - fixes bug #822, reported by Taros We really need a wrapper to use these, but, for now it's usable. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11304 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Update all wiki links to point to the new wiki. This was done automatically ↵ | 2009-03-15 | 1 | -1/+1 | |
| | | | | | | | | | | with the following command, only .Makefile.inc got some indent fixups by hand. 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 | ||||
| * | Send (last message repeated N times) snomask to log channel | 2009-03-10 | 1 | -3/+10 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11202 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix snomask stacking to only delay (last message repeated) part of the snomask | 2009-03-10 | 1 | -33/+40 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11201 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Flush snotices instantly on send (disable queueing) - in it's present form, ↵ | 2009-03-09 | 1 | -0/+2 | |
| | | | | | | | it appears it annoys OCD opers. Will be reintroduced to be less irritating in future. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11193 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Nuke trailing spaces | 2009-02-14 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Update copyrights for 2009. | 2009-01-02 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
