Skip to main content

Posts

Showing posts with the label irc

Irssi 0.8.13 released: IRC from console (terminal)

Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. Greatest features You might be wondering what makes Irssi such an easy and comfortable client to use: Autologging Irssi will automatically log any channels, queries or special windows that you want. The logfiles will be separated per IRC network, and even log rotation is supported. Log file formats, themes and destination directories can be easily configured with the Irssi log settings. Formats and themes Theming is a popular item in todays desktop enviroments, it's an easy yet powerful way to customize your Irssi client's look and feel. Irssi's formatting is modular which means you can just change the appearance of the objects and all items contaning that object will change into that format. Configurable keybindings This feature is a piece of art; it allows you to modify the default keybindings and create your own so you can customize your client. If these keybinding...

XChat: Internet Relay Chat (IRC) client

Internet Relay Chat (IRC) is a form of real-time Internet text messaging (chat) or synchronous conferencing. It is mainly designed for group communication in discussion forums, called channels, but also allows one-to-one communication via private message as well as chat and data transfers via Direct Client-to-Client. IRC client software is available for virtually every computer operating system that supports TCP/IP networking. IRC is based on a line-based structure with the client sending single-line messages to the server, receiving replies to those messages and receiving copies of some messages sent by other clients. The basic means of communication in an established IRC session is a channel. Channels in a server can be displayed using the IRC command LIST that lists all currently available channels. Channels that are available across an entire IRC network are prepended with a '#', while those local to a server use '&'. Other non-standard and less common channel ...