Move location of variable declaration to silence warning
[citadel.git] / citadel /
2015-04-25 Art CancroMove location of variable declaration to silence warning
2015-04-18 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2015-04-18 Wilfried Goesgensset_default_values() in setup.c now gone completely
2015-04-17 Wilfried GoesgensIn case of to many users online we throw an error;...
2015-04-02 Wilfried Goesgensfix uninitialised warning.
2015-04-01 Art CancroRan the releaseversion.sh script to mark everything... v9.01
2015-03-30 Wilfried GoesgensBy Harry Coin:
2015-03-01 Wilfried GoesgensFix debian init script so it works with systemd.
2015-02-19 Wilfried GoesgensNeed to set the header data.
2015-02-19 Wilfried GoesgensRSSClient: Add the location header provided URL to...
2015-02-17 Wilfried GoesgensSend crashmessage just once per day.
2015-02-16 Wilfried GoesgensFix utf8-handling.
2015-02-14 Art CancroFixed the remaining bugs in roster iq replies.
2015-02-14 Art Cancrofix to previous commit
2015-02-14 Art CancroAdded a from= attribute to the reply to discovery queri...
2015-02-12 Art CancroChange copyright date in banner to 2015
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.
next