Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurbano/irc-gui-java
IRC Client GUI implemented in Java
https://github.com/aurbano/irc-gui-java
gui irc irc-client java swing
Last synced: 4 days ago
JSON representation
IRC Client GUI implemented in Java
- Host: GitHub
- URL: https://github.com/aurbano/irc-gui-java
- Owner: aurbano
- License: gpl-3.0
- Created: 2013-11-01T10:09:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T13:10:38.000Z (almost 7 years ago)
- Last Synced: 2024-11-17T21:37:01.870Z (2 months ago)
- Topics: gui, irc, irc-client, java, swing
- Language: Java
- Homepage: https://aurbano.github.io/irc-gui-java
- Size: 613 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat-IRC
Java chat almost IRC compliant with graphical interface. The GUI was written using Java Swing mainly, although the main chat area was styled using HTML+CSS for extra control.
## Running
First launch the server: ChatServer.jar:```java
java -jar ChatServer.jar [port]
```Once it's running execute the client (ClienteChat), you will have to build it first. Write the server IP and port where the server is running, and that should be it.
## Screenshots
![Main GUI](https://raw.githubusercontent.com/aurbano/irc-gui-java/master/img/screenshots/main.png)
> View of the main GUI, when connected directly to the server
![Commands](https://raw.githubusercontent.com/aurbano/irc-gui-java/master/img/screenshots/commands.png)
> Command list and description. The GUI implements all the commands in the Menus and different controls, so joining/creating a room, seeing online users... is all done automatically.
## Extras
Since this was a University project, we were all creating our own different clients. For a bit of extra fun I wrote [a DoS tool](https://github.com/aurbano/Chatter) that could take down any chat server within seconds :)## Contributors
* [Alejandro U. Álvarez](http://urbanoalvarez.es)
* [Irene Martínez de Soto](https://github.com/irenemds)## License
Licensed under the GPL license[![Analytics](https://ga-beacon.appspot.com/UA-3181088-16/irc-gui-java/readme)](https://github.com/aurbano)