Skip to content

Commit

Permalink
Documentation: the new logging capability
Browse files Browse the repository at this point in the history
  • Loading branch information
ec429 committed Jun 14, 2012
1 parent 8c8b00d commit da80953
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Expand Up @@ -77,6 +77,13 @@ the channel (or nick if current tab is a private messaging tab).
* The options 'uname', 'fname' and 'pass' are analogous to the --
uname, --fname and --pass commandline options.
For full details see config_ref.htm.
/log logtype file
/log -
Starts logging the current buffer to file (relative to ~/.quirc/), using
a format specified by logtype. This may be plain (human-readable output
similar to normal display) or symbolic (machine-readable, though still
textual, format).
/log - disables logging for the current buffer.
/ignore [-ipd] nick[!user[@host]]
/ignore [-ipd] -r regex
/ignore -l
Expand Down
2 changes: 2 additions & 0 deletions plans
Expand Up @@ -30,6 +30,8 @@ Short commands (sufficient-prefix matching, like /cle).

#inclusion and Makefile audit. Lots of stuff is #included from .h files when it should only be #included from the .c files, some #inclusions may not be reflected in the Makefile, and type definition #include loops should be resolved with types.h instead of relying on placing #includes after typedefs.

Logging configuration in rc file.

Persistent backscroll.

Runtime buffer resizing.
Expand Down
4 changes: 4 additions & 0 deletions readme.htm
Expand Up @@ -78,6 +78,10 @@ <h2>Commands</h2>
</ul>
For full details see <a href="config_ref.htm">config_ref.htm</a>.
</dd>
<dt>/log <em>logtype</em> <em>file</em></dt>
<dt>/log -</dt>
<dd>Starts logging the current buffer to <em>file</em> (relative to <small>~/.quirc/</small>), using a format specified by <em>logtype</em>. This may be <small>plain</small> (human-readable output similar to normal display) or <small>symbolic</small> (machine-readable, though still textual, format).<br />
<small>/log -</small> disables logging for the current buffer.</dd>
<dt>/ignore [-ipd] <em>nick</em>[!<em>user</em>[@<em>host</em>]]</dt>
<dt>/ignore [-ipd] -r <em>regex</em></dt>
<dt>/ignore -l</dt>
Expand Down

0 comments on commit da80953

Please sign in to comment.