Log of /tags/JADC2S_0_9_1_RC1
Directory Listing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.