Bryan Drewery [Sun, 20 Nov 2011 23:55:23 +0000]
* Update docs
Bryan Drewery [Thu, 10 Nov 2011 21:44:03 +0000]
Merge branch 'fix-bsdmakefile' into maint
* fix-bsdmakefile:
* Fix BSDmakefile not being included in distribution package
Conflicts:
doc/UPDATES
Bryan Drewery [Thu, 10 Nov 2011 21:43:46 +0000]
* Fix BSDmakefile not being included in distribution package
Bryan Drewery [Wed, 9 Nov 2011 18:52:30 +0000]
Merge branch 'fix-password-length' into maint
* fix-password-length:
* Update help for 'rand' param for newpass/chpass
* Update docs
* Don't truncate password at MAXPASSLEN in msg_pass
* Fix cmd_(chpass|newpass) truncating password at MAXPASSLEN
* Don't truncate password at MAXPASSLEN when setting or assigning password
* Don't truncate passwords at MAXPASSLEN when converting to new format
* Don't truncate at MAXPASSLEN when comparing password to salted-sha1
Conflicts:
doc/UPDATES
Bryan Drewery [Wed, 9 Nov 2011 18:50:30 +0000]
* Update help for 'rand' param for newpass/chpass
Bryan Drewery [Wed, 9 Nov 2011 16:01:14 +0000]
Merge branch 'ducch-77-multi-mns-user' into maint
* ducch-77-multi-mns-user:
* Fix typo in UPDATES
* Update docs
* Only write userfile once in cmd_mns_user
* Fixes a typo. (An hard->A hard)
* Disallow removal of hard-coded owners through .-user
* Multiply users input for .-user
* bdlib fixes
Update bdlib
Fix typo (thanks geto)
Conflicts:
doc/UPDATES
Bryan Drewery [Wed, 9 Nov 2011 15:55:51 +0000]
* Update docs
Bryan Drewery [Wed, 9 Nov 2011 15:54:28 +0000]
Merge branch 'netrel-updates' into maint
* netrel-updates:
* When in release_time window and the wanted nick is taken, reset keepnick to start regaining it again
* Raise release time to 8 seconds (8-2) = 6 seconds before it will regrab it
* Add an extra 2 second delay before releasing nick to aide in syncing and time to type /nick
Conflicts:
doc/UPDATES
Bryan Drewery [Wed, 9 Nov 2011 04:35:43 +0000]
Merge branch 'auth-mop' into maint
* auth-mop:
* Update cmd_mop to use console channel
Conflicts:
doc/UPDATES
Bryan Drewery [Sat, 5 Nov 2011 02:57:46 +0000]
* Update docs
Bryan Drewery [Sat, 5 Nov 2011 02:57:13 +0000]
* Don't truncate password at MAXPASSLEN in msg_pass
Bryan Drewery [Sat, 5 Nov 2011 02:54:27 +0000]
* Fix cmd_(chpass|newpass) truncating password at MAXPASSLEN
Bryan Drewery [Sat, 5 Nov 2011 02:49:42 +0000]
* Don't truncate password at MAXPASSLEN when setting or assigning password
Bryan Drewery [Sat, 5 Nov 2011 02:45:20 +0000]
* Don't truncate passwords at MAXPASSLEN when converting to new format
Bryan Drewery [Sat, 5 Nov 2011 02:44:53 +0000]
* Don't truncate at MAXPASSLEN when comparing password to salted-sha1
Bryan Drewery [Sun, 30 Oct 2011 14:44:12 +0000]
* Check for g++ 4.5
Bryan Drewery [Wed, 5 Oct 2011 15:00:58 +0000]
* Remove irc.he.net as it has been delinked
Bryan Drewery [Tue, 20 Sep 2011 18:35:24 +0000]
* Update cmd_mop to use console channel
Bryan Drewery [Tue, 16 Aug 2011 15:08:39 +0000]
* Update docs
Bryan Drewery [Tue, 16 Aug 2011 15:07:50 +0000]
Merge branch 'disable-ipv6-compile-fixes' into maint
* disable-ipv6-compile-fixes:
* Use proper protocol lookup for socket when answering
* Fix --disable-ipv6 compiling
Bryan Drewery [Tue, 16 Aug 2011 14:58:48 +0000]
* Use proper protocol lookup for socket when answering
Wouter Snels [Sat, 13 Aug 2011 15:10:58 +0000]
* Fix --disable-ipv6 compiling
Bryan Drewery [Thu, 14 Jul 2011 13:12:00 +0000]
Merge branch 'dynamic-linking' into maint
* dynamic-linking:
* Only link libcrypto statically if the OS supports it
* Update docs
* Link libcrypto statically for now until it is moved to dlopen()
* Add 'dynamic' and 'static' targets and default to dynamic
* Check for libdl via dlopen and rerun autotools
Conflicts:
doc/UPDATES
Bryan Drewery [Thu, 14 Jul 2011 12:56:41 +0000]
* Update github for bdlib tracking
Bryan Drewery [Wed, 13 Jul 2011 19:03:35 +0000]
Merge branch 'no-desync-kick-friends' into maint
* no-desync-kick-friends:
* Don't kick friendly bots that are desynced: op them.
Conflicts:
doc/UPDATES
Bryan Drewery [Wed, 13 Jul 2011 18:58:34 +0000]
* Update docs
Bryan Drewery [Wed, 13 Jul 2011 18:58:04 +0000]
Merge branch 'mop-bitch' into maint
* mop-bitch:
* Update docs
* Don't enforce_bitch() if mop is set and not +bitch
Conflicts:
doc/UPDATES
Bryan Drewery [Wed, 29 Jun 2011 18:18:11 +0000]
* Fix typo in UPDATES
Bryan Drewery [Wed, 29 Jun 2011 17:56:33 +0000]
* Update docs
Bryan Drewery [Wed, 29 Jun 2011 17:55:28 +0000]
* Only write userfile once in cmd_mns_user
Mark [Wed, 29 Jun 2011 17:07:31 +0000]
* Fixes a typo. (An hard->A hard)
Mark [Wed, 29 Jun 2011 16:37:43 +0000]
* Disallow removal of hard-coded owners through .-user
Mark [Wed, 29 Jun 2011 16:34:12 +0000]
* Multiply users input for .-user
Bryan Drewery [Tue, 28 Jun 2011 18:27:05 +0000]
Merge branch 'update-bdlib' into maint
* update-bdlib:
* Remove unused buffers from String::printf changes
* Update String += to use required size_t
* Update bd::String::printf syntax
* Update Stream::gets() -> Stream::read()
* Update bdlib
Bryan Drewery [Thu, 23 Jun 2011 16:13:37 +0000]
* Remove unused buffers from String::printf changes
Bryan Drewery [Thu, 23 Jun 2011 15:49:31 +0000]
* Update String += to use required size_t
Bryan Drewery [Thu, 23 Jun 2011 15:42:52 +0000]
* Update bd::String::printf syntax
Bryan Drewery [Sat, 28 May 2011 03:27:42 +0000]
Merge branch 'dynamic-linking'
* dynamic-linking:
* Only link libcrypto statically if the OS supports it
Bryan Drewery [Sat, 28 May 2011 03:27:22 +0000]
* Only link libcrypto statically if the OS supports it
Bryan Drewery [Fri, 20 May 2011 04:19:20 +0000]
* Update Stream::gets() -> Stream::read()
Bryan Drewery [Thu, 19 May 2011 18:41:08 +0000]
* Update bdlib
Bryan Drewery [Thu, 19 May 2011 18:36:48 +0000]
Merge branch 'maint'
* maint:
* Add inet.tele.dk to ipv6 list
Bryan Drewery [Thu, 19 May 2011 18:36:37 +0000]
* Add inet.tele.dk to ipv6 list
Bryan Drewery [Thu, 17 Feb 2011 16:27:00 +0000]
Merge branch 'maint'
* maint:
* Add efnet.bredband2.se for IPV6
Bryan Drewery [Thu, 17 Feb 2011 16:26:57 +0000]
* Add efnet.bredband2.se for IPV6
Bryan Drewery [Wed, 16 Feb 2011 18:10:21 +0000]
* bdlib fixes
Bryan Drewery [Wed, 16 Feb 2011 17:26:20 +0000]
Update bdlib
Bryan Drewery [Wed, 16 Feb 2011 15:13:01 +0000]
* Don't kick friendly bots that are desynced: op them.
Bryan Drewery [Thu, 13 Jan 2011 17:34:25 +0000]
Merge branch 'dynamic-linking'
* dynamic-linking:
* Update docs
* Link libcrypto statically for now until it is moved to dlopen()
* Add 'dynamic' and 'static' targets and default to dynamic
* Check for libdl via dlopen and rerun autotools
Bryan Drewery [Tue, 11 Jan 2011 20:14:50 +0000]
Merge branch 'maint'
* maint:
* Remove irc.blessed.net
Fix typo (thanks geto)
Bryan Drewery [Tue, 11 Jan 2011 20:14:44 +0000]
* Remove irc.blessed.net
Bryan Drewery [Mon, 10 Jan 2011 05:16:17 +0000]
Fix typo (thanks geto)
Bryan Drewery [Mon, 10 Jan 2011 05:16:22 +0000]
Merge branch 'maint'
* maint:
Fix typo (thanks geto)
Bryan Drewery [Mon, 10 Jan 2011 05:16:17 +0000]
Fix typo (thanks geto)
Bryan Drewery [Tue, 26 Oct 2010 14:55:49 +0000]
Merge branch 'maint'
* maint:
* Add HQ as an owner when running in terminal emulation
* Consider any channel users have flags on for partyline cmds (fixes .adduser)
Bryan Drewery [Tue, 26 Oct 2010 14:50:52 +0000]
Merge branch 'HQ-admin-access' into maint
* HQ-admin-access:
* Add HQ as an owner when running in terminal emulation
Bryan Drewery [Tue, 26 Oct 2010 14:50:16 +0000]
Merge branch 'fix-adduser-console' into maint
* fix-adduser-console:
* Consider any channel users have flags on for partyline cmds (fixes .adduser)
Bryan Drewery [Tue, 26 Oct 2010 14:49:22 +0000]
Merge branch 'maint'
* maint:
* Fix overlapping strcpy() in dcc_relay()
Bryan Drewery [Tue, 26 Oct 2010 14:49:15 +0000]
Merge branch 'dcc_relay-overlap' into maint
* dcc_relay-overlap:
* Fix overlapping strcpy() in dcc_relay()
Bryan Drewery [Tue, 26 Oct 2010 14:48:31 +0000]
Merge branch 'netrel-updates'
* netrel-updates:
* When in release_time window and the wanted nick is taken, reset keepnick to start regaining it again
* Raise release time to 8 seconds (8-2) = 6 seconds before it will regrab it
* Add an extra 2 second delay before releasing nick to aide in syncing and time to type /nick
Bryan Drewery [Tue, 26 Oct 2010 14:46:54 +0000]
* Doc updates
Bryan Drewery [Tue, 26 Oct 2010 14:45:50 +0000]
* Add new IPv6/SSL support for irc.underworld.no
Bryan Drewery [Sat, 23 Oct 2010 20:45:03 +0000]
* Add HQ as an owner when running in terminal emulation
Bryan Drewery [Fri, 24 Sep 2010 16:25:31 +0000]
* Remove easynews and add irc.teksavvy.ca
Bryan Drewery [Fri, 10 Sep 2010 23:46:28 +0000]
* Consider any channel users have flags on for partyline cmds (fixes .adduser)
Bryan Drewery [Fri, 10 Sep 2010 15:50:11 +0000]
* Redirect 'make' on BSD to gmake
Bryan Drewery [Fri, 10 Sep 2010 14:11:01 +0000]
* Update docs
Bryan Drewery [Tue, 17 Aug 2010 22:14:16 +0000]
* Link libcrypto statically for now until it is moved to dlopen()
Bryan Drewery [Tue, 17 Aug 2010 21:54:10 +0000]
* Add 'dynamic' and 'static' targets and default to dynamic
BIN_TYPE_(STATIC|DYNAMIC) is now set as well.
Also see:
http://www.pixelbeat.org/programming/linux_binary_compatibility.html
http://web.archive.org/web/
20080612143346/http://people.redhat.com/drepper/no_static_linking.html
Bryan Drewery [Mon, 16 Aug 2010 15:48:13 +0000]
* Check for libdl via dlopen and rerun autotools
Bryan Drewery [Tue, 17 Aug 2010 22:57:45 +0000]
* Use length() macro for bsearch() calling and also fix help table lookup off-by-1 error
Bryan Drewery [Thu, 9 Sep 2010 20:51:23 +0000]
* Clarify where adns comes from
Bryan Drewery [Thu, 9 Sep 2010 20:47:58 +0000]
* Remove unneeded cygwin support
Bryan Drewery [Fri, 20 Aug 2010 23:40:29 +0000]
* Add efnet.bredband2.se
Bryan Drewery [Mon, 16 Aug 2010 21:25:10 +0000]
* Update CREDITS
Bryan Drewery [Mon, 16 Aug 2010 18:24:28 +0000]
* Ignore ipfw interface, same as pflog
Bryan Drewery [Sat, 14 Aug 2010 16:39:18 +0000]
Merge branch 'fix-af-type' into maint
* fix-af-type:
* Fix bot linking so it does not use IPv6 if not supported.
* Fix cmd_relay so it does not use IPv6 if not supported.
Bryan Drewery [Sat, 14 Aug 2010 16:33:56 +0000]
* Update docs to reflect 1.3.1 release
Bryan Drewery [Thu, 12 Aug 2010 19:39:14 +0000]
Merge branch 'compile-issues' into maint
* compile-issues:
* Use ftruncate() when writing binary
* Properly catch fatal errors writing temp files needed during compile
Bryan Drewery [Thu, 12 Aug 2010 19:37:37 +0000]
Merge branch 'auth-lookup' into maint
* auth-lookup:
* Fix auth IRC lookups getting the wrong cached idx
Bryan Drewery [Thu, 12 Aug 2010 19:37:01 +0000]
Merge branch 'restart-jump' into maint
* restart-jump:
* Initialize irc module when disconnecting from server if in the middle of a restart
Bryan Drewery [Thu, 12 Aug 2010 02:12:18 +0000]
* Add servers-ssl for later use
Bryan Drewery [Thu, 12 Aug 2010 02:09:42 +0000]
* Remove irc.igs.ca
Bryan Drewery [Thu, 29 Jul 2010 16:19:41 +0000]
* Update dnsbl.swiftbl.net to dnsbl.swiftbl.org due to them losing .net
Bryan Drewery [Wed, 14 Jul 2010 15:45:43 +0000]
* Remove need for password on -v/-h and add url to each
Bryan Drewery [Tue, 13 Jul 2010 19:52:39 +0000]
Merge branch 'rebind-ip-fixes' into maint
* rebind-ip-fixes:
* Update docs
* Fix DNS/Server sockets getting stuck when its socket was closed via fatal()
Bryan Drewery [Tue, 13 Jul 2010 19:51:27 +0000]
Merge branch 'bitch-fixes' into maint
* bitch-fixes:
* Track deops/kicks in +bitch better to avoid duplicate actions
Bryan Drewery [Tue, 13 Jul 2010 19:50:19 +0000]
Merge branch 'dcc-overflow' into maint
* dcc-overflow:
* Fix buffer overflow in botlink encryption writing
* Simplify key rotation
Bryan Drewery [Tue, 13 Jul 2010 19:49:44 +0000]
Merge branch 'botlink-stack-overflow' into maint
* botlink-stack-overflow:
* Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link()
Bryan Drewery [Mon, 12 Jul 2010 18:14:58 +0000]
* Initialize irc module when disconnecting from server if in the middle of a restart
Bryan Drewery [Mon, 12 Jul 2010 18:04:55 +0000]
* Ignore 'pflog' interfaces in promisc
Bryan Drewery [Thu, 8 Jul 2010 18:46:16 +0000]
* Update docs
Bryan Drewery [Thu, 8 Jul 2010 18:15:15 +0000]
* Track deops/kicks in +bitch better to avoid duplicate actions
Bryan Drewery [Thu, 8 Jul 2010 18:11:58 +0000]
* Don't enforce_bitch() if mop is set and not +bitch
Bryan Drewery [Mon, 5 Jul 2010 17:27:35 +0000]
* Don't automatically add hostname of *!user@0.0.0.0
Bryan Drewery [Thu, 1 Jul 2010 15:11:35 +0000]
* Fix overlapping strcpy() in dcc_relay()
Bryan Drewery [Thu, 1 Jul 2010 04:42:14 +0000]
* Fix buffer overflow in botlink encryption writing
Bryan Drewery [Thu, 1 Jul 2010 04:07:08 +0000]
* Simplify key rotation
Bryan Drewery [Wed, 30 Jun 2010 02:59:22 +0000]
* Compile warning fixes
Bryan Drewery [Thu, 1 Jul 2010 01:42:11 +0000]
* Update docs