summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-02Looks like I forgot to add these two files before my commit last year.github/mastermastersven2-0/+181
2008-10-17 * Tried to use scripting namespaces, let's see if that works.sven9-68/+159
2008-06-28Regenerated ChangeLog file with cvs2cl.tothwolf1-9170/+11938
2007-11-06 * Added a new socketfilter that provides a per socket timer for easysven10-37/+108
2007-10-27Full botnet support.sven2-8/+157
2007-09-13 * Added a owner to sockbufs. Ugly but necessary.sven27-133/+283
2007-08-19Just bugfixes, boring stuff.sven8-43/+77
2007-08-18Oops, how did that happen?sven1-1/+2
2007-08-18Due to some time without internet access this commit is kinda random stuffsven15-180/+835
2007-06-03 * Added netstring filter.sven13-15/+777
2007-05-12Took care of the temp users that were spawned every time someone who wasn'tsven2-10/+39
2007-05-10 * Fixed a crash bug.sven3-46/+82
2007-05-09Bleh, messed up the last one.sven1-6/+6
2007-05-09 * Created a double linked list to hold all user records. Hash tables aresven13-73/+321
2007-04-22 * Complete oldbotnet support expect for (user)file sharing.sven6-73/+328
2007-04-18More oldbotnet stuff, bugfixes, features.sven6-42/+319
2007-04-14 * Fixed various compiler warnings about diffent signedness.sven29-342/+695
2007-01-13 * Added doxy.h for the doxygen main and related pages.sven22-137/+472
2006-12-15 * Added a function to delete all bots by owner.sven5-9/+110
2006-12-02 * Added a .unlink partyline command (but it only works on local connectionssven5-18/+85
2006-11-21Added a few aliases to the Doxygen file to help generate a full list of allsven3-10/+145
2006-11-14Misc:sven32-399/+2462
2006-10-11 * Fixed a crash on shutdown bugsven4-39/+51
2006-10-03 * Added an owner struct to ident requests. Same as with dns requests andsven18-44/+109
2006-10-01Allow setting flags on a channel that has no flags set. Paradox!sven1-3/+9
2006-10-01Added sanity checks to usernames. All non-printable characters as wellsven3-10/+29
2006-09-12Attached an owner to dns queries. A module should now be able to kill allsven11-89/+123
2006-08-29 * recognize serverconnect even if it has no motd filesven3-8/+15
2006-08-25 * fixed a bug with IPv6 reverse lookupssven6-22/+141
2006-08-22 * remote partymembers don't have a user structsven2-7/+7
2006-08-22 * Fixed memory corruption in the .chhand partyline commandsven4-14/+19
2006-08-20 * fixed some linebuf bugs about eaten lines, corrupted memory and stuffsven4-16/+56
2006-06-19* Got rid of bind entry id's since they weren't really used anywherestdarg5-106/+35
2006-05-21* Hopefully fixed an ipv6 related compile error on freebsd (testingstdarg1-4/+12
2006-04-14* AUTHORS updates.wcc1-7/+10
2006-03-29* Added lordares to AUTHORS.wcc1-4/+5
2006-01-06figured a .cvsignore file would be handyguppy1-0/+9
2006-01-06 * unload all modules on .restartsven1-1/+6
2006-01-06 * lots of memory corrupting .restart funsven4-16/+23
2006-01-06 * fixed two memory crash bugs on .restartsven1-3/+5
2006-01-05 * fixed the "break" thingysven9-31/+384
2006-01-03another small fixguppy1-2/+2
2006-01-03simple typo -- catching up on my post-vacation e-mailguppy1-4/+4
2005-12-29 * timer IDs are now checked for overflows (like that's ever gonna happen)sven4-26/+86
2005-12-28As explained in detail here: http://eggheads.org/pipermail/eggdev/2005-Decemb...sven22-94/+202
2005-12-17pythonscript:sven8-145/+340
2005-12-15Adding the pythonscript modulesven7-0/+1275
2005-12-09* DO_IPV6 macros should be disabled if IPV6 is not defined.wcc4-11/+17
2005-12-07* Don't allow channels with invalid prefixes to be added to the bot via .+chan.wcc1-3/+20
2005-12-01* Formatting error/fixlordares1-2/+2