summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Added missing read trace flag to the nick-len variable trace after being unse...github/mastermasterthommey4-8/+15
2011-10-02Updated instructions for compilation under Cygwin. Updated space requirements...pseudo5-39/+37
2011-10-02Fixed an ancient bug resulting in sending uninitialized strings when sharing ...pseudo3-7/+12
2011-10-02Altered the permission check on the pls/mns ban/exempt/invite commands from U...pseudo4-18/+23
2011-10-02Made dcc_telnet_new() allow non-latin characters in new handles like other ha...pseudo3-6/+10
2011-10-02Removed -mwin32 on Windows. It's no longer necessary and causes problems with...pseudo4-103/+9
2011-09-23backport some 1.8 changesthommey15-368/+489
2011-09-19backport 1.8 docfix in the html tcl-commands for bind cronthommey2-4/+7
2011-09-09Fixed a bug in the mainloop for Tcl threads which is now also being used as v...thommey3-6/+10
2011-08-15Removed debug output accidentally checked in.thommey3-4/+7
2011-08-13Fixed a typo in the html documentation.pseudo2-3/+6
2011-08-08Fixed the .match command help.pseudo2-6/+10
2011-08-08Fixed a bug in the backported dns-settings patch where dns_change() would cal...pseudo3-8/+15
2011-07-31Partially revert changes to vwait/update.thommey4-8/+20
2011-07-20Ran autotools.thommey3-363/+450
2011-07-20More AC_LANG_* usage.thommey2-6/+7
2011-07-20Work around Tcl8.5.10 bug 3371644. Use the autoconf macros AC_LANG_PROGRAM/AC...thommey5-30/+31
2011-07-09Backport changes from 1.8. Set eggdrop version to 1.6.21.thommey54-669/+979
2011-04-01Fixed getudef() to return intptr_t instead of int to prevent crashes on 64-bi...pseudo3-6/+10
2011-04-01Fixed dns.mod on QNX6/Mac OS X/Solaris. Rewrote dns.mod's autoconf checks to ...pseudo8-631/+156
2011-04-01Replaced most dns.mod preprocessor definitions with config variables. Added s...pseudo7-26/+218
2011-02-13Freshened Copyrights to 2011simple222-449/+450
2010-07-12Add sanity check to check-stoned event. Prevents eggdrop from disconnecting i...thommey4-14/+16
2010-07-12Unwind all nested [vwait] calls before performing a restart. Prevents Tcl_Pan...thommey6-57/+76
2010-07-10Channels weren't read from the chanfile.pseudo4-11/+16
2010-07-09Fixed a problem with channels added in the config getting deleted after the c...pseudo3-46/+32
2010-07-09Added mod-transfer.html to index.htmlpseudo2-2/+7
2010-07-09Make sure tickle_WaitForEvent returns 1 when anything was done. This was not ...thommey4-17/+20
2010-07-08Added log_ts to the modules function table to keep modules relying on the old...pseudo4-8/+14
2010-07-07Restore socket_cleanup functionality, was broken by the notifier patch.thommey2-4/+6
2010-07-07Fixed detection of eggdrop already running on startup.thommey3-8/+13
2010-07-05Changed the URL of gseen.mod in docs. Fixed a minor problem with special dcc ...pseudo6-14/+19
2010-07-02Added a -raw argument to tcl_putdcc(). Modified putdccraw in compat.tcl to us...pseudo6-18/+34
2010-07-02Added few contributors to the THANKS filepseudo2-2/+9
2010-07-01Added CVE references to the Changes file, added simple to AUTHORSthommey2-6/+8
2010-07-01More anticipation of the (usually automatically generated) THANKS and AUTHORS...thommey2-5/+5
2010-07-01Fixed some stuff in the THANKS file. I know this should be autogenerated, but...thommey1-8/+8
2010-07-01Ran misc/killwhitespace and misc/runautotoolsthommey14-4638/+5251
2010-06-30Prevent uninitialized memory access that became visible due to the notifier o...thommey3-7/+11
2010-06-29Overwrite the Tcl notifier with our own version of it if possible.thommey31-481/+962
2010-06-28Modified compat.tcl version of time to allow accessing Tcl's time command if ...thommey3-7/+24
2010-06-26Removed root uid check when compiled on Cygwin, as it was reported to cause p...pseudo3-6/+15
2010-06-17Added 'simple' and 'rfc' to the THANKS filesimple1-2/+4
2010-03-24Channels added in the config are no longer static. Added access to the static...pseudo8-77/+60
2010-03-23Changed some eggdrop.conf settings. .set and .tcl are no longer unbound by de...pseudo4-16/+44
2010-03-21Fixed a crash when restarting, related to bind log.pseudo3-5/+9
2010-03-18Modified cron_match() to match Sunday as both 0 and 7.pseudo6-34/+38
2010-03-14Added new Tcl command 'matchstr' as a simplified alternative to Tcl's string ...pseudo5-7/+46
2010-03-14Added Brian Greenberg's patch to randomize the uptime update interval.pseudo3-21/+81
2010-03-14Added a configure option to set the handlenpseudo8-105/+98