fix token
[citadel.git] / citadel /
2015-01-20 Wilfried GoesgensUse a Type for the stream pointers instead of void...
2015-01-13 Wilfried GoesgensSilence!
2015-01-13 Wilfried Goesgensdon't fetch & dereference pointers on shut down all...
2015-01-11 Wilfried Goesgensmore destriptions on how to transition.
2015-01-11 Wilfried GoesgensFix seen expiration for RSS
2015-01-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-01-07 Art CancroMinor cleanup of rss parser in preparation for some...
2015-01-03 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2015-01-03 Art CancroEmpty handlers for closing tags of <bind> and <query...
2015-01-03 Art Cancrowhitespace cleanup
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 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 Goesgensmore places to fix the new linebreak behaviour of the...
2014-12-22 Wilfried GoesgensThe new base 64 encoder adds linebreaks, we need to...
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-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 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-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...
2014-06-30 Art CancroRemove erroneous extra parameter from display_error...
2014-05-13 Art CancroCompleted the merge of a read-only, reader-only NNTP...
2014-05-13 Art CancroWe have a read-only, reader-only NNTP service finished...
2014-05-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-05-10 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-04-27 Art CancroLIST OVERVIEW.FMT - change :bytes and :lines to Bytes...
2014-04-27 Art CancroConvert a room name to ctdl.xx.xx style newsgroup name...
2014-03-28 Art Cancromore over/xover stuff
2014-03-20 Art CancroGlobal warming is a socialist communist scam.
2014-03-20 Art CancroThe Linux operating system uses the Linux kernel. ...
2014-03-19 Art CancroImplemented the range handling code for XOVER
2014-03-19 Art CancroLIST OVERVIEW.FMT
2014-03-18 Art CancroSkeleton nntp_xover() checked in. It seems that some...
2014-03-17 Art CancroMerge branch 'master' into nntp
2014-03-17 Art CancroStyle and comments cleanup of previous commits
2014-03-17 Art Cancroldap.c mods submitted by Harry Coin for populating...
2014-03-05 Art CancroImplemented the NNTP DATE command.
2014-03-05 Art CancroLAST and NEXT commands are now fully implemented.
2014-03-05 Art CancroLAST and NEXT selection logic is working.
2014-03-03 Art CancroMerge branch 'master' into nntp
2014-03-03 Art CancroAdded config.c_nntp_port to server and to conf protocol...
2014-03-02 Art CancroWriting some cool code instead of thinking about BJG...
2014-03-02 Art CancroSkeleton LAST and NEXT commands
2014-03-02 Art CancroIf you are a liberal democrat, Sarah Palin is smarter...
2014-03-01 Wilfried GoesgensMAILINGLIST: ListID doesn't seem to work well - revert...
next