[Citadel Development] (no subject)

2011-03-15 Thread IGnatius T Foobar
The problem uncensored is having appears to be reproducible
on any Citadel server running the current code.  Here's how
to reproduce it:

1. Start your Citadel server

2. Run several copies of this script, which will show you exactly
   when your connection dropped:

#!/bin/bash
(
while true
do
echo 'time'
sleep 1
done
) |nc my.citadel.server 504

3. Run one or more copies of this script, which rapidly builds
   and breaks connections:

while true; do echo '1 NOOP' | nc my.citadel.server 143 ; done

4. Let it run for a few minutes and you should see everyone drop at
   the same time.


[Citadel Development] [SCM] citadel.org branch, master, updated. 255b508ee1a7e8bf644c072cb4677ab7041b7dc7

2011-03-15 Thread dothebart

Push to the project citadel.org : The branch, master has been updated
   via  255b508ee1a7e8bf644c072cb4677ab7041b7dc7 (commit)
  from  93b1fab39c7856f2fa2f9b30037cec34f8900298 (commit)

Those revisions listed above that are new to this repository have not appeared 
on any other notification email; so we list those revisions in full, below.
- Log -
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=255b508ee1a7e8bf644c072cb4677ab7041b7dc7
commit 255b508ee1a7e8bf644c072cb4677ab7041b7dc7
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Tue Mar 15 23:36:28 2011 +0100

Add some more debugging to the session destroyer; - backtrace.

---

Summary of changes:
 citadel/context.c|7 ++-
 citadel/debian/rules |7 +++
 2 files changed, 13 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org