citadel.git
2012-03-13 Art Cancroall ImportantMessage deliveries are now done through...
2012-03-11 Wilfried GoesgensCitadel Networker: after calling sub-writers we need...
2012-03-11 Wilfried GoesgensEvent-client: in sort of uncasual timeout use our regul...
2012-03-11 Wilfried GoesgensImplement sending of files without splice() for elderly...
2012-03-10 Wilfried GoesgensCitodel Networking: fix removeal of netshare rooms
2012-03-10 Wilfried GoesgensNetworker: fix error message generation.
2012-03-08 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-08 Wilfried GoesgensEVENT: if we connect a remote port and have ipv4 bind...
2012-03-08 Art CancroRemove 'wtf' comment from template
2012-03-08 Art Cancromoved a comment up to the top
2012-03-08 Art CancroRepaired several logic issues in sieve.c that were...
2012-03-08 Art Cancrosilence compiler warning with variable no longer used
2012-03-07 Art Cancromini rfc2047 decoder for the text client
2012-03-06 Art CancroRestored the 'Delete' button to the add/delete scripts...
2012-03-06 Wilfried GoesgensSMTP-Client: more timeout situations where we're in...
2012-03-06 Wilfried GoesgensSMTP-Bounce-Message: separate mime header by \r\n
2012-03-05 Wilfried GoesgensCtdlSaveMsgPointersInRoom() also call AdjRefCountList...
2012-03-05 Wilfried GoesgensAdjRefCountList(): we de/increase the refcount of a...
2012-03-05 Wilfried GoesgensCtdlDeleteMessages(): deploy smarter logic to check...
2012-03-05 Wilfried GoesgensDVCA: init string literals to empty just to be shure...
2012-03-03 Art CancroMoved important_message to a more visible location...
2012-03-03 Art Cancrowtf? huge pieces of this are either missing or broken
2012-03-03 Art CancroRemoved obsolete declarations
2012-03-03 Art CancroFlipped a conditional that was causing the sieve script...
2012-03-03 Art CancroRemoved the commented-out code in sieve.c
2012-03-02 Art Cancrocheck for null
2012-03-02 Art CancroRemove base64 encoding of feed links
2012-03-02 Art CancroRemove base64-encoding of message permalinks.
2012-03-01 Wilfried GoesgensMailQView: fix display
2012-03-01 Wilfried GoesgensSMTPQ: don't multiplay the value for displaying it.
2012-03-01 Wilfried GoesgensSMTP-Client: seems as if libev timestamps are not what...
2012-02-28 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-28 Wilfried GoesgensDon't put functionpointer into the hash directly, some...
2012-02-28 Art CancroStop processing if the Sieve script is empty.
2012-02-28 Art CancroSmall API change to previous commit
2012-02-28 Art CancroSplit out a portion of ctdl_getscript() into a new...
2012-02-28 Art CancroRemove extra newlines
2012-02-27 Wilfried GoesgensSMTP-client: when serializing, make next now+Retry
2012-02-27 Wilfried GoesgensEvent-Client: add wrapper around ev_now()
2012-02-27 Wilfried GoesgensSMTP-Client: send a message on first failed, or permane...
2012-02-27 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-27 Wilfried GoesgensSMTP-Client: decide when to send a bounce or not.
2012-02-27 Art CancroShow system contexts when RWHO is run via admin socket
2012-02-27 Art CancroInitialize variables in GetSieveRules() , thanks projectgus
2012-02-26 Art CancroAdd ServerShutdownModule_GETTEXT() dummy for non NLS...
2012-02-26 Art Cancrofml
2012-02-26 Art CancroRevert "Call textdomain() and bindtextdomain() at the...
2012-02-26 Art CancroRevert "man page says that '/locale' will be appended...
2012-02-26 Art CancroRevert "removed empty_locale and just use wc_locales...
2012-02-26 Art CancroRevert "Simplified tmplput_offer_languages() behavior...
2012-02-26 Art CancroRevert "Scan for language files during bootstrap instea...
2012-02-26 Art CancroRevert "calling newlocale() with wc_locales[0] as the...
2012-02-26 Art CancroRevert "Revert "calling newlocale() with wc_locales...
2012-02-26 Art CancroRevert "calling newlocale() with wc_locales[0] as the...
2012-02-26 Art Cancrocalling newlocale() with wc_locales[0] as the third...
2012-02-26 Wilfried Goesgensbefore reading from the server socket check whether...
2012-02-26 Wilfried GoesgensC-Ares-DNS: when destructing make shure all events...
2012-02-26 Wilfried GoesgensCtdlForEachMessage(): abort when server is sutting...
2012-02-26 Wilfried GoesgensNetworker: watch out for server shutting down before...
2012-02-26 Wilfried GoesgensRe-Sort Cleanup of event io on shutdown
2012-02-25 Wilfried Goesgens.debs: remove obsolete programms from install targets.
2012-02-25 Wilfried GoesgensMailinglists: fix reply-to for local posters
2012-02-25 Wilfried GoesgensMailQ: remember & display the room for mailingilst...
2012-02-25 Wilfried GoesgensSMTP-QView Rework: set the right subject when re-saving...
2012-02-23 Art CancroReinstated the defunct 'whobbs' utility as a function...
2012-02-23 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-23 Art CancroCleanup and added funny joke haha
2012-02-23 Art CancroNo need to declare INADDR_NONE here, it's a unix domain...
2012-02-23 Art CancroUpdate license declaration on ctdlsh startup
2012-02-23 Art CancroUpdate license declaration on ctdlsh startup
2012-02-23 Art Cancroctdlsh: if 'passwd' entered without arguments, ask...
2012-02-23 Art CancroReworked ctdlsh to use the new admin socket instead...
2012-02-23 Art CancroScan for language files during bootstrap instead of...
2012-02-23 Art CancroRemoved spurious protocol output in RWHO command when...
2012-02-22 Art CancroRevert "Remove ENABLE_NLS definition. Either we HAVE_U...
2012-02-22 Art CancroRemove ENABLE_NLS definition. Either we HAVE_USELOCALE...
2012-02-21 Art CancroSimplified tmplput_offer_languages() behavior on non...
2012-02-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-21 Wilfried Goesgenssleep() isn't defined to be per thread; use usleep...
2012-02-21 Wilfried GoesgensSMTP-Client: implement tactics not to overload our...
2012-02-19 Art CancroChange the license declaration in the startup messages...
2012-02-19 Art Cancroremoved empty_locale and just use wc_locales[0] for...
2012-02-19 Art Cancroman page says that '/locale' will be appended to the...
2012-02-19 Art CancroCall textdomain() and bindtextdomain() at the beginning...
2012-02-19 Art CancroRemoved duplicate msgstr so et.po compiles
2012-02-18 Wilfried Goesgensresync translations with launchpad; add czec strings.
2012-02-18 Wilfried GoesgensSMTP-Queue-View: templatize
2012-02-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-18 Wilfried GoesgensReadloop remove special cases
2012-02-18 Wilfried GoesgensC-Ares: stop timer for timeouts in all cases.
2012-02-16 Art CancroStyle cleanup in preparation for changes to this module
2012-02-14 Art CancroRemoved obsolete header file ctdlsalearn.h
2012-02-14 Art Cancroupdates to ctdlsalearn to handle the new admin socket
2012-02-12 Art CancroUpdated ctdlsalearn to work with citadel-admin.socket
2012-02-11 Art CancroI think this restores the previous REST-like behavior...
2012-02-10 Wilfried GoesgensSMTP-Client: fix MX sorting in.
2012-02-09 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-09 Wilfried GoesgensSMTP-Client: respect MX-Priority in the sequence of...
2012-02-09 Art CancroWhen the root page is requested, replace it with a...
2012-02-09 Art CancroUpdated copyright dates in COPYING files
next