Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: johnelse/defecttools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: johnelse/defecttools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ircbot
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 2, 2012

  1. Initial commit of IRC client library.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    aeec2ca View commit details
    Browse the repository at this point in the history
  2. Reorganise IRC message handling code.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    ba4331d View commit details
    Browse the repository at this point in the history
  3. Improve print statement.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    5823539 View commit details
    Browse the repository at this point in the history
  4. Move ircclient.py to a new location.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    2b97260 View commit details
    Browse the repository at this point in the history
  5. Remove unneeded imports.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    22a623b View commit details
    Browse the repository at this point in the history
  6. Initial commit of DefectBot implementation.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    7e91bba View commit details
    Browse the repository at this point in the history
  7. Don't print anything in IRCClient's on_recv method.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    c530742 View commit details
    Browse the repository at this point in the history
  8. Add IRC config to example config file.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    4e8f3ad View commit details
    Browse the repository at this point in the history
  9. Expect IRC info in config file.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    d45f9a4 View commit details
    Browse the repository at this point in the history
  10. Fix DefectBot's on_recv method.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    ab8f4dc View commit details
    Browse the repository at this point in the history
  11. Initial commit of IRCClient demo script.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    e0ff629 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2012

  1. Send replies to the channel instead of by private message.

    Signed-off-by: John Else <john.else@citrix.com>
    johnelse committed Oct 21, 2012
    Configuration menu
    Copy the full SHA
    d6f1d98 View commit details
    Browse the repository at this point in the history
Loading