Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

Add ServerEventListener with event objects, implement IRC capability negotiation #20

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Oct 20, 2015

  1. sbt build

    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    313bee5 View commit details
    Browse the repository at this point in the history
  2. sbt build update

    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    f6cc5a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8214ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb379f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17ebbf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8699d8 View commit details
    Browse the repository at this point in the history
  7. android workaround

    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    7e1dd88 View commit details
    Browse the repository at this point in the history
  8. synchronize date format

    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    7217cec View commit details
    Browse the repository at this point in the history
  9. Add remove event listeners

    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    e1ef299 View commit details
    Browse the repository at this point in the history
  10. Fixes for capability negotiation

    do not redundantly process CAP messages (check isNegotiating first)
    allow IrcPacket to read malformed lines (use for raw processing)
    trim the feature name when passing to capability negotiators
    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    a6b5a31 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1 from sorcix/master

    merge upstream
    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    149075d View commit details
    Browse the repository at this point in the history
  12. 1.1.6-pfn

    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    ccf93d1 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' of github.com:pfn/sIRC

    Conflicts:
    	src/main/java/com/sorcix/sirc/Channel.java
    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    ff89b2a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    704beb0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ec3392 View commit details
    Browse the repository at this point in the history
  16. Spacing fix (Not used to working in tabs)

    jentfoo authored and pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    0d4bf9e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8e330cb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a3eafeb View commit details
    Browse the repository at this point in the history
  19. 1.1.6-pfn

    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    a6ffa19 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    71617bf View commit details
    Browse the repository at this point in the history
  21. 1.1.6-pfn

    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    ae74a1a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    914e543 View commit details
    Browse the repository at this point in the history
  23. 1.1.6-pfn.1

    pfn committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    db8e7ef View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Configuration menu
    Copy the full SHA
    fb9691e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Handle malformed PRIVMSG

    pfn committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    ed7ecb3 View commit details
    Browse the repository at this point in the history