Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

CVS log for sendxmpp/sendxmpp

[BACK] Up to [Platon] / sendxmpp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - [select for diffs], Sun Oct 28 14:37:23 2012 UTC (11 years, 5 months ago) by rajo


Changes since 1.22: +35 -13 lines
Diff to previous 1.22 (colored) to selected 1.8 (colored)

Changed homepage to http://sendxmpp.hostname.sk and CVS migrated to Git: https://github.com/lhost/sendxmpp

Revision 1.22 / (download) - [select for diffs], Sun Oct 3 19:36:35 2010 UTC (13 years, 5 months ago) by rajo

Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) to selected 1.8 (colored)

Fix: problem with talk.google.com. Patch from Kyzer <stuart.caie@gmail.com>, testet by mimeit01@xmpp.hs-esslingen.de.

Revision 1.21 / (download) - [select for diffs], Sun Oct 3 18:39:16 2010 UTC (13 years, 5 months ago) by rajo

Changes since 1.20: +4 -3 lines
Diff to previous 1.20 (colored) to selected 1.8 (colored)

Fix: if $comp IS set, AND the rcpt DOES NOT contain an @, then @comp is added. Thanks to mimeit01@xmpp.hs-esslingen.de.

Revision 1.20 / (download) - [select for diffs], Mon Jan 18 00:54:16 2010 UTC (14 years, 2 months ago) by rajo

Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) to selected 1.8 (colored)

Fix: typo.

Revision 1.19 / (download) - [select for diffs], Fri Jan 15 17:08:17 2010 UTC (14 years, 2 months ago) by rajo

Changes since 1.18: +21 -8 lines
Diff to previous 1.18 (colored) to selected 1.8 (colored)

Added --ssl option. Patch from Tobias Schäfer <tschaefer AT blackox.org>

Revision 1.18 / (download) - [select for diffs], Sat Jan 10 11:40:14 2009 UTC (15 years, 2 months ago) by rajo

Changes since 1.17: +5 -4 lines
Diff to previous 1.17 (colored) to selected 1.8 (colored)

Fix: fixed previous fix in xmpp_login(). Thanks to Ben Webb <webb AT cargotel.com>

Revision 1.17 / (download) - [select for diffs], Fri Jan 9 22:50:48 2009 UTC (15 years, 2 months ago) by rajo

Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored) to selected 1.8 (colored)

Fix: error_exit output in xmpp_login(). Thanks to Ben Webb <webb AT cargotel.com>

Revision 1.16 / (download) - [select for diffs], Fri Jan 9 22:29:53 2009 UTC (15 years, 2 months ago) by rajo

Changes since 1.15: +5 -4 lines
Diff to previous 1.15 (colored) to selected 1.8 (colored)

Fix: fixed problem using sendxmpp and pidgin. Default message type is
now 'chat' as described in http://tools.ietf.org/html/rfc3921#section-2
section 2.1.1 - Types of Message.
Thanks to Peter Merhaut <PeterMerhaut AT russenmafia.at>

Revision 1.15 / (download) - [select for diffs], Tue Oct 21 21:31:53 2008 UTC (15 years, 5 months ago) by rajo

Changes since 1.14: +111 -93 lines
Diff to previous 1.14 (colored) to selected 1.8 (colored)

* Added support for 'chat' message type. Implemented modified version of
  messsage-type-chat.patch from Marc Mims <marc AT questright.com>
  Supported message types are 'message', 'chat', 'headline'.
  Default message type is 'message'.

Revision 1.14 / (download) - [select for diffs], Mon Aug 25 09:54:12 2008 UTC (15 years, 7 months ago) by rajo

Changes since 1.13: +16 -8 lines
Diff to previous 1.13 (colored) to selected 1.8 (colored)

Fix: fixed parsing of account with specific connection host.r
Thanks to Klaus Alexander Seistrup <klaus AT seistrup.dk>

Revision 1.13 / (download) - [select for diffs], Mon Sep 10 19:08:35 2007 UTC (16 years, 6 months ago) by rajo

Changes since 1.12: +76 -35 lines
Diff to previous 1.12 (colored) to selected 1.8 (colored)

* Fix: config file permission check did not allow read only file (Andrej Mikus)
* Fix: authentication to Google Talk server (Andrej Mikus)
* Feature: added a -l/--headline option to sendxmpp, to allow to send
  a headline type message(Jérôme Sautret <jerome.sautret@process-one.net>)

Revision 1.12 / (download) - [select for diffs], Sun Mar 25 19:26:08 2007 UTC (17 years ago) by rajo

Changes since 1.11: +0 -1 lines
Diff to previous 1.11 (colored) to selected 1.8 (colored)

Fix: groupchat message doesn't has subject attribute. Thanks to Jakub Tucek <public AT otaznik.net>.

Revision 1.11 / (download) - [select for diffs], Sun Mar 4 00:50:17 2007 UTC (17 years ago) by rajo

Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored) to selected 1.8 (colored)

Sync.

Revision 1.10 / (download) - [select for diffs], Sun Mar 4 00:49:24 2007 UTC (17 years ago) by rajo

Changes since 1.9: +16 -13 lines
Diff to previous 1.9 (colored) to selected 1.8 (colored)

Fix: use perl version of Authen::SASL, because authentication is broken if Authen::SASL::Cyrus module is installed.

Revision 1.9 / (download) - [select for diffs], Sat Mar 3 15:35:44 2007 UTC (17 years ago) by rajo

Changes since 1.8: +25 -24 lines
Diff to previous 1.8 (colored)

Fix: permit "#" in login name.

Revision 1.8 / (download) - [selected], Sat Mar 3 12:58:35 2007 UTC (17 years ago) by rajo

Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Experiment with "#" sign in jabber username.

Revision 1.7 / (download) - [select for diffs], Tue Oct 17 08:09:12 2006 UTC (17 years, 5 months ago) by rajo

Changes since 1.6: +125 -59 lines
Diff to previous 1.6 (colored) to selected 1.8 (colored)

Added support for raw XML messages. Documentation enahncement. Thanks to David Ammouial <da AT weeno.net>.

Revision 1.6 / (download) - [select for diffs], Wed Oct 4 23:53:26 2006 UTC (17 years, 5 months ago) by rajo

Changes since 1.5: +13 -9 lines
Diff to previous 1.5 (colored) to selected 1.8 (colored)

Chamged homepage to http://sendxmpp.platon.sk.

Revision 1.5 / (download) - [select for diffs], Wed Oct 4 23:08:17 2006 UTC (17 years, 5 months ago) by rajo

Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)

Fixed bug with -message parameter. Thanks to Thomas Warnick <thwarnick AT gmail.com> [2005-09-06]

Revision 1.4 / (download) - [select for diffs], Wed Oct 4 22:48:56 2006 UTC (17 years, 5 months ago) by rajo

Changes since 1.3: +20 -16 lines
Diff to previous 1.3 (colored) to selected 1.8 (colored)

Added multiple recipient patch by Lubomir Host rajo <rjao AT platon.sk> [2006-08-30].

Revision 1.3 / (download) - [select for diffs], Wed Oct 4 22:05:12 2006 UTC (17 years, 5 months ago) by rajo

Changes since 1.2: +7 -5 lines
Diff to previous 1.2 (colored) to selected 1.8 (colored)

Print error message on connect error. Patch from Jean-Baptiste Quenot <jbq AT caraldi.com> [2006-07-17].

Revision 1.2 / (download) - [select for diffs], Wed Oct 4 21:33:13 2006 UTC (17 years, 5 months ago) by rajo

Changes since 1.1: +314 -133 lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)

Fixed sending of UTF-8 messages: patch from Denis Shaposhnikov <dsh AT vlink.ru> [2006-03-31].

Revision 1.1 / (download) - [select for diffs], Wed Oct 4 21:03:46 2006 UTC (17 years, 5 months ago) by rajo

Diff to selected 1.8 (colored)

Initial revision

Revision 1.1.1.6 / (download) - [select for diffs] (vendor branch), Wed Oct 4 21:07:15 2006 UTC (17 years, 5 months ago) by rajo


Changes since 1.1.1.5: +48 -17 lines
Diff to previous 1.1.1.5 (colored) to selected 1.8 (colored)

Imported old sendxmpp sources. Release date 2005-05-07.

Revision 1.1.1.5 / (download) - [select for diffs] (vendor branch), Wed Oct 4 21:06:45 2006 UTC (17 years, 5 months ago) by rajo


Changes since 1.1.1.4: +2 -2 lines
Diff to previous 1.1.1.4 (colored) to selected 1.8 (colored)

Imported old sendxmpp sources. Release date 2005-05-02.

Revision 1.1.1.4 / (download) - [select for diffs] (vendor branch), Wed Oct 4 21:05:53 2006 UTC (17 years, 5 months ago) by rajo


Changes since 1.1.1.3: +135 -92 lines
Diff to previous 1.1.1.3 (colored) to selected 1.8 (colored)

Imported old sendxmpp sources. Release date 2005-05-02.

Revision 1.1.1.3 / (download) - [select for diffs] (vendor branch), Wed Oct 4 21:05:27 2006 UTC (17 years, 5 months ago) by rajo


Changes since 1.1.1.2: +6 -9 lines
Diff to previous 1.1.1.2 (colored) to selected 1.8 (colored)

Imported old sendxmpp sources. Release date 2004-12-07.

Revision 1.1.1.2 / (download) - [select for diffs] (vendor branch), Wed Oct 4 21:04:33 2006 UTC (17 years, 5 months ago) by rajo


Changes since 1.1.1.1: +177 -70 lines
Diff to previous 1.1.1.1 (colored) to selected 1.8 (colored)

Imported old sendxmpp sources. Release date 2004-12-01.

Revision 1.1.1.1 / (download) - [select for diffs] (vendor branch), Wed Oct 4 21:03:46 2006 UTC (17 years, 5 months ago) by rajo


Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)

Imported old sendxmpp sources. Release date 2004-11-21.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top