[PR #172] [MERGED] Keylogger Changes #1022

Closed
opened 2026-02-27 15:52:49 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: Keylogger


📝 Commits (8)

  • 3ed5346 Changes to keylogger
  • da63edc Initial key handling logic
  • df27608 Revert method name change
  • e01b0af Merge pull request #10 from d3agle/Keylogger
  • c6e29f6 Modified implementation of Dispose
  • 9748ed3 Refractored the OnKeyDown event
  • 33435e4 Immensely reduced log sizes
  • dd85289 Documentation 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/172 **Author:** [@yankejustin](https://github.com/yankejustin) **Created:** 5/23/2015 **Status:** ✅ Merged **Merged:** 5/23/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `dev` ← **Head:** `Keylogger` --- ### 📝 Commits (8) - [`3ed5346`](https://github.com/quasar/Quasar/commit/3ed53465bf5fc8f8ab8a14fee93f23e5bf56b119) Changes to keylogger - [`da63edc`](https://github.com/quasar/Quasar/commit/da63edc4c5b2916aa6db865f424b18e133746fc8) Initial key handling logic - [`df27608`](https://github.com/quasar/Quasar/commit/df27608f7bf5e581aec81e7893f398f14c145b4f) Revert method name change - [`e01b0af`](https://github.com/quasar/Quasar/commit/e01b0af5831d6382f9dabedbe144993da515a0c0) Merge pull request #10 from d3agle/Keylogger - [`c6e29f6`](https://github.com/quasar/Quasar/commit/c6e29f640563eb015f17a494d3f4d5ca2ce21c7f) Modified implementation of Dispose - [`9748ed3`](https://github.com/quasar/Quasar/commit/9748ed381de9e4511cc623d8ec5838e096d6a6f6) Refractored the OnKeyDown event - [`33435e4`](https://github.com/quasar/Quasar/commit/33435e4fabd45894f77a39a8ec0562ae5d89e9f6) Immensely reduced log sizes - [`dd85289`](https://github.com/quasar/Quasar/commit/dd85289fc52a88d95402ef440e561a032aa0963b) Documentation for the Logger ### 📊 Changes **1 file changed** (+126 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Keylogger/Logger.cs` (+126 -39) </details> ### 📄 Description <h1>Big Changes</h1> - <b>Refractored the OnKeyDown event:</b> Mainly for readability, but also has a benefit of being much faster than it was. The output is the same. - <b>Immensely reduced log sizes:</b> Reduces file size, code complexity, and difficulty to change output styling. <h1>Additional Notes</h1> <i>This pull request also contains d3agle's contributions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1022
No description provided.