EggWiki: Difference between revisions
(→FAQ) |
(→FAQ) |
||
Line 68: | Line 68: | ||
[[PBKDF2_transition| How should I upgrade to PBKDF2 hashing from Blowfish? (1.9.0+)]] | [[PBKDF2_transition| How should I upgrade to PBKDF2 hashing from Blowfish? (1.9.0+)]] | ||
[[Inline]]| When compiling ancient versions of Eggdrop, I get "undefined reference to `cron_matchfld'" and other similar errors]] | |||
== Tcl Examples == | == Tcl Examples == |
Revision as of 22:42, 29 December 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+)
Inline| When compiling ancient versions of Eggdrop, I get "undefined reference to `cron_matchfld'" and other similar errors]]
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!