Developer(s) | Jimmy Moore |
---|---|
Initial release | November 2007 |
Written in | |
Platform | Web application |
Type | |
License | |
Website | Official website |
Mibbit was a web-based client for web browsers [2] that supports Internet Relay Chat (IRC), [3] Yahoo! Messenger, [4] and Twitter. [5] [6] It is developed by Jimmy Moore [7] and is designed around the Ajax model [8] with a user interface written in JavaScript. [2] It is the IRC application setup by default on Firefox. Following an announcement on the website homepage, Mibbit shut down on August 30th, 2024. [9]
Mibbit's user interface operates entirely within a web browser [10] and does not require installation of any software on the user's computer. Most modern web browsers that support recent versions of JavaScript are supported, including Mozilla Firefox, Internet Explorer, Opera, Google Chrome, and Safari. [2] Mobile devices such as the Apple iPhone [11] iPod Touch, [12] and Nokia N800, and other platforms such as the Nintendo Wii are also supported. [2]
Unlike typical web-based IRC clients, Mibbit makes use of a client–server design model. [7] The user interface is written in HTML and JavaScript using Ajax programming techniques. The client's backend is written completely in Java [7] and operates independently of the web server in a standalone fashion on the Mibbit server. [2] This design differs from web browser component clients such as ChatZilla or Java applet based IRC clients such as PJIRC that operate entirely from within the web browser. It also differs from server-based web proxy IRC clients such as CGI:IRC where all processing takes place on a remote server.
Because the client–server design allows for a centralized Mibbit client server, [7] Mibbit is able to offer extended functionality which is not present in the standard IRC protocol. Some of these extensions include a channel chat buffer that can be shown to Mibbit clients when they join a channel where another Mibbit user is already present, [7] [13] a notification for other Mibbit users that you are typing a message to them, [14] and distinctive icons that allow identification of the device used with Mibbit such as an iPhone, iPod Touch, Wii, etc. [14]
Mibbit supports the webirc (cgiirc) protocol [15] which allows the client to send the user's IP address and hostname to the IRC server. [10] Servers that support webirc allow Mibbit users to appear as regular IRC clients instead of appearing to connect from the mibbit.com domain. If webirc is not used or is unavailable, Mibbit puts the user's hostname in the client's realname field and encodes the user's IP address in hexadecimal and sends it as the ident reply. [2]
The Mibbit client has the ability to connect to multiple IRC servers, including servers that use SSL/TLS, [10] can join multiple channels, [8] and can be configured auto-join often used channels. [10] Mibbit uses the UTF-8 character set by default [14] but can also be configured to use other character sets. [2] It supports nickname tab auto-completion, an input history for each tab accessible with the up/down arrow keys, aliases, user menu commands, [10] and saving of user preferences. Mibbit can parse smilies, links, channels, nicks, and mIRC color codes, [14] and can automatically create thumbnails [10] for image links and URLs. In addition, Mibbit offers an integrated pastebin, an upload service, and can minify URLs. [14] Mibbit also offers typing notification for other Mibbit users, a recent chat buffer for IRC channels when other Mibbit users are already on the channel, and extended whois information with user profiles. [10]
Mibbit supports the Google API which allows the client to support a number of Google Services. [16] Mibbit can translate text and conversations on the fly using Google Translate, [16] [17] Mibbit can also display geographic locations using Google Maps and supports viewing of YouTube videos. [16]
In addition to the standard client, Mibbit also supports a widget client that can be embedded into a web page. [18] The widget client supports most of the features of the regular client but does not support multiple server connections. [14]
Mibbit has been praised [19] by CNET [8] and Lifehacker [20] for its ease of use. Drupal administrators use it to add IRC widgets to sites, noting the benefits of its modular design. [21] Mashable suggests Mibbit as an appropriate resource for those new to IRC. [22]
Firefox 3.5 and beyond builds already support Mibbit as the default IRC protocol handler [23] and support for encrypted ircs:// SSL/TLS connections is also included. [24]
Because Mibbit is effectively an IRC proxy it has the potential to be abused or used to evade bans and blocks. This has resulted in the client being banned from accessing some IRC networks and channels. Mibbit now supports DNSBL checking via the DroneBL service as a means to help block access from abusive users and botnets. [25] Mibbit was listed as an open proxy in the DroneBL DNS blacklist in December 2008, and due to a database glitch mistakenly again listed in March 2009. This prevented Mibbit users from connecting to IRC networks that make use of the DroneBL service. [26] Mibbit was added to DroneBL's whitelist to help prevent future service disruptions. [26] On June 19, 2009 it was banned permanently from freenode, and a new officially supported open-source AJAX client was introduced. [27] [28]
IRC is a text-based chat system for instant messaging. IRC is designed for group communication in discussion forums, called channels, but also allows one-on-one communication via private messages as well as chat and data transfer, including file sharing.
ChatZilla is an IRC client that is part of SeaMonkey. It was previously an extension for Mozilla-based browsers such as Firefox, introduced in 2000. It is cross-platform open source software which has been noted for its consistent appearance across platforms, CSS appearance customization and scripting.
A web application is application software that is accessed using a web browser. Web applications are delivered on the World Wide Web to users with an active network connection.
XForms is an XML format used for collecting inputs from web forms. XForms was designed to be the next generation of HTML / XHTML forms, but is generic enough that it can also be used in a standalone manner or with presentation languages other than XHTML to describe a user interface and a set of common data manipulation tasks.
Ajax is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behaviour of the existing page. By decoupling the data interchange layer from the presentation layer, Ajax allows web pages and, by extension, web applications, to change content dynamically without the need to reload the entire page. In practice, modern implementations commonly utilize JSON instead of XML.
A dynamic web page is a web page constructed at runtime, as opposed to a static web page, delivered as it is stored. A server-side dynamic web page is a web page whose construction is controlled by an application server processing server-side scripts. In server-side scripting, parameters determine how the assembly of every new web page proceeds, and including the setting up of more client-side processing. A client-side dynamic web page processes the web page using JavaScript running in the browser as it loads. JavaScript can interact with the page via Document Object Model (DOM), to query page state and modify it. Even though a web page can be dynamic on the client-side, it can still be hosted on a static hosting service such as GitHub Pages or Amazon S3 as long as there is not any server-side code included.
Push technology, also known as server Push, refers to a communication method, where the communication is initiated by a server rather than a client. This approach is different from the "pull" method where the communication is initiated by a client.
The Mozilla application framework is a collection of cross-platform software components that make up the Mozilla applications. It was originally known as XPFE, an abbreviation of cross-platform front end. It was also known as XPToolkit. To avoid confusion, it is now referred to as the Mozilla application framework.
A web framework (WF) or web application framework (WAF) is a software framework that is designed to support the development of web applications including web services, web resources, and web APIs. Web frameworks provide a standard way to build and deploy web applications on the World Wide Web. Web frameworks aim to automate the overhead associated with common activities performed in web development. For example, many web frameworks provide libraries for database access, templating frameworks, and session management, and they often promote code reuse. Although they often target development of dynamic web sites, they are also applicable to static websites.
Dojo Toolkit is an open-source modular JavaScript library designed to ease the rapid development of cross-platform, JavaScript/Ajax-based applications and web sites. It was started by Alex Russell, Dylan Schiemann, David Schontzler, and others in 2004 and is dual-licensed under the modified BSD license or the Academic Free License.
CGI:IRC is a CGI program written in Perl that allows access to IRC via a web browser. It is designed to be flexible and has many uses such as an IRC gateway for an IRC network, a chat-room for a website or to access IRC when stuck behind a restrictive firewall.
Comet is a web application model in which a long-held HTTPS request allows a web server to push data to a browser, without the browser explicitly requesting it. Comet is an umbrella term, encompassing multiple techniques for achieving this interaction. All these methods rely on features included by default in browsers, such as JavaScript, rather than on non-default plugins. The Comet approach differs from the original model of the web, in which a browser requests a complete web page at a time.
Aptana, Inc. is a company that makes web application development tools for use with a variety of programming languages. Aptana's main products include Aptana Studio, Aptana Cloud and Aptana Jaxer.
qooxdoo is an open-source Ajax web application framework. It is an LGPL- and/or EPL-licensed client-side and server-agnostic solution, and includes support for professional JavaScript development, a graphical user interface (GUI) toolkit and high-level client-server communication.
Freenode, stylized as freenode and formerly known as Open Projects Network, is an IRC network which was previously used to discuss peer-directed projects. Their servers are accessible from the hostname chat.freenode.net, which load balances connections by using round-robin DNS.
ZK is an open-source Ajax Web application framework, written in Java, that enables creation of graphical user interfaces for Web applications with little required programming knowledge.
The Lively Kernel is an open-source web programming environment, developed by Dan Ingalls when he was at SAP Research. It supports desktop-style applications with rich graphics and direct manipulation abilities, but without the installation or upgrade troubles of conventional desktop applications. Development began at Sun Microsystems Laboratories in Menlo Park, California, and later moved to the Hasso Plattner Institute in Potsdam-Babelsberg near Berlin.
Plouf's Java IRC (PJIRC) is a web-based open-source IRC client that is written in Java. Any web browser that supports the Java Runtime Environment, or an alternative Java interpreter, can use the applet. Many IRC networks have a public installation of the applet for their network.