citadel.git
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-07-12 Art Cancro* Added new view type VIEW_JOURNAL - not yet used by
2007-07-12 Art CancroRe-using the 'buf' variable in embed_room_banner() for
2007-07-11 Thierry PasqualierSome modifications in the display of each message to...
2007-07-10 Thierry PasqualierEdit message : i agree with fleeb, i put the button...
2007-07-09 Thierry PasqualierAligned user list on the left of iconbar with a small...
2007-07-09 Thierry Pasqualiericonbar CSS : light yellow background for active users
2007-07-09 Thierry PasqualierI wasn't woken this morning, I confused span and class ;-)
2007-07-09 Thierry Pasqualiericonbar : mark active/inactive user with CSS
2007-07-08 Michael HamptonInclude sys/stat.h when available (FreeBSD)
2007-07-08 Thierry Pasqualier- Simplified the user list for summary
2007-07-08 Art CancroEvidently, when an HTML checkbox is disabled, its value
2007-07-08 Art CancroQuick respin of WebCit (now 7.12) due to missing config.sub
2007-07-07 Thierry Pasqualier- Deleted the (too wide) remote host in summary screen
2007-07-07 Art CancroWhen existing init scripts are detected during setup,
2007-07-07 Art CancroRemoved an unused variable
2007-07-07 Thierry Pasqualieruserlist: removed (not logged in) message on iconbar
2007-07-07 Wilfried Göesgens* check whether we shoud shut down. we do this by check...
2007-07-07 Wilfried Göesgens* we don't need to chown chkpwd anymore.
2007-07-07 Wilfried Göesgens* for some reason config.path doesn't get createt,...
2007-07-07 Art CancroSupport the idea of a 'master user' logging in
2007-07-07 Art CancroSupport AUTH=PLAIN in the IMAP server.
2007-07-06 Art Cancrooops, update to 7.11 in configure.ac
2007-07-06 Art Cancro* Move to GPL v3
2007-07-05 Wilfried Göesgens* strlen(); strcpy -> single strlen + memmove
2007-07-05 Wilfried Göesgens* send linewraps, so we get our dots at least.
2007-07-05 Art CancroRemove the intermediate buffer in serv_puts()
2007-07-05 Wilfried Göesgens* the memmove off by one, and some more optimization.
2007-07-05 Art Cancro*All* <FORM> blocks now contain a nonce field, and...
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-07-05 Art CancroSanitize text of preferences strings
2007-07-05 Art CancroSanitize output of room name in room banner
2007-07-04 Wilfried Göesgens* don't use strlen and strcpy over here too in a wrong...
2007-07-04 Wilfried Göesgens* don't use strlen and strcpy over here too in a wrong...
2007-07-04 Wilfried Göesgens* don't use strlen; use memmove instead of strcpy.
2007-07-04 Wilfried Göesgens* have default ip, so valgrind shuts up.
2007-07-04 Art CancroFixed a bug in the conversion of 'mailto:' links to...
2007-07-03 Art CancroRemove <script> blocks from HTML messages when displaying.
2007-07-03 Art CancroWhen converting <A> tags, don't omit the change to
2007-07-03 Art CancroIn the main readloop(), fixed a </div> that appeared
2007-07-01 Art CancroSanitize HTML output from the 'showuser' command
2007-06-29 Art CancroWhen reading in SMTP recipients, use safestrncpy()...
2007-06-28 Art CancroEliminate the 'Internet mail recommends
2007-06-27 Art CancroBe a little smarter about return-path generation.
2007-06-27 Art CancroRemoved the VRFY and EXPN commands from our SMTP server
2007-06-26 Wilfried Göesgens* print some info to the client while putting stuff...
2007-06-25 Wilfried Göesgens* if a message subject is required, ask the user for...
2007-06-24 Wilfried Göesgens* evaluate the subject required flag. not tested, the...
2007-06-24 Wilfried Göesgens* configure the room subject required flag in the text...
2007-06-24 Thierry Pasqualierthe close window icon of popup room info appear now...
2007-06-24 Art CancroAdjusted ENT0 response to look for nonzero instead of
2007-06-24 Art CancroCreating a mailbox room no longer automatically sets
2007-06-23 Wilfried Göesgens* added subject required line to the room config tab
2007-06-23 Wilfried Göesgens* added flag to make clients add a subject
2007-06-21 Art CancroMerged the latest Dutch translation nl.po sent in by...
2007-06-20 Wilfried Göesgens* move chkpw d to the utilbin section.
2007-06-20 Wilfried Göesgens* move chkpwd to the utility bin dir, added chkpw to...
2007-06-20 Wilfried Göesgens* check whether we shoud shut down. we do this by check...
2007-06-20 Art CancroThe room info link in the banner no longer appears
2007-06-19 Wilfried Göesgens* fix a leak in GREG
2007-06-19 Art CancroRewrote safestrncpy() using our own code instead of...
2007-06-19 Wilfried Göesgens* check whether our chkpwd binary exists or not
2007-06-19 Art CancroEliminated the unpacking of uid in the chkpwd
2007-06-19 Art CancroAdded 'chkpw.c' utility for manually checking passwords.
2007-06-19 Art Cancrocitadel.rc: commented out the 'Doorway' function, and
2007-06-19 Art Cancrochkpwd is now a daemon that is started by citserver
2007-06-18 Wilfried Göesgens* new german texts
2007-06-18 Art CancroRefuse to purge expired users if the
2007-06-18 Art CancroRemoved the --disable-chkpwd option, because it generates
2007-06-18 Art CancroRenamed validpw() in auth.c to validate_password()
2007-06-17 Thierry PasqualierUpdate of the French translation
2007-06-17 Thierry Pasqualiersolve the problem with the Who is online? list in the...
2007-06-15 Art CancroAdd TinyMCE language packs
2007-06-15 Art CancroEnable TinyMCE when using Safari or Opera
2007-06-15 Art CancroUpgrade of TinyMCE is in progress.
2007-06-15 Art CancroUpgrade of TinyMCE is in progress.
2007-06-15 Art CancroLaid some of the groundwork for a partial
2007-06-14 Thierry PasqualierEdit message : fix To CC BCC Subject labels positions
2007-06-14 Wilfried Göesgens* removed wrong include.
2007-06-14 Wilfried Göesgens* we should work without debugging too...
2007-06-14 Wilfried Göesgens* put in a sample vcard.
2007-06-14 Wilfried Göesgens* wait a second so the session proxy has time to start...
2007-06-13 Wilfried Göesgens* put the vcard we just read back in.
2007-06-13 Wilfried Göesgens* just sugest localepurge, as its not essential to us.
2007-06-13 Art CancroAdded in the missing '>' character for a <div> tag...
2007-06-13 Art CancroAdd a forward slash to the generated paths for citadel...
2007-06-13 Art CancroChecked in a skeleton of the IMAP METADATA extension
2007-06-12 Wilfried Göesgens* parse function reply properly
2007-06-12 Art CancroAdded the forward slash to the list of characters
2007-06-12 Art CancroAdded the address book popup into mailing list mangement
2007-06-11 Art CancroAssigned developer code 31 to Stuart Cianos
2007-06-10 Wilfried Göesgens* new debug switch for communication in the session...
2007-06-10 Wilfried Göesgens* create directory before installing files into it.
2007-06-07 Wilfried Göesgens * match out 'ubuntu' from the version string
2007-06-07 Wilfried Göesgens* print the ip-address too if we fail to bind a server...
2007-06-07 Art Cancrobuildpackages sourcedist - generate .tar.gz instead...
2007-06-07 Art CancroTHIS IS 7.10
2007-06-07 Wilfried Göesgens* added some missing depends
2007-06-07 Art CancroAttempt #2 at setting the egress interface
2007-06-05 Art CancroNew versions of Berkeley DB (I tested with 4.5.20)...
next