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
faq:misc [2021/04/30 17:19] – [Migration] mention the "invalid opcode" error and solution digital manfaq:misc [2023/10/08 13:08] – [K:Line] nelgin
Line 14: Line 14:
   * [[#ftn_msgid|Why do my FidoNet MSGID's look different than someone else's]]?   * [[#ftn_msgid|Why do my FidoNet MSGID's look different than someone else's]]?
   * [[#old_baja|Why won't an old Baja source file compile without errors]]?   * [[#old_baja|Why won't an old Baja source file compile without errors]]?
 +  * [[#sizeof_scfg|Why do I get this error about cfg->size != sizeof(scfg_t)]]?
   * [[#spell|How do I spell "Synchronet"]]?   * [[#spell|How do I spell "Synchronet"]]?
   * [[#abbreviate|How do I abbreviate "Synchronet"]]?   * [[#abbreviate|How do I abbreviate "Synchronet"]]?
   * [[#syncterm|How do I report a problem or request a feature for SyncTERM]]?   * [[#syncterm|How do I report a problem or request a feature for SyncTERM]]?
 +  * [[#k:line|What is an AKILL on IRC and why was I K:Lined]]?
  
 ===== Deleted Msgs ===== ===== Deleted Msgs =====
Line 40: Line 42:
  
 :!: **Answer:**\\ :!: **Answer:**\\
-Many of the "New User" Questions can be disabled by setting various options in [[util:SCFG]]->System->New User Values->Question Toggles to "No":+Many of the "New User" Questions can be disabled by setting various options in [[util:SCFG]]->System->New User Prompts... to "No":
 <code> <code>
 ╔══════════════════════════════════╗ ╔══════════════════════════════════╗
Line 95: Line 97:
 ║ │Text Directory             ..\text\                     ║ ║ │Text Directory             ..\text\                     ║
 ╚══════════════════════════════════════════════════════════╝ ╚══════════════════════════════════════════════════════════╝
 +</code>
 +
 +In Synchronet v3.20, this setting has moved to [[util:SCFG]]->System->Notifications->New User Feedback:
 +<code>
 +╔═════════════════════════════════╗
 +║  System Operator Notifications 
 +╠═════════════════════════════════╣
 +->│New User Feedback      Nobody <-
 +║ │Error Notifications    User #1 ║
 +║ │Error Level            Error   ║
 +╚═════════════════════════════════╝
 </code> </code>
 ===== No Guest ===== ===== No Guest =====
Line 138: Line 151:
   - Shutdown the BBS   - Shutdown the BBS
   - Fix your system date/time   - Fix your system date/time
-  - Run ''exec/[[util:dstsedit]]'' in your Synchronet ''[[dir:ctrl]]'' directory, change the "Date Stamp" to yesterday's date+  - Edit ''[[dir:ctrl]]/dsts.ini'', change the "Date" value to yesterday's date
   - Restart the BBS   - Restart the BBS
  
Line 271: Line 284:
      
 **Note:** To see a complete list of changes in Baja v2, see {{http://synchro.net/docs/baja2new.txt}}. **Note:** To see a complete list of changes in Baja v2, see {{http://synchro.net/docs/baja2new.txt}}.
 +
 +===== sizeof scfg =====
 +:?: **Question:**\\
 +Why do I get the following error when running a Synchronet program: ''cfg->size(x) != sizeof(scfg_t) (y)''?
 +
 +:!: **Answer:**\\
 +The program you're trying to run (e.g. ''sbbs'', ''sbbsctrl'', ''jsexec'') was built from a different version/revision of the Synchronet code base than the Synchronet library: ''sbbs.dll'' (on Windows) or ''libsbbs.so'' (on UNIX) it's loading from disk.
 +
 +Look for extra/additional Synchronet library files and executables on your file system (e.g. in your Synchronet ''[[dir:exec]]'' directory?) and remove or rebuild them.
  
 ===== Spell ===== ===== Spell =====
Line 297: Line 319:
 :!: **Answer:**\\ :!: **Answer:**\\
 On sourceforge.net, [[https://sourceforge.net/p/syncterm/feature-requests/|feature requests]] and [[https://sourceforge.net/p/syncterm/tickets/|bug reports]]. On sourceforge.net, [[https://sourceforge.net/p/syncterm/feature-requests/|feature requests]] and [[https://sourceforge.net/p/syncterm/tickets/|bug reports]].
 +
 +===== K:Line =====
 +:?: ** Question:**\\
 +What is an AKILL on IRC and why was I K:Lined?
 +
 +:!: **Answer:**\\
 +AKILL is a feature of IRC services that will distribute a K:Line to all the other servers in the network. A K:Line is a server ban for your specific hostname or IP address. This means if you are AKILLed then you're banned from every other server. This is done to protect the network from spambots, flooders, and continually disruptive elements. AKILLs are done either manually by a Services Operator, or automatically by use of various methods employed by the IRCops.
 +
 +If you believe you have been accidentally or unfairly AKILLed from the Synchronet IRC network, contact sysop@endofthelinebbs.com with your IRC nickname, ip address, hostname (if you have one), date and time, including timezone, and any other relevant details. 
  
 ===== See Also ===== ===== See Also =====