# HG changeset patch # User mikael # Date 1112794490 0 # Node ID 5e1577acc8e79632197e69f49d93f9196fdfb8c0 # Parent 2fdd338a1b60b1891659ca9574417f2f180a16ff [/trunk] Changeset 76 by mikael * Restructuration... diff -r 2fdd338a1b60 -r 5e1577acc8e7 mcabber/AUTHORS --- a/mcabber/AUTHORS Wed Apr 06 13:18:17 2005 +0000 +++ b/mcabber/AUTHORS Wed Apr 06 13:34:50 2005 +0000 @@ -0,0 +1,27 @@ +McAbber is maintained by Mikael Berthe + +Parts come from differents projects (the origin is mentioned in +the source headers, usually). + +Thanks to the libjabber, cabber and centericq projects authors! + + +===== +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) diff -r 2fdd338a1b60 -r 5e1577acc8e7 mcabber/ChangeLog --- a/mcabber/ChangeLog Wed Apr 06 13:18:17 2005 +0000 +++ b/mcabber/ChangeLog Wed Apr 06 13:34:50 2005 +0000 @@ -0,0 +1,6 @@ +mcabber (0.6.0-dev) + + Initial fork from cabber 0.5.0-test1 + * Lots of changes... + + -- Mikael, $date diff -r 2fdd338a1b60 -r 5e1577acc8e7 mcabber/src/ACKNOWLEDGEMENT --- a/mcabber/src/ACKNOWLEDGEMENT Wed Apr 06 13:18:17 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -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) diff -r 2fdd338a1b60 -r 5e1577acc8e7 mcabber/src/Changelog --- a/mcabber/src/Changelog Wed Apr 06 13:18:17 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ ---[cabber 0.5.0-test1]-- - - unification of lists in list.h - - changed UI... now is multiwindow and have popups!!! - - roster is now capable of add/delete buddies (very primitive and buggy!) - - improved many routines. Thanks to Daniel Borca. - - Added i18n function to translate cabber to others languages - - TODO: management of buddies away status... - ---[cabber 0.4.0-test5]-- - - many bugs fixed: (roster, utf8...) - ---[cabber 0.4.0-test4]-- - - added UTF8 encoding/decoding (yes, it have bugs...) - - added default color for make cabber transparent (Johannes WeiBl) - - fixed cursor position. - ---[cabber 0.4.0-test3]-- - - rewritten routine "receivedata" at socket.c (bug #1: Johannes WeiBl) - - ignored left and rigth keys until i implement input line editor. - - colors are stored in $HOME/.cabberrc - - see cabberrc.example ;-) - ---[cabber 0.4.0-test2]-- - - not public. - ---[cabber 0.4.0-test1]-- - - many routines has been rewritten again d8-) - - * use of lists instead of stacks for store data - - stack.c is not needed anymore, i use list.c instead. - - added a ugly routine for sort list (improve it!!) - - * socket module has been rewritten and improved: - - O_NONBLOCK eliminated - - * module parse.c has been rewritten: now is more effective. - - * the XML parser is now more effective (i hope!) - - * contact list: - - it have scroll bar now, (manoleT have a large list of contacts ;-) - - now contacts are sorted alphabetically. - - * a lot of new bugs... sorry, but my main pc is broken. This version - of cabber has been made in my laptop. - diff -r 2fdd338a1b60 -r 5e1577acc8e7 mcabber/src/README --- a/mcabber/src/README Wed Apr 06 13:18:17 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -Well, the documentation is missing yet, but... - -!!!!!! SEE mcabberrc.example !!!!!! - -configfile: - The configfile will be placed in $HOME/.mcabberrc - and it will be: - - username = username - password = yourpassword - server = serveryou.use - resource = yourresourcenameOFFICE - passtype = plain (or sha1) - - -That's all folks! (by the moment ;-) - diff -r 2fdd338a1b60 -r 5e1577acc8e7 mcabber/src/cabberrc.example --- a/mcabber/src/cabberrc.example Wed Apr 06 13:18:17 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# Sample .mcabberrc file - -# The jid will be the following: username@server/resource - -username = yourusername -password = yourpassword -server = your.jabber.server -port = 5222 -resource = yourresource - - -# The colors -# Note: the following settings may or may not be used currently... :) - -# Colors are: black, red, green, yellow, blue, magenta, cyan, white -color_background = blue -color_backselected = cyan -color_borderlines = white -color_jidonlineselected = black -color_jidonline = green -color_jidofflineselected = red -color_jidoffline = red -color_text = white