• Joined on 2025年10月13日
rudis opened issue eduVPN/eduvpn-common#115 2026年04月10日 17:37:35 +02:00
go get uses current commit instead of last released version
rudis commented on pull request eduVPN/eduvpn-common#103 2025年12月15日 19:10:04 +01:00
client: add Logger interface to give programs more control

I just updated Logger.Init to return slog.Logger as requested.

rudis pushed to main at rudis/eduvpn-common 2025年12月15日 19:07:08 +01:00
c9fa5eb4ab client: add Logger interface to give programs more control
rudis commented on pull request eduVPN/eduvpn-common#103 2025年12月09日 09:04:06 +01:00
client: add Logger interface to give programs more control

Sorry, to bother you again, but is there anything else missing to get this merged?

rudis commented on pull request eduVPN/eduvpn-common#103 2025年11月25日 08:37:54 +01:00
client: add Logger interface to give programs more control

Oh, sorry, missed that. I added the missing changes and ran the test suite (and rebased). Also updated/improved a few code comments.

rudis pushed to main at rudis/eduvpn-common 2025年11月25日 08:32:15 +01:00
f8c7a82345 client: add Logger interface to give programs more control
4b2ba41dd4
CI: Use Codeberg runner
Compare 2 commits »
rudis commented on pull request eduVPN/eduvpn-common#103 2025年11月24日 09:24:54 +01:00
client: add Logger interface to give programs more control

Hi, any news? Anything I can do to help getting this merged?

rudis commented on pull request eduVPN/eduvpn-common#103 2025年10月27日 18:29:51 +01:00
client: add Logger interface to give programs more control

Yes, is that a problem? Should I add a comment?

rudis commented on issue eduVPN/eduvpn-common#102 2025年10月27日 15:25:39 +01:00
Restore ability to run client.New without debug output to stdout

Why can I close this issue when I push to my fork? Anyway, I've created a pull request with a possible implementation. Please have a look

rudis reopened issue eduVPN/eduvpn-common#102 2025年10月27日 15:24:58 +01:00
Restore ability to run client.New without debug output to stdout
rudis created pull request eduVPN/eduvpn-common#103 2025年10月27日 15:24:53 +01:00
client: add Logger interface to give programs more control
rudis pushed to main at rudis/eduvpn-common 2025年10月27日 15:22:13 +01:00
6454c6140d client: add Logger interface to give programs more control
rudis closed issue eduVPN/eduvpn-common#102 2025年10月27日 15:22:13 +01:00
Restore ability to run client.New without debug output to stdout
rudis created repository rudis/eduvpn-common 2025年10月27日 15:21:15 +01:00
rudis commented on issue eduVPN/eduvpn-common#102 2025年10月15日 09:44:55 +02:00
Restore ability to run client.New without debug output to stdout

Something like this in eduvpn-common/client?

type Logger interface {
 Init(dir string) error
 Close() error
}

And then modify client.New to add a logger parameter....

rudis opened issue eduVPN/eduvpn-common#102 2025年10月13日 21:44:43 +02:00
Restore ability to run client.New without debug output to stdout