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

2011-08-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  a42c4658dfa21125b6c050481faeaeb3e81aab46 (commit)
  from  379996a2f4b03b11d465d671d610e4f531b77754 (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=a42c4658dfa21125b6c050481faeaeb3e81aab46
commit a42c4658dfa21125b6c050481faeaeb3e81aab46
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Aug 24 17:06:27 2011 -0400

If user clicks in the empty part of a mailbox view, display a blank pane 
instead of an error.

---

Summary of changes:
 webcit/messages.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 755e3dfdcb56bff7fe4939e413c244514a12b7b7

2011-08-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  755e3dfdcb56bff7fe4939e413c244514a12b7b7 (commit)
  from  a42c4658dfa21125b6c050481faeaeb3e81aab46 (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=755e3dfdcb56bff7fe4939e413c244514a12b7b7
commit 755e3dfdcb56bff7fe4939e413c244514a12b7b7
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Aug 24 17:12:03 2011 -0400

Only offer the 'Edit' option in mailbox rooms.  Elsewhere it does not make 
sense.

---

Summary of changes:
 webcit/static/t/view_message.html |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.86-49-g4960906

2011-08-23 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  496090636b75234d80a5d9c1d5f6db10183bd9b2 (commit)
  from  37b33131205e171b7f687115902f59f9bf7df418 (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=496090636b75234d80a5d9c1d5f6db10183bd9b2
commit 496090636b75234d80a5d9c1d5f6db10183bd9b2
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Aug 23 14:31:00 2011 -0400

Version number set to 7.87, tagging for stable release

---

Summary of changes:
 citadel/citadel.h   |4 ++--
 citadel/configure.ac|2 +-
 libcitadel/configure.in |2 +-
 libcitadel/lib/libcitadel.h |2 +-
 webcit/configure.ac |2 +-
 webcit/webcit.h |   10 +-
 6 files changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org annotated tag, v7.87, created. v7.87

2011-08-23 Thread ajc

Push to the project citadel.org : The annotated tag, v7.87 has been created
at  08869f86a7fd3248782354e8d26067ae86e864f1 (tag)
   tagging  496090636b75234d80a5d9c1d5f6db10183bd9b2 (commit)
  replaces  v7.86
 tagged by  Art Cancro
on  Tue Aug 23 14:33:16 2011 -0400

- Log -
Version number set to 7.87, tagging for stable release

Art Cancro (10):
  Guard against 'billion laughs' attack in our XMPP service
  sock_connect() - if first char of hostname is '/' assume it is a unix 
domain socket and connect to that instead
  Backport
  ServerShutdownModule_GETTEXT() was failing on non-locale-aware systems, 
fixed
  ServerShutdownModule_GETTEXT() was failing on non-locale-aware systems, 
fixed
  ServerShutdownModule_GETTEXT() was failing on non-locale-aware systems, 
fixed
  xmpp_destroy_buddy() now accepts an 'aggressively' flag that indicates 
whether the server should push an 'unsubscribed' presence tag.  Apparently we 
can only do this when sending a roster flush at the beginning of the session, 
because sending it when another user logs out in the middle of our session 
confuses Jitsi into thinking that the other user rejected a subscription 
request.  I think it's making Pidgin behave better too, but more testing is 
needed.
  Ugly hack to fix wiki history broken by the 'message xxx is not in this 
room' security check
  Revert Ugly hack to fix wiki history broken by the 'message xxx is not 
in this room' security check
  Version number set to 7.87, tagging for stable release

Wilfried Goesgens (39):
  Fix of terminate problem while loading user list
  add new version
  Fix possible endless loop conditions
  add test for html translating
  fix possible crashes of not NULL-checking the result of 
icalproperty_get_attendee()
  * add test data from head, so we can compare results
  Don't close 0-filedescriptors on session killing, its our indicator for 
not here, since 0 equals STDIN which at best is redirected to /dev/null
  just log the close if we're realy going to close.
  fix source so that '-Wformat -Werror=format-security' doesn't stop us 
from compiling
  fix message composing
  Fix unfolding of RFC822 lines so we don't loose blanks.
  fix the evaluation of password quality; thanks to the clang static 
analyzer for pointing me there.
  fix possible uninitialized access; thanks to the Clang Static analyzer 
for pointing out.
  Static analyzer fixes;
  fix possible NULL pointer access, thanks to the CLANG static analyser.
  fix possible NULL-Pointer access, thanks to CLANG static analyzers for 
pointing out..
  use defines for size_t formating token
  fix various incidents reported by CLANG Static analyzer:
  Merge branch 'stable-78x' of ssh://git.citadel.org/appl/gitroot/citadel 
into stable-78x
  Fix K-Escaper; we wouldn't copy the whole UTF-8 sequence in some cases.
  fix the GETMETADATA command; we mustn't count our naive split of the 
comand, it will fail if we have blanks in roomnames.
  Merge branch 'stable-78x' of ssh://git.citadel.org/appl/gitroot/citadel 
into stable-78x
  network_spool_msg() handle QP
  Fix envelope-to header.
  fix QP encoding
  fix QP encoding
  parse reply-to header into its permanent database field
  Don't add brackets  to the reply to; it should be ok without.
  Fix StrHtmlEcmaEscAppend() more edge cases in utf8 handling
  fix StrHtmlEcmaEscAppend, StrECMAEscAppend
  fix counting of UTF8-charwidth
  Fix detecting of UTF8 Sequences
  add missing var definition *ups*
  When QP encoding, we need to convert blanks to underscores
  QP-Encode questionmarks.
  fix counting of UTF8-charwidth
  Fix detecting of UTF8 Sequences
  add missing var definition *ups*
  Merge branch 'stable-78x' of ssh://git.citadel.org/appl/gitroot/citadel 
into stable-78x

---


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.87-4-g78b6ef8

2011-08-23 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  78b6ef838f6c8a88023ec37316642e2ad4944efe (commit)
   via  39a9a85170af06d9ba04869833c2cf7ed4bd0d37 (commit)
  from  8faf4e12f47ec3f3bf6abab99d2249ecf44d04c6 (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=78b6ef838f6c8a88023ec37316642e2ad4944efe
commit 78b6ef838f6c8a88023ec37316642e2ad4944efe
Merge: 39a9a85 8faf4e1
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Aug 23 16:57:34 2011 -0400

Merge branch 'stable-78x' of ssh://git.citadel.org/appl/gitroot/citadel 
into stable-78x

commit 8faf4e12f47ec3f3bf6abab99d2249ecf44d04c6
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Tue Aug 23 18:08:11 2011 +

*grumble* syntax...

commit dad3205e6d1d49868a5bbf0555388debd84d77b0
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Tue Aug 23 17:59:55 2011 +

Add new version to the debian changelogs

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=39a9a85170af06d9ba04869833c2cf7ed4bd0d37
commit 39a9a85170af06d9ba04869833c2cf7ed4bd0d37
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Aug 23 16:57:11 2011 -0400

Began 'greeking' the test mime data.

---

Summary of changes:
 libcitadel/tests/testdata/mime/bumperstickers.eml  |   16 ++--
 libcitadel/tests/testdata/mime/endlessloop.eml |  122 ++--
 .../mime/mail_with_multiple_attachments.eml|   76 ++--
 3 files changed, 107 insertions(+), 107 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.87-5-g4a84ab1

2011-08-23 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  4a84ab1711a07d4741223f4623e651643921bc0e (commit)
  from  78b6ef838f6c8a88023ec37316642e2ad4944efe (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=4a84ab1711a07d4741223f4623e651643921bc0e
commit 4a84ab1711a07d4741223f4623e651643921bc0e
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Aug 23 17:13:09 2011 -0400

More 'greeking' the test mime data.

---

Summary of changes:
 libcitadel/tests/testdata/mime/endlessloop.eml | 1391 +++-
 1 files changed, 124 insertions(+), 1267 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 379996a2f4b03b11d465d671d610e4f531b77754

2011-08-23 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  379996a2f4b03b11d465d671d610e4f531b77754 (commit)
   via  0944ac01bbd6154f1f43793c7f3d1f977bdeff40 (commit)
  from  dfb3e5bfc00c693b04f8bbd34de79b369992c329 (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=379996a2f4b03b11d465d671d610e4f531b77754
commit 379996a2f4b03b11d465d671d610e4f531b77754
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Aug 23 17:13:09 2011 -0400

More 'greeking' the test mime data.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=0944ac01bbd6154f1f43793c7f3d1f977bdeff40
commit 0944ac01bbd6154f1f43793c7f3d1f977bdeff40
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Aug 23 16:57:11 2011 -0400

Began 'greeking' the test mime data.

---

Summary of changes:
 libcitadel/tests/testdata/mime/bumperstickers.eml  |   16 +-
 libcitadel/tests/testdata/mime/endlessloop.eml | 1513 +++-
 .../mime/mail_with_multiple_attachments.eml|   76 +-
 3 files changed, 231 insertions(+), 1374 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 3f4ceb14e86ca375a3ae31325447112d45dd2738

2011-08-19 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  3f4ceb14e86ca375a3ae31325447112d45dd2738 (commit)
  from  5671cc812085936656f964fa2c3920a3c250362b (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=3f4ceb14e86ca375a3ae31325447112d45dd2738
commit 3f4ceb14e86ca375a3ae31325447112d45dd2738
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Aug 19 15:12:50 2011 -0400

Clear selected_language when marking a guest session as inuse=0.
This prevents new visitors from seeing their first page in Chinese after 
Baidu comes calling.

---

Summary of changes:
 webcit/context_loop.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-08-16 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  ae66ddc9a709d4f2950b58f439081ca3e73fce1a (commit)
   via  c72cd8433388fc9a9e68ef6c159cd7b5c536ac86 (commit)
  from  506107b8a35a33ebadb9aed260a19a4846b8d189 (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=ae66ddc9a709d4f2950b58f439081ca3e73fce1a
commit ae66ddc9a709d4f2950b58f439081ca3e73fce1a
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Aug 16 00:03:58 2011 -0400

Began working on access control changes for blog rooms.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=c72cd8433388fc9a9e68ef6c159cd7b5c536ac86
commit c72cd8433388fc9a9e68ef6c159cd7b5c536ac86
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Aug 15 23:49:35 2011 -0400

Improved coding style of the complex conditionals in CtdlRoomAccess()

---

Summary of changes:
 citadel/room_ops.c |   45 -
 1 files changed, 28 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 7774d018b1a2af2a5a665f80e88131e9f336876b

2011-08-16 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  7774d018b1a2af2a5a665f80e88131e9f336876b (commit)
  from  ae66ddc9a709d4f2950b58f439081ca3e73fce1a (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=7774d018b1a2af2a5a665f80e88131e9f336876b
commit 7774d018b1a2af2a5a665f80e88131e9f336876b
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Aug 16 15:55:15 2011 -0400

Fixed a bug in the 'only replies are allowed in this room' logic in ENT0 
command.

---

Summary of changes:
 citadel/msgbase.c |   24 +++-
 1 files changed, 15 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 244384e164e73b0d3201540cdcc322c281c012ad

2011-07-30 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  244384e164e73b0d3201540cdcc322c281c012ad (commit)
  from  f814e5836eefe8849d751f68ca86b7801bdeb01e (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=244384e164e73b0d3201540cdcc322c281c012ad
commit 244384e164e73b0d3201540cdcc322c281c012ad
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sat Jul 30 12:27:10 2011 -0400

Permalinks for messages in BBS rooms

---

Summary of changes:
 webcit/static/t/view_message.html |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-28 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  feb684dfef5f3b343263d2344406816b3eb1c76f (commit)
  from  0b7fda8f24d229e6a6e65b3be192c3d7282dda40 (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=feb684dfef5f3b343263d2344406816b3eb1c76f
commit feb684dfef5f3b343263d2344406816b3eb1c76f
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu Jul 28 12:45:04 2011 -0400

Removed the Base64 encoding in RSS feed links.  There was a bug in the 
other implementation and it was easier to just do it this way.  It's all StrBuf 
now, which Willi will like :)

---

Summary of changes:
 webcit/feed_generator.c |   16 
 1 files changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 0daa6aae0a4cfde739bdeb0c1ad81ad5bfc2884c

2011-07-27 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  0daa6aae0a4cfde739bdeb0c1ad81ad5bfc2884c (commit)
  from  3c6900e3c0a37be99a317c4f5710510ba270614a (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=0daa6aae0a4cfde739bdeb0c1ad81ad5bfc2884c
commit 0daa6aae0a4cfde739bdeb0c1ad81ad5bfc2884c
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jul 27 16:35:02 2011 -0400

Worked around issue where gotoroom() is called with WC-CurRoom.name and 
the contents of this pointer then become invalid due to room change

---

Summary of changes:
 webcit/roomops.c |   24 ++--
 1 files changed, 18 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 52e01a7b49bb80b0cf5a9501d12a7a011065c415

2011-07-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  52e01a7b49bb80b0cf5a9501d12a7a011065c415 (commit)
  from  3d9d2f9113836deec84b59c6824ac4a1ac5a1d6b (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=52e01a7b49bb80b0cf5a9501d12a7a011065c415
commit 52e01a7b49bb80b0cf5a9501d12a7a011065c415
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sun Jul 24 13:52:01 2011 -0400

sitemap now uses GetRoomListHash() which is what I should have used in the 
first place

---

Summary of changes:
 webcit/sitemap.c |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  a33dda0b2909cc009af759e990dd7fc667399ce1 (commit)
  from  52e01a7b49bb80b0cf5a9501d12a7a011065c415 (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=a33dda0b2909cc009af759e990dd7fc667399ce1
commit a33dda0b2909cc009af759e990dd7fc667399ce1
Author: root root@ajc-test-2011jul21.(none)
Date:   Sun Jul 24 14:14:32 2011 -0400

sitemap now uses its own private roomlist function.  I know this is 
probably suboptimal but I'm desperate to find a fix here.

---

Summary of changes:
 webcit/roomops.c |   16 +++---
 webcit/sitemap.c |   55 +++--
 2 files changed, 48 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  ceffa8fd6967b780a9e74d97a2e49d375d64a4a4 (commit)
  from  a33dda0b2909cc009af759e990dd7fc667399ce1 (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=ceffa8fd6967b780a9e74d97a2e49d375d64a4a4
commit ceffa8fd6967b780a9e74d97a2e49d375d64a4a4
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sun Jul 24 14:30:21 2011 -0400

The monitoring page plays really stupid games with the session.  Eliminate 
all.

---

Summary of changes:
 webcit/auth.c |   29 -
 1 files changed, 8 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 0b19b840093c19d5978f7344ba8f1629769f8282

2011-07-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  0b19b840093c19d5978f7344ba8f1629769f8282 (commit)
  from  0108602afaf6ddede92851e3cf3bd6335e5fd8e2 (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=0b19b840093c19d5978f7344ba8f1629769f8282
commit 0b19b840093c19d5978f7344ba8f1629769f8282
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sun Jul 24 21:08:03 2011 -0400

Merged the Simplified Chinese (zh_CN) translation submitted by elliott 
callaway flingk...@gmail.com

---

Summary of changes:
 webcit/gettext.c  |1 +
 webcit/po/webcit/{et.po = zh.po} | 5338 +
 2 files changed, 2502 insertions(+), 2837 deletions(-)
 copy webcit/po/webcit/{et.po = zh.po} (59%)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 0ff2052c39dd1229a93f6d72424275908e203669

2011-07-22 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  0ff2052c39dd1229a93f6d72424275908e203669 (commit)
  from  dc340beb99a7b975ebde2e23fe78383570f763c2 (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=0ff2052c39dd1229a93f6d72424275908e203669
commit 0ff2052c39dd1229a93f6d72424275908e203669
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jul 22 22:25:58 2011 -0400

Tinkered with the memory pointers in sitemap.c to try to hopefully fix the 
random crashes we have been having.

---

Summary of changes:
 webcit/gettext.c |6 --
 webcit/sitemap.c |   15 ---
 2 files changed, 12 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-20 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  a40d96bccde597b29cca041b1ecefa9accdff26e (commit)
  from  aa01239e6385143a3222771de4b458c2f565b87b (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=a40d96bccde597b29cca041b1ecefa9accdff26e
commit a40d96bccde597b29cca041b1ecefa9accdff26e
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jul 20 11:53:20 2011 -0400

temporary logging for debug

---

Summary of changes:
 webcit/context_loop.c |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-20 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  e37cc2a7a88cafad6c70a297480453918e784abe (commit)
  from  a40d96bccde597b29cca041b1ecefa9accdff26e (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=e37cc2a7a88cafad6c70a297480453918e784abe
commit e37cc2a7a88cafad6c70a297480453918e784abe
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jul 20 12:59:42 2011 -0400

Avoid re-using sessions that are already bound to an executing thread.  
This will hopefully rightsize both the threadpool and the unbound session pool.

---

Summary of changes:
 webcit/context_loop.c |   17 -
 webcit/webcit.h   |1 +
 2 files changed, 5 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 86cbf0665ba5a8123f2b0d5a0561d0e64240879c

2011-07-18 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  86cbf0665ba5a8123f2b0d5a0561d0e64240879c (commit)
   via  05e1691613af711646cd5f2a3475a4eba2d570ca (commit)
  from  b79a4d642cd2f128589fa850fd1e774cf70cd919 (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=86cbf0665ba5a8123f2b0d5a0561d0e64240879c
commit 86cbf0665ba5a8123f2b0d5a0561d0e64240879c
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Jul 18 16:21:29 2011 -0400

Wrap all calls to pthread_mutex_lock() and pthread_mutex_unlock() within 
CtdlLogResult()

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=05e1691613af711646cd5f2a3475a4eba2d570ca
commit 05e1691613af711646cd5f2a3475a4eba2d570ca
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Jul 18 16:19:45 2011 -0400

Convenience function CtdlLogResult()

---

Summary of changes:
 libcitadel/lib/libcitadel.h |3 +++
 webcit/context_loop.c   |   16 
 2 files changed, 11 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 9d61fbd813502a12ef4463d136be04cdeb34718e

2011-07-18 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  9d61fbd813502a12ef4463d136be04cdeb34718e (commit)
  from  86cbf0665ba5a8123f2b0d5a0561d0e64240879c (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=9d61fbd813502a12ef4463d136be04cdeb34718e
commit 9d61fbd813502a12ef4463d136be04cdeb34718e
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Jul 18 16:45:06 2011 -0400

DBG_QR[2] now a configurable loggable

---

Summary of changes:
 webcit/roomops.c |4 ++--
 webcit/webcit.h  |4 
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 31d610fd5449b97e8d5087edb160ad7c5494f485

2011-07-15 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  31d610fd5449b97e8d5087edb160ad7c5494f485 (commit)
  from  2b9cc058b22acd91ebdfb191c56b29491922a7bb (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=31d610fd5449b97e8d5087edb160ad7c5494f485
commit 31d610fd5449b97e8d5087edb160ad7c5494f485
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jul 15 14:46:41 2011 -0400

Attempting to fix a segfault generated in Removecontext()

---

Summary of changes:
 citadel/context.c|   17 +
 citadel/modules/wiki/serv_wiki.c |   12 +---
 citadel/msgbase.c|   28 +++-
 3 files changed, 33 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 8a6cb4140b10d48a775874f14460d841894c144e

2011-07-14 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  8a6cb4140b10d48a775874f14460d841894c144e (commit)
  from  ab6c3f2f8191aa44d7a237016dff09cb8228c5c1 (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=8a6cb4140b10d48a775874f14460d841894c144e
commit 8a6cb4140b10d48a775874f14460d841894c144e
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu Jul 14 12:09:55 2011 -0400

When the maximum number of client connections has been exceeded, turn away 
SMTP clients with a 451 response instead of a 500.

---

Summary of changes:
 citadel/modules/smtp/serv_smtp.c |4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 3c8e9951823f7e5545b5f832ee76c67f98d077a1

2011-07-13 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  3c8e9951823f7e5545b5f832ee76c67f98d077a1 (commit)
   via  569e98920a0972227024024da3e36392103457f4 (commit)
  from  7bfc9ea85ba1146f09982b9616eaf82b54321ea4 (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=3c8e9951823f7e5545b5f832ee76c67f98d077a1
commit 3c8e9951823f7e5545b5f832ee76c67f98d077a1
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jul 13 17:27:28 2011 -0400

Extracting the 'To:' header from the replying_to message now works.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=569e98920a0972227024024da3e36392103457f4
commit 569e98920a0972227024024da3e36392103457f4
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jul 13 13:30:01 2011 -0400

Clarified some of the error messages in citmail.c

---

Summary of changes:
 citadel/utils/citmail.c   |   22 +
 webcit/README.txt |   11 +++-
 webcit/messages.c |   48 ++--
 webcit/static/t/view_message.html |   17 -
 4 files changed, 71 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-13 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  ab08f09cb40295ee34c9a905a05c149513fe1252 (commit)
  from  3c8e9951823f7e5545b5f832ee76c67f98d077a1 (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=ab08f09cb40295ee34c9a905a05c149513fe1252
commit ab08f09cb40295ee34c9a905a05c149513fe1252
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jul 13 17:29:42 2011 -0400

Extracting the 'To:' header from the replying_to message now works.

---

Summary of changes:
 webcit/messages.c |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-13 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  ab6c3f2f8191aa44d7a237016dff09cb8228c5c1 (commit)
  from  ab08f09cb40295ee34c9a905a05c149513fe1252 (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=ab6c3f2f8191aa44d7a237016dff09cb8228c5c1
commit ab6c3f2f8191aa44d7a237016dff09cb8228c5c1
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jul 13 18:26:44 2011 -0400

Added the Cc's to ReplyAll

---

Summary of changes:
 webcit/messages.c |   32 
 1 files changed, 32 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 798615f358f97e3d4a898b6c931d43ef57fba990

2011-07-11 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  798615f358f97e3d4a898b6c931d43ef57fba990 (commit)
  from  dc321c4a94a06e4175d387c226fe9b355ab8ab9c (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=798615f358f97e3d4a898b6c931d43ef57fba990
commit 798615f358f97e3d4a898b6c931d43ef57fba990
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Jul 11 13:39:44 2011 -0400

Removed a comment documenting the behavior of a bug which we have since 
fixed.

---

Summary of changes:
 webcit/serv_func.c   |2 --
 webcit/tcp_sockets.c |   18 --
 2 files changed, 12 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 986d83a97093f266aac16e421e4201b561a6d854

2011-07-11 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  986d83a97093f266aac16e421e4201b561a6d854 (commit)
  from  798615f358f97e3d4a898b6c931d43ef57fba990 (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=986d83a97093f266aac16e421e4201b561a6d854
commit 986d83a97093f266aac16e421e4201b561a6d854
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Jul 11 14:46:40 2011 -0400

Allow reuse of WebCit sessions currently resident in memory by unbinding 
unless the session is logged in or explicitly provided a session cookie.  This 
prevents cookieless web spiders from flooding the session table.

---

Summary of changes:
 webcit/context_loop.c |   23 +++
 1 files changed, 23 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 7bfc9ea85ba1146f09982b9616eaf82b54321ea4

2011-07-11 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  7bfc9ea85ba1146f09982b9616eaf82b54321ea4 (commit)
  from  986d83a97093f266aac16e421e4201b561a6d854 (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=7bfc9ea85ba1146f09982b9616eaf82b54321ea4
commit 7bfc9ea85ba1146f09982b9616eaf82b54321ea4
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Jul 12 00:34:54 2011 -0400

Initial implementation of the 'replying_to=' method for extracting Subject 
and References from Citadel using the msgnum being replied to instead of 
passing them back and forth through the browser.  Fully in place for public 
rooms Reply and ReplyQuoted.  Mail messages are next.

---

Summary of changes:
 webcit/messages.c |   56 +
 webcit/static/t/view_message.html |4 +-
 2 files changed, 58 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-10 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  dc321c4a94a06e4175d387c226fe9b355ab8ab9c (commit)
  from  261c8a71fc56c3dde82ae9c191d715009cb138a1 (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=dc321c4a94a06e4175d387c226fe9b355ab8ab9c
commit dc321c4a94a06e4175d387c226fe9b355ab8ab9c
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sun Jul 10 23:02:47 2011 -0400

Removed Msg-reply_to because it held data for an older version of the 
code, we no longer do it this way

---

Summary of changes:
 webcit/messages.c  |   33 -
 webcit/messages.h  |1 -
 webcit/msg_renderers.c |4 +---
 webcit/sieve.c |2 +-
 webcit/tcp_sockets.c   |7 +--
 5 files changed, 7 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-09 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  b86487f3f28cd16a5b95d8cadf1d3fc47a94b989 (commit)
  from  2d64a1b1def160cc484ac7abf8e0abd56dbd0b8e (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=b86487f3f28cd16a5b95d8cadf1d3fc47a94b989
commit b86487f3f28cd16a5b95d8cadf1d3fc47a94b989
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sat Jul 9 18:00:50 2011 -0400

Fix broken links to static/expand.gif and static/collapse.gif remaining in 
wclib.js

---

Summary of changes:
 webcit/static/wclib.js |8 
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 261c8a71fc56c3dde82ae9c191d715009cb138a1

2011-07-09 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  261c8a71fc56c3dde82ae9c191d715009cb138a1 (commit)
  from  b86487f3f28cd16a5b95d8cadf1d3fc47a94b989 (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=261c8a71fc56c3dde82ae9c191d715009cb138a1
commit 261c8a71fc56c3dde82ae9c191d715009cb138a1
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sat Jul 9 18:03:51 2011 -0400

Added another empty box to the login screen.  This creates enough room to 
fit the username/password dialog without a scrollbar.

---

Summary of changes:
 webcit/static/t/get_logged_in.html |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 357948017018cd4e3d78b1527187a3b343b8c3f0

2011-07-08 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  357948017018cd4e3d78b1527187a3b343b8c3f0 (commit)
  from  973477c576bc6ce47ea5577cada6aeee1ab042eb (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=357948017018cd4e3d78b1527187a3b343b8c3f0
commit 357948017018cd4e3d78b1527187a3b343b8c3f0
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jul 8 19:29:40 2011 -0400

If all messages are new during a 'read new messages' operation, assume that 
this is the user's first visit to the room and start reading on the most recent 
page instead of showing them ancient history.

---

Summary of changes:
 webcit/bbsview_renderer.c |   35 +--
 1 files changed, 33 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 2d64a1b1def160cc484ac7abf8e0abd56dbd0b8e

2011-07-08 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  2d64a1b1def160cc484ac7abf8e0abd56dbd0b8e (commit)
  from  357948017018cd4e3d78b1527187a3b343b8c3f0 (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=2d64a1b1def160cc484ac7abf8e0abd56dbd0b8e
commit 2d64a1b1def160cc484ac7abf8e0abd56dbd0b8e
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jul 8 20:58:45 2011 -0400

Allow 'knrooms' in wiki rooms so welcome pages can show the room list in a 
link

---

Summary of changes:
 webcit/html2html.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 9b2d317d678bc8a0c037063b58e7ab438d665074

2011-07-07 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  9b2d317d678bc8a0c037063b58e7ab438d665074 (commit)
  from  ac705a1b9f980154551ffa13084a5b9b2742a39b (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=9b2d317d678bc8a0c037063b58e7ab438d665074
commit 9b2d317d678bc8a0c037063b58e7ab438d665074
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu Jul 7 18:41:21 2011 -0400

For sites in guest mode, redirect to the landing page after we're logged 
out.

---

Summary of changes:
 webcit/auth.c  |   18 +-
 webcit/static/wclib.js |1 +
 2 files changed, 14 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 0700d2580a870f92008686de2cdf42b4759033ab

2011-07-06 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  0700d2580a870f92008686de2cdf42b4759033ab (commit)
  from  68734f15c207b3e55c49652af247525d1633933d (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=0700d2580a870f92008686de2cdf42b4759033ab
commit 0700d2580a870f92008686de2cdf42b4759033ab
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jul 6 12:59:10 2011 -0400

Condense the default wholist when there are multiple sessions from the same 
user

---

Summary of changes:
 citadel/citserver.c  |2 +-
 citadel/textclient/citadel.c |   52 +++--
 2 files changed, 45 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 55df29edeecb6dd5e10bcf18cf6b75481483e9a7

2011-07-05 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  55df29edeecb6dd5e10bcf18cf6b75481483e9a7 (commit)
   via  b60940bf494f8de8d2801c44286535793247a423 (commit)
  from  4c088bd159b44bcb7448360abb7225b8d23e3e03 (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=55df29edeecb6dd5e10bcf18cf6b75481483e9a7
commit 55df29edeecb6dd5e10bcf18cf6b75481483e9a7
Merge: b60940b 4c088bd
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu Jun 30 22:48:26 2011 -0400

Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit 4c088bd159b44bcb7448360abb7225b8d23e3e03
Author: the_mgt the...@ueberserver.de
Date:   Fri Jul 1 03:30:54 2011 +0200

Adapted c-files to new iconset Essen
Moved some additional icons from static/ to static/icons
The goal is, that we can remove all stray image files from static/ after 
the transition
Only relevant .gif in static that is left should be citadel-logo.gif.

commit ae972bc8e758bdc8d92fcd2b9571aeeccd32101d
Merge: 02e276e b629236
Author: the_mgt the...@ueberserver.de
Date:   Fri Jul 1 03:06:58 2011 +0200

Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit 02e276e3229bd93deac8926195c624f063f931e3
Author: the_mgt the...@ueberserver.de
Date:   Fri Jul 1 03:05:37 2011 +0200

reverted 755 permissions on files to 644. Wherever that came from, sorry...
Also renamed an icon to the proper .png name

commit fb3ea255b85754d58344d116e2f3a130fd2c8fe7
Author: the_mgt the...@ueberserver.de
Date:   Fri Jul 1 02:53:43 2011 +0200

Added new iconset Essen from http://pc.de/icons/ and modified all files 
under static/t accordingly
Icons are in subfolder icons/essen so we can eventually add other 
iconsets and make them choosable from Webcit
Moved some commonly used icons we need to keep to newly created icons/ dir
Old icons will go to subfolder icons/old after the transition, so retro 
enthusiasts can choose them eventually
Places in c-files will follow in next commit

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=b60940bf494f8de8d2801c44286535793247a423
commit b60940bf494f8de8d2801c44286535793247a423
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu Jun 30 22:47:57 2011 -0400

Generate wiki diffs using a temp file instead of a big string of realloc() 
calls.
Noted a block of code in which we are smashing the stack and need to fix.

---

Summary of changes:
 citadel/context.c|4 +-
 citadel/modules/wiki/serv_wiki.c |   50 ++---
 citadel/serv_extensions.c|   10 ---
 3 files changed, 43 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 72b4f6b4169cffb85654c3d2f69593eca5371edf

2011-07-05 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  72b4f6b4169cffb85654c3d2f69593eca5371edf (commit)
   via  7ee65e8978193b137112bd3c040089239400d1b7 (commit)
  from  e0bf15b7fdbfd1e28b7f7810e44840b3b0709a5d (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=72b4f6b4169cffb85654c3d2f69593eca5371edf
commit 72b4f6b4169cffb85654c3d2f69593eca5371edf
Merge: 7ee65e8 e0bf15b
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu Jun 30 23:47:27 2011 -0400

Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit e0bf15b7fdbfd1e28b7f7810e44840b3b0709a5d
Author: the_mgt the...@ueberserver.de
Date:   Fri Jul 1 04:30:20 2011 +0200

Replaced the favicon with the collaboration.png from Essen, we really 
need to get something more citadelish here

commit db2c0fba3dafe13627890ed5d8bf1ae3e82723b3
Merge: 30f41f8 55df29e
Author: the_mgt the...@ueberserver.de
Date:   Fri Jul 1 04:19:01 2011 +0200

Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit 30f41f8ade8bd91223ea022f47950c12223fa2c1
Author: the_mgt the...@ueberserver.de
Date:   Fri Jul 1 04:13:23 2011 +0200

removed 'width=24 height=24' statements, new icons are 16x16

commit 4465e6ee23aa1619681b30ab948ab721a538f722
Author: the_mgt the...@ueberserver.de
Date:   Fri Jul 1 04:11:55 2011 +0200

Slight adaptions to proportions and margins of navbar/iconbar links, so the 
new icons can really shine!

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=7ee65e8978193b137112bd3c040089239400d1b7
commit 7ee65e8978193b137112bd3c040089239400d1b7
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu Jun 30 23:47:18 2011 -0400

Fixed a stack smash in the wiki module

---

Summary of changes:
 citadel/modules/wiki/serv_wiki.c |   21 ++---
 citadel/serv_extensions.c|4 
 2 files changed, 6 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.86-30-gb63ef8c

2011-07-05 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  b63ef8c45ce751cb78dc4a9061a31b5448ec9049 (commit)
  from  e855e5f1023a379d266be5e7e01d4c12d832c270 (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=b63ef8c45ce751cb78dc4a9061a31b5448ec9049
commit b63ef8c45ce751cb78dc4a9061a31b5448ec9049
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jul 1 01:13:12 2011 -0400

Ugly hack to fix wiki history broken by the 'message xxx is not in this 
room' security check

---

Summary of changes:
 citadel/modules/wiki/serv_wiki.c |   12 
 1 files changed, 12 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-05 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  d004835d407a36d4e444b9ebc76f84136cdf816c (commit)
  from  8052c90adb67d54b967309060fbaa6b47e89ac2f (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=d004835d407a36d4e444b9ebc76f84136cdf816c
commit d004835d407a36d4e444b9ebc76f84136cdf816c
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sun Jul 3 20:54:33 2011 -0400

fixed a log variable name

---

Summary of changes:
 citadel/context.c |   17 ++---
 1 files changed, 10 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.86-31-g4e271f5

2011-07-05 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  4e271f5e923fc558c9f4eb56fb0bbae46ad8b525 (commit)
  from  b63ef8c45ce751cb78dc4a9061a31b5448ec9049 (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=4e271f5e923fc558c9f4eb56fb0bbae46ad8b525
commit 4e271f5e923fc558c9f4eb56fb0bbae46ad8b525
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Jul 5 11:57:18 2011 -0400

Revert Ugly hack to fix wiki history broken by the 'message xxx is not in 
this room' security check

This reverts commit b63ef8c45ce751cb78dc4a9061a31b5448ec9049.

---

Summary of changes:
 citadel/modules/wiki/serv_wiki.c |   12 
 1 files changed, 0 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-07-05 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  d8a8be849ca7a7f8c6d65e58b8de0df8a283ebb1 (commit)
   via  5a0121a56d76f2eada183c9779a5e2696144af4f (commit)
  from  623ecf764f4051f5e6b4dd1d359ace7be031c013 (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=d8a8be849ca7a7f8c6d65e58b8de0df8a283ebb1
commit d8a8be849ca7a7f8c6d65e58b8de0df8a283ebb1
Merge: 5a0121a 623ecf7
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Jul 5 18:07:40 2011 -0400

Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit 623ecf764f4051f5e6b4dd1d359ace7be031c013
Author: the_mgt the...@ueberserver.de
Date:   Tue Jul 5 23:06:52 2011 +0200

Forgot to add the login pngs...

commit 82089627c2732546fe16f29a6cdeef4f07cc1a5c
Author: the_mgt the...@ueberserver.de
Date:   Tue Jul 5 23:04:41 2011 +0200

Added http://pc.de to the list of people contributing to the artwork,
also mentioning the Free to use in commercial sites. statement.

commit 7d305432561fd6a1c15b344dc0ce8fdb475ebbc8
Author: the_mgt the...@ueberserver.de
Date:   Tue Jul 5 23:01:58 2011 +0200

Added a nice keyhole-ish login/signon icon to the iconbar

commit d5a65a0687531cec01191a4e525c4a11d2f28bea
Author: the_mgt the...@ueberserver.de
Date:   Tue Jul 5 21:02:37 2011 +0200

Damn you firefox! Borders in the banner!! This time really fixed...

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=5a0121a56d76f2eada183c9779a5e2696144af4f
commit 5a0121a56d76f2eada183c9779a5e2696144af4f
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Jul 5 18:07:35 2011 -0400

Removed some temporary log messages

---

Summary of changes:
 webcit/html2html.c |1 -
 webcit/paramhandling.c |   22 +++---
 2 files changed, 19 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-06-27 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  db5b279d5787a63cc4cbd57f5aa708ea557d0c2a (commit)
  from  d9fb143fc636fc266fe187ee29c5c35311338472 (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=db5b279d5787a63cc4cbd57f5aa708ea557d0c2a
commit db5b279d5787a63cc4cbd57f5aa708ea557d0c2a
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Jun 28 01:17:16 2011 -0400

Removed the commented-out vestiges of a spam strings checker begun before 
we decided to use spamassassin instead.

---

Summary of changes:
 citadel/modules/inetcfg/serv_inetcfg.c |   46 
 citadel/modules/vcard/serv_vcard.c |8 +++---
 citadel/modules/wiki/serv_wiki.c   |1 +
 3 files changed, 5 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-06-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  d9fb143fc636fc266fe187ee29c5c35311338472 (commit)
  from  a1ef8530c29c9ffec07dffacb303a1deb697a585 (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=d9fb143fc636fc266fe187ee29c5c35311338472
commit d9fb143fc636fc266fe187ee29c5c35311338472
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 24 17:49:40 2011 -0400

Initialized some variables to make Valgrind shut up

---

Summary of changes:
 citadel/modules/pop3client/serv_pop3client.c |   16 
 1 files changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-06-23 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  a1ef8530c29c9ffec07dffacb303a1deb697a585 (commit)
  from  647c1774e57c0d0f3ff8e01fc0dec8613001f473 (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=a1ef8530c29c9ffec07dffacb303a1deb697a585
commit a1ef8530c29c9ffec07dffacb303a1deb697a585
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jun 22 16:23:52 2011 -0400

The 'static redirects' file may now contain a special token called 'home' 
which can specify the site-wide default landing page.

---

Summary of changes:
 webcit/webcit.c|   14 ++
 webcit/webserver.c |4 
 webcit/webserver.h |1 +
 3 files changed, 15 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 647c1774e57c0d0f3ff8e01fc0dec8613001f473

2011-06-21 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  647c1774e57c0d0f3ff8e01fc0dec8613001f473 (commit)
  from  139493151bd4dbf921373dcf26cbaefebe4b938f (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=647c1774e57c0d0f3ff8e01fc0dec8613001f473
commit 647c1774e57c0d0f3ff8e01fc0dec8613001f473
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Jun 21 18:48:36 2011 -0400

Untangled the hashloading of VTDODO with the hashloading of VEVENT items.  
Some changes that were made to the calendar code were keeping tasks from 
displaying at all.

---

Summary of changes:
 webcit/tasks.c  |   84 ++-
 webcit/webcit.h |2 +-
 2 files changed, 84 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 139493151bd4dbf921373dcf26cbaefebe4b938f

2011-06-14 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  139493151bd4dbf921373dcf26cbaefebe4b938f (commit)
  from  2764823b26bc2c6ab446c7e0a33cb788ae967f9b (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=139493151bd4dbf921373dcf26cbaefebe4b938f
commit 139493151bd4dbf921373dcf26cbaefebe4b938f
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jun 15 00:26:25 2011 -0400

xmpp_destroy_buddy() now accepts an 'aggressively' flag that indicates 
whether the server should push an 'unsubscribed' presence tag.  Apparently we 
can only do this when sending a roster flush at the beginning of the session, 
because sending it when another user logs out in the middle of our session 
confuses Jitsi into thinking that the other user rejected a subscription 
request.  I think it's making Pidgin behave better too, but more testing is 
needed.

---

Summary of changes:
 citadel/modules/xmpp/xmpp_presence.c |   24 +---
 1 files changed, 17 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.86-26-g8b91ab8

2011-06-14 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  8b91ab84cbcc6b5d572b04917d4aad0f1fcd754d (commit)
  from  f52aed0b1ca67a4a42d67df689177907d46efa86 (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=8b91ab84cbcc6b5d572b04917d4aad0f1fcd754d
commit 8b91ab84cbcc6b5d572b04917d4aad0f1fcd754d
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed Jun 15 00:26:25 2011 -0400

xmpp_destroy_buddy() now accepts an 'aggressively' flag that indicates 
whether the server should push an 'unsubscribed' presence tag.  Apparently we 
can only do this when sending a roster flush at the beginning of the session, 
because sending it when another user logs out in the middle of our session 
confuses Jitsi into thinking that the other user rejected a subscription 
request.  I think it's making Pidgin behave better too, but more testing is 
needed.

---

Summary of changes:
 citadel/modules/xmpp/xmpp_presence.c |   24 +---
 1 files changed, 17 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 4f60f62a3907cfe388d7c0f645822058309bfb0b

2011-06-07 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  4f60f62a3907cfe388d7c0f645822058309bfb0b (commit)
  from  4cf9960d4a32d651d431b35cbb676efdee43ce99 (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=4f60f62a3907cfe388d7c0f645822058309bfb0b
commit 4f60f62a3907cfe388d7c0f645822058309bfb0b
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Jun 7 11:24:43 2011 -0400

When generating an RSS feed for a Blog room, omit comments; feed items are 
top level posts only.

---

Summary of changes:
 webcit/feed_generator.c |  117 ++
 1 files changed, 66 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-06-06 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  cbb1c44a8a3fb2a97e53fe35c22d9ab4893df479 (commit)
   via  b68fa9400f1fcb34c2d6964491f56d89581bf84e (commit)
   via  17b40b72be84431848ddfdc8e221aed8f58bd63e (commit)
  from  e14beae80c8037c211b02d04053d3f6115c7567a (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=cbb1c44a8a3fb2a97e53fe35c22d9ab4893df479
commit cbb1c44a8a3fb2a97e53fe35c22d9ab4893df479
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Jun 6 13:47:38 2011 -0400

'older posts' and 'newer posts' links now work.  'max posts' is working but 
not setable by any visible options

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=b68fa9400f1fcb34c2d6964491f56d89581bf84e
commit b68fa9400f1fcb34c2d6964491f56d89581bf84e
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Jun 6 13:28:38 2011 -0400

Added the 'older posts' entry to blog view

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=17b40b72be84431848ddfdc8e221aed8f58bd63e
commit 17b40b72be84431848ddfdc8e221aed8f58bd63e
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Jun 6 12:42:06 2011 -0400

blogview: allow 'firstp=' parameter to determine where to start reading

---

Summary of changes:
 webcit/blogview_renderer.c  |   35 +++
 webcit/po/webcit/bg.po  |   17 -
 webcit/po/webcit/cs.po  |   15 +++
 webcit/po/webcit/da.po  |   18 +++---
 webcit/po/webcit/de.po  |   18 +++---
 webcit/po/webcit/el.po  |   15 +++
 webcit/po/webcit/en_GB.po   |   15 +++
 webcit/po/webcit/es.po  |   20 
 webcit/po/webcit/et.po  |   18 +++---
 webcit/po/webcit/fi.po  |   15 +++
 webcit/po/webcit/fr.po  |   18 +++---
 webcit/po/webcit/hu.po  |   18 +++---
 webcit/po/webcit/it.po  |   18 +++---
 webcit/po/webcit/nl.po  |   18 +++---
 webcit/po/webcit/pt_BR.po   |   18 +++---
 webcit/po/webcit/ru.po  |   20 
 webcit/po/webcit/sv.po  |   17 -
 webcit/po/webcit/webcit.pot |   15 +++
 webcit/static/styles/webcit.css |   12 
 19 files changed, 234 insertions(+), 106 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-06-06 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  aebcdaaaebef7f58a030372fd1eef6ab62242a58 (commit)
  from  cbb1c44a8a3fb2a97e53fe35c22d9ab4893df479 (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=aebcdaaaebef7f58a030372fd1eef6ab62242a58
commit aebcdaaaebef7f58a030372fd1eef6ab62242a58
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Jun 6 14:20:26 2011 -0400

Add a 'New blog post' button to the Blog view

---

Summary of changes:
 webcit/static/t/navbar.html |9 +
 1 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 135e271e95e2369e94370ebebb4ad399527239f7

2011-06-06 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  135e271e95e2369e94370ebebb4ad399527239f7 (commit)
  from  aebcdaaaebef7f58a030372fd1eef6ab62242a58 (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=135e271e95e2369e94370ebebb4ad399527239f7
commit 135e271e95e2369e94370ebebb4ad399527239f7
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Jun 6 14:26:43 2011 -0400

Suppress display of '%d new of %d messages' where it is not relevant

---

Summary of changes:
 webcit/static/t/roombanner.html |   10 +-
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 4cf9960d4a32d651d431b35cbb676efdee43ce99

2011-06-06 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  4cf9960d4a32d651d431b35cbb676efdee43ce99 (commit)
  from  135e271e95e2369e94370ebebb4ad399527239f7 (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=4cf9960d4a32d651d431b35cbb676efdee43ce99
commit 4cf9960d4a32d651d431b35cbb676efdee43ce99
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue Jun 7 00:15:52 2011 -0400

feed generator: read entire message into memory first.  This will allow us 
to do decision making before output begins.

---

Summary of changes:
 webcit/feed_generator.c |   18 --
 1 files changed, 16 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 66664a5590aac3f36d45c0c7794b7033c0606d05

2011-06-03 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  4a5590aac3f36d45c0c7794b7033c0606d05 (commit)
  from  701d48008126e7b75a0633c5cf776c62b2560dd8 (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=4a5590aac3f36d45c0c7794b7033c0606d05
commit 4a5590aac3f36d45c0c7794b7033c0606d05
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 14:49:39 2011 -0400

Meaningless commit intended to troubleshoot commit hooks

---

Summary of changes:
 webcit/blogview_renderer.c |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 6c552332e4a52b7723c402ee15544198d781ff4d

2011-06-03 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  6c552332e4a52b7723c402ee15544198d781ff4d (commit)
  from  4a5590aac3f36d45c0c7794b7033c0606d05 (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=6c552332e4a52b7723c402ee15544198d781ff4d
commit 6c552332e4a52b7723c402ee15544198d781ff4d
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 15:14:02 2011 -0400

Another minor commit

---

Summary of changes:
 webcit/blogview_renderer.c |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-06-03 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  e641cd9d1f67e3f316720132f038488aa7233dcb (commit)
  from  6c552332e4a52b7723c402ee15544198d781ff4d (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=e641cd9d1f67e3f316720132f038488aa7233dcb
commit e641cd9d1f67e3f316720132f038488aa7233dcb
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 15:25:23 2011 -0400

pointers, not objects

---

Summary of changes:
 webcit/blogview_renderer.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-06-03 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  ce9cb3e374fd605d83434a5957a94b04be93ed62 (commit)
   via  52b0e3e78ada401034c6a133e9d151449a87 (commit)
   via  cb8e8e9b21a68312756dfbb857f835424f59698b (commit)
   via  a59d5cc87d5ab6353a4933a0edcc474a9da04323 (commit)
  from  e641cd9d1f67e3f316720132f038488aa7233dcb (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=ce9cb3e374fd605d83434a5957a94b04be93ed62
commit ce9cb3e374fd605d83434a5957a94b04be93ed62
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 18:12:19 2011 -0400

blogpost_render() is now beautiful and elegant

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=52b0e3e78ada401034c6a133e9d151449a87
commit 52b0e3e78ada401034c6a133e9d151449a87
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 18:05:06 2011 -0400

blogpost_render() is now called with a new parameter 'with_comments' to 
determine the view instead of searching the http parms

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=cb8e8e9b21a68312756dfbb857f835424f59698b
commit cb8e8e9b21a68312756dfbb857f835424f59698b
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 17:53:18 2011 -0400

Stop processing if the viewer is only interested in a single post and that 
message ID is neither the id nor the refs.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=a59d5cc87d5ab6353a4933a0edcc474a9da04323
commit a59d5cc87d5ab6353a4933a0edcc474a9da04323
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 17:35:15 2011 -0400

Point out the missing parts of the blog view render code in comments

---

Summary of changes:
 webcit/blogview_renderer.c |  101 +--
 1 files changed, 59 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 9ea568e6aefb5116741e24580c7d92f99ae8ca7e

2011-06-02 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  9ea568e6aefb5116741e24580c7d92f99ae8ca7e (commit)
   via  988a81aadb24ad2e281454e709d8e1daf2f8bc46 (commit)
   via  c1ab9bf48ca710c82329ca7a03f7a3780305c3ed (commit)
   via  8ea60fc010602f6edee593020110b48de9c32502 (commit)
  from  4f3726c1d56f7c4eb548fdf18f084292c4ceecce (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=9ea568e6aefb5116741e24580c7d92f99ae8ca7e
commit 9ea568e6aefb5116741e24580c7d92f99ae8ca7e
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 01:27:50 2011 -0400

Sort the array of blogposts before render.  It doesn't work.  I don't know 
why, but it's very late and I hope that it will be obvious in the morning.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=988a81aadb24ad2e281454e709d8e1daf2f8bc46
commit 988a81aadb24ad2e281454e709d8e1daf2f8bc46
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 01:06:05 2011 -0400

Load pointers to blogposts into an array that we can sort

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=c1ab9bf48ca710c82329ca7a03f7a3780305c3ed
commit c1ab9bf48ca710c82329ca7a03f7a3780305c3ed
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 00:54:39 2011 -0400

Separate blogpost renderer/destructor into different functions

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=8ea60fc010602f6edee593020110b48de9c32502
commit 8ea60fc010602f6edee593020110b48de9c32502
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Jun 3 00:51:07 2011 -0400

Determine msgnums for rendering

---

Summary of changes:
 webcit/blogview_renderer.c |   83 
 1 files changed, 61 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-31 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  e5b81bfa65307f696f2d759aac406ee7633df9d4 (commit)
  from  e498dd63d9759e54601ac4d1438804116feb4d9b (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=e5b81bfa65307f696f2d759aac406ee7633df9d4
commit e5b81bfa65307f696f2d759aac406ee7633df9d4
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 31 13:05:31 2011 -0400

When a not logged in user clicks on the blog comment box, pass them through 
the GetLoggedIn() framework

---

Summary of changes:
 webcit/static/t/blog_comment_box.html |   13 +++--
 1 files changed, 11 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 6c092133c25c5b439442804f1d505950fa8d85e9

2011-05-31 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  6c092133c25c5b439442804f1d505950fa8d85e9 (commit)
  from  e5b81bfa65307f696f2d759aac406ee7633df9d4 (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=6c092133c25c5b439442804f1d505950fa8d85e9
commit 6c092133c25c5b439442804f1d505950fa8d85e9
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 31 13:26:34 2011 -0400

Post a comment...

---

Summary of changes:
 webcit/po/webcit/bg.po| 3824 
 webcit/po/webcit/cs.po| 4051 
 webcit/po/webcit/da.po| 5311 
 webcit/po/webcit/de.po| 5383 
 webcit/po/webcit/el.po| 4078 -
 webcit/po/webcit/en_GB.po | 3818 
 webcit/po/webcit/es.po| 5292 
 webcit/po/webcit/et.po| 5069 +++---
 webcit/po/webcit/fi.po| 4100 +-
 webcit/po/webcit/fr.po| 5351 
 webcit/po/webcit/hu.po| 5251 
 webcit/po/webcit/it.po| 5325 
 webcit/po/webcit/nl.po| 5438 +
 webcit/po/webcit/pt_BR.po | 5364 
 webcit/po/webcit/ru.po| 4829 +++---
 webcit/po/webcit/sv.po| 3834 
 webcit/po/webcit/webcit.pot   | 3810 
 webcit/static/styles/webcit.css   |3 +
 webcit/static/t/blog_comment_box.html |2 +-
 19 files changed, 39993 insertions(+), 40140 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 4f3726c1d56f7c4eb548fdf18f084292c4ceecce

2011-05-31 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  4f3726c1d56f7c4eb548fdf18f084292c4ceecce (commit)
   via  bd829f5f87c055499efbc791617c728f6ba6aa18 (commit)
   via  99e2b98a984326795b31ae54e0dad6b659f625fe (commit)
   via  d5cee2008fda807ad0d4f99328e7d89eb9a2b8a4 (commit)
   via  6f5a1cef49acec0aa8394a397f4e9d5480ec8844 (commit)
  from  6c092133c25c5b439442804f1d505950fa8d85e9 (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=4f3726c1d56f7c4eb548fdf18f084292c4ceecce
commit 4f3726c1d56f7c4eb548fdf18f084292c4ceecce
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 31 14:21:26 2011 -0400

Add blog rooms to sitemap

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=bd829f5f87c055499efbc791617c728f6ba6aa18
commit bd829f5f87c055499efbc791617c728f6ba6aa18
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 31 14:05:31 2011 -0400

Define a consistent way to turn message id into thread id hash

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=99e2b98a984326795b31ae54e0dad6b659f625fe
commit 99e2b98a984326795b31ae54e0dad6b659f625fe
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 31 13:58:56 2011 -0400

Moved the struct declarations from blogview_renderer.c into webcit.h

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=d5cee2008fda807ad0d4f99328e7d89eb9a2b8a4
commit d5cee2008fda807ad0d4f99328e7d89eb9a2b8a4
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 31 13:47:00 2011 -0400

Add /skip to robots.txt exclusion

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=6f5a1cef49acec0aa8394a397f4e9d5480ec8844
commit 6f5a1cef49acec0aa8394a397f4e9d5480ec8844
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 31 13:37:25 2011 -0400

Minor tweaks to sitemap code

---

Summary of changes:
 webcit/blogview_renderer.c |   28 +++--
 webcit/sitemap.c   |   59 +++-
 webcit/static.c|1 +
 webcit/webcit.h|   26 +++
 4 files changed, 78 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-27 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  b5551d4425dbde8a126040e8ee41902741559de4 (commit)
  from  a5fc5e39cb22a0284bcd8733369a5f5a0bf94dce (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=b5551d4425dbde8a126040e8ee41902741559de4
commit b5551d4425dbde8a126040e8ee41902741559de4
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri May 27 17:16:59 2011 -0400

Initial implementation of comment box for blog (not finished but it does 
work)

---

Summary of changes:
 webcit/static/t/blog_comment_box.html |   19 ---
 webcit/static/t/view_blog_post.html   |1 +
 2 files changed, 17 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-26 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  df30883f1c496cf9c973088650fcd41a57279b88 (commit)
  from  a6d1ed6832d999534c407c5990ac6d88f614db26 (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=df30883f1c496cf9c973088650fcd41a57279b88
commit df30883f1c496cf9c973088650fcd41a57279b88
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu May 26 10:59:38 2011 -0400

feed_generator.c: buffer message text into a StrBuf so we can output it as 
a single CDATA block

---

Summary of changes:
 webcit/feed_generator.c |   10 +++---
 1 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 60cbf508b992bdb368cd97691d3093dd16d8eadc

2011-05-26 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  60cbf508b992bdb368cd97691d3093dd16d8eadc (commit)
  from  df30883f1c496cf9c973088650fcd41a57279b88 (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=60cbf508b992bdb368cd97691d3093dd16d8eadc
commit 60cbf508b992bdb368cd97691d3093dd16d8eadc
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu May 26 11:53:09 2011 -0400

Use MSG4 instead of MSG0 to output RSS feeds

---

Summary of changes:
 webcit/feed_generator.c |   12 +---
 1 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-26 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  ac0a3e920e854404ebfbc2e4250e41c899a63a0b (commit)
  from  60cbf508b992bdb368cd97691d3093dd16d8eadc (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=ac0a3e920e854404ebfbc2e4250e41c899a63a0b
commit ac0a3e920e854404ebfbc2e4250e41c899a63a0b
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu May 26 12:30:59 2011 -0400

Apply fixes suggested by http://www.feedvalidator.org

---

Summary of changes:
 webcit/feed_generator.c |   26 +-
 1 files changed, 17 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-26 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  a5fc5e39cb22a0284bcd8733369a5f5a0bf94dce (commit)
  from  ac0a3e920e854404ebfbc2e4250e41c899a63a0b (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=a5fc5e39cb22a0284bcd8733369a5f5a0bf94dce
commit a5fc5e39cb22a0284bcd8733369a5f5a0bf94dce
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu May 26 12:53:40 2011 -0400

More RSS cleanup based on the suggestions of http://www.feedvalidator.org

---

Summary of changes:
 webcit/feed_generator.c |   14 +-
 1 files changed, 13 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 6d120d7a06cdabec3a36865e8c6d2a3c31240bc6

2011-05-25 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  6d120d7a06cdabec3a36865e8c6d2a3c31240bc6 (commit)
  from  4e6ab3f8512affc8fb2fe4dcad0c4e4027536dd4 (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=6d120d7a06cdabec3a36865e8c6d2a3c31240bc6
commit 6d120d7a06cdabec3a36865e8c6d2a3c31240bc6
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed May 25 16:56:11 2011 -0400

added a few things to .gitignore

---

Summary of changes:
 citadel/.gitignore |4 
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-25 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  f938d59da5f8e7c15e93cd9c85de9f07f0a69dd6 (commit)
  from  6d120d7a06cdabec3a36865e8c6d2a3c31240bc6 (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=f938d59da5f8e7c15e93cd9c85de9f07f0a69dd6
commit f938d59da5f8e7c15e93cd9c85de9f07f0a69dd6
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed May 25 16:56:45 2011 -0400

added a few more things to .gitignore

---

Summary of changes:
 citadel/.gitignore |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-25 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  a786a95efc1f5e26aa8432cb4ffa447badff4617 (commit)
  from  f938d59da5f8e7c15e93cd9c85de9f07f0a69dd6 (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=a786a95efc1f5e26aa8432cb4ffa447badff4617
commit a786a95efc1f5e26aa8432cb4ffa447badff4617
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed May 25 16:57:16 2011 -0400

added a few things to .gitignore

---

Summary of changes:
 citadel/.gitignore |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-25 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  dd31b4fd8b79ae81d966ecb923586153c4af966c (commit)
  from  a786a95efc1f5e26aa8432cb4ffa447badff4617 (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=dd31b4fd8b79ae81d966ecb923586153c4af966c
commit dd31b4fd8b79ae81d966ecb923586153c4af966c
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed May 25 17:53:36 2011 -0400

New function cdataout() for sending a string to the client as a CDATA block

---

Summary of changes:
 webcit/utils.c  |   25 +
 webcit/webcit.h |1 +
 2 files changed, 26 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 198e725e3ffec1b09f9cda8fe52650f05946b4bd

2011-05-25 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  198e725e3ffec1b09f9cda8fe52650f05946b4bd (commit)
  from  dd31b4fd8b79ae81d966ecb923586153c4af966c (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=198e725e3ffec1b09f9cda8fe52650f05946b4bd
commit 198e725e3ffec1b09f9cda8fe52650f05946b4bd
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed May 25 17:56:54 2011 -0400

Output RSS feed data using CDATA blocks

---

Summary of changes:
 webcit/feed_generator.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-25 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  a6d1ed6832d999534c407c5990ac6d88f614db26 (commit)
  from  198e725e3ffec1b09f9cda8fe52650f05946b4bd (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=a6d1ed6832d999534c407c5990ac6d88f614db26
commit a6d1ed6832d999534c407c5990ac6d88f614db26
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed May 25 18:13:34 2011 -0400

Reinstated the use of EUID/UUID in blog posts; however this time they are 
not being used in the permalinks.
We really just need them so we can do uuid tags in the feed.

---

Summary of changes:
 citadel/euidindex.c  |1 +
 citadel/modules/blog/serv_blog.c |   28 ++--
 libcitadel/lib/libcitadel.h  |1 +
 libcitadel/lib/tools.c   |5 -
 4 files changed, 24 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 9e06fda7b8d1abdcef08a17d60d82a26190db5a8

2011-05-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  9e06fda7b8d1abdcef08a17d60d82a26190db5a8 (commit)
  from  23c29a72289cbd3999b9238085f39d1d576ce202 (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=9e06fda7b8d1abdcef08a17d60d82a26190db5a8
commit 9e06fda7b8d1abdcef08a17d60d82a26190db5a8
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 24 12:44:49 2011 -0400

Revert sock_connect() - if first char of hostname is '/' assume it is a 
unix domain socket and connect to that instead

This reverts commit 11a64f8df61b883f4aee54671843d6b5a18b9fb2.

---

Summary of changes:
 citadel/clientsocket.c |   40 
 1 files changed, 0 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 4e6ab3f8512affc8fb2fe4dcad0c4e4027536dd4

2011-05-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  4e6ab3f8512affc8fb2fe4dcad0c4e4027536dd4 (commit)
  from  9e06fda7b8d1abdcef08a17d60d82a26190db5a8 (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=4e6ab3f8512affc8fb2fe4dcad0c4e4027536dd4
commit 4e6ab3f8512affc8fb2fe4dcad0c4e4027536dd4
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 24 18:37:06 2011 -0400

Removed the unused second argument from the do_template() macro

---

Summary of changes:
 webcit/auth.c |   20 +-
 webcit/bbsview_renderer.c |6 ++--
 webcit/blogview_renderer.c|6 +
 webcit/graphics.c |4 +-
 webcit/groupdav_propfind.c|4 +-
 webcit/listsub.c  |   22 +--
 webcit/openid.c   |   23 ++--
 webcit/preferences.c  |   19 -
 webcit/roomchat.c |6 ++--
 webcit/roomops.c  |   32 ++--
 webcit/roomtokens.c   |6 ++--
 webcit/sieve.c|   36 
 webcit/static/t/blog_comment_box.html |5 
 webcit/subst.h|2 +-
 webcit/summary.c  |   18 +++-
 webcit/sysmsgs.c  |   24 +++--
 webcit/useredit.c |   19 -
 webcit/vcard_edit.c   |   23 ++--
 webcit/webcit.c   |4 +-
 webcit/wiki.c |4 +-
 20 files changed, 215 insertions(+), 68 deletions(-)
 create mode 100644 webcit/static/t/blog_comment_box.html


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 11a64f8df61b883f4aee54671843d6b5a18b9fb2

2011-05-23 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  11a64f8df61b883f4aee54671843d6b5a18b9fb2 (commit)
  from  ea08a18927a544fcaf5c0645f621076ff2aad75e (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=11a64f8df61b883f4aee54671843d6b5a18b9fb2
commit 11a64f8df61b883f4aee54671843d6b5a18b9fb2
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 13:30:13 2011 -0400

sock_connect() - if first char of hostname is '/' assume it is a unix 
domain socket and connect to that instead

---

Summary of changes:
 citadel/clientsocket.c |   40 
 1 files changed, 40 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.86-13-g3f0e1c3

2011-05-23 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  3f0e1c3f4f243d261f3b1c55f55c011381958938 (commit)
  from  242a6c7b1f58dbb3674978dcb6e1e9283680932f (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=3f0e1c3f4f243d261f3b1c55f55c011381958938
commit 3f0e1c3f4f243d261f3b1c55f55c011381958938
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 13:35:52 2011 -0400

sock_connect() - if first char of hostname is '/' assume it is a unix 
domain socket and connect to that instead

---

Summary of changes:
 citadel/clientsocket.c |   30 ++
 1 files changed, 30 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.86-14-g33e4f20

2011-05-23 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  33e4f20515571323671401780956558c414094f8 (commit)
  from  3f0e1c3f4f243d261f3b1c55f55c011381958938 (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=33e4f20515571323671401780956558c414094f8
commit 33e4f20515571323671401780956558c414094f8
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 13:47:28 2011 -0400

Backport

---

Summary of changes:
 citadel/modules/xmpp/serv_xmpp.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.86-15-g84de2c9

2011-05-23 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  84de2c966be6df8599c8d8d13c6e971f550cb2a0 (commit)
  from  33e4f20515571323671401780956558c414094f8 (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=84de2c966be6df8599c8d8d13c6e971f550cb2a0
commit 84de2c966be6df8599c8d8d13c6e971f550cb2a0
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 15:34:11 2011 -0400

ServerShutdownModule_GETTEXT() was failing on non-locale-aware systems, 
fixed

---

Summary of changes:
 webcit/gettext.c |   34 +-
 1 files changed, 17 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.86-16-g5dc2a39

2011-05-23 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  5dc2a39e541cfd1aee56f7955ec082326ac3282e (commit)
  from  84de2c966be6df8599c8d8d13c6e971f550cb2a0 (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=5dc2a39e541cfd1aee56f7955ec082326ac3282e
commit 5dc2a39e541cfd1aee56f7955ec082326ac3282e
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 15:38:00 2011 -0400

ServerShutdownModule_GETTEXT() was failing on non-locale-aware systems, 
fixed

---

Summary of changes:
 webcit/gettext.c |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.86-17-g7c5f40d

2011-05-23 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  7c5f40d5cc0ed9011eb5c6b7ad1b0606f887db29 (commit)
  from  5dc2a39e541cfd1aee56f7955ec082326ac3282e (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=7c5f40d5cc0ed9011eb5c6b7ad1b0606f887db29
commit 7c5f40d5cc0ed9011eb5c6b7ad1b0606f887db29
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 15:47:07 2011 -0400

ServerShutdownModule_GETTEXT() was failing on non-locale-aware systems, 
fixed

---

Summary of changes:
 webcit/gettext.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-23 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  f39b0b6a7c51f01d3439e242bba15248aa4eee74 (commit)
   via  0b2c29a90bc53056a9d4f10481561351792c8638 (commit)
   via  4a1162ba39e7b908f274ae8b312579f267a0ae11 (commit)
  from  11a64f8df61b883f4aee54671843d6b5a18b9fb2 (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=f39b0b6a7c51f01d3439e242bba15248aa4eee74
commit f39b0b6a7c51f01d3439e242bba15248aa4eee74
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 17:50:59 2011 -0400

Revert Generate UUID in blog posts to be used in permalinks

This reverts commit fbeca38240b0a9771dc3c5349877e42768900025.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=0b2c29a90bc53056a9d4f10481561351792c8638
commit 0b2c29a90bc53056a9d4f10481561351792c8638
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 17:50:53 2011 -0400

Revert Change to blog euid storage; note new definition in libcitadel.h

This reverts commit 6d51b9ea0e3670d8ac52cc183e5ac0bcd3f3f2d6.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=4a1162ba39e7b908f274ae8b312579f267a0ae11
commit 4a1162ba39e7b908f274ae8b312579f267a0ae11
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 17:50:44 2011 -0400

Revert We need EUID indexing for Blog rooms.

This reverts commit ea08a18927a544fcaf5c0645f621076ff2aad75e.

---

Summary of changes:
 citadel/euidindex.c  |1 -
 citadel/modules/blog/serv_blog.c |   28 ++--
 libcitadel/lib/libcitadel.h  |1 -
 libcitadel/lib/tools.c   |5 +
 webcit/blogview_renderer.c   |   27 +++
 5 files changed, 18 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 7df80a0eb89da537402feddf1f38332c55f7ed90

2011-05-23 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  7df80a0eb89da537402feddf1f38332c55f7ed90 (commit)
  from  f39b0b6a7c51f01d3439e242bba15248aa4eee74 (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=7df80a0eb89da537402feddf1f38332c55f7ed90
commit 7df80a0eb89da537402feddf1f38332c55f7ed90
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 17:53:52 2011 -0400

get_inet_rec_type() range should be 1..8, not 1..7

---

Summary of changes:
 citadel/textclient/tuiconfig.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 489fd66a66caa8762aa823e27ecc7bf443bd708b

2011-05-23 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  489fd66a66caa8762aa823e27ecc7bf443bd708b (commit)
  from  6f515e0e86b9bcc52c3bd68c0dd2598650216d0f (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=489fd66a66caa8762aa823e27ecc7bf443bd708b
commit 489fd66a66caa8762aa823e27ecc7bf443bd708b
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 22:51:25 2011 -0400

Added a 'permalink' link to the bottom of a blog post too, right next to 
the 'n comments' link.

---

Summary of changes:
 webcit/blogview_renderer.c |   48 +++
 1 files changed, 30 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 23c29a72289cbd3999b9238085f39d1d576ce202

2011-05-23 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  23c29a72289cbd3999b9238085f39d1d576ce202 (commit)
  from  489fd66a66caa8762aa823e27ecc7bf443bd708b (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=23c29a72289cbd3999b9238085f39d1d576ce202
commit 23c29a72289cbd3999b9238085f39d1d576ce202
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 23 23:45:56 2011 -0400

Page title now shows the room name instead of the user name.
This is better for search engines, bookmarks, etc etc etc

---

Summary of changes:
 webcit/static/t/head.html |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-20 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  fbeca38240b0a9771dc3c5349877e42768900025 (commit)
  from  90b250d988f5c0ae0945af79dd7014f34fddb82b (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=fbeca38240b0a9771dc3c5349877e42768900025
commit fbeca38240b0a9771dc3c5349877e42768900025
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri May 20 12:58:15 2011 -0400

Generate UUID in blog posts to be used in permalinks

---

Summary of changes:
 citadel/modules/blog/serv_blog.c |   21 +++--
 libcitadel/lib/tools.c   |5 -
 webcit/blogview_renderer.c   |   12 +++-
 3 files changed, 26 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 6d51b9ea0e3670d8ac52cc183e5ac0bcd3f3f2d6

2011-05-20 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  6d51b9ea0e3670d8ac52cc183e5ac0bcd3f3f2d6 (commit)
  from  fbeca38240b0a9771dc3c5349877e42768900025 (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=6d51b9ea0e3670d8ac52cc183e5ac0bcd3f3f2d6
commit 6d51b9ea0e3670d8ac52cc183e5ac0bcd3f3f2d6
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri May 20 17:37:05 2011 -0400

Change to blog euid storage; note new definition in libcitadel.h

---

Summary of changes:
 citadel/modules/blog/serv_blog.c |9 -
 libcitadel/lib/libcitadel.h  |1 +
 webcit/blogview_renderer.c   |   13 ++---
 3 files changed, 15 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-20 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  ea08a18927a544fcaf5c0645f621076ff2aad75e (commit)
  from  6d51b9ea0e3670d8ac52cc183e5ac0bcd3f3f2d6 (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=ea08a18927a544fcaf5c0645f621076ff2aad75e
commit ea08a18927a544fcaf5c0645f621076ff2aad75e
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri May 20 18:09:36 2011 -0400

We need EUID indexing for Blog rooms.

---

Summary of changes:
 citadel/euidindex.c|1 +
 webcit/blogview_renderer.c |   14 +-
 2 files changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-18 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  cca702c62a0bf04eb37698f1749da4bdd9d79210 (commit)
  from  eb7da3bcb0b7e7f041f2483213983687c76275e9 (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=cca702c62a0bf04eb37698f1749da4bdd9d79210
commit cca702c62a0bf04eb37698f1749da4bdd9d79210
Author: Art Cancro a...@uncensored.citadel.org
Date:   Wed May 18 22:10:13 2011 -0400

Changed style/PIE.htc to styles/PIE.htc - fixes 404's on IE

---

Summary of changes:
 webcit/static/styles/iconbar.css |6 +++---
 webcit/static/styles/webcit.css  |8 
 2 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-17 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  e92359c9c0795d4f13c129068fb32b12b9ae7c36 (commit)
  from  747ad0ee2e373cf6fc1edc941e8a5000f87ca643 (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=e92359c9c0795d4f13c129068fb32b12b9ae7c36
commit e92359c9c0795d4f13c129068fb32b12b9ae7c36
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 17 16:32:57 2011 -0400

Removed spurious 'Loading...' label from expanded roomlist

---

Summary of changes:
 webcit/static/wclib.js |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 38e68e0bc5abd0c1bd0ae08ac4e023e7d7c67283

2011-05-12 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  38e68e0bc5abd0c1bd0ae08ac4e023e7d7c67283 (commit)
  from  d79df97ccce1fa75d4186f05d13e317faa6f003a (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=38e68e0bc5abd0c1bd0ae08ac4e023e7d7c67283
commit 38e68e0bc5abd0c1bd0ae08ac4e023e7d7c67283
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu May 12 11:01:07 2011 -0400

Cleanup pop3client

---

Summary of changes:
 citadel/context.c|2 +-
 citadel/modules/pop3client/serv_pop3client.c |  104 --
 2 files changed, 48 insertions(+), 58 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-12 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  a7419fabde1ce4a33de01232519f639fa9d76b23 (commit)
  from  38e68e0bc5abd0c1bd0ae08ac4e023e7d7c67283 (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=a7419fabde1ce4a33de01232519f639fa9d76b23
commit a7419fabde1ce4a33de01232519f639fa9d76b23
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu May 12 12:47:02 2011 -0400

Changed session logging in order to determine why some sessions are not 
timing out.

---

Summary of changes:
 webcit/context_loop.c |   10 --
 webcit/tcp_sockets.c  |6 --
 webcit/webcit.h   |2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-05-12 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  f3e4fc06ac73431ebad31f00a4cbba627742a809 (commit)
   via  38217e1496572d14076b9433a0bc634e9a3ec28c (commit)
  from  38f82839063b022bcc80634f5aa3cac9a235bddb (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=f3e4fc06ac73431ebad31f00a4cbba627742a809
commit f3e4fc06ac73431ebad31f00a4cbba627742a809
Merge: 38217e1 38f8283
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu May 12 17:14:30 2011 -0400

Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit 38f82839063b022bcc80634f5aa3cac9a235bddb
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Thu May 12 20:18:03 2011 +

fix source so that '-Wformat -Werror=format-security' doesn't stop us from 
compiling

commit fe1aa0ac63d5dc1b233888196500bbcbfdb2fb17
Merge: d0099e1 a7419fa
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Thu May 12 19:53:43 2011 +

Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit d0099e1efda7d76841bc279b219dd53c23294206
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Thu May 12 19:50:47 2011 +

Make config defaults seteable by environment variables if setup is running 
headless

these are the environment variables and their defaults:
uname(my_utsname);
/* set some sample/default values in place of blanks... */
CITADEL_c_nodename=my_utsname.nodename
CITADEL_c_humannode=_(My System)
CITADEL_c_phonenum=_(US 800 555 1212)
CITADEL_c_initax=4
CITADEL_c_moreprompt=more
CITADEL_c_twitroom=Trashcan
CITADEL_c_baseroom=BASEROOM
CITADEL_c_aideroom=Aide
CITADEL_c_port_number=504
CITADEL_c_sleeping=900
CITADEL_c_smtp_port=25
CITADEL_c_pop3_port=110
CITADEL_c_imap_port=143
CITADEL_c_msa_port=587
CITADEL_c_smtps_port=465
CITADEL_c_pop3s_port=995
CITADEL_c_imaps_port=993
CITADEL_c_pftcpdict_port=-1
CITADEL_c_managesieve_port=2020
CITADEL_c_xmpp_c2s_port=5222
CITADEL_c_xmpp_s2s_port=5269

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=38217e1496572d14076b9433a0bc634e9a3ec28c
commit 38217e1496572d14076b9433a0bc634e9a3ec28c
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu May 12 17:14:07 2011 -0400

The in-iconbar wholist is now expandable and collapsible.
It also maintains its state across page reloads.  I *may* move it into the 
ib-vector
to make it persistent across logins.  TODO: same for the in-inconbar 
roomlist.

---

Summary of changes:
 webcit/iconbar.c |   26 ++-
 webcit/static/t/iconbar.html |4 ++-
 webcit/static/wclib.js   |   55 +++--
 3 files changed, 74 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 9375cd17fe018e84d6768918ab002c688b9afdb5

2011-05-12 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  9375cd17fe018e84d6768918ab002c688b9afdb5 (commit)
  from  f3e4fc06ac73431ebad31f00a4cbba627742a809 (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=9375cd17fe018e84d6768918ab002c688b9afdb5
commit 9375cd17fe018e84d6768918ab002c688b9afdb5
Author: Art Cancro a...@uncensored.citadel.org
Date:   Thu May 12 22:11:40 2011 -0400

Use the same method in both places to determine whether the wholist in the 
iconbar is expanded or collapsed.  This prevents it from getting out of sync.

---

Summary of changes:
 webcit/static/wclib.js |5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 04cd8522005eb44136a7451eb27629d896b97d2f

2011-05-09 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  04cd8522005eb44136a7451eb27629d896b97d2f (commit)
  from  3e037b7e34b506b15a89d2e748de6fbf058b7765 (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=04cd8522005eb44136a7451eb27629d896b97d2f
commit 04cd8522005eb44136a7451eb27629d896b97d2f
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon May 9 11:16:54 2011 -0400

Moved the 'no javascript' warning from head.html to trailing.html.
This was done in order to prevent the message from appearing as the
first few lines of the containing page in Google search results.

---

Summary of changes:
 webcit/static/t/head.html |3 ---
 webcit/static/t/trailing.html |3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 69d7c37613081132e8476550c9810d7633d23fde

2011-05-06 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  69d7c37613081132e8476550c9810d7633d23fde (commit)
  from  c1f36143460a1fd497bb6b3c88285c64c3b34791 (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=69d7c37613081132e8476550c9810d7633d23fde
commit 69d7c37613081132e8476550c9810d7633d23fde
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri May 6 17:53:26 2011 -0400

Set up wcsession members and template conditionals for wholist-expanded and 
roomlist-expanded in the iconbar.

---

Summary of changes:
 webcit/iconbar.c |   33 +
 webcit/webcit.h  |2 ++
 2 files changed, 35 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 95040add546a705cc2d1d8f16293141f9f9845a6

2011-05-03 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  95040add546a705cc2d1d8f16293141f9f9845a6 (commit)
  from  3aa94285fa2ba99989dc9918772a0be40fc8835b (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=95040add546a705cc2d1d8f16293141f9f9845a6
commit 95040add546a705cc2d1d8f16293141f9f9845a6
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 3 13:04:29 2011 -0400

Guard against 'billion laughs' attack in our XMPP service

---

Summary of changes:
 citadel/modules/xmpp/serv_xmpp.c |   37 +++--
 1 files changed, 35 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, stable-78x, updated. v7.86-3-ge85dbe0

2011-05-03 Thread ajc

Push to the project citadel.org : The branch, stable-78x has been updated
   via  e85dbe0f8ffb2727bb4cffde6d174ba288854802 (commit)
  from  964ee25a7f22cc7b6cc75b921815cea42e5ae7f3 (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=e85dbe0f8ffb2727bb4cffde6d174ba288854802
commit e85dbe0f8ffb2727bb4cffde6d174ba288854802
Author: Art Cancro a...@uncensored.citadel.org
Date:   Tue May 3 13:06:41 2011 -0400

Guard against 'billion laughs' attack in our XMPP service

---

Summary of changes:
 citadel/modules/xmpp/serv_xmpp.c |   39 ++---
 1 files changed, 35 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-04-30 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  a7371c7356defc3497898943f9cd6182f90d0192 (commit)
  from  c6ab2f752453db853b141ec4f10dbd7b7a7a4bee (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=a7371c7356defc3497898943f9cd6182f90d0192
commit a7371c7356defc3497898943f9cd6182f90d0192
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sat Apr 30 14:42:18 2011 -0400

Generate Message-ID's that will not be reused/repeated if Citadel server is 
reinstalled on the same host.

---

Summary of changes:
 citadel/msgbase.c |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


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

2011-04-25 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  d54ae4059c5395e21f1a0787b98b5fe245251fe6 (commit)
  from  441c89b836af71da9dee873928673f6a083d37bc (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=d54ae4059c5395e21f1a0787b98b5fe245251fe6
commit d54ae4059c5395e21f1a0787b98b5fe245251fe6
Author: Art Cancro a...@uncensored.citadel.org
Date:   Mon Apr 25 23:31:38 2011 -0400

Initial workup of click-to-expand iconbar wholist.

---

Summary of changes:
 webcit/static/styles/webcit.css   |   38 +---
 webcit/static/t/iconbar.html  |4 +-
 webcit/static/t/iconbar/edit.html |3 +-
 webcit/static/t/iconbar/user.css  |2 +-
 webcit/static/wclib.js|5 +--
 5 files changed, 28 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
citadel.org 


  1   2   3   4   5   6   7   8   9   10   >