All public logs

Jump to navigation Jump to search

Combined display of all available logs of EggWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 00:26, 6 March 2023 Geo talk contribs created page Compiling (Created page with "== What do I need to apply a .patch file to the eggdrop's source? == You need to make sure you have the 'patch' utility, and that it is at least version 2.1. patch -v to find this out. == How do I apply a patch to my source? == Make sure that you are applying the patch file to the correct version of eggdrop. 'gzip -d' the .patch file, if it ends with .gz Enter your eggdrop's source root directory and apply the patch with patch -p1 < eggdrop1.3.xx+demo.patc...")
  • 22:23, 5 February 2023 Geo talk contribs created page TclHTTPS (Created page with "The http package is a common package required by Tcl scripts that need to connect to websites. However, the "default" commands don't make it easy to understand how to connect to an https website instead of an http website, and will often generate an error if the user tries to do so. Below is an example of how to do so. NOTE: You have to install both the http AND tls Tcl libraries on the host for this to work- on Debian-based systems, this is done by an administrator run...")
  • 05:48, 2 January 2023 Geo talk contribs created page Bot Auto Op (Created page with "Rather than depending on just a hostmask to auto-op a bot, Eggdrop can utilize its botnet to pass messages to ensure the right bot is being opped. This is more secure because the bots authenticate to each other to join the botnet, and their current nick/hostmask is passed across the botnet to ensure a malicious user isn't spoofing their hostmask. To use this method, you must first ensure your bots are linked to each other. Then load the getops script in your config file...")
  • 05:07, 2 January 2023 Geo talk contribs created page Not Sharing Userfile (Created page with "If you see the error "User file rejected by <bot>: Not sharing userfile." on your partyline, check to see that your share and transfer modules are loaded. To do this, look in your config file and find these two lines: <pre> loadmodule share loadmodule transfer </pre> Make sure they look like that, and do not have a # in front of them. If they are commented out (they have a #), remove the # and restart the Eggdrop.")
  • 01:04, 27 December 2022 Geo talk contribs created page EggdropRecords (Created page with "Eggdrop has two types of records: User records, and channel records. == Struct == {| class="wikitable" |- ! chan_t ! { ! ! ! ! |- | | memberlist *member | { | | | |- | | | char nick[NICKLEN] | | | |- | | | char userhost[UHOSTLEN] | | | |- | | | char account[NICKLEN] | | | |- | | | time_t joined | | | |- | | | time_t last | | | |- | | | time_t delay | | | |- | | | userrec *user | { | | |- | | | | *next | | |- | | | | ch...")
  • 20:59, 19 December 2022 Geo talk contribs created page NickServ (Created page with "There are several ways you can automatically authenticate your bot to NickServ == Config File Authentication == At the bottom of your config file, you'll see a section that looks like this: <pre> # This is a Tcl script to be run immediately after connecting to a server. If # you want to authenticate Eggdrop with NickServ, uncomment and edit the middle # line below. bind evnt - init-server evnt:init_server proc evnt:init_server {type} { global botnick putquick "MODE...")
  • 02:47, 12 December 2022 Geo talk contribs created page Systemd (Created page with "In Eggdrop version 1.9.4, an option to create a systemd entry was added to the autobotchk script. == What is systemd == systemd is a software suite that provides an array of system components for Linux[6] operating systems. Its main aim is to unify service configuration and behavior across Linux distributions;[7] Its primary component is a "system and service manager"—an init system used to bootstrap user space and manage user processes. In other words, it manages wh...")
  • 01:30, 29 November 2022 Geo talk contribs created page Compile Errors (Created page with "If you get an error similar to: <pre> In file included from botcmd.c:25: main.h:41:10: fatal error: eggint.h: No such file or directory 41 | #include "eggint.h" | ^~~~~~~~~~ compilation terminated. In file included from botmsg.c:27: main.h:41:10: fatal error: eggint.h: No such file or directory 41 | #include "eggint.h" | ^~~~~~~~~~ In file included from bg.c:25: main.h:41:10: fatal error: eggint.h: No such file or directory 41 | #include "eggint.h" | ^~~~~~~~~~ compilati...")
  • 03:14, 23 September 2022 Geo talk contribs created page Matchattr Tcl Command Issues (Created page with "Until Eggdrop 1.8.3, the Tcl command 'matchattr' accepted "-|-" (any or no flags) as a valid mask to match against. In 1.8.3, an attempt to fix a bug causing invalid flags to match as 'true' accidentally removed this capability, causing scripts using this method to instead return "Tcl error: Unknown flag specified for matching" (and breaking the script). In 1.9.4, the original functionality of matchattr was restored, once again allowing the "-|-" mask to be used with ma...")
  • 20:52, 19 September 2022 Geo talk contribs created page EndOfWho (Tcl- trigger on end of WHO)
  • 20:49, 19 September 2022 Geo talk contribs created page MinutelyWho (Add minutely who example)
  • 18:15, 30 August 2022 Jack3 talk contribs created page User:Jack3 (A super simple script for beginners. ( But actually useful :) ))
  • 23:23, 29 August 2022 User account Jack3 talk contribs was created by Geo talk contribs
  • 22:44, 29 August 2022 Geo talk contribs created page Setudef (Initial commit)
  • 16:59, 19 July 2022 Geo talk contribs created page PBKDF2 transition (Created page with "== Transitioning to PBKDF2 from Blowfish == With the release of Eggdrop 1.9.0, an updated crytopgraphy module (PBKDF2) was released for use with Eggdrop. PBKDF2 is a one-way hashing algorithm used to protect the contents of the password file, as well as for use via the Tcl interface. Prior to this, blowfish was used for cryptographic requirements, such as hashing passwords for storage in the userfile. == Running Eggdrop for the first time? == TL;DR: comment out the 'l...")
  • 18:02, 11 July 2022 Geo talk contribs created page Config Changes (1.9.0)
  • 19:24, 5 July 2022 Geo talk contribs changed group membership for Geo from bureaucrat, interface administrator and administrator to bureaucrat, interface administrator, administrator and suppressor
  • 19:22, 5 July 2022 Geo talk contribs changed group membership for Thommey from (none) to administrator, interface administrator, bureaucrat and suppressor
  • 19:12, 5 July 2022 User account Thommey talk contribs was created by Geo talk contribs
  • 01:51, 5 May 2022 Geo talk contribs created page TermSignal (Created page with "This is caused by something external to Eggdrop. Most likely, it means the system administrator killed the Eggdrop process, usually because of a system is being rebooted. If you have a crontab running, the bot will get restarted when the system is back online.")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)