Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
talk:access:sysop [2022/03/03 18:34] – Keeping track of misspellings in code files that once done compiling can be submitted all at once. Andretalk:access:sysop [2022/03/09 20:04] – Moved the code misspellings I was tracking into a gitlab issue. Andre
Line 12: Line 12:
   * Cannot grant another user a security level higher than their own   * Cannot grant another user a security level higher than their own
   * Cannot grant another user with a higher security level than their own, any flags or exemptions that the editing sysop does not have   * Cannot grant another user with a higher security level than their own, any flags or exemptions that the editing sysop does not have
- 
-==== Code spelling issues ==== 
-Recording of misspellings in the code that can later be fixed in a single commit. 
- 
-=== text/menu/sysmain.asc === 
- 
-3: preceded, not preceeded (there are a lot of "preceeded" in various files) 
- 
-=== exec/str_commands.js === 
- 
-80: comma before "as well as" 
-80: current, not currrent 
-80: optionally, not opptionally 
-80: nodes', not nodes 
- 
-155: JavaScript, not JavaScirpt 
-