From 4d1d326c53ab24fb4d21ed3d33d93ce0ea8457d5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 28 Jan 2020 17:07:50 -0500 Subject: Change scout sensitivity to 1.4 idk it seems to work. --- etc/tf/cfg/scout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/tf/cfg/scout.cfg b/etc/tf/cfg/scout.cfg index 3e57c802..91e3fd94 100644 --- a/etc/tf/cfg/scout.cfg +++ b/etc/tf/cfg/scout.cfg @@ -1,2 +1,2 @@ -alias sens1 "sensitivity 1.2" -alias sens2 "sensitivity 1.2" +alias sens1 "sensitivity 1.4" +alias sens2 "sensitivity 1.4" -- cgit 1.4.1 'hidden' name='id' value='26dc0b11e36846f5746ea16897cceabf84495340'/> libtls for OpenSSL
summary refs log tree commit diff
path: root/compat/timingsafe_memcmp.c (unfollow)
Commit message (Collapse)Author
2021-05-08Import LibreSSL 3.3.3June McEnroe
2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe
2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe
2021-04-18Import LibreSSL 3.3.2June McEnroe
2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck.
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroemmit/ui.c?h=1.9&id=ea4c70dae5f548ec3f1346f7e54794be0187a95b&follow=1'>Rename line editing functionsJune McEnroe
2018-08-05Initialize all possible color pairsJune McEnroe
2018-08-05Refactor color initializationJune McEnroe
2018-08-05Add ^L redrawJune McEnroe
2018-08-05Use 16 colors if availableJune McEnroe
2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe
2018-08-04Show source link on exitJune McEnroe
2018-08-04Implement line editing, scrollingJune McEnroe
2018-08-04Handle /topicJune McEnroe