brazilofmux / tinymux

TinyMUX
www.tinymux.org
48 stars 21 forks source link

Multiple whisper targets [REF: Job 131] #21

Closed brazilofmux closed 9 years ago

brazilofmux commented 9 years ago

Original issue 18 created by brazilofmux on 2006-09-08T22:58:36.000Z:

On Thu Oct 07 20:25:38 2004, Ian suggested:

You can page multiple people. Why can't you whisper to multiple people? Yea, I know, I'm on crack.. Next I'll want the no-equal-sign page shortcut to apply to whispers, too. :)

[REF: Job 131]

brazilofmux commented 9 years ago

Comment #1 originally posted by brazilofmux on 2006-09-11T06:46:23.000Z:

See Issue 28, a similiar issue.

brazilofmux commented 9 years ago

Comment #2 originally posted by brazilofmux on 2006-11-28T05:51:17.000Z:

Take all speech stuff for the same milestone.

brazilofmux commented 9 years ago

Comment #3 originally posted by brazilofmux on 2007-01-11T21:46:26.000Z:

Must move this out to make room for mux_string issues.

brazilofmux commented 9 years ago

Comment #4 originally posted by brazilofmux on 2007-08-15T00:11:58.000Z:

I see two approaches here. One is quick & dirty. Allow whisper to propagate down the do_pemit_list rather than the do_pemit_single execution path. It works but allows duplicates in the list much like @pemit/list does.

The other is to implement multi recipient page like TO lists with enforcement of the whisper parameters. Might fit better when working on the code for Issue 28 since the two are so inter-related.

Thoughts?

brazilofmux commented 9 years ago

Comment #5 originally posted by brazilofmux on 2007-08-16T22:57:59.000Z:

Fix owner.

brazilofmux commented 9 years ago

Comment #6 originally posted by brazilofmux on 2007-08-16T23:14:54.000Z:

Note that allowing comma and space delimited lists requires special handling for quoted names such as "Bob Marley". Like the page command.

brazilofmux commented 9 years ago

Comment #7 originally posted by brazilofmux on 2007-08-18T01:58:34.000Z:

Patched, dev_ronan R2290.