-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- IP stripping option moved to tracking namespace rather then logging logging, and able to configure the amount of bits. - Anonymize() doesn't throw anymore but returns null on invalid ip addresses. Also guarantees the IP string to be valid. - Add default option for IP stripping + document in readme Update notes: - Enables IP address stripping for anonymization thanks to @S1SYPHOS - IPs provided by your server to PHP now have to be valid ones (new IP checking meccanism) [rare-breaks] - Breaking change: By default, simplestats now truely anonimizes user IPs (by 1 bit by default, set to 0 to preserve initial behaviour) - Various whitespace syntax fixes
- Loading branch information
1 parent
61e8ad0
commit 953c8c2
Showing
3 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters