Konversation/InputFilter2: Difference between revisions
(Created page with "==Potential Object Layers== Builder -cap -signon -identification Server -handles the characteristics of the server software Network -overrides based on network config of ircd ...") |
|||
Line 1: | Line 1: | ||
==Potential Object Layers== | ==Potential Object Layers== | ||
<pre> | |||
Builder | Builder | ||
-cap | -cap | ||
Line 22: | Line 22: | ||
-inputfilter takes events out of the stream, and processes them for the needs of the internal IRC objects | -inputfilter takes events out of the stream, and processes them for the needs of the internal IRC objects | ||
-these events are consumed by the various components of the client, which may forward them on to other layers | -these events are consumed by the various components of the client, which may forward them on to other layers | ||
</pre> |
Latest revision as of 10:27, 6 April 2012
Potential Object Layers
Builder -cap -signon -identification Server -handles the characteristics of the server software Network -overrides based on network config of ircd -services Host -differences for this particular ircd instance if available or configured User -end user configuration overrides, such as scripts -inputfilter takes events out of the stream, and processes them for the needs of the internal IRC objects -these events are consumed by the various components of the client, which may forward them on to other layers