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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
80
93088d0c8140 Add documentation for cmdopts
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
93088d0c8140 Add documentation for cmdopts
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
[[!meta title="mcabber-patches"]]
93088d0c8140 Add documentation for cmdopts
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
<a name="mcabber-patches"></a>
93088d0c8140 Add documentation for cmdopts
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
# My MQ queue for MCabber
93088d0c8140 Add documentation for cmdopts
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
83
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
     6
AKA mcabber-experimental. Set of patches, that I use with
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
     7
mcabber ncurses xmpp client.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
     8
85
93c3cc0d7891 [refresh] Add round-high-priority.diff, refresh => API 41-42
Myhailo Danylenko <isbear@ukrpost.net>
parents: 83
diff changeset
     9
 * _round-high-priority.diff_ - Round non-standard-compliant resource priority
93c3cc0d7891 [refresh] Add round-high-priority.diff, refresh => API 41-42
Myhailo Danylenko <isbear@ukrpost.net>
parents: 83
diff changeset
    10
   values to maximum allowed ones.
93c3cc0d7891 [refresh] Add round-high-priority.diff, refresh => API 41-42
Myhailo Danylenko <isbear@ukrpost.net>
parents: 83
diff changeset
    11
83
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    12
 * _automake-fix-deprecated-macro.diff_ - Replace `AM_CONFIG_HEADER` with
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    13
   `AM_CONFIG_HEADERS`.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    14
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    15
 * _use-otr-v4.diff_ - Add option to build with libotr v4.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    16
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    17
 * _fix-date-fill.diff_ - Fix hard-coded length of message prefix filler.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    18
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    19
 * _fix-nickcolor-memleak.diff_ - Fix memleak, when replacing nick coloring
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    20
   rule.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    21
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    22
 * _fix-set-status-rc-xa.diff_ - Fix typo in remote command status name
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    23
   (s/xd/xa/).
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    24
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    25
 * _switch-to-experimental.diff_ - Change mcabber branch name to experimental.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    26
   Marks start of patches, that are either unstable, are not accepted by
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    27
   upstream or are still in development.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    28
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    29
 * _separate-extcmd.diff_ - Split eventcmd functionality from hooks.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    30
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    31
 * _modularize-extcmd.diff_ - Move eventcmd into separate module.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    32
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    33
 * _guard-xmpp-password.diff_ - Use option guards to protect XMPP password
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    34
   value.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    35
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    36
 * _add-offline-message.diff_ - Allow specifying status message, when going
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    37
   offline (/disconnect and /exit).
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    38
 
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    39
 * _roster-state-colors.diff_ - Colourize roster entries, depending on their
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    40
   chatstate.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    41
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    42
 * _add-cmake.diff_ - Build mcabber, using CMake - allows for easy .deb
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    43
   creation.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    44
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    45
 * _use-gslice.diff_ - Use GSlices to allocate constant-size memory chunks.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    46
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    47
 * _timeformat.diff_ - Allow user to specify timeformat string.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    48
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    49
 * _cmdopts.diff_ - Rewrite of commands and completion subsystem.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    50
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    51
 * _move-rename-jid.diff_ - Add [-j jid] options to /move and /rename.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    52
   This patch is likely to be dropped, when cmdopts will be mature enough.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    53
 
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    54
 * _templates.diff_ - [STALLED] - Allow user to specify templates for bars.
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    55
1cfa0330a32c Update project description a bit
Myhailo Danylenko <isbear@ukrpost.net>
parents: 80
diff changeset
    56
 * _dynamic-layout.diff_ - [STALLED] - Allow user to specify order of windows.
80
93088d0c8140 Add documentation for cmdopts
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    57
93088d0c8140 Add documentation for cmdopts
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    58
[ [[!hg mcabber-patches desc="SOURCE"]] ] [ [[cmdopts tutorial|cmdopts]] ]
93088d0c8140 Add documentation for cmdopts
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    59