momo5502
18d1e9daa1
Network logging stuff
2016-09-03 15:52:40 +02:00
momo5502
64682a8ef6
Revert changes
2016-09-03 13:42:14 +02:00
/dev/sdb
70ea83b851
Try to implement g_log network transfer.
...
Logging to file is still working.
Logging over network does send something but nothing useful. (????????)
No Crashs.
2016-09-02 22:28:51 +02:00
/dev/sdb
b94a311ec4
Changed name of the last test functions i had.
2016-09-01 21:54:46 +02:00
/dev/sdb
5ccb4f1f3c
Added Console logging over network as mentionted in Issue
...
The PrintMessageStub must be changed a bit to add the channel info and timestamp.
2016-09-01 21:52:00 +02:00
momo5502
6f89e0f052
2016-08-31 18:12:31 +02:00
momo5502
63acb4374d
Stuff concerning issue
2016-08-31 18:04:28 +02:00
momo5502
243ddc400d
Experimental moddownload
2016-08-31 17:54:23 +02:00
/dev/sdb
c5bb8547e0
Obfuscated the bitmessage stuff for release builds.
2016-08-31 15:29:59 +02:00
momo5502
6f776a6be7
2016-08-31 12:26:47 +02:00
momo5502
8d2d825be6
Fix code analysis warnings
2016-08-31 02:00:01 +02:00
momo5502
2d32d44da2
Better async updating and new updater url
2016-08-31 01:10:26 +02:00
momo5502
73bacbaa96
Use the revision for version comparison
2016-08-31 00:24:44 +02:00
momo5502
fb5c47ee11
Implement updating routine
2016-08-31 00:23:17 +02:00
/dev/urandom
8aae51db64
Switch to semantic versioning via Git with fallback to old version string format.
2016-08-31 00:03:25 +02:00
/dev/urandom
3271a6d510
Actually fix the console scrolling issue. We just let pdcurses do it for us, PROPERLY!
2016-08-30 21:48:19 +02:00
/dev/root
125e9c4795
Issue
...
fixed comment
2016-08-30 19:36:57 +02:00
/dev/root
f887f03231
fixed Issue
...
pushed console output 4 up
2016-08-30 19:27:14 +02:00
momo5502
b0ffeeb334
Obfuscate default nodes
2016-08-30 17:51:30 +02:00
momo5502
0c978d9980
Clean minidump code
2016-08-30 12:23:53 +02:00
/dev/sdb
458ae5f2aa
2016-08-30 09:13:56 +02:00
/dev/urandom
3f04d9d2d4
Fix build with DISABLE_BASE128 set.
2016-08-29 10:18:58 +02:00
/dev/urandom
9b87ca8ff7
Add and fix minidump upload logging strings.
2016-08-29 10:18:27 +02:00
/dev/urandom
3b9134422d
Fix Base128 utility function.
2016-08-29 10:11:03 +02:00
/dev/urandom
4d2d974ede
Fix waiting for public key when uploading minidumps.
2016-08-29 10:10:37 +02:00
/dev/urandom
c4d1eb8940
Properly deinitialize BitMessage client to save objects and keys.
2016-08-29 09:03:10 +02:00
/dev/urandom
f0b4525901
Properly wait for public key of minidump upload address.
2016-08-29 08:58:04 +02:00
/dev/urandom
e4a1390f2e
Fix crash due to invalid formatted logging message in MinidumpUpload.
2016-08-29 08:01:04 +02:00
/dev/urandom
1dca734e05
Close minidump immediately after generating it.
2016-08-29 08:00:46 +02:00
/dev/urandom
902e23c974
Add some more detailed logging for minidump upload.
2016-08-29 07:51:42 +02:00
/dev/urandom
7c8a4c37ec
Fix Base128 encoding.
2016-08-29 07:47:51 +02:00
/dev/urandom
9fdf7b9b38
Premake: Add "--disable-node-log" to disable logging of Nodes activity.
2016-08-29 07:37:13 +02:00
/dev/urandom
07aaf58f97
Just to make sure, properly initialize handle values in Minidump class.
2016-08-29 07:35:33 +02:00
/dev/urandom
050f867288
Merge remote-tracking branch 'origin/develop' into minidump
2016-08-29 06:40:09 +02:00
/dev/urandom
531fdf0e34
Fix crash if a valid minidump is residing in minidumps folder.
2016-08-28 22:47:22 +02:00
/dev/urandom
f9e2eeca7b
Base128 encoding of minidumps before uploading.
2016-08-28 22:46:23 +02:00
/dev/urandom
2772701412
Merge remote-tracking branch 'origin/develop' into minidump
...
# Conflicts:
# src/Components/Modules/Exception.cpp
# src/Components/Modules/Exception.hpp
2016-08-28 21:30:12 +02:00
momo5502
e8598f3cdb
2016-08-28 21:21:25 +02:00
momo5502
cf59101497
Exception shit
2016-08-28 20:52:47 +02:00
/dev/urandom
ebba2819d6
Commit local workspace.
...
- Split minidump (upload) and exception handling code
- Smaller minidumps for faster uploads
- Several new build flags (accessible from premake5 with --params)
- BitMessage abstractions
- Some other things I can't remember.
2016-08-28 19:39:39 +02:00
/dev/urandom
1d5927f093
debug_minidump now uses code from VC++ 8.0 CRT to generate fake exception info.
2016-08-28 19:38:38 +02:00
/dev/urandom
624173f7cf
Update load/save code, set TTL to 1 hour and remove node storage.
2016-08-28 19:38:38 +02:00
/dev/urandom
d3d8884f93
Generate a more complete context in debug_minidump.
2016-08-28 19:38:38 +02:00
/dev/root
a82aab26fa
updated BITMESSAGE_SIZE_LIMIT
...
added EncodeBase64/DecodeBase64 to Utils::String
2016-08-27 23:46:24 +02:00
/dev/urandom
bd7faf2b32
Implement "debug_minidump" for debugging of minidump upload and generation.
2016-08-27 19:22:40 +02:00
/dev/root
6696a57b18
added converttobase64 function
...
added UploadMinidump2BM
2016-08-27 18:18:03 +02:00
/dev/urandom
738f9ee941
Add "bm_send <addr> <content>".
2016-08-27 11:24:26 +02:00
/dev/urandom
073e984f69
Fix logic mistake with parsing parameters for bm_* commands.
2016-08-27 10:16:12 +02:00
/dev/urandom
4756851048
Add implementation of BitMessage in form of bm_* commands.
2016-08-27 06:51:00 +02:00
/dev/urandom
addb746a59
Update BitMRC fork and set _CRT_SECURE_NO_WARNINGS for 3rd party includes.
2016-08-26 23:41:57 +02:00
momo5502
0fd0f87981
Better upload and new dependencies.
2016-08-26 12:14:59 +02:00
/dev/root
369267ef39
added submodules for bitmrc
2016-08-25 18:17:47 +02:00
momo5502
7f951dadbd
Update dependencies
2016-08-25 13:25:23 +02:00
momo5502
3ff2c40f7a
Add devmap to maprotation (credit to @Dasfonia)
2016-08-22 13:29:25 +02:00
momo5502
8e72395ab9
Add working permban command
2016-08-18 13:26:05 +02:00
momo5502
464ea2f82b
Use toasts for noclip and ufo
2016-08-18 12:36:18 +02:00
momo5502
701c8c6e04
Rename noclip error
2016-08-18 12:09:36 +02:00
momo5502
256b463411
Don't ignore warning 4100
2016-08-18 02:18:45 +02:00
momo5502
f064966ec0
Add noclip and ufo commands
2016-08-18 01:57:56 +02:00
momo5502
c26e197161
Merge branch 'master'
2016-08-17 20:27:47 +02:00
momo5502
9ed469f1ef
Working lean support
2016-08-17 20:27:33 +02:00
/dev/urandom
db4f9ad6ec
MILESTONE define is now bound to the current Git tag name (which is beta).
...
Subject to.
2016-08-17 05:00:12 +02:00
momo5502
c0e3a49234
TDES -> DES3
2016-08-17 03:19:17 +02:00
momo5502
3e9d5779ca
Lean stuff (unfinished)
2016-08-16 20:36:52 +02:00
momo5502
f6410370ac
Stringtable tests
2016-08-16 13:58:45 +02:00
momo5502
405ae959f2
IW4x!!!!
2016-08-16 02:00:07 +02:00
momo5502
a73380db16
Some fixes
2016-08-16 01:54:52 +02:00
momo5502
0bdb4d887f
Fix errors
2016-08-15 17:07:32 +02:00
momo5502
1b71afcc21
Beginning of a banclient command
2016-08-15 16:40:30 +02:00
momo5502
84422b0fc0
Refresh dedi console window title
2016-08-15 13:42:30 +02:00
momo5502
d67aa26a5d
Fix connect protocol and temporary workaround for localhost parties
2016-08-15 12:57:49 +02:00
momo5502
72e98f8bbb
Optimize ConnectProtocol
2016-08-14 18:40:13 +02:00
momo5502
fe4bf5704d
Colored mapname when in lobby
2016-08-14 17:01:01 +02:00
momo5502
19d177ed29
Remove component registration message
2016-08-14 16:18:44 +02:00
momo5502
3585ab62a7
Rename stuff
2016-08-14 16:16:10 +02:00
momo5502
9a3b5d48e4
Optimize array access
2016-08-14 16:05:57 +02:00
momo5502
7def8890e9
Securitylevel serverinfo stuff
2016-08-14 16:01:24 +02:00
momo5502
0e793af68b
Fix /dev/root's d3d crash
2016-08-14 15:27:37 +02:00
momo5502
768bc2bd2c
Remove messages (node)
2016-08-14 13:42:03 +02:00
momo5502
4e6ab5645e
2016-08-13 22:34:11 +02:00
/dev/urandom
7ff05580c9
Premake: Split up dependencies, make them easily configurable and provide easy-to-use imports.
...
All dependency projects are now separated into their own Premake scripts and are designed to provide easy "import", "includes" and "setup" functions.
First, you use project.setup { ... } to provide the library with its respective configuration, this MAY include defines and MUST include the source path of that specific library. Then you can use project.includes() or project.import() in your target application or library project to let the script configure your project. This will configure all necessary include directories and links.
2016-08-13 19:45:11 +02:00
/dev/urandom
6dfd22c07a
New premake flags for debugging anticheat, library loading and forcing unit tests.
...
- --debug-detections sets the "DEBUG_DETECTIONS" define to show whenever a mismatch in the anticheat hashing occurs.
- --debug-load-library sets the "DEBUG_LOAD_LIBRARY" define to show libraries as they are loaded during runtime in the debug console.
- --force-unit-tests sets the "FORCE_UNIT_TESTS" define to enforce compiling the unit tests into the binary.
2016-08-13 19:20:27 +02:00
momo5502
1db207497b
´
2016-08-13 17:34:54 +02:00
momo5502
d8486422ea
Command stuff
2016-08-13 16:39:05 +02:00
momo5502
e0bdf9a23a
Toast when increasing security level
2016-08-13 12:28:09 +02:00
momo5502
be8ee24528
Better anticheat debugging
2016-08-13 11:58:06 +02:00
momo5502
a9742bc8ec
Fix securitylevel message
2016-08-13 11:56:25 +02:00
momo5502
555076715c
Disable debug messages in anticheat
2016-08-08 19:33:58 +02:00
momo5502
4aebdf5e96
More integrity checks
2016-08-08 18:59:02 +02:00
momo5502
727f673069
Integrity check for process protection
2016-08-08 14:56:26 +02:00
momo5502
1ca490d953
Protect OpenProcess and co.
2016-08-08 14:49:53 +02:00
momo5502
b0df3e0e21
Anticheat fixes and aimbot detection
2016-08-08 01:57:00 +02:00
momo5502
4fc7de502a
Don't authenticate loopback
2016-08-07 22:14:30 +02:00
momo5502
9e9967b9d1
More anticheat detections
2016-08-07 21:46:30 +02:00
momo5502
ab3d0b789d
Fix
2016-08-07 18:25:44 +02:00
momo5502
799a7583ef
Fix selectstringtableentryindvar
2016-08-07 17:52:13 +02:00
momo5502
2aee48bffa
More anticheat exceptions
2016-08-07 16:50:04 +02:00
momo5502
f6b0ffc9df
Don't print invalid nodes
2016-08-06 13:35:40 +02:00
momo5502
3b735df5b5
Lower the limit again
2016-08-06 01:47:12 +02:00
momo5502
0585ef6053
Lower the query limit
2016-08-06 01:40:24 +02:00