citadel.git
2012-03-22 Wilfried GoesgensStrBufStripSlashes() we want to _strip_ trailing slashe...
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-20 Wilfried Goesgensfix memleak
2012-03-20 Art CancroFixed the missing chrome in the add/delete scripts...
2012-03-20 Art CancroChanged the comment style of the 'note to translators...
2012-03-20 Art CancroRemoved the nonstandard banner option from output_headers()
2012-03-20 Art CancroMigrated the sieve screens to room_banner_override...
2012-03-20 Art CancroMigrated 'Send instant message' screen to room_banner_o...
2012-03-20 Art CancroMigrated 'Add or edit an event' screen to room_banner_o...
2012-03-20 Art CancroMigrated 'setup wizard' screen (which isn't actually...
2012-03-20 Art CancroMigrated 'configure push email' screen to room_banner_o...
2012-03-20 Art Cancroremoved some blank lines
2012-03-20 Art CancroWhen an event has no DTEND, set the duration to zero...
2012-03-20 Art Cancroajax-only behavior for the wholist as well.
2012-03-20 Art CancroRemove the initial display of Messages, Tasks, and...
2012-03-20 Art CancroRestored the override_room_banner behavior for the...
2012-03-19 Art CancroWhen authentication is successful, display a 'please...
2012-03-18 Art CancroVILE SLEAZY HACK. If anyone had their start page confi...
2012-03-18 Art Cancrostyle cleanup
2012-03-16 Art Cancrotemporary fix to handle summary page not displaying...
2012-03-15 Art CancroRemove the old queue view and migrate the new one to...
2012-03-15 Art CancroReworked some suboptimal logic found in create_script()
2012-03-15 Art CancroUpgraded the convenience_page() function to the new...
2012-03-15 Art Cancroremoved a spurious javascript alert
2012-03-15 Art CancroReworked the summary page to flow through the main...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2012-03-15 Art Cancroupdated copyright notice in webcit.c and cleaned up...
2012-03-15 Art Cancroadd newline to cmd_cull
2012-03-13 Wilfried Goesgensnetwork_talking_to(): fix detection whether we are...
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...
next