Update project description a bit
authorMyhailo Danylenko <isbear@ukrpost.net>
Sat, 23 Mar 2013 04:20:56 +0200
changeset 83 1cfa0330a32c
parent 82 06d4a9185902
child 84 6ff846816073
Update project description a bit
docs/index.mdwn
--- a/docs/index.mdwn	Sat Mar 23 04:00:49 2013 +0200
+++ b/docs/index.mdwn	Sat Mar 23 04:20:56 2013 +0200
@@ -3,7 +3,54 @@
 <a name="mcabber-patches"></a>
 # My MQ queue for MCabber
 
-Set of patches, that I use with mcabber ncurses xmpp client.
+AKA mcabber-experimental. Set of patches, that I use with
+mcabber ncurses xmpp client.
+
+ * _automake-fix-deprecated-macro.diff_ - Replace `AM_CONFIG_HEADER` with
+   `AM_CONFIG_HEADERS`.
+
+ * _use-otr-v4.diff_ - Add option to build with libotr v4.
+
+ * _fix-date-fill.diff_ - Fix hard-coded length of message prefix filler.
+
+ * _fix-nickcolor-memleak.diff_ - Fix memleak, when replacing nick coloring
+   rule.
+
+ * _fix-set-status-rc-xa.diff_ - Fix typo in remote command status name
+   (s/xd/xa/).
+
+ * _switch-to-experimental.diff_ - Change mcabber branch name to experimental.
+   Marks start of patches, that are either unstable, are not accepted by
+   upstream or are still in development.
+
+ * _separate-extcmd.diff_ - Split eventcmd functionality from hooks.
+
+ * _modularize-extcmd.diff_ - Move eventcmd into separate module.
+
+ * _guard-xmpp-password.diff_ - Use option guards to protect XMPP password
+   value.
+
+ * _add-offline-message.diff_ - Allow specifying status message, when going
+   offline (/disconnect and /exit).
+ 
+ * _roster-state-colors.diff_ - Colourize roster entries, depending on their
+   chatstate.
+
+ * _add-cmake.diff_ - Build mcabber, using CMake - allows for easy .deb
+   creation.
+
+ * _use-gslice.diff_ - Use GSlices to allocate constant-size memory chunks.
+
+ * _timeformat.diff_ - Allow user to specify timeformat string.
+
+ * _cmdopts.diff_ - Rewrite of commands and completion subsystem.
+
+ * _move-rename-jid.diff_ - Add [-j jid] options to /move and /rename.
+   This patch is likely to be dropped, when cmdopts will be mature enough.
+ 
+ * _templates.diff_ - [STALLED] - Allow user to specify templates for bars.
+
+ * _dynamic-layout.diff_ - [STALLED] - Allow user to specify order of windows.
 
 [ [[!hg mcabber-patches desc="SOURCE"]] ] [ [[cmdopts tutorial|cmdopts]] ]