citadel.git
2011-09-04 Wilfried Goesgensremove leading and trailing empty lines from mail output
2011-09-04 the_mgtmoved .entmsg ( the class for the message edit box...
2011-09-04 the_mgtCreated message.css, moved most message related css...
2011-09-04 the_mgtFirefox fix: remove border around expand/collapse icons...
2011-09-04 the_mgtremoved backgroundcolor #FFF from iconbar_container...
2011-09-04 the_mgtApplied new colors to navbar, reduced banner height...
2011-09-04 the_mgtdeleted border-radius.htc, because PIE.htc does the...
2011-09-04 the_mgtfixed a wrong css import for picsonly iconbar mode...
2011-09-04 the_mgtFurther work on the iconbar menu: button images have...
2011-09-04 the_mgtfixed conditional for visibility in iteration
2011-09-04 the_mgtBegan fixing the who_is_online list in the iconbar...
2011-09-04 the_mgtcorrected variable name in section_onefile_picview...
2011-09-04 rootAdded new code for a slideshow taken from snippets...
2011-09-04 Wilfried Goesgensfix message composing
2011-09-04 Wilfried GoesgensMemleak: when expanding shorter URLs we need to free...
2011-09-04 Art CancroEliminated the 'switchable' iconbar and completed repla...
2011-09-04 Art CancroInitial HTML/JS work for expandable roomlist
2011-09-04 Wilfried GoesgensHide nodes which already have sharing from the other...
2011-09-04 Wilfried GoesgensMore compfort for inline vieweable attachments
2011-09-04 Art CancroUse the same method in both places to determine whether...
2011-09-04 Art CancroThe in-iconbar wholist is now expandable and collapsible.
2011-09-04 Wilfried Goesgensfix source so that '-Wformat -Werror=format-security...
2011-09-04 Wilfried GoesgensMake config defaults seteable by environment variables...
2011-09-04 Art CancroChanged session logging in order to determine why some...
2011-09-04 Art CancroCleanup pop3client
2011-09-04 Wilfried Goesgensctdllog -> syslog...
2011-09-04 Wilfried Goesgensjust log the close if we're realy going to close.
2011-09-04 Wilfried GoesgensDon't close 0-filedescriptors on session killing, its...
2011-09-04 Wilfried Goesgenslocated the place to put the initial attachment count...
2011-09-04 Art CancroSet up wcsession members and template conditionals...
2011-09-04 Wilfried Goesgensfix possible crashes of not NULL-checking the result...
2011-09-04 Wilfried Goesgensadd test for html translating
2011-09-04 Art CancroGuard against 'billion laughs' attack in our XMPP service
2011-09-04 Wilfried Goesgensadd new token MSG:NATTACH to output the number of curre...
2011-09-04 Art CancroGenerate Message-ID's that will not be reused/repeated...
2011-09-04 Wilfried GoesgensFix pushmail editing
2011-09-04 Art CancroInitial workup of click-to-expand iconbar wholist.
2011-09-04 Wilfried Goesgens* fix some rare oom situation.
2011-09-04 Art CancroRemoved extra logging. The bug I was hunting was not...
2011-09-04 Art CancroTemporarily adding some debugging syslog messages
2011-09-04 Art Cancrodisplay_individual_cal() now bails out _very_ early...
2011-09-04 Wilfried GoesgensFix of terminate problem while loading user list
2011-09-04 Wilfried Goesgens* fix multiple compiler warnings...
2011-09-04 Art CancroAdded expand/collapse icons for the Roomlist and Wholist.
2011-09-04 Art CancroRemoved single-quotes from setup dialogs. They confuse...
2011-09-04 Wilfried Goesgensgenerate_uuid() now generates more or less DCE-complian...
2011-09-04 Art CancroReunified the master and client socket listener loops...
2011-09-04 Art CancroAdded GPL declaration to source files in libcitadel
2011-09-04 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-09-04 Wilfried Goesgensremove one more systemcontext
2011-09-04 Art Cancrogenerate_uuid() now generates more or less DCE-complian...
2011-09-04 Art CancroReset run_queue_now back to 0 after a forced run of...
2011-09-04 Art CancroRemove all uses of __FUNCTION__ because it is not portable
2011-09-04 Art CancroIf there is no pubdate in an rss or atom feed item...
2011-09-04 Wilfried Goesgensremoved CtdlClearSystemContext() entirely.
2011-09-04 Art Cancroremoved CtdlClearSystemContext() entirely.
2011-09-04 Wilfried Goesgensmerge hickups. TBC.
2011-09-04 Art CancroRemoved spurious calls to CtdlClearSystemContext()
2011-09-04 Art CancroAdd a warning message if serv_fulltext is getting zero...
2011-09-04 Wilfried Goesgenswhen generating subjects for calendar items do quoted...
2011-09-04 Art Cancrosmtp client: if msg_size is 0, assume memory corruption...
2011-09-04 Art CancroTemporarily adding dump of badmail to smtpclient
2011-09-04 Wilfried GoesgensFix searching of ']'
2011-09-04 Wilfried GoesgensMailinglist client: don't add roomname to subject if...
2011-09-04 Art CancroAdded a few more Disallow: lines to robots.txt
2011-09-04 Art CancroLog citadel protocol commands using the session number
2011-09-04 Art Cancroserv_upgrade will delete internal system accounts no...
2011-09-04 Art CancroModified select_on_master() to only have one code path...
2011-09-04 Art CancroDisabled the status bar in the text client because...
2011-09-04 Art CancroDecrement num_workers when exiting worker_thread()...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroInitial implementation of the worker thread pool size...
2011-09-04 Art CancroClose sockets properly at logout
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRemoved the DEBUG_MEMORY_LEAKS framework because we...
2011-09-04 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-09-04 Art CancroTemporarily disable CtdlThreadGC() to get Uncensored...
2011-09-04 Art CancroTemporarily disable terminate_stuck_sessions() because...
2011-09-04 Art CancroMore debugging
2011-09-04 Art Cancromore logging and testing
2011-09-04 Wilfried GoesgensAdd some more debugging to the session destroyer; ...
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Wilfried Goesgens* in knrooms we flush the cached floorlist, since the...
2011-09-04 Wilfried GoesgensWe don't have this timer here.
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRemoved newlines from syslog in pop3 and imap modules
2011-09-04 Art CancroCtdlUserLogout() syslog who owned the session we killed
2011-09-04 Art CancroRun RSS pulls no more than once every 15 minutes.
2011-09-04 Art CancroIndicate which function we were in when the connection...
2011-09-04 Art CancroWelcome mail is now from nobody@example.com
2011-09-04 Wilfried GoesgensRSS-Client: fix storing of sender in case of we just...
2011-09-04 Wilfried Goesgensfix possible buffer underrun by 1
2011-09-04 Wilfried GoesgensIO fixups
2011-09-04 Wilfried GoesgensFix Crash; don't access pointers before checking them...
2011-09-04 Art CancroAdded the ability to specify a file defining *simple...
2011-09-04 Art CancroAllow LFLR to work in guest mode
2011-09-04 Art CancroValidate new users screen now uses the main room banner
2011-09-04 Art CancroFlush the cached room list when logging in or out.
2011-09-04 Art CancroKnown rooms page now uses the auto-generated room banner.
2011-09-04 Art Cancrominor update to readme.txt
next