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 ( | older 20) (20 | 50 | 100 | 250 | 500)
  • 04:35, 20 February 2022 Geo talk contribs created page Template:LSR/Tcl (Created page with "tcl8.6.12")
  • 04:32, 20 February 2022 Geo talk contribs created page Template:LSR/Tcl/URL (Created page with "https://prdownloads.sourceforge.net/tcl/tcl8.6.12-src.tar.gz")
  • 04:19, 20 February 2022 Geo talk contribs created page Dynamic Bans (Created page with "__TOC__ == History of Dynamic Bans == Before channel services were common, Eggdrop's were used to ban unwanted users from channels. In general, an IRC server only allowed channels to have a certain number of bans placed in the channel at any given time. If this limit was reached, no additional bans could be placed and an unwanted user could continue their unwanted activities until a ban was removed from the channel ban list. But, by removing a previous ban, now that unw...")
  • 03:56, 20 February 2022 Geo talk contribs created page Tcl Not Installed (Created page with "When compiling, you see this error: checking for Tcl configuration... configure: error: Can't find Tcl configuration definitions. Use --with-tcl to specify a directory containing tclConfig.sh This means either Tcl is not installed on your machine, or it is installed to a location that Eggdrop doesn't know to look in. == If Tcl is not installed == If you are the administrator of the machine, install both the Tcl AND Tcl development packages. On Debian-derived OSs, th...")
  • 04:22, 17 February 2022 Geo talk contribs created page Threaded DNS (Created page with "__TOC__ In Eggdrop 1.9.2, new code was added to integrate asynchronous DNS into the core code (we decided to call this threaded DNS, because asynchronous is just so hard to type). == Eggdrop's DNS Module History == Because of limitations in early OS design and the desire to make Eggdrop as portable as possible across all the different OSs, the original Eggdrop code required Eggdrop to block when making a DNS request- in other words, when it sent out a DNS query to conn...")
  • 04:26, 13 February 2022 Geo talk contribs created page No Telnet Port Set (Created page with "When attempting to CTCP chat Eggdrop, you receive the following error: !Eggdrop! ERROR no telnet port This means you have not created a listening port in your config file. To remedy, open the config file for Eggdrop and search for the 'listen' setting. Follow the syntax shown, for example: listen <ip> <port> all Once you set this, rehash the bot and try again.")
  • 03:45, 13 February 2022 Geo talk contribs moved page Main Page to EggWiki
  • 01:25, 13 February 2022 Geo talk contribs created page Loading Tcl Scripts (Created page with "__TOC__ == Adding a Tcl script == Eggdrop can run scripts written in the Tcl language. The default eggdrop.conf file has examples of scripts being loaded at the bottom. To load a script, you can place the script you wish to run in the eggdrop/scripts directory. You likely need to edit some settings within the script itself (open the script file and read the comments, if any, at the beginning of the script). Then, load the script by adding source scripts/scriptname.tcl...")
  • 00:02, 13 February 2022 Geo talk contribs created page Hostmasks (Created page with "A "hostmask" is one of the methods Eggdrop uses to distinguish between users on IRC. However, the format often confuses new users. == Sections of a hostmask == There are three parts to a hostmask: The nickname, the ident, and the hostname. These three strings are combined to create a hostmask in the format of "nickname!ident@hostname". === Nickname === The nickname portion of a hostmask is the nickname used by a user on IRC === Ident === The ident is a string (general...")
  • 06:01, 12 February 2022 Geo talk contribs created page Running Multiple Eggdrops From One Directory (Created page with "__TOC__ == How can I run multiple Eggdrops from the one directory? == You don't need to install multiple copies of Eggdrop to run multiple instances. Instead, you can place multiple config files inside your single Eggdrop installation folder and run each config file ./eggdrop egg1.conf ./eggdrop egg2.conf ./eggdrop egg3.conf etc. At minimum, you'll want to make sure you change the nickname, userfile, channel file, pid file and listening ports/IPs for each Eggdro...")
  • 05:55, 12 February 2022 Geo talk contribs created page Channel Administration (Created page with "__TOC__ == How does Eggdrop recognize users on a channel? == Eggdrop uses hostmasks to associate a user on a channel with their 'handle' added to Eggdrop. A handle is a single username that is always constant, whereas a nickname or hostmask a user users on IRC may change. Your bot recognises you by the hostname you have on IRC (e.g. cooldude@ppp42.fastisp.net). Hostnames are matched against the hostmasks added to your handle, which are in the form of nick!ident@hostnam...")
  • 05:18, 12 February 2022 Geo talk contribs created page Installing Tcl Locally (Created page with "__TOC__ == Installing Tcl == As you all know, Tcl ([http://www.tcl.tk/ official site], [http://en.wikipedia.org/wiki/Tcl wiki page]) is needed to compile Eggdrop, but some users may not possess root credentials needed to install Tcl via a package manager, or may wish to use a version of Tcl different from one already installed globally. Users can instead install a local copy to their shell. === Obtaining Tcl === Before doing anything else, we make sure that we are in o...")
  • 05:03, 12 February 2022 Geo talk contribs created page Upgrading (Created page with "Upgrading Eggdrop is a fairly straightforward process. # We suggest backing up the .user and .chan files (the exact names were configured by you in your config file). Just in case! #. Download the latest version of Eggdrop from https://www.geteggdrop.com # Read the NEWS file that is included with Eggdrop; it will summarize the major changes made in the new version. More importantly, it will identify any configuration file changes you should be aware of. # Compile Eggdro...")
  • 04:55, 12 February 2022 Geo talk contribs created page Versions (Created page with "== Stable Version == The current stable version of Eggdrop is version 1.9.2. This version has been heavily tested and will have the most recent updates and capabilities Eggdrop has to offer without encountering situations that cause it to crash or otherwise operate in an unexpected manner. The most current stable version of eggdrop can always be retrieved from [https://www.geteggdrop.com] or [https://github.com/eggheads/eggdrop/tree/stable/1.9]. == Development Version =...")
  • 04:39, 12 February 2022 Geo talk contribs created page Partyline (Created page with "== What is the partyline? == The partyline is the main method of controlling your Eggdrop. You can add/remove channels, set bans, interact with scripts, or do anything else you need from this interface. If you cannot connect to the partyline, you will have issues getting the most out of what Eggdrop can offer. This is probably the first thing you want to figure out when you start Eggdrop! All partyline commands start with a '.'. Once on the Eggdrop, get familiar with the...")
  • 23:08, 8 February 2022 Geo talk contribs changed group membership for Simple from (none) to administrator, interface administrator, bureaucrat and suppressor
  • 04:14, 8 February 2022 Geo talk contribs created page DCC (Created page with "== How DCC Chat Works == When you do a /dcc chat <nickname>, your IRC client opens a port on your local machine to listen for an incoming connection, and then sends a message to the other person to connect to your IP and the port you just opened. == Why you can't DCC Chat == Many computers, particularly home computers, are behind firewalls or NAT routers. These devices block incoming connections unless they are specifically configured to pass incoming traffic. We can't...")
  • 03:25, 8 February 2022 Geo talk contribs created page UTF-8 (Initial commit)
  • 15:54, 29 November 2021 User account Simple talk contribs was created
  • 19:45, 28 November 2021 MediaWiki default talk contribs created page Main Page
(newest | oldest) View ( | older 20) (20 | 50 | 100 | 250 | 500)