[Citadel Development] Citadel commit log: revision 8140

2009-12-19 Thread dothebart
r8140 | dothebart | 2009-12-18 03:07:02 -0500 (Fri, 18 Dec 2009) | 4 lines Changed paths: M /trunk/webcit/roomlist.c M /trunk/webcit/static/roomops.js M /trunk/webcit/static/t/json_room.html M

[Citadel Development] Re: 7.70 release

2009-12-19 Thread IGnatius T Foobar
Easy Install has been updated to stable-77x. Tarballs to follow, after we let a few people act as guinea pigs :) I wonder if I should strip the new bbsview code out of stable-77x, since it's not going to get used anyway?

[Citadel Development] Re: Patch: fix unread msgs status in webcit iconbar/tree room view

2009-12-19 Thread IGnatius T Foobar
ok, done; I hope no more old messages make it over? ;-) Yeah, I don't know what happened there. Should we put this code in stable too?

[Citadel Development] Re: Citadel commit log: revision 8139

2009-12-19 Thread davew
  Thu Dec 17 2009 08:01:42 PM EST from IGnatius T Foobar @ Uncensored Subject: Re: Citadel commit log: revision 8139 Sounds very cool, but is this going to be one of those things that only davew understands and therefore becomes difficult to maintain? Take a look at

[Citadel Development] 7.70 release

2009-12-19 Thread davew
  Thu Dec 17 2009 09:28:59 PM EST from dothebart @ Uncensored Subject: 7.70 release   Do Dez 17 2009 14:58:43 EST von davew @ Uncensored Betreff: 7.70 release We can each have a branch to work on different features and are each responsible for keeping our branch in line

[Citadel Development] 7.70 release

2009-12-19 Thread davew
  Fri Dec 18 2009 02:03:32 PM EST from dothebart @ Uncensored Subject: 7.70 release   Git uses UIDs instead of counting up a number; Which makes a source commit over several branches uniq. Git also knows to pull over changes from other branches in a relative smart way; so you can

[Citadel Development] Citadel commit log: revision 8141

2009-12-19 Thread davew
r8141 | davew | 2009-12-18 14:50:26 -0500 (Fri, 18 Dec 2009) | 5 lines Changed paths: M /branches/citadel_context_rework/server.h M /branches/citadel_context_rework/threads.c Finer grained locking of worker load

[Citadel Development] Citadel commit log: revision 8142

2009-12-19 Thread davew
r8142 | davew | 2009-12-18 15:02:19 -0500 (Fri, 18 Dec 2009) | 3 lines Changed paths: M /branches/citadel_context_rework/context.c Fixed a warning and updated a comment to better explain how ForEachContext() handles

[Citadel Development] Citadel commit log: revision 8144

2009-12-19 Thread davew
r8144 | davew | 2009-12-18 15:24:14 -0500 (Fri, 18 Dec 2009) | 3 lines Changed paths: M /branches/citadel_context_rework/include/ctdl_module.h M /branches/citadel_context_rework/msgbase.c M

[Citadel Development] Citadel commit log: revision 8146

2009-12-19 Thread davew
r8146 | davew | 2009-12-18 15:42:20 -0500 (Fri, 18 Dec 2009) | 3 lines Changed paths: M /branches/citadel_context_rework/modules/crypto/serv_crypto.c Silence 3 warnings by adding (unsigned char *) to argument 4 of

[Citadel Development] Citadel commit log: revision 8147

2009-12-19 Thread davew
r8147 | davew | 2009-12-18 15:47:08 -0500 (Fri, 18 Dec 2009) | 2 lines Changed paths: M /branches/citadel_context_rework/modules/newuser/serv_newuser.c Silence a warning about ambiguous ! in an if()

[Citadel Development] 7.70 release

2009-12-19 Thread davew
  Fri Dec 18 2009 02:43:06 PM EST from dothebart @ Uncensored Subject: 7.70 release   Fr Dez 18 2009 14:16:11 EST von davew @ Uncensored Betreff: 7.70 release I've lloked at it too, even read some articles and how-to's. At first glance its quite complicated but

[Citadel Development] (no subject)

2009-12-19 Thread IGnatius T Foobar
OK, now that I've been out of this for so long, where are the svn repos at? svn+ssh://er...@uncensored.citadel.org/appl/svn/

[Citadel Development] Citadel commit log: revision 8148

2009-12-19 Thread error
r8148 | error | 2009-12-18 19:02:37 -0500 (Fri, 18 Dec 2009) | 3 lines Changed paths: M /trunk/citadel/Makefile.in M /trunk/citadel/scripts/mk_svn_revision.sh M /trunk/libcitadel/lib/stringbuf.c Allow citadel /

[Citadel Development] (no subject)

2009-12-19 Thread IO ERROR
Thanks, IG. Now, when can I break backward compatibility on crypto on port 504? There's a potential security issue I need to kill in its TLS implementation, but Ford will have to recompile his client (so will everyone else). It doesn't affect SSL/TLS on other ports, as far as I can tell.

[Citadel Development] (no subject)

2009-12-19 Thread IGnatius T Foobar
I guess you can email me the details if there's a security problem. If it's really something that can't be fixed in a compatible way, then we'll change the command name. Old clients will fall back to unencrypted connections.

[Citadel Development] Citadel commit log: revision 8149

2009-12-19 Thread dothebart
r8149 | dothebart | 2009-12-19 16:45:10 -0500 (Sat, 19 Dec 2009) | 2 lines Changed paths: M /trunk/webcit/subst.c * init the pointer, so we don't use random ones here

[Citadel Development] Re: Citadel commit log: revision 8139

2009-12-19 Thread davew
  Fri Dec 18 2009 05:52:58 PM EST from IGnatius T Foobar @ Uncensored Subject: Re: Citadel commit log: revision 8139 TDAP purges a message when its reference count reaches zero. Dig dis: * Whenever a message is saved to a room, or removed from a room, we write a record to

[Citadel Development] 7.70 release

2009-12-19 Thread davew
  Sat Dec 19 2009 04:57:29 AM EST from dothebart @ Uncensored Subject: 7.70 release   Fr Dez 18 2009 15:52:16 EST von davew @ Uncensored Betreff: 7.70 release Hang on are you using SVN or GIT? Or are you saying that GIT can pull from an SVN and push back into an SVN?

[Citadel Development] (no subject)

2009-12-19 Thread IGnatius T Foobar
Well folks, I think I finally figured out the disappearing netconfigs issue. It happens when you run out of disk space. That happened to me a couple of days ago. All gone. :(

[Citadel Development] Problems with SVN

2009-12-19 Thread matt
  Sun Dec 20 2009 12:08:30 AM from davew @ Uncensored Subject: Problems with SVN Is anyone else having problems with SVN? I keep getting an error message svn: Network connection closed unexpectedly. Sometimes it works, but mainly, for the last couple of days, it doesn't.