linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00599
[Bug 546230] Re: [WISH with PATCH]: Send a PM via linuxdcpp.pipe
Yeah, my patch shouldn't be taken as an example. It was bad. To do this
properly all *Manager calls should be moved to a _client function which
is called from the GUI thread via WulforManager::distpacthClientFunc.
Even if this is fixed, I don't think it will be included in the main
trunk (Steven comments?). I'd rather have some bi-directional
communication for features like this, as mentioned in the bug #361735.
--RZ
** Changed in: linuxdcpp
Importance: Undecided => Wishlist
** Changed in: linuxdcpp
Status: New => Confirmed
--
[WISH with PATCH]: Send a PM via linuxdcpp.pipe
https://bugs.launchpad.net/bugs/546230
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
Status in Linux DC++: Confirmed
Bug description:
As mentioned in Bug 361735 its much more usefull when the communication would be bidirectional.
But for now I can send a PM to known user on a known host.
"say the_hub_url|the_nick|my_message" > linuxdcpp.pipe
It's enough for a small announcments, where the nicks are known. (offline user will be silently ignored.)
References