projects
/
xudocci.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Remove channel we’re kicked from from the correct collection.
[xudocci.git]
/
src
/
main
/
java
/
net
/
pterodactylus
/
irc
/
Connection.java
2014-11-17
David ‘Bombe’ Roden
Extract connection interface.
blob
|
commitdiff
2014-10-22
David ‘Bombe’ Roden
Remove check for empty topic message.
blob
|
commitdiff
|
diff to current
2014-10-22
David ‘Bombe’ Roden
Move kick handling into the simple command handler.
blob
|
commitdiff
|
diff to current
2014-10-22
David ‘Bombe’ Roden
Move quit handling into simple command handler.
blob
|
commitdiff
|
diff to current
2014-10-22
David ‘Bombe’ Roden
Move part handling into simple command handler.
blob
|
commitdiff
|
diff to current
2014-10-22
David ‘Bombe’ Roden
Move topic handling into the simple command handler.
blob
|
commitdiff
|
diff to current
2014-10-22
David ‘Bombe’ Roden
Move event sending into the command handler.
blob
|
commitdiff
|
diff to current
2014-10-22
David ‘Bombe’ Roden
Move join handling into simple command handler.
blob
|
commitdiff
|
diff to current
2014-10-22
David ‘Bombe’ Roden
Move nick changes into simple command handler.
blob
|
commitdiff
|
diff to current
2014-10-22
David ‘Bombe’ Roden
Use a simple command handler for simple commands.
blob
|
commitdiff
|
diff to current
2014-10-22
David ‘Bombe’ Roden
Remove currently unused parameter from event.
blob
|
commitdiff
|
diff to current
2014-10-19
David ‘Bombe’ Roden
Move handling of the nicks sent on JOIN to its own...
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Use dedicated handlers for normal messages and for...
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Swap parameters of event.
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Don’t expose the complete reply object from the notice...
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Clean up imports.
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Add handler for parsing channel and nickname prefixes.
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Use a handler for the MOTD.
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Don’t store connection status anymore.
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Process handlers generically.
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Add handler for when a channel can not be joined.
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Move connection establishing logic into its own handler.
blob
|
commitdiff
|
diff to current
2014-10-16
David ‘Bombe’ Roden
Compare command case-insensitively.
blob
|
commitdiff
|
diff to current
2014-10-15
David ‘Bombe’ Roden
Show reason if channel can not be joined because the...
blob
|
commitdiff
|
diff to current
2014-10-15
David ‘Bombe’ Roden
Parse KICK command and send appropriate event.
blob
|
commitdiff
|
diff to current
2014-10-15
David ‘Bombe’ Roden
Use log4j for logging.
blob
|
commitdiff
|
diff to current
2013-08-08
David ‘Bombe’ Roden
Close the socket correctly.
blob
|
commitdiff
|
diff to current
2013-08-08
David ‘Bombe’ Roden
Set timeout of 3 minutes for the socket.
blob
|
commitdiff
|
diff to current
2013-08-08
David ‘Bombe’ Roden
Prevent NPE on closing.
blob
|
commitdiff
|
diff to current
2013-05-02
David ‘Bombe’ Roden
Send event for every received reply.
blob
|
commitdiff
|
diff to current
2013-05-02
David ‘Bombe’ Roden
Prevent missing length from throwing an NPE.
blob
|
commitdiff
|
diff to current
2013-05-02
David ‘Bombe’ Roden
Send connection closed event when a runtime exception...
blob
|
commitdiff
|
diff to current
2013-05-02
David ‘Bombe’ Roden
Fix javadoc.
blob
|
commitdiff
|
diff to current
2013-05-02
David ‘Bombe’ Roden
Expose input and output rate of connection.
blob
|
commitdiff
|
diff to current
2013-05-02
David ‘Bombe’ Roden
Expost hostname and port number.
blob
|
commitdiff
|
diff to current
2013-04-26
David ‘Bombe’ Roden
Add methods to close the connection.
blob
|
commitdiff
|
diff to current
2013-04-16
David ‘Bombe’ Roden
Handle CTCP in notices, too.
blob
|
commitdiff
|
diff to current
2013-04-16
David ‘Bombe’ Roden
Move CTCP handling into its own method.
blob
|
commitdiff
|
diff to current
2013-04-16
David ‘Bombe’ Roden
Move connection handling to end of loop.
blob
|
commitdiff
|
diff to current
2013-04-14
David ‘Bombe’ Roden
Expose whether the connection is established.
blob
|
commitdiff
|
diff to current
2013-04-14
David ‘Bombe’ Roden
Send an event if the connection is terminated for whate...
blob
|
commitdiff
|
diff to current
2013-04-14
David ‘Bombe’ Roden
Send event when a client’s nickname changes.
blob
|
commitdiff
|
diff to current
2013-04-13
David ‘Bombe’ Roden
Handle DCC resume functionality.
blob
|
commitdiff
|
diff to current
2013-04-12
David ‘Bombe’ Roden
Treat the part message as optional.
blob
|
commitdiff
|
diff to current
2013-04-11
David ‘Bombe’ Roden
Remove a bot when it quits.
blob
|
commitdiff
|
diff to current
2013-04-11
David ‘Bombe’ Roden
Send event when a client parts a channel.
blob
|
commitdiff
|
diff to current
2013-04-10
David ‘Bombe’ Roden
Add method to determine whether a connection represents...
blob
|
commitdiff
|
diff to current
2013-04-10
David ‘Bombe’ Roden
Parse DCC SEND messages and send events for it.
blob
|
commitdiff
|
diff to current
2013-04-10
David ‘Bombe’ Roden
Add method to parse an IP address from a DCC command.
blob
|
commitdiff
|
diff to current
2013-04-10
David ‘Bombe’ Roden
Add method to send messages.
blob
|
commitdiff
|
diff to current
2013-04-09
David ‘Bombe’ Roden
Use map and set creators from Guava.
blob
|
commitdiff
|
diff to current
2013-04-09
David ‘Bombe’ Roden
Extract message into its own variable.
blob
|
commitdiff
|
diff to current
2013-04-08
David ‘Bombe’ Roden
Create correctly sized array.
blob
|
commitdiff
|
diff to current
2013-04-08
David ‘Bombe’ Roden
Fix javadoc problems.
blob
|
commitdiff
|
diff to current
2013-04-08
David ‘Bombe’ Roden
Remove unnecessary variable.
blob
|
commitdiff
|
diff to current
2013-04-08
David ‘Bombe’ Roden
Make joinChannel() method asynchronous.
blob
|
commitdiff
|
diff to current
2013-04-08
David ‘Bombe’ Roden
Use logger instead of System.out.
blob
|
commitdiff
|
diff to current
2013-04-07
David ‘Bombe’ Roden
Fire events for private and channel messages.
blob
|
commitdiff
|
diff to current
2013-04-07
David ‘Bombe’ Roden
Parse channel types from 005 reply.
blob
|
commitdiff
|
diff to current
2013-04-07
David ‘Bombe’ Roden
Add basic IRC framework.
blob
|
commitdiff
|
diff to current