Code Monkey home page Code Monkey logo

phergie-irc-event's Introduction

phergie-irc-event's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

phergie-irc-event's Issues

Events should provide message source information

EventInterface does not contain any methods to supply or retrieve message source information -- specifically the data supplied in the IRC message prefix (servername or user details in the form "nick!user@host", message flavour dependent.)

This is an issue because it is not possible to determine the source of a particular event (e.g. you cannot tell who has parted a channel.)

The phergie/phergie-irc-parser package returns all the relevant source information in its output. There are a few possibilities for providing this in EventInterface; perhaps these have been considered before?

  • Add array getSource() and setSource(array $source) which deal with an associate array of "source information", keyed by specific type (e.g. "servername", "nick", "user", "host"),
  • Add string getServerName(), setServerName(string $server), array getUserDetails(), setUserDetails(array $userDetails) which deals with the 2 source flavours separately,
  • Add setters/getters for all the different sources of information (e.g. string getNick(), setNick(string $nick), string getHost(), setHost(string $host), string getServerName(), etc, etc.) This is perhaps the most user friendly, though these methods won't be providing anything when the message flavour is incompatible (e.g. an accessor to "nick" would return NULL for server messages.),
  • Add string getPrefix(), setPrefix(string $prefix), which would handle the raw prefix. This wouldn't be particularly friendly, as additional parsing would be required. Note that it could be done in addition to any of the above, just to provide "raw" information, in case it's useful in any instances.

Method names are obviously open to tinkering in all instances. Happy to provide a pull request if someone suggests they're happy with any particular solution.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.