]> jfr.im git - irc/blitzed-org/bopm.git/shortlog
irc/blitzed-org/bopm.git
2002-12-22  strtokFixed missing ; in config-parser.y origin/LIBOPM
2002-12-22  andyAdded "scanlog" config directive, to log all scans...
2002-12-22  andyA example config suited to Blitzed admins.
2002-12-22  andyLots more comments taken mostly from the old bopm.conf...
2002-12-21  andyMake sure they give some parameters on a manual scan...
2002-12-21  dglFix joining keyed channels (thanks to W. Campbell and...
2002-12-19  strtokCheck for NULL get_channel in m_cannot_join
2002-12-17  strtokCleaned up irc.c
2002-12-17  strtokRemoved dlclist.c/dlclist.h
2002-12-17  strtokCleaned up main.c
2002-12-17  strtokMore updates to README
2002-12-17  strtokfiredns: Fixed bug where size was never checked (thus...
2002-12-17  strtokUse proper lists in firedns.c (much cleaner now!)
2002-12-16  strtokscan.c: only add user to a scanner once
2002-12-16  strtokRemoved bopchecker from project.
2002-12-16  andyAdd configure check for inet_pton().
2002-12-16  dgluse poll in dns code to cope with >1024 fds
2002-12-16  dglmissing semicolon
2002-12-16  strtokFixed userinfo_create and scan_create memory leaks
2002-12-15  strtokFix for & local channels
2002-12-15  strtokMore verbose open proxy scanning
2002-12-15  strtokFixed sending NULL with open proxy
2002-12-15  strtokAdded stats
2002-12-14  strtokCleanup command even if user is not an operator
2002-12-14  strtokAdded command_timer and command timeout functionality
2002-12-13  strtokShow nick!user@host on OPEN PROXY ->
2002-12-13  strtokSilly firedns, we don't want 5000 usec blocking!
2002-12-13  dglAdded bahamut throttle message
2002-12-12  strtokSpeed up cycles 2x (maybe define this in config file?)
2002-12-12  strtokRemoved commenting on sample conf
2002-12-12  dglUse format strings properly :)
2002-12-12  dglFix dnsbl error message
2002-12-12  dglNoticed that there was already a get_channel function :)
2002-12-12  dglAdded invite option to channel block
2002-12-12  dglAdded a nickserv option (TODO: needs to also send a...
2002-12-12  strtokUpdates to README/INSTALL
2002-12-12  strtokUpdated TODO
2002-12-12  strtokFixed dnsbl_report
2002-12-12  strtokCleanup of irc.c/opercmd.c, will copy old opercmd.c...
2002-12-11  strtokKline *@%h, %u@%h wouldn't have been very good.
2002-12-11  strtokAdded timeout/max_read to bopm.conf.sample
2002-12-11  dglFix for dns code..
2002-12-11  strtokFixed logic error in negcache code
2002-12-11  strtokFixed parsing bug.
2002-12-11  strtokChanged max parc to 17 and checked to make sure it...
2002-12-11  dglremove rest of debugging code
2002-12-11  strtokAdded opm_endscan fix.
2002-12-11  strtokRemoved dg's crazy debug code.
2002-12-11  strtokAdded code to cleanup if scans <= 0
2002-12-10  dglAdded dns_fdlimit to options config block
2002-12-10  dglfiredns.[ch]:
2002-12-10  strtokStandardized indenting (it seems the first attempt...
2002-12-10  strtokRemove broken IPv6 code
2002-12-10  strtokAdded irc_send_channels function
2002-12-10  strtokMade target_string a list to allow multiple target_strings
2002-12-09  strtokAdded IRCItem->kline, for kline formatting.
2002-12-09  strtokAdded scan_positive, scan_negative and scan_irckline...
2002-12-09  strtokAdded IRCItem->kline
2002-12-09  strtokChange config.l and config.y to config-parser.l and...
2002-12-08  dglInital DNSBL code based on heavily adapted firedns
2002-12-08  strtokVersion is now 3.0pre
2002-12-08  strtokDecrement ss->scan in scan_end callback
2002-12-08  strtokAdded debug code in callbacks.
2002-12-07  strtokAdded scan_cycle to scan.c
2002-12-07  strtokIncrease scan count on opm_scan
2002-12-07  strtokFixed sizeof(ChannelConf) instead of sizeof(UserConf...
2002-12-07  strtokActually add ms to MASKS in scan.c this time!
2002-12-07  strtokAdded shell of libopm callbacks to scan.c
2002-12-07  strtokAdded scan_create to scan.c
2002-12-07  strtokIn config.c always show which file we're loading (don...
2002-12-07  strtokFixed typos in config.y th at were causing memory corru...
2002-12-07  strtokAdded scan_init
2002-12-07  strtokAdded SCANNER block to config parser
2002-12-06  andyRemove bopchecker.
2002-12-05  strtokAdded scan_struct to scan.c.
2002-11-23  strtokCleaned up GPL license headers
2002-11-23  strtokPass control from irc.c to scan.c when a user connects
2002-11-23  strtokAdded default connregex value.
2002-11-23  strtokAdded connection notice parsing using a regular expression
2002-11-22  strtokMoved parc/parv to scope of irc_parse and they're not...
2002-11-22  strtokChanged bopm.conf.sample to reflect new configuration...
2002-11-20  strtokAdded config.tab.h to project
2002-11-20  strtokFurther work on new irc.c
2002-11-14  strtokAdded more configuration directives.
2002-11-12  strtokAdded config.tab.c, lex.yy.c, malloc.c and list.c to...
2002-11-12  strtokReplaced config parser with flex/bison based parser.
2002-11-12  strtokVersion is now 3.0pre1
2002-11-02  dglI like stats :)
2002-11-01  dglRemoved u_char so _BSD_SOURCE doesn't have to be define...
2002-10-31  dgldo send http post to dnsbl now
2002-10-31  dglas would not typoing like mad :(
2002-10-31  dgland writing the rest of the code would help..
2002-10-31  dglAdded HTTP POST to dnsbl code
2002-10-26  dgladded check to stop null pointer dereference
2002-10-26  dgldnsbl messages show the type of proxy the dnsbl has...
2002-10-26  dgldon't scan again if the connection is maked as closed
2002-10-26  dgllogic error type thing
2002-10-24  dglscan:
2002-09-06  andybopm.conf.sample:
2002-09-04  enygmafixed copyright notices and forgotten logging entry
next