citadel.git
2015-01-18 Wilfried GoesgensHandle situation in where we have multiple buffers...
2015-01-13 Wilfried GoesgensSilence!
2015-01-13 Wilfried Goesgensdon't fetch & dereference pointers on shut down all...
2015-01-12 Wilfried GoesgensFix marking of rows: if none was selected, start at...
2015-01-11 Wilfried Goesgensmore destriptions on how to transition.
2015-01-11 Wilfried GoesgensFix seen expiration for RSS
2015-01-11 Wilfried GoesgensAdd detection for https-urls in webcit.
2015-01-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-01-11 Wilfried Goesgenssilence lnog noise.
2015-01-07 Art CancroMinor cleanup of rss parser in preparation for some...
2015-01-06 Wilfried GoesgensGzip stream chunked encoding is working now.
2015-01-06 Wilfried Goesgenswhen entering the blog view via gotonext, utilize seen...
2015-01-06 Wilfried GoesgensMove the thread matching from the blog to a more generi...
2015-01-04 Wilfried GoesgensAdd test for stream interface
2015-01-03 Wilfried GoesgensMove over deprecated function, adopt to new handler...
2015-01-03 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2015-01-03 Wilfried Goesgensuse viewspecific to transport params through the blogvi...
2015-01-03 Art CancroEmpty handlers for closing tags of <bind> and <query...
2015-01-03 Art Cancrowhitespace cleanup
2015-01-03 Wilfried GoesgensTake commenters back to the blog article and the commen...
2015-01-01 Wilfried GoesgensAdd more plausability checks during startup so the...
2015-01-01 Wilfried Goesgensproperly abort if we fail to create debug files instead...
2015-01-01 Wilfried GoesgensFix directory permission checks
2015-01-01 Wilfried GoesgensFix size calculation. thanks clang.
2015-01-01 Wilfried Goesgensooops! we intended to reset the timer in the loop!...
2014-12-31 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2014-12-31 Wilfried GoesgensAdjust preconditions for attempting a digest delivery.
2014-12-31 Art Cancromerge
2014-12-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-12-31 Art CancroRevert some of the later changes in XMPP and fix other...
2014-12-31 Wilfried GoesgensCreate more directories on whichs presence we rely...
2014-12-31 Wilfried GoesgensRevert xmpp back to a working state
2014-12-31 Wilfried GoesgensDigest delivery:
2014-12-31 Wilfried GoesgensAs clang told us: we have to check for empty buffer...
2014-12-29 Wilfried Goesgensstart defining stuff that could handle subtokens -...
2014-12-29 Wilfried Goesgens - enable TLS
2014-12-29 Wilfried GoesgensApply patches sugested by Taroe Hong plus some more...
2014-12-29 Wilfried GoesgensAdjust the folder counters when reading / deleting...
2014-12-29 Wilfried GoesgensFix bit flag operations for debug parameter.
2014-12-29 Wilfried GoesgensSMTP-Client: while evaluating failed attempts:
2014-12-29 Wilfried GoesgensProper handling in DNS queries: if the client decides...
2014-12-29 Wilfried GoesgensFix terminating of other contexts
2014-12-22 Wilfried GoesgensFreshly bootstrapped config.
2014-12-22 Wilfried Goesgensmore places to fix the new linebreak behaviour of the...
2014-12-22 Wilfried Goesgenssince the template engine doesn't do this for you,...
2014-12-22 Wilfried GoesgensWe need to have a definite number for the linenumber...
2014-12-22 Wilfried GoesgensThe new base 64 encoder adds linebreaks, we need to...
2014-12-22 Wilfried GoesgensFix CLANG compile: local inline functions _have_ to...
2014-12-08 Wilfried GoesgensCatch errors while saving roomnet configs
2014-12-07 Wilfried GoesgensForce ascii in grep; thanks to user 'nnnn20430' for...
2014-12-07 Wilfried Goesgenswork on decompressing
2014-12-07 Wilfried Goesgensdon't use non-ascii chars.
2014-11-30 Wilfried GoesgensStream Z-encoding seems to work now.
2014-11-22 Wilfried Goesgensoutput the session ids when logging that we kill'em
2014-11-22 Wilfried GoesgensFucked up the sequence of arguments for the floodprotec...
2014-11-18 Art Cancroadded a skeletal 'export' command to ctdlsh
2014-11-16 Art CancroAdded <progress> tags to our export format. This will...
2014-11-14 Art CancroRemove legacy command ARTV
2014-11-11 Wilfried GoesgensRevert parts of b11aa21e7968de3591f30d7af1ba561fab7bc53...
2014-11-11 Wilfried Goesgenssome more places for the transition IO->DB queue
2014-11-11 Wilfried Goesgensremove duplicate code to cleanup curl stuff
2014-11-08 Wilfried Goesgensadd function to lock the current user.
2014-11-07 Art CancroFixed a null pointer issue
2014-11-07 Wilfried GoesgensAs pointed out by HarryC, we need to do nullpointerchec...
2014-11-06 Wilfried Goesgensway back from DB -> IO Queue
2014-11-06 Wilfried GoesgensInstead of initiating the transition between DB & IO...
2014-11-06 Art CancroCtdl_LDAP_to_vCard() migrated to ctdl_ldap_initialize()
2014-11-06 Art CancroCtdlTryPasswordLDAP() migrated to ctdl_ldap_initialize()
2014-11-06 Art CancroCtdlTryUserLDAP() migrtated to ctdl_ldap_initialize()
2014-11-06 Art Cancrowtf
2014-11-06 Art CancroAll calls to ldap_init(host,port) are now replaced...
2014-11-06 Art CancroRemoved a previous attempt at using ldap_initialize...
2014-10-28 Wilfried GoesgensFix locking of netcnofigs
2014-10-27 Wilfried GoesgensOne more place were we have to check whether this is...
2014-10-27 Wilfried GoesgensAdjust handling of seen events, add debug functions...
2014-10-27 Wilfried Goesgensfind places which access information after the context...
2014-10-27 Wilfried Goesgens - don't use logfunctions that access the non-owned...
2014-10-27 Wilfried Goesgensdisable unfinished panic.log functionality
2014-10-23 Wilfried GoesgensMore places to use the right api function.
2014-10-23 Wilfried Goesgens*moregna*
2014-10-23 Wilfried Goesgens*gna*
2014-10-23 Wilfried GoesgensUse a single function to transition from IO to DB Queue
2014-10-23 Wilfried GoesgensAdd DB/IO/W to backtraces
2014-10-21 Wilfried GoesgensMostly we should happen to add one IO context, output...
2014-10-21 Wilfried Goesgensadd whether we're in which eventloop / a worker thread...
2014-10-20 Wilfried GoesgensTidyup the networker
2014-10-20 Wilfried Goesgensreplace strlens by breaks, fix comparison warnings.
2014-10-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-10-20 Wilfried GoesgensFix compilation with -o2
2014-09-30 Art Cancrocontinuing war on unnecessary include of sys/time.h
2014-09-30 Art Cancrocleanup warnings
2014-09-30 Art CancroRevert "sys/time.h no longer needed on modern systems"
2014-09-30 Art Cancrosys/time.h no longer needed on modern systems
2014-09-24 Art CancroRemoved the tag to prevent MS Smart Tags from being...
2014-09-18 Art Cancronew url for lingering_close() description
2014-09-10 Wilfried GoesgensNetworker: when we're aborting anyways we don't need...
2014-08-31 Wilfried GoesgensBase64: we need the length of the string; else we fail
2014-07-23 Wilfried GoesgensLDAP: check for new values in LDAP on each login (by...
2014-07-04 Art CancroNNTP and NNTPS port configurations in both the text...
2014-06-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
next