eggdrop1.9.git
2008-11-02  svenLooks like I forgot to add these two files before my... master github/master
2008-10-17  sven * Tried to use scripting namespaces, let's see if...
2008-06-28  tothwolfRegenerated ChangeLog file with cvs2cl.
2007-11-06  sven * Added a new socketfilter that provides a per socket...
2007-10-27  svenFull botnet support.
2007-09-13  sven * Added a owner to sockbufs. Ugly but necessary.
2007-08-19  svenJust bugfixes, boring stuff.
2007-08-18  svenOops, how did that happen?
2007-08-18  svenDue to some time without internet access this commit...
2007-06-03  sven * Added netstring filter.
2007-05-12  svenTook care of the temp users that were spawned every...
2007-05-10  sven * Fixed a crash bug.
2007-05-09  svenBleh, messed up the last one.
2007-05-09  sven * Created a double linked list to hold all user record...
2007-04-22  sven * Complete oldbotnet support expect for (user)file...
2007-04-18  svenMore oldbotnet stuff, bugfixes, features.
2007-04-14  sven * Fixed various compiler warnings about diffent signed...
2007-01-13  sven * Added doxy.h for the doxygen main and related pages.
2006-12-15  sven * Added a function to delete all bots by owner.
2006-12-02  sven * Added a .unlink partyline command (but it only works...
2006-11-21  svenAdded a few aliases to the Doxygen file to help generat...
2006-11-14  svenMisc:
2006-10-11  sven * Fixed a crash on shutdown bug
2006-10-03  sven * Added an owner struct to ident requests. Same as...
2006-10-01  svenAllow setting flags on a channel that has no flags...
2006-10-01  svenAdded sanity checks to usernames. All non-printable...
2006-09-12  svenAttached an owner to dns queries. A module should now...
2006-08-29  sven * recognize serverconnect even if it has no motd file
2006-08-25  sven * fixed a bug with IPv6 reverse lookups
2006-08-22  sven * remote partymembers don't have a user struct
2006-08-22  sven * Fixed memory corruption in the .chhand partyline...
2006-08-20  sven * fixed some linebuf bugs about eaten lines, corrupted...
2006-06-19  stdarg* Got rid of bind entry id's since they weren't really...
2006-05-21  stdarg* Hopefully fixed an ipv6 related compile error on...
2006-04-14  wcc* AUTHORS updates.
2006-03-29  wcc* Added lordares to AUTHORS.
2006-01-06  guppyfigured a .cvsignore file would be handy
2006-01-06  sven * unload all modules on .restart
2006-01-06  sven * lots of memory corrupting .restart fun
2006-01-06  sven * fixed two memory crash bugs on .restart
2006-01-05  sven * fixed the "break" thingy
2006-01-03  guppyanother small fix
2006-01-03  guppysimple typo -- catching up on my post-vacation e-mail
2005-12-29  sven * timer IDs are now checked for overflows (like that...
2005-12-28  svenAs explained in detail here: eggheads.org/pipermail...
2005-12-17  svenpythonscript:
2005-12-15  svenAdding the pythonscript module
2005-12-09  wcc* DO_IPV6 macros should be disabled if IPV6 is not...
2005-12-07  wcc* Don't allow channels with invalid prefixes to be...
2005-12-01  lordares* Formatting error/fix
2005-12-01  wcc* Don't use getsockopt() on invalid file descriptors...
2005-12-01  stdarg* Added some defines to prevent symbol conflicts
2005-12-01  stdarg* Fix formatting of ipv4-in-ipv6 mapped addresses
2005-12-01  stdarg* Replaced atol() with stroul() for converting long...
2005-12-01  stdarg* Remove ident_info from linked list in ident_result()
2005-11-29  wcc* More syntax documentation and cleanups for partyline...
2005-11-28  wcc* Cleanups to server module partyline commands.
2005-11-28  wcc* Added a .channels partyline command.
2005-11-28  stdarg.+chan joins channel when executed
2005-11-28  wcc* Check for DO_IPV6 before using AF_INET6.
2005-11-27  wcc- Corrected a sizeof(int) == sizeof(pointer) assumption in
2005-11-26  stdargdcc connect wasn't being triggered
2005-11-26  stdargEliminate extra free() for keys of hash table
2005-11-15  wcc* Fixed an off-by-one error in sockbuf.c from last...
2005-11-14  wccI'll just quote Sven :)
2005-10-25  stdarg* Got rid of seemingly wrong "- 1" in config.stubs...
2005-08-28  lordares* Fixed 2 socket leaks in socket_create()
2005-06-24  darko- Introduced hash table flag HASH_TABLE_FREE_KEY. Usefu...
2005-06-22  darko- Resolved problems occuring due to cyclic dependencies...
2005-06-21  stdarg* Check for ping timeout in server connection
2005-06-20  darko- Missing sentinel in xml_parse_file() - fixed A LOAD...
2005-06-09  stdarg* Dunno why timer_info was using an uninitialized strin...
2005-06-09  stdarg* Free channel stats when channel is deleted in chanserv
2005-05-31  stdarg* Fixed some memleaks I found with valgrind
2005-05-15  stdarg* Get rid of debugging output for ircmasks.c
2005-05-10  stdarg* Didn't delete ident lookup idx when it was cancelled
2005-05-08  stdarg* fix some bugs with initializing mode lists and arg...
2005-03-05  lordares* mIRC masks 4 and 9 also replace user with '*'
2005-03-03  lordares* Actually, looking over mIRC help and testing with...
2005-03-03  lordares* Added support for 10-19 mask types from mIRC (replace...
2005-03-03  stdarg* Work done on chanserv module (protection, flood detec...
2005-03-03  stdarg* Changed time to use long instead of int
2005-03-03  lordares* Changed comment about resizing as I missed that hashe...
2005-03-02  lordares* Added some comments on the hash table resizing to...
2004-12-23  lordares* Added shuffleArray(char **, int len) to string.c
2004-12-22  lordares* Fix AF_INET6 compile error when IPV6 is not defined...
2004-12-22  lordares*** empty log message ***
2004-12-22  lordares* reply.ttl was clobbered, using the lowest value from...
2004-12-20  lordares* Potential loop problem
2004-12-13  stdarg* skeleton for channel services module
2004-12-10  lordares* Now caching the entire answer for the query
2004-12-09  lordares* Added timer_create_secs(int secs, char *name, Functio...
2004-12-09  lordares* Convert the ttl from the dns reply to our host byte...
2004-10-18  stdarg* Alternate code to compute timezone.. hopefully more...
2004-10-17  stdarg* Add intl include directory to CPPFLAGS when using...
2004-10-17  stdarg* An easier way to get the timezone...
2004-10-17  stdarg* Added a few includs to common.h
2004-10-10  stdarg* Added .netstats command to see network connections...
2004-10-06  stdarg* added .timers command to view active timers
2004-10-06  stdarg*** empty log message ***
next