EggWiki: Difference between revisions
(→FAQ) |
(→FAQ) |
||
(20 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Setting Up Eggdrop == | == Setting Up Eggdrop == | ||
[https://docs.eggheads.org/setup Installation Tutorial] | [https://docs.eggheads.org/setup Installation Tutorial] | ||
[[Do I have Tcl installed?]] | |||
[[Installing Tcl Locally]] | [[Installing Tcl Locally]] | ||
Line 9: | Line 11: | ||
[[Upgrading]] | [[Upgrading]] | ||
* [[Config_Changes|Config file changes, by version]] | |||
[[Compiling|Compiling FAQs]] | |||
== Using Eggdrop == | == Using Eggdrop == | ||
Line 20: | Line 26: | ||
[[CAP|Enabling CAP (IRCv3) Extensions]] | [[CAP|Enabling CAP (IRCv3) Extensions]] | ||
[[Account Tracking]] | |||
== Common Errors == | == Common Errors == | ||
Line 28: | Line 36: | ||
[[Known Eggdrop Errors]] | [[Known Eggdrop Errors]] | ||
[[Matchattr Tcl Command Issues]] | |||
[[Not Sharing Userfile | User file rejected by <bot>: Not sharing userfile]] | |||
[[Cert Val Failed| certificate validation failed: unable to get local issuer certificate ]] | |||
== FAQ == | == FAQ == | ||
[[Eggdrop_Startup_Errors| Why won't my Eggdrop start?]] | [[Eggdrop_Startup_Errors| Why won't my Eggdrop start?]] | ||
[[NickServ| How do I authenticate to NickServ?]] | |||
[[Bot Auto Op| How do I make my Eggdrops securely op each other?]] | |||
[[Dynamic_Bans| How do I stop Eggdrop from removing bans?]] | [[Dynamic_Bans| How do I stop Eggdrop from removing bans?]] | ||
[[Connect To Partyline with TLS| How do I connect to the partyline using TLS?]] | |||
[[Hostmasks]] | [[Hostmasks]] | ||
Line 46: | Line 66: | ||
[[TermSignal| Eggdrop quit, and the last entry says "Received Terminal Signal"]] | [[TermSignal| Eggdrop quit, and the last entry says "Received Terminal Signal"]] | ||
[[PBKDF2_transition| How should I upgrade to PBKDF2 hashing from Blowfish? (1.9.0+)]] | |||
== Tcl Examples == | |||
[[Setudef| Writing scripts that work only on selected channels]] | |||
[[MinutelyWho| Write a script that performs a /who on all channels]] | |||
[[EndOfWho| Writing a bind that triggers at the end of a 315 message (WHO listing)]] | |||
[[TclHTTPS| Writing a Tcl that can access https websites]] | |||
== Eggdrop Mechanics == | |||
This is a really technical section dedicated to what is happening under the covers... you probably will never need this information, but its good to have it documented somewhere! | |||
[[EggdropRecords|How Eggdrop tracks users]] |
Revision as of 21:02, 9 July 2023
Welcome to EggWiki!
Setting Up Eggdrop
Running Multiple Eggdrops From One Directory
Using Eggdrop
Enabling CAP (IRCv3) Extensions
Common Errors
User file rejected by <bot>: Not sharing userfile
certificate validation failed: unable to get local issuer certificate
FAQ
How do I authenticate to NickServ?
How do I make my Eggdrops securely op each other?
How do I stop Eggdrop from removing bans?
How do I connect to the partyline using TLS?
What does "timer drift - spun X minutes" mean?
Eggdrop quit, and the last entry says "Received Terminal Signal"
How should I upgrade to PBKDF2 hashing from Blowfish? (1.9.0+)
Tcl Examples
Writing scripts that work only on selected channels
Write a script that performs a /who on all channels
Writing a bind that triggers at the end of a 315 message (WHO listing)
Writing a Tcl that can access https websites
Eggdrop Mechanics
This is a really technical section dedicated to what is happening under the covers... you probably will never need this information, but its good to have it documented somewhere!