Skip to content

Commit

Permalink
Update version strings to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Dec 11, 2018
1 parent 5972817 commit b73ed91
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
dnl configure.ac: this file is processed by autoconf to produce ./configure. dnl configure.ac: this file is processed by autoconf to produce ./configure.


AC_PREREQ(2.61) AC_PREREQ(2.61)
AC_INIT([Eggdrop],[1.8.3],[bugs@eggheads.org]) AC_INIT([Eggdrop],[1.8.4],[bugs@eggheads.org])
AC_COPYRIGHT([Copyright (C) 1999 - 2018 Eggheads Development Team]) AC_COPYRIGHT([Copyright (C) 1999 - 2018 Eggheads Development Team])
AC_LANG([C]) AC_LANG([C])
AC_REVISION([m4_esyscmd([misc/getcommit])]) AC_REVISION([m4_esyscmd([misc/getcommit])])
Expand Down
6 changes: 3 additions & 3 deletions doc/COMPILE-GUIDE
Expand Up @@ -259,7 +259,7 @@ Last revised: October 16, 2018
This is usually something like 'C:\cygwin\home\<username>\'. After This is usually something like 'C:\cygwin\home\<username>\'. After
downloading, extract the Eggdrop tarball: downloading, extract the Eggdrop tarball:


tar -zxf eggdrop1.8.3.tar.gz tar -zxf eggdrop1.8.4.tar.gz


4. Run './configure --enable-strip'. Debugging information under 4. Run './configure --enable-strip'. Debugging information under
Windows is basically useless to the development team, and this will Windows is basically useless to the development team, and this will
Expand All @@ -283,8 +283,8 @@ Last revised: October 16, 2018
cd 'C:/<install path>/' (example: cd 'C:/eggdrop') cd 'C:/<install path>/' (example: cd 'C:/eggdrop')
rm modules rm modules
rm eggdrop.exe rm eggdrop.exe
mv eggdrop.exe-1.8.3 eggdrop.exe mv eggdrop.exe-1.8.4 eggdrop.exe
mv modules-1.8.3 modules mv modules-1.8.4 modules


9. Create a 'lib' directory and copy needed libraries using the 9. Create a 'lib' directory and copy needed libraries using the
following commands. This assumes that you installed your Eggdrop in following commands. This assumes that you installed your Eggdrop in
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx_source/appendices/text-sub.rst
Expand Up @@ -25,9 +25,9 @@ respective values:
+------+---------------------------------------------------------+ +------+---------------------------------------------------------+
| %B | bot's nickname (i.e. "LamestBot") | | %B | bot's nickname (i.e. "LamestBot") |
+------+---------------------------------------------------------+ +------+---------------------------------------------------------+
| %V | current Eggdrop version (i.e. "eggdrop v1.8.3") | | %V | current Eggdrop version (i.e. "eggdrop v1.8.4") |
+------+---------------------------------------------------------+ +------+---------------------------------------------------------+
| %E | long form of %V (i.e. "Eggdrop v1.8.3 (C) 1997 Robey | | %E | long form of %V (i.e. "Eggdrop v1.8.4 (C) 1997 Robey |
| | Pointer (C) 2010 Eggheads Development Team") | | | Pointer (C) 2010 Eggheads Development Team") |
+------+---------------------------------------------------------+ +------+---------------------------------------------------------+
| %C | channels the bot is on (i.e. "#lamest, #botnetcentral") | | %C | channels the bot is on (i.e. "#lamest, #botnetcentral") |
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx_source/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.8.3' version = '1.8.4'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.8.3' release = '1.8.4'


# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx_source/mainDocs/patch.rst
Expand Up @@ -17,7 +17,7 @@ Applying a patch
To apply a patch to an Eggdrop, you have to first obtain the Eggdrop To apply a patch to an Eggdrop, you have to first obtain the Eggdrop
source code. You should always keep a tar.gz archive with the source of source code. You should always keep a tar.gz archive with the source of
your current Eggdrop on your shell. In the next step, you have to change your current Eggdrop on your shell. In the next step, you have to change
to your source directory (i.e.: /home/user/eggdrop1.8.3/) and type to your source directory (i.e.: /home/user/eggdrop1.8.4/) and type
the following command:: the following command::


patch -p1 < ../path.to.the/patch patch -p1 < ../path.to.the/patch
Expand Down
6 changes: 3 additions & 3 deletions doc/sphinx_source/mainDocs/tcl-commands.rst
Expand Up @@ -11,7 +11,7 @@ of the normal Tcl built-in commands are still there, of course, but you
can also use these to manipulate features of the bot. They are listed can also use these to manipulate features of the bot. They are listed
according to category. according to category.


This list is accurate for Eggdrop v1.8.3. Scripts written for v1.3, v1.4 This list is accurate for Eggdrop v1.8.4. Scripts written for v1.3, v1.4
or 1.6 series of Eggdrop should probably work with a few minor modifications or 1.6 series of Eggdrop should probably work with a few minor modifications
depending on the script. Scripts which were written for v0.9, v1.0, v1.1 depending on the script. Scripts which were written for v0.9, v1.0, v1.1
or v1.2 will probably not work without modification. Commands which have or v1.2 will probably not work without modification. Commands which have
Expand Down Expand Up @@ -1352,7 +1352,7 @@ putdcc <idx> <text> [-raw]
dccbroadcast <message> dccbroadcast <message>
^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^


Description: sends a message to everyone on the party line across the botnet, in the form of "\*\*\* <message>" for local users, "\*\*\* (Bot) <message>" for users on other bots with version below 1.8.3, and "(Bot) <message>" for users on other bots with version 1.8.3+ and console log mode 'l' enabled Description: sends a message to everyone on the party line across the botnet, in the form of "\*\*\* <message>" for local users, "\*\*\* (Bot) <message>" for users on other bots with version below 1.8.4, and "(Bot) <message>" for users on other bots with version 1.8.4+ and console log mode 'l' enabled


Returns: nothing Returns: nothing


Expand Down Expand Up @@ -2286,7 +2286,7 @@ unlink <bot>
encrypt <key> <string> encrypt <key> <string>
^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^


Returns: encrypted string (using the currently loaded encryption module), encoded into ASCII using base-64. As of v1.8.3, the default blowfish encryption module can use either the older ECB mode (currently used by default for compatibility reasons), or the more recent and more-secure CBC mode. You can explicitly request which encryption mode to use by prefixing the encryption key with either "ecb:" or "cbc:", or by using the blowfish-use-mode setting in the config file. Note: the default encryption mode for this function is planned to transition from ECB to CBC in v1.9.0. Returns: encrypted string (using the currently loaded encryption module), encoded into ASCII using base-64. As of v1.8.4, the default blowfish encryption module can use either the older ECB mode (currently used by default for compatibility reasons), or the more recent and more-secure CBC mode. You can explicitly request which encryption mode to use by prefixing the encryption key with either "ecb:" or "cbc:", or by using the blowfish-use-mode setting in the config file. Note: the default encryption mode for this function is planned to transition from ECB to CBC in v1.9.0.


Module: encryption Module: encryption


Expand Down
2 changes: 1 addition & 1 deletion src/mod/compress.mod/configure.ac
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.58)


sinclude(../eggmod.m4) sinclude(../eggmod.m4)


AC_INIT([Eggdrop Compress Module],[1.8.3],[bugs@eggheads.org]) AC_INIT([Eggdrop Compress Module],[1.8.4],[bugs@eggheads.org])


AC_CONFIG_SRCDIR(compress.c) AC_CONFIG_SRCDIR(compress.c)
AC_CONFIG_AUX_DIR(../../../misc) AC_CONFIG_AUX_DIR(../../../misc)
Expand Down
2 changes: 1 addition & 1 deletion src/mod/dns.mod/configure.ac
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.60)


sinclude(../eggmod.m4) sinclude(../eggmod.m4)


AC_INIT([Eggdrop DNS Module],[1.8.3],[bugs@eggheads.org]) AC_INIT([Eggdrop DNS Module],[1.8.4],[bugs@eggheads.org])


AC_CONFIG_SRCDIR(coredns.c) AC_CONFIG_SRCDIR(coredns.c)
AC_CONFIG_AUX_DIR(../../../misc) AC_CONFIG_AUX_DIR(../../../misc)
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Expand Up @@ -26,6 +26,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */


#define EGG_STRINGVER "1.8.3" #define EGG_STRINGVER "1.8.4"
#define EGG_NUMVER 1080310 #define EGG_NUMVER 1080400
#define EGG_PATCH "sendfprint" #define EGG_PATCH "alpha"

0 comments on commit b73ed91

Please sign in to comment.