This file contains hidden or 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
| -----BEGIN PGP SIGNED MESSAGE----- | |
| Hash: SHA512 | |
| My resignation from freenode staff | |
| ================================== | |
| I joined the freenode staff in March 2019 [1]. | |
| Before I joined the staff, Freenode Ltd was sold [2] to a person named | |
| Andrew Lee as part of a sponsorship deal. The informal terms of that |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| #include <Python.h> | |
| /***********************************************************/ | |
| /* define logging function and logtypes for python.logging */ | |
| /* by H.Dickten 2014 */ | |
| /***********************************************************/ | |
| enum logtypes {info, warning, error, debug}; | |
| static void log_msg(int type, char *msg) | |
| { |