view mcabber/AUTHORS @ 2304:fa8365fb6ac2

[PATCH 1/3] New option: vi_mode If the new vi_mode option is set to 1, let MCabber's non-chat mode accept a few commands loosely based on those available in vi(1)'s normal mode, e.g.: A Call "/roster unread_first". a Call "/roster unread_next". F Call "/roster group_prev". f Call "/roster group_next". G Call "/roster bottom". gg Call "/roster top". i Enter chat mode. [<n>]j Call "/roster down [<n>]". [<n>]k Call "/roster up [<n>]". n Repeat the previous search (if any). O Call "/roster unread_first" and open chat window. o Call "/roster unread_next" and open chat window. ZZ Call "/quit". zM Call "/group fold" for all groups. zR Call "/group unfold" for all groups. <Space> Call "/group toggle" for the current group. '' Call "/roster alternate". ! Toggle attention flag for current buddy. # Toggle unread messages flag for current buddy. /<str> Call "/roster search <str>". :q Call "/quit". :wq Call "/quit". :x Call "/quit". :<n> Jump to line <n> in the roster. :<cmd> Call "/<cmd>" (unless <cmd> matches one of the above commands).
author Holger Weiß <holger@zedat.fu-berlin.de>
date Wed, 22 Jul 2015 19:25:22 +0200
parents 306ddec07d63
children
line wrap: on
line source

MCabber is maintained by Mikael Berthe <mikael@lilotux.net>

Parts come from differents projects (the origin is mentioned in
the source headers, usually).

Thanks to the libjabber, cabber and centericq projects authors.
Thanks to the Gaim project, and to all members of the Jabber community!

Thanks to Michal Jeczalik Jr (aka salvador) and Philip M. White (aka pmw)
for their help (documentation, suggestions, etc.).
Thanks to hednod for hosting the mcabber wiki.

Thanks to the following contributors:
  Reimar Döffinger
  Jefferson Ogata
  Sören Andersen
  Christof Meerwald
  Myhailo Danylenko
  Alexis Hildebrandt
  Frank Zschockelt (aka franky)
  Michael Scherer
  Oleg Nemanov (aka Lego_12239)
  Piotr Zielonka (aka entragian)
  Michal Vaner (aka vorner)
  Markus Hennecke
  Thorsten Glaser
  Maxim Vuets
  Jan Zachorowski (aka Hermitifier)

Translators:
  FR    Mikael Berthe
  PL    Michal Jeczalik Jr (aka salvador)
  UK    Myhailo Danylenko
  DE    Frank Zschockelt
  NL    Eric Hameleers
  RU    Loenko Artyom (aka dive)
  IT    Alessandro Dotti Contra
  CS    "Vic"

I'd like to thank the regular members of the mcabber MUC room for their ideas
and suggestions: Wolfram, bb, MysticOne...

Mikael


=====
Here is the original acknowledgement from the cabber project:

    Special Thanks to:
        Daniel Borca   (http://www.geocities.com/dborca).
                       Many of the new code is his own work!!!
                       Thanks Daniel!!!

    Thanks to:
        Abrililla	   (???)
        Gabber	   (http://gabber.sourceforge.net)
        Manolo Romero  (cobreti@mundivia.es)
        NexusX	   (nexusx666@ajmacias.com)
        Pablo2000	   (josepablosc@wanadoo.es)
        Pras           (???)
        Ted		   (ted@php.net)
        Thomas Fischer (th.fischer@gmx.net)
        _Yed_	   (#linux at irc-hispano)
        ZJoyKiller (#linux at irc-hispano)

# vim: set encoding=utf-8: