This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-opsb/ChangeLog

82 lines
4 KiB
Text
Raw Permalink Normal View History

Open Proxy Scanning Bot Module for NeoStats Changelog.
==============================================================================
* Version 2.6 * 13/2/2007 * Fish (F)
- Fix compile error with newer compilers (F)
* Version 2.5 * 27/02/2005 * Fish (F)
- Fix compile issue with newer compilers (F)
* Version 2.4 * 19/10/2004 * Fish (F)
- Fix OPSB so it will bind to a Local IP address (F)
2004-07-25 06:06:30 +00:00
* Version 2.3 * 25/7/2004 * Fish (F)
- Fix a problem with "OPSB is not configured" messages
- Make sure we are using the correct config type for serval set variables
2004-02-08 20:45:46 +00:00
* Version 2.2 * 24/01/2004 * Mark (M)
- Fixed init_bot code - now uses services_bot_modes not hard coded ones (M)
- We now try to read nick, user, host and realname so these can be configured more
easily (M)
- SET interface for nick/user/host/realname added (M)
2004-02-26 19:49:27 +00:00
- Ported to core command processor (M)
- Add verbose option so we can turn off some messages from OPSB (M)
- Fixed socklen_t compile problems on older bsd's (F)
- OPSB now uses the core's NICKIP support rather than our own. This will reduce double lookups on hostnames for IRCd's that don't provide NICKIP (F)
- Fix a problem where when disablescan was enabled, the scan queue would grow out of control (F)
2004-07-07 12:46:11 +00:00
- use match, not fnmatch for exceptions matching. Fixes Case sensitivity problems (F)
2004-07-10 04:20:01 +00:00
- Version 2.2a - Fix SET commands (F)
2004-02-08 20:45:46 +00:00
* Version 2.1 * 24/01/2004 * Fish (F)
- Sync up libopm with blitzed version to fix a Socks 5 bug (F)
* Version 2.0 * 29/12/2003 * Fish (F) and Mark (M)
- Fixed incorrect parameters to printf style functions (M)
2003-12-17 18:05:25 +00:00
- Use more appropriate defines for buffer sizes since MAXHOST differs between IRCds (M)
2004-01-14 13:10:50 +00:00
- Added Help information for PORTS command, which I forgot (F)
* Version 2.0 * 29/12/2003 * Fish (F) and Mark (M)
2003-10-07 15:09:52 +00:00
- Some segv updates from M (mark@ctcp.net) (M/F)
- Initial import of libopm, to replace our engine. (F)
- Cleaned up help text and reformatted help to match the rest of NeoStats (M)
2003-10-08 13:57:16 +00:00
- Changed to use new module export API (M)
2003-11-05 12:31:21 +00:00
- OPSB now doesnt save cache between restarts. (F)
- OPSB now uses keeper to store configuration information (F)
2003-11-07 13:11:18 +00:00
- Some Mem Leak Cleanups (F)
2003-09-23 14:52:32 +00:00
2002-12-13 11:33:10 +00:00
* Version 1.0 * 12/12/2002 * Fish
- Fix a coredump when not enough paramaters supplied to the set command
- OPSB checks the excluded server list when a nick joins on straight away, instead of waiting for the DNS lookups to finish :)
- Changed some of the levels to 40 (localoper) so localops can use opsb to check sites/users
2003-02-14 13:13:56 +00:00
- added REMOVE function to help remove akills set by OPSB
2003-01-30 11:29:25 +00:00
- Bah, really fixed set to not work at all!
- Added some stats on cachehits and opm hits
- Added details about what open proxy was found
- moved to new logging format with NeoStats 2.5.2
2002-12-13 11:33:10 +00:00
* Version 1.0RC3 * 5/11/2002 * Fish
- Fixed a problem when we delete a scanned user out of the active list when the tcp connect had finished, but not the dns bl lookup...
- Attempting to find the cleanlist segv bug
2002-11-18 13:45:32 +00:00
- Still trying to find this bug... Believe its in the buffer code
2002-10-27 14:38:45 +00:00
* Version 1.0RC2 * 27/10/2002 * Fish
- Fixed a serious bug with not banning some proxies... ALL USERS SHOULD UPDATE
* Version 1.0RC1 * 24/10/2002 * Fish
- Strings recieved from proxies are now buffered
- new set option DISABLESCAN to only do opm lookup, and not a proxy check
- OLD Conf files are *INVALID* rm data/opsb.db file
- fixed up /msg opsb help interface
- added real connect string to opsb.log for detection and OPM reporting
- Added a few default IRCd throttle strings for added detection of open proxies when a Proxy Connect gets throttled.
* Version 1.0Beta2 * 2/8/2002 * Fish
- Added GPL headers and credit to BOPM authors
2003-10-07 14:00:31 +00:00
- A few fixes in an attempt to find this socket/checklist bug
- Stopped setting Glines multiple times if we find a multiple open proxies, or host is listed in OPM
- Think I finally fixed the socket/checklist bug
- Fixed a few mem leaks I believe
- Added actual string to opsb.log for detection and OPM reporting
- added to exclusion list who added the exclusion, and the reason
* Version 1.0Beta1 * 31/8/2002 * Fish
- Initial Release