Bug tracker improvements + added maildir.pl + ncdc FAQ update

This commit is contained in:
Yorhel 2012-10-12 12:45:42 +02:00
parent 8341fb9341
commit bf6e6be5f4
6 changed files with 42 additions and 5 deletions

View file

@ -76,3 +76,7 @@ dbusev.c, in my case the "global.h" does that.
Download: L<dbusev.c|http://g.blicky.net/neoglobster.git/tree/src/dbusev.c> and
L<dbusev.h|http://g.blicky.net/neoglobster.git/tree/src/dbusev.h>.
=head2 maildir.pl
October 2012. A tiny weechat plugin to display the number of unread emails in a
local Maildir. L<source|http://p.blicky.net/wzbzs>

View file

@ -54,6 +54,19 @@ $GetZBlock, $CHUNK, $Cancel or non-XML file lists. I am not aware of an other
up-to-date client that still uses any of these features.
=head2 What are those flags / character indications in the connection list?
Since the manual page doesn't cover those yet, I'll document it here for now:
The header has C<St>, where the C<S> stands for Status and C<t> for whether TLS
encryption is used or not. The status flags can be either B<C>onnecting,
B<H>andshake, B<I>dle, B<D>ownloading, B<U>ploading or B<-> for disconnected.
=head2 ...And what about those in the user list?
The user list has three boolean flags: B<O>perator, B<P>assive, and whether the client has B<T>LS enabled.
=head1 Troubleshooting

View file

@ -93,8 +93,6 @@ which provides packages for a variaty of Linux distributions.
=item L<Philesight|http://zevv.nl/play/code/philesight/> - Web-based clone of Filelight.
=item L<JDiskReport|http://www.jgoodies.com/freeware/jdiskreport/> - Java, using pie-charts and a treeview.
=back