[Citadel Development] (no subject)

2007-07-07 Thread IO ERROR
Asterisk voicemail?!?  
  


[Citadel Development] (no subject)

2007-07-07 Thread dothebart


hm... maybe this master user can be used by imapcopy or so to copy over all users data?




[Citadel Development] SVN commit log: revision 5282

2007-07-07 Thread Citadel commit log

r5282 | dothebart | 2007-07-07 04:33:33 -0400 (Sat, 07 Jul 2007) | 2 lines
Changed paths:
   M /trunk/webcit/buildpackages

* for some reason config.path doesn't get createt, so we better don't delete it.




[Citadel Development] SVN commit log: revision 5283

2007-07-07 Thread Citadel commit log

r5283 | dothebart | 2007-07-07 04:57:14 -0400 (Sat, 07 Jul 2007) | 3 lines
Changed paths:
   M /trunk/citadel/debian/citadel-server.postinst

* we don't need to chown chkpwd anymore.





[Citadel Development] (no subject)

2007-07-07 Thread dothebart


hm, plus it shouldn't compact same users, if they come from different ips...if i'm connected via imap and webcit from the same machine, ommitting one is ok, but not if i leave a shell open somewhere else and log in from at home...




[Citadel Development] (no subject)

2007-07-07 Thread fleeb


Here's the problem, for the curious:user_ops.c: In function `start_chkpwd_daemon':user_ops.c:614: error: storage size of 'filestats' isn't knownuser_ops.c:619: warning: implicit declaration of function `stat'user_ops.c:614: warning: unused variable `filestats'gmake: *** [user_ops.o] Error 1Easy Install is aborting.Please report this problem to the Citadel developers.So, there's likely some kind of funky coding issue related to FreeBSD.




[Citadel Development] (no subject)

2007-07-07 Thread thierry


sam 07 jui 2007 04:36:11 EDT de [EMAIL PROTECTED]   thierry. does that who is online compact list reflect whether the user is idle or not in the used stylesheet? It's the same thing that Who's online ? I will work about that this week end.




[Citadel Development] SVN commit log: revision 5284

2007-07-07 Thread Citadel commit log

r5284 | dothebart | 2007-07-07 08:44:47 -0400 (Sat, 07 Jul 2007) | 2 lines
Changed paths:
   M /trunk/citadel/user_ops.c

* check whether we shoud shut down. we do this by checking whether the password 
is an empty string.




[Citadel Development] SVN commit log: revision 5285

2007-07-07 Thread Citadel commit log

r5285 | thierry | 2007-07-07 10:10:24 -0400 (Sat, 07 Jul 2007) | 1 line
Changed paths:
   M /trunk/webcit/summary.c
   M /trunk/webcit/webcit.h

userlist: removed (not logged in) message on iconbar



[Citadel Development] (no subject)

2007-07-07 Thread IGnatius T Foobar
 Asterisk voicemail?!? 
   
 Asterisk 1.4 has a cool new feature that allows you to use an IMAP server 
as the storage back end for voicemail boxes.  The nice thing about doing 
it this way, as opposed to simply having voicemail forwarded to your 
email, is that there's only one copy of it.  You don't have to delete it 
from two different places.  The level of integration is complete enough 
that when you mark the messages as seen in your email, the message 
waiting indicator on your phone stops blinking (and vice versa).  
   
 It requires an oddball authentication mode, though, which is what I'm 
working on now.  
  


[Citadel Development] (no subject)

2007-07-07 Thread IGnatius T Foobar
 there you go fleeb, ig needs to push it out to easyinstall now...   
   
 Ok, it's on the Easy Install site.  Give it a try.  
  


[Citadel Development] SVN commit log: revision 5286

2007-07-07 Thread Citadel commit log

r5286 | ajc | 2007-07-07 11:01:16 -0400 (Sat, 07 Jul 2007) | 1 line
Changed paths:
   M /trunk/citadel/stress.c

Removed an unused variable



[Citadel Development] SVN commit log: revision 5287

2007-07-07 Thread Citadel commit log

r5287 | ajc | 2007-07-07 11:10:49 -0400 (Sat, 07 Jul 2007) | 2 lines
Changed paths:
   M /trunk/citadel/setup.c
   M /trunk/webcit/setup.c

When existing init scripts are detected during setup,
ask the user if he wants to leave them as-is.



[Citadel Development] (no subject)

2007-07-07 Thread fleeb


Looks like it's working peachy-fine now, for FreeBSD.I was able to update the installation without issue this time.




[Citadel Development] (no subject)

2007-07-07 Thread IGnatius T Foobar
As they used to say in the Amiga demoscene:   vgood!!  
  


[Citadel Development] SVN commit log: revision 5288

2007-07-07 Thread Citadel commit log

r5288 | thierry | 2007-07-07 17:07:25 -0400 (Sat, 07 Jul 2007) | 4 lines
Changed paths:
   M /trunk/webcit/static/webcit.css
   M /trunk/webcit/who.c

- Deleted the (too wide) remote host in summary screen
- I keep it in Who is online screen
- A scrolbar appear now if the user list is too long on iconbar




[Citadel Development] SVN commit log: revision 5289

2007-07-07 Thread Citadel commit log

r5289 | ajc | 2007-07-07 23:14:01 -0400 (Sat, 07 Jul 2007) | 2 lines
Changed paths:
   M /trunk/citadel/user_ops.c
   M /trunk/webcit/buildpackages
   M /trunk/webcit/configure.ac
   M /trunk/webcit/webcit.h

Quick respin of WebCit (now 7.12) due to missing config.sub
(I messed up the buildpackages script while removing .svn directories)



[Citadel Development] SVN commit log: revision 5290

2007-07-07 Thread Citadel commit log

r5290 | ajc | 2007-07-08 00:15:38 -0400 (Sun, 08 Jul 2007) | 4 lines
Changed paths:
   M /trunk/webcit/siteconfig.c

Evidently, when an HTML checkbox is disabled, its value
is never sent to the server, even if the value was explicitly set.
Reworked the c_auth_mode setting due to this, because it was getting
unset.