citadel.git
2010-07-13 Art Cancro* Fix overflow behavior on small displays for login...
2010-07-13 Art Cancro* Changed the room banner layout back to a table. ...
2010-07-12 Art Cancro* Fixed appearance bugs in the CSS bubble tooltips...
2010-07-12 Wilfried Göesgens* entroom (): if we're aide or room-aide, we may view...
2010-07-12 Art Cancro* Improved the thread pool logic so that we don't end...
2010-07-11 Wilfried Göesgens* add reply-to: header to mails sent to room list recip...
2010-07-11 Wilfried Göesgens* entroom (): after creating a room, don't display...
2010-07-11 Art Cancro* Eliminated the C code to shorten long subject lines...
2010-07-11 Art Cancro* Replaced normalizeHeaderTable() which I had taken...
2010-07-11 Art Cancro* Eliminated the <tbody> from the message summary view...
2010-07-10 Art Cancro* Thread system logging cleanup
2010-07-09 Art Cancro* Attempting to fix the mailsummary column layout
2010-07-08 Wilfried Göesgens* switch to enum, enums are nice.
2010-07-08 Wilfried Göesgens* knrooms(): don't force storing preferences
2010-07-08 Art Cancro* Bubble tooltips were not working properly in some...
2010-07-06 Art Cancro* Removed AddCss() from bubble tooltips javascript...
2010-07-05 Art Cancro* site/mailbox default expire values are now correctly...
2010-07-05 Wilfried Göesgens* ignore the temporary c file
2010-07-05 Wilfried Göesgens* create-pot.sh has to be executable
2010-07-05 Wilfried Göesgens* refresh po files; it seems as if create-pot was bugge...
2010-07-05 Wilfried Göesgens* specify utf-8 as charset
2010-06-28 Art Cancro* Removed z-index manipulation from datepicker. The...
2010-06-28 Wilfried Göesgens* rss_save_item(): trim the sender
2010-06-28 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector(): fix some NULL...
2010-06-28 Wilfried Göesgens* rss_save_item(): encode sender & subject, so webcit...
2010-06-24 Wilfried Göesgens* more ignores...
2010-06-24 Wilfried Göesgens* 64 bit cleanness
2010-06-24 Wilfried Göesgens* more gitignores
2010-06-24 Wilfried Göesgens* clean up warnings, especialy on 64 bit
2010-06-24 Wilfried Göesgens* add forward include, fix warnings
2010-06-24 Wilfried Göesgens* add header file
2010-06-23 Wilfried Göesgens* add file to suspress all the openssl shit
2010-06-23 Art Cancro* Removed JS function fixMissingCSSTable() which does...
2010-06-23 Art Cancro* Removed JS function fixOffsetBanner() which does...
2010-06-23 Art Cancro* Reduce the font size in the .msgbuttons class so...
2010-06-23 Art Cancro* Adjustment to font sizes to make it not suck so much...
2010-06-22 Wilfried Göesgens* add irc bot
2010-06-22 Wilfried Göesgens* fix buildbot
2010-06-22 Wilfried Göesgens*
2010-06-22 Wilfried Göesgens* add missing object
2010-06-22 Art Cancro* LDAP auth - do not permit empty passwords
2010-06-22 Wilfried Göesgens* CtdlIPCStartEncryption(): though its return value...
2010-06-22 Wilfried Göesgens* fix build of webcit tests
2010-06-22 Wilfried Göesgens* add buildbot configuration (yay!)
2010-06-22 Art Cancro* CSS cleanup in summary screen
2010-06-20 Wilfried Göesgens* vCtdlLogPrintf() one more try
2010-06-20 Wilfried Göesgens* vCtdlLogPrintf(): if we are running as deamon, and...
2010-06-20 Wilfried Göesgens * check_get(): fix dict_tcp module; we just care for...
2010-06-20 Wilfried Göesgens* fix HAVE_SYSCALL_H detection
2010-06-19 Wilfried Göesgens* fix Re:/Fw mechnics for email replying/forwarding...
2010-06-18 Art Cancro* Reduce size of icon bar button text. Looks better...
2010-06-17 Wilfried Göesgens* bust the other places still accessing token values...
2010-06-17 Art Cancro* Use the correct class name for .chat_userlist_class...
2010-06-17 Wilfried Göesgens* ConditionalUserAccess (): don't access the token...
2010-06-17 Wilfried Göesgens* upsie. that conversion to strbuf was still hanging...
2010-06-17 Wilfried Göesgens* add possibility to chose clang via environment
2010-06-17 Wilfried Göesgens* post_message() whoops, wrong pointer?
2010-06-17 Wilfried Göesgens* fix non locale enabled build
2010-06-14 Art Cancro* Some fixes to make the banner work in IE7. Still...
2010-06-14 Art Cancro* remove ie5-mac hack
2010-06-14 Art Cancro* Wrapped ifdef around variables to prevent them from...
2010-06-12 Wilfried Göesgens* detect git repostories and branches
2010-06-10 Art Cancro* Fixed the scrolling problem in IE, and eliminated...
2010-06-09 Wilfried Göesgens* add thread local contexts here too.
2010-06-09 Wilfried Göesgens* add comment sugested by danboid. users in the situati...
2010-06-09 Art Cancro* Removed a bunch of IE-isms no longer required now...
2010-06-09 Art Cancro* Merged the 'banner' and 'room_banner' classes. There...
2010-06-08 Wilfried Göesgens* check for syscall.h
2010-06-08 Art Cancro* Make the class names different from the div id's
2010-06-07 Wilfried Göesgens* checkpoint thread needs to free its stuff too.
2010-06-07 Wilfried Göesgens* move initialization of context to the top
2010-06-07 Wilfried Göesgens* by counting up threads starting at 3, we seem to...
2010-06-03 Wilfried Göesgens* add function to cleanly shutdown server threads
2010-06-03 Wilfried Göesgens* vCtdlLogPrintf(): add the userID when reporting from...
2010-06-03 Art Cancro* Simplified tcp_connectsock()
2010-06-03 Wilfried Göesgens* begin_session(): output the type of session and the...
2010-06-03 Art Cancro* Removed the extra debug messages. I am about to...
2010-06-02 Art Cancro* More logging. Also display an error to the user...
2010-06-02 Art Cancro* more error logging
2010-06-01 Wilfried Göesgens* post_message(): QP encode TO/CC/BCC if necessary
2010-06-01 Wilfried Göesgens* add StrBufSanitizeEmailRecipientVector(); it will...
2010-06-01 Wilfried Göesgens* get_serv_info(): evaluate server replies
2010-06-01 Art Cancro* fixed a spelling error
2010-05-25 Art Cancro* Now attempting to fix the final few rendering problem...
2010-05-25 Art Cancro* Fixed the off-by-one error in bbs view that causes...
2010-05-25 Art Cancro* added some missing license declarations
2010-05-24 Art Cancro* WebCit thread pool is no longer tied to the number...
2010-05-22 Wilfried Göesgens* NeedNewBuf() as CLANG indicates, this parameter shoul...
2010-05-22 Wilfried Göesgens* receive_spool(): remove debugging output; just open...
2010-05-21 Wilfried Göesgens* CtdlTryPassword(): fix leak
2010-05-21 Wilfried Göesgens* add possibility to specify the inbound buffer size
2010-05-21 Wilfried Göesgens* ReAdjustEmptyBuf() wasn't quiet what it should be...
2010-05-21 Wilfried Göesgens* StrBufReadBLOBBuffered(): tell read to give us as...
2010-05-21 Wilfried Göesgens* sock_read_to(), sock_getln() flush the Migrate buffer...
2010-05-21 Wilfried Göesgens* cmd_ucls(): don't overwrite the upload type before...
2010-05-21 Art Cancro* trace messages
2010-05-21 Art Cancro* Better tempfilename generation for receive_spool()
2010-05-21 Art Cancro* Remove color from log message
2010-05-21 Art Cancro* Change to main server loop. All threads block on...
2010-05-20 Art Cancro* removed an extraneous debug line
next