[jabberd14] / tags / JADC2S_0_9_1_RC1 Repository:
ViewVC logotype

Log of /tags/JADC2S_0_9_1_RC1

View Directory Listing Directory Listing


Sticky Revision:

Revision 1176 - Directory Listing
Modified Thu Dec 1 01:40:09 2005 UTC (4 years, 9 months ago) by mawis
Copied from: branches/jadc2s/RELEASE-0_9_1 revision 1174
Tagging jadc2s 0.9.1-RC1

Revision 1174 - Directory Listing
Modified Thu Dec 1 01:32:11 2005 UTC (4 years, 9 months ago) by mawis
Original Path: branches/jadc2s/RELEASE-0_9_1
Copied from: trunk/jadc2s revision 1173
Branching for jadc2s 0.9.1

Revision 1173 - Directory Listing
Modified Thu Dec 1 01:29:39 2005 UTC (4 years, 9 months ago) by mawis
Original Path: trunk/jadc2s
Update documentation to prepare for branching for 0.9.1

Revision 1172 - Directory Listing
Modified Thu Dec 1 00:51:01 2005 UTC (4 years, 9 months ago) by mawis
Original Path: trunk/jadc2s
Renaming configure.in to configure.ac

Revision 1154 - Directory Listing
Modified Mon Nov 21 23:54:50 2005 UTC (4 years, 9 months ago) by mawis
Original Path: trunk/jadc2s
Make IDN a requirement, check for GNU SASL library (even if we do not use it yet, it will come soon!)

Revision 1129 - Directory Listing
Modified Tue Nov 1 16:28:47 2005 UTC (4 years, 10 months ago) by mawis
Original Path: trunk/jadc2s
Closes Bug #19: protocol error after STARTTLS
In addition: Fixes two compiler warnings about signedness.

Revision 1090 - Directory Listing
Modified Fri Apr 8 09:14:37 2005 UTC (5 years, 5 months ago) by mawis
Original Path: trunk/jadc2s
NEWS is/was missing most of the new features

Revision 1089 - Directory Listing
Modified Thu Apr 7 14:23:00 2005 UTC (5 years, 5 months ago) by mawis
Original Path: trunk/jadc2s
Support for STARTTLS

Revision 1067 - Directory Listing
Modified Tue Mar 22 06:22:15 2005 UTC (5 years, 5 months ago) by mawis
Original Path: trunk/jadc2s
Don't need this now anymore

Revision 1066 - Directory Listing
Modified Tue Mar 22 06:21:42 2005 UTC (5 years, 5 months ago) by mawis
Original Path: trunk/jadc2s
Copied from: trunk/jabberd14/jadc2s revision 1065
Move jadc2s out of the jabberd14 tree, having it inside caused problems building a distribution package of jadc2s

Revision 1027 - Directory Listing
Modified Mon Feb 21 20:39:24 2005 UTC (5 years, 6 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Added first usable version of xdb_sql

Revision 1020 - Directory Listing
Modified Mon Oct 11 23:27:12 2004 UTC (5 years, 10 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Code documentation for mio

Revision 1019 - Directory Listing
Modified Sat Oct 9 16:42:57 2004 UTC (5 years, 11 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
When the admin allowed more than 8192 b/s client traffic, a client could crash jadc2s.

Revision 1006 - Directory Listing
Modified Wed Sep 8 08:46:42 2004 UTC (6 years ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Make some arguments constant

Revision 1005 - Directory Listing
Modified Tue Sep 7 17:05:27 2004 UTC (6 years ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Documentation updates
Make util and mio a real library

Revision 1004 - Directory Listing
Modified Tue Sep 7 15:14:32 2004 UTC (6 years ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Forgot this one

Revision 1003 - Directory Listing
Modified Tue Sep 7 15:13:01 2004 UTC (6 years ago) by mawis
Original Path: trunk/jabberd14/jadc2s
removing expat's sources from jadc2s and link against installed libexpat instead

Revision 1000 - Directory Listing
Modified Sat Sep 4 00:29:27 2004 UTC (6 years ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Readding accidently removed file pproxy.c to Makefile.am

Revision 999 - Directory Listing
Modified Wed Sep 1 19:05:24 2004 UTC (6 years ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Use pmalloco() instead of pmalloc_x(), check parameters for js_session_from() and js_session_to(), documentation

Revision 993 - Directory Listing
Modified Sun Jul 18 16:27:11 2004 UTC (6 years, 1 month ago) by mawis
Original Path: trunk/jabberd14/jadc2s
only added comments ...

Revision 991 - Directory Listing
Modified Thu Jul 15 15:42:18 2004 UTC (6 years, 1 month ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Cache stringprep results

Revision 962 - Directory Listing
Modified Tue Apr 13 23:43:42 2004 UTC (6 years, 4 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Make the flash hack a (compile-time) option as it is not needed for servers where there is no flash client on the webserver.
Preparing for SASL integration.

Revision 961 - Directory Listing
Modified Sat Apr 3 22:24:00 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Optional autodetection if SSL/TLS is used on port 5223 (disabled by default)
This might be useful for the port 443 proxy pass hack. By forwarding port 443 to port 5223 it is possible to support SSL and non-SSL connections at the same time on port 443.

Revision 960 - Directory Listing
Modified Tue Mar 30 05:58:25 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Rob pointed out that stringprep is expensive and proposed introduce prep caches like in jabberd2.
I'll have to make some test if this cache is usefull for all parts of a domain. While I can see that it is perfectly good for domain identifiers, I am not yet sure if it is necessary for node identifiers because I am not sure if they are often nodepreped again.
For the mean time this reduces the number of calls to stringprep.

Revision 959 - Directory Listing
Modified Mon Mar 29 21:22:41 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
We should not try to printf() debugging information to stdout if previously closed it. On fd 1 we have client connections. If it is a SSL/TLS connection we will even loose the connection to the client!
This should fix http://psi.affinix.com/forums/index.php?act=ST&f=2&t=1397

Revision 958 - Directory Listing
Modified Mon Mar 29 21:05:57 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Don't send a stream error on shutdown to the router

Revision 956 - Directory Listing
Modified Mon Mar 29 14:35:06 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Adding support for nameprep/nodeprep/resourceprep using Libidn.
Note that this breaks existing accounts on the server that contain node identifiers that are mapped.
E.g.: the prior user bierinma��en@example.com will now be bierinmassen@example.com

Revision 955 - Directory Listing
Modified Fri Mar 26 10:32:46 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Be less verbose when logging SSL: Don't log if more data is required

Revision 954 - Directory Listing
Modified Fri Mar 26 01:02:49 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Send a close notify on SSL/TLS connections before actually closing the connection.

Revision 953 - Directory Listing
Modified Wed Mar 17 08:52:19 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
- Make it a configuration option if the client's IP addresses should be logged
- Write more logging information
  (to find the bug http://psi.affinix.com/forums/index.php?act=ST&f=2&t=1397,
  I have the impression that we close the log somewhere and the client connection
  that gets the same fd will get all log messages - causing TLS/SSL to fail.)

Revision 952 - Directory Listing
Modified Tue Mar 16 20:50:12 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Ooups ;)

Revision 951 - Directory Listing
Modified Tue Mar 16 20:49:17 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Logging fd as well

Revision 950 - Directory Listing
Modified Tue Mar 16 20:30:29 2004 UTC (6 years, 5 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Added more SSL/TLS error logging

Revision 948 - Directory Listing
Modified Sat Jan 17 14:29:26 2004 UTC (6 years, 7 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Counting the stanzas as well (and logging them at logout)
If the user has not yet authenticated at logout, the IP is logged (was missing before)

Revision 947 - Directory Listing
Modified Sat Jan 17 01:08:02 2004 UTC (6 years, 7 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Logging the traffic that was generated by a session

Revision 946 - Directory Listing
Modified Thu Jan 15 13:43:56 2004 UTC (6 years, 7 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
Filling in my changes from last week

Revision 945 - Directory Listing
Modified Thu Jan 15 13:38:01 2004 UTC (6 years, 7 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
move declaration for older compilers

Revision 944 - Directory Listing
Modified Thu Jan 15 02:57:30 2004 UTC (6 years, 7 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
This file is not used as well

Revision 943 - Directory Listing
Modified Thu Jan 15 02:52:39 2004 UTC (6 years, 7 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
jadc2s/mio/rate.c is not used anywhere
closing the connection to the router/sm as the last connection

Revision 942 - Directory Listing
Modified Thu Jan 15 01:46:08 2004 UTC (6 years, 7 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Do not limit the length of file names for log files

Revision 938 - Directory Listing
Modified Sat Jan 10 19:16:08 2004 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Send a stream error for authentication timeouts
The root element should not be repeated for a stream error on the sm connection

Revision 937 - Directory Listing
Modified Fri Jan 9 01:48:20 2004 UTC (6 years, 8 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
Ooops... removed a really useful debug message. And forgot to remove one I added for testing.

Revision 936 - Directory Listing
Modified Fri Jan 9 01:43:18 2004 UTC (6 years, 8 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
Fixed null terminated strings bug.  Flash client rejoice.

Revision 935 - Directory Listing
Modified Sat Jan 3 01:45:53 2004 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
added two more stream errors

Revision 934 - Directory Listing
Modified Sun Dec 28 19:16:40 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Fixing bug in unused code

Revision 933 - Directory Listing
Modified Sun Dec 28 19:08:25 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
supporting aliases (the way jabberd14 does)

Revision 932 - Directory Listing
Modified Sun Dec 28 01:26:42 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Forgot to write ChangeLog entry

Revision 931 - Directory Listing
Modified Sun Dec 28 01:22:36 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
the root_name member of conn_st is freed, therefore we need to copy the string

Revision 930 - Directory Listing
Modified Fri Dec 26 12:16:59 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Small C syntax fix

Revision 929 - Directory Listing
Modified Thu Dec 25 23:12:19 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Improvements for stream errors:
- don't truncate the last character of the closing stream tag
- check that stream get opened before sending error
- basic compliance to XMPP stream:error syntax

Revision 928 - Directory Listing
Modified Sun Dec 21 01:24:24 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Added IPv6 support

Revision 927 - Directory Listing
Modified Wed Dec 17 00:05:00 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Do not overwrite existing configuration files while installing.
Sending and logging of connection information.

Revision 926 - Directory Listing
Modified Mon Dec 15 23:24:44 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
While I added the -r option, I broke the -c option to specify an alternative configuration file.

Revision 925 - Directory Listing
Modified Sun Dec 14 21:12:43 2003 UTC (6 years, 8 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
*** empty log message ***

Revision 924 - Directory Listing
Modified Sat Dec 13 23:55:18 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Install the configuration file to the sysconfdir and look for it there.

Revision 923 - Directory Listing
Modified Sat Dec 13 03:35:36 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Adapt DEBUGing to the new build environment

Revision 922 - Directory Listing
Modified Sat Dec 13 03:22:14 2003 UTC (6 years, 8 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
created a autotools-based build system
added version information to the help message of jadc2s
removed two unused files from mio

Revision 921 - Directory Listing
Modified Sat Dec 6 01:20:24 2003 UTC (6 years, 9 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Added more control over SSL/TLS settings
multiple jadc2s instances logging to different files (filename based on component id)

Revision 917 - Directory Listing
Modified Thu Nov 13 11:40:56 2003 UTC (6 years, 9 months ago) by maqi
Original Path: trunk/jabberd14/jadc2s
- ready for release

Revision 914 - Directory Listing
Modified Sun Nov 9 23:32:14 2003 UTC (6 years, 10 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
jadc2s segfaulted if it couldn't connect to the jabberd process (usage of an uninitialized variable).
Frees connections before shutdown (for memory debugging)

Revision 913 - Directory Listing
Modified Sun Nov 9 19:31:01 2003 UTC (6 years, 10 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Fixing the code for pool debugging (not used until POOL_DEBUG is defined)

Revision 912 - Directory Listing
Modified Sat Nov 8 11:48:36 2003 UTC (6 years, 10 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
seeding the random number generator from /dev/urandom if possible

Revision 891 - Directory Listing
Modified Wed Oct 15 09:31:18 2003 UTC (6 years, 10 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
make reconnecting to jabberd working
http://mailman.jabber.org/pipermail/jdev/2003-October/016820.html

Revision 890 - Directory Listing
Modified Wed Oct 15 09:30:04 2003 UTC (6 years, 10 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Check for messages that are for a former user of a socket before jadc2s was restarted
http://mailman.jabber.org/pipermail/jdev/2003-October/016816.html

Revision 889 - Directory Listing
Modified Wed Oct 15 09:27:46 2003 UTC (6 years, 10 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Make the configuration option <max_bps> stable
http://mailman.jabber.org/pipermail/jdev/2003-October/016799.html

Revision 884 - Directory Listing
Modified Sat Oct 11 21:08:00 2003 UTC (6 years, 11 months ago) by mawis
Original Path: trunk/jabberd14/jadc2s
Fix for my fix from 2003-09-10. Putted the fix in the wrong code block
which didn't fix the problem that jadc2s could flood clients but nearly
disabled keep alives completely.

Revision 878 - Directory Listing
Modified Wed Sep 10 21:29:23 2003 UTC (7 years ago) by mawis
Original Path: trunk/jabberd14/jadc2s
jadc2s sends a space a a keep alive check if a connection to an user is idle.
This space should be send every 5 minutes, but jadc2s didn't update the timer after it sent the space once and started to flood clients after they were idle for 5 minutes.
This patch fixes this bug: After a space has been send jadc2s waits again 5 minutes before it sends the next space.
Alexander Gnauck told me that a user had reported this and we now searched and fixed the bug together.

Revision 870 - Directory Listing
Modified Mon Mar 31 18:58:09 2003 UTC (7 years, 5 months ago) by temas
Original Path: trunk/jabberd14/jadc2s
Disable nagle on the sockets

Revision 869 - Directory Listing
Modified Wed Mar 19 17:14:02 2003 UTC (7 years, 5 months ago) by temas
Original Path: trunk/jabberd14/jadc2s
Idle checks, needs some more eyes

Revision 868 - Directory Listing
Modified Tue Mar 11 23:00:34 2003 UTC (7 years, 6 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
fixed buffer overrun [mhz@altlinux.org]

Revision 863 - Directory Listing
Modified Mon Dec 30 21:21:08 2002 UTC (7 years, 8 months ago) by jer
Original Path: trunk/jabberd14/jadc2s
rare bug where sm socket will loop feeding/bouncing packets to itself after a reconnect

Revision 860 - Directory Listing
Modified Mon Dec 9 03:26:10 2002 UTC (7 years, 9 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
FreeBSD configure fix

Revision 858 - Directory Listing
Modified Wed Nov 6 11:33:04 2002 UTC (7 years, 10 months ago) by jer
Original Path: trunk/jabberd14/jadc2s
more sanity checks, this was a crasher (not having an error="" attrib on an error'd route)

Revision 856 - Directory Listing
Modified Wed Oct 30 07:20:32 2002 UTC (7 years, 10 months ago) by jer
Original Path: trunk/jabberd14/jadc2s
I *think* this is a possibility, and if so, it's right in the area that seems to be doing the mem smashing on j.o, worth a try!

Revision 855 - Directory Listing
Modified Tue Oct 22 22:35:13 2002 UTC (7 years, 10 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
nad cache optional, compile with -DNAD_DISABLE_CACHE

Revision 854 - Directory Listing
Modified Tue Oct 22 22:01:42 2002 UTC (7 years, 10 months ago) by temas
Original Path: trunk/jabberd14/jadc2s
karma fixes

Revision 853 - Directory Listing
Modified Thu Oct 17 05:14:35 2002 UTC (7 years, 10 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
minor chunk_write changes .. not sure if this will fix the crashes, but the logic is easier to follow

Revision 852 - Directory Listing
Modified Tue Oct 15 23:31:23 2002 UTC (7 years, 10 months ago) by temas
Original Path: trunk/jabberd14/jadc2s
initialize members!

Revision 850 - Directory Listing
Modified Mon Oct 14 23:45:08 2002 UTC (7 years, 10 months ago) by temas
Original Path: trunk/jabberd14/jadc2s
removed chunk's to and from members

Revision 849 - Directory Listing
Modified Thu Oct 10 01:12:55 2002 UTC (7 years, 11 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
_nad_escape is deep magic .. jer, we love you

Revision 848 - Directory Listing
Modified Wed Oct 9 05:47:02 2002 UTC (7 years, 11 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
proper bounds checking on incoming sm packets

Revision 847 - Directory Listing
Modified Wed Oct 9 05:18:11 2002 UTC (7 years, 11 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
leaky leaky, and bad error messages to boot

Revision 846 - Directory Listing
Modified Tue Oct 8 00:30:08 2002 UTC (7 years, 11 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
no nad processing if we're about to bail out

Revision 845 - Directory Listing
Modified Fri Oct 4 02:11:19 2002 UTC (7 years, 11 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
_really_ fix the ]]> bug

Revision 844 - Directory Listing
Modified Wed Oct 2 01:16:18 2002 UTC (7 years, 11 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
looking for the CPU monster... And I *think* I found it (and a few other smaller ones.)

Revision 843 - Directory Listing
Modified Wed Sep 25 02:56:07 2002 UTC (7 years, 11 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
saves some pain for people using nad->next to make packet queues

Revision 842 - Directory Listing
Modified Tue Sep 17 00:55:16 2002 UTC (7 years, 11 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
correctly handle nad element siblings <bjackson@mcleodusa.com>

Revision 841 - Directory Listing
Modified Wed Sep 11 02:23:18 2002 UTC (8 years ago) by rob
Original Path: trunk/jabberd14/jadc2s
suggestions from pcurtis (in jdev)
 - SSL port binds to c2s->local_ip, not all interfaces
 - c2s->local_port <= 0 disables unencrypted port

Revision 840 - Directory Listing
Modified Thu Aug 8 04:09:46 2002 UTC (8 years, 1 month ago) by rob
Original Path: trunk/jabberd14/jadc2s
only escape > when in ]]> (as per XML 1.0 sect 2.4)

Revision 839 - Directory Listing
Modified Wed Aug 7 05:09:38 2002 UTC (8 years, 1 month ago) by rob
Original Path: trunk/jabberd14/jadc2s
updated util from 1.5, and supporting changes

Revision 838 - Directory Listing
Modified Wed Aug 7 05:00:30 2002 UTC (8 years, 1 month ago) by rob
Original Path: trunk/jabberd14/jadc2s
correctly escape > into &gt;

Revision 832 - Directory Listing
Modified Wed Jul 17 01:16:27 2002 UTC (8 years, 1 month ago) by rob
Original Path: trunk/jabberd14/jadc2s
preallocated conns array

Revision 831 - Directory Listing
Modified Wed Jul 17 01:14:03 2002 UTC (8 years, 1 month ago) by rob
Original Path: trunk/jabberd14/jadc2s
very old bug

Revision 830 - Directory Listing
Modified Tue Jul 16 13:43:59 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
merged in a few things:
1) don't copy strings out of the config.  Just use them as is.
2) attributes are allowed in the config.xml... not used yet... but allowed.

Revision 829 - Directory Listing
Modified Mon Jul 15 23:39:57 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
Ok... so register sets need to generate the special to also... silly ryan

Revision 828 - Directory Listing
Modified Mon Jul 15 02:50:52 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
forgot to free the array of local_ids

Revision 827 - Directory Listing
Modified Mon Jul 15 02:44:38 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
new idea from 1.5 port.  Copy the local_id into the connection...

Revision 826 - Directory Listing
Modified Mon Jul 15 02:35:03 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
added support for virtual hosts

Revision 825 - Directory Listing
Modified Sun Jul 14 01:30:50 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
oops... leftovers are never good to leave around.

Revision 824 - Directory Listing
Modified Sun Jul 14 01:29:19 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
Register and auth don't mix.  state_AUTH filters results going to the client... not good for register.  Basically, you couldn't ask for the register fields by sending an empty packet.  All better now.

Revision 823 - Directory Listing
Modified Sat Jul 13 01:36:03 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
better header string code from rob

Revision 822 - Directory Listing
Modified Sat Jul 13 01:34:46 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
Ok... I need help.  Pass in the ssl connection... sigh.

Revision 821 - Directory Listing
Modified Sat Jul 13 01:28:55 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
Oops.  My bad.  Too much cut-copy-paste...

Revision 820 - Directory Listing
Modified Fri Jul 12 20:03:48 2002 UTC (8 years, 1 month ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
Lots of changes for better flash support

Revision 819 - Directory Listing
Modified Wed Jul 10 04:14:17 2002 UTC (8 years, 2 months ago) by rob
Original Path: trunk/jabberd14/jadc2s
don't close the stream if they never opened it

Revision 818 - Directory Listing
Modified Wed Jul 10 02:28:32 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
changing check to avoid overrun

Revision 817 - Directory Listing
Modified Tue Jul 9 02:47:47 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
new config system from 1.5

Revision 815 - Directory Listing
Modified Tue Jul 9 01:31:51 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
More flash support for the flash:stream method

Revision 813 - Directory Listing
Modified Mon Jul 8 15:24:48 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
added tracking for current number of connected clients

Revision 812 - Directory Listing
Modified Mon Jul 8 12:47:25 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
HTTP, Flash, and better read/write/peek functions

Revision 811 - Directory Listing
Modified Fri Jul 5 16:40:39 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
oops... didn't mean to check that code in

Revision 810 - Directory Listing
Modified Fri Jul 5 15:05:40 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
fixed config file for more generic defaults

Revision 809 - Directory Listing
Modified Fri Jul 5 14:29:22 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
add in jadc2s

Revision 808 - Directory Listing
Modified Fri Jul 5 14:28:21 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
ignore file... start off with platform-settings

Revision 807 - Directory Listing
Modified Fri Jul 5 14:13:49 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
this is a generated file...

Revision 802 - Directory Listing
Modified Wed Jun 12 17:24:44 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
random changes

Revision 801 - Directory Listing
Modified Wed Jun 12 17:24:25 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
cleaned up debug messages to be more like those from jadc2s

Revision 800 - Directory Listing
Modified Wed Jun 12 17:23:35 2002 UTC (8 years, 2 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
sockets that return 0 were not being closed

Revision 798 - Directory Listing
Modified Mon Jun 10 15:31:37 2002 UTC (8 years, 3 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
Back commiting bug fixes before the 1.5 version forked

Revision 797 - Directory Listing
Added Mon Jun 10 15:14:37 2002 UTC (8 years, 3 months ago) by reatmon
Original Path: trunk/jabberd14/jadc2s
First checkin of jadc2s for 1.4 servers

Sort log by:

Repository Admin
ViewVC Help
Powered by ViewVC 1.0.9