mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #172] [MERGED] Keylogger Changes #1022
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1022
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/172
Author: @yankejustin
Created: 5/23/2015
Status: ✅ Merged
Merged: 5/23/2015
Merged by: @MaxXor
Base:
dev← Head:Keylogger📝 Commits (8)
3ed5346Changes to keyloggerda63edcInitial key handling logicdf27608Revert method name changee01b0afMerge pull request #10 from d3agle/Keyloggerc6e29f6Modified implementation of Dispose9748ed3Refractored the OnKeyDown event33435e4Immensely reduced log sizesdd85289Documentation for the Logger📊 Changes
1 file changed (+126 additions, -39 deletions)
View changed files
📝
Client/Core/Keylogger/Logger.cs(+126 -39)📄 Description
Big Changes
- Refractored the OnKeyDown event: Mainly for readability, but also has a benefit of being much faster than it was. The output is the same. - Immensely reduced log sizes: Reduces file size, code complexity, and difficulty to change output styling.Additional Notes
This pull request also contains d3agle's contributions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.