-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental/newsreader #5
base: master
Are you sure you want to change the base?
Conversation
updated |
/* | ||
* Copyright (c) 2008 Carlos Martín Nieto | ||
* | ||
* This file is released under the terms of the GNU GPLv2. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carlosmn GPLv2 only is a problem for us, we need v3 compat. Carlos, do you agree to relicense this to "GPLv2 or later"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, let's make it v2+.
Please rebase on master which now includes a single MessageBuilder.NormalizeNewlines() implemention. |
rebased & stuffs |
oh wait |
like so? |
ping? |
foreach (var feed in _Feeds) { | ||
builder = CreateMessageBuilder(); | ||
builder.AppendText(feed.Url.AbsoluteUri); | ||
command.FrontendManager.AddMessageToChat(command.Chat, builder.ToMessage()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
command.FrontendManager must not be used directly (since hooks), instead use Session.AddMessageToFrontend(). Applies to all use.
General remarks:
|
*rebased |
i'll have a screenshot for you in a minute |
Yea I don't think this is happening anymore... |
This is a lovely feature that I want to see and use in Smuxi, thus re-opening the PR. |
No description provided.