docs/index.mdwn
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 15 May 2013 13:07:05 +0300
changeset 85 93c3cc0d7891
parent 83 1cfa0330a32c
permissions -rw-r--r--
[refresh] Add round-high-priority.diff, refresh => API 41-42 * add round-high-priority.diff * refresh patches according to changes in upstream * API version bump - 41-42


[[!meta title="mcabber-patches"]]
<a name="mcabber-patches"></a>
# My MQ queue for MCabber

AKA mcabber-experimental. Set of patches, that I use with
mcabber ncurses xmpp client.

 * _round-high-priority.diff_ - Round non-standard-compliant resource priority
   values to maximum allowed ones.

 * _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]] ]