citadel.git
2014-01-26 Wilfried GoesgensAttachments: fix I18N in the templates where possible...
2014-01-25 Wilfried GoesgensAttachments: implement browsing & deleting using fineup...
2014-01-25 Wilfried GoesgensATTACHMENTS: hande UID of files on the partnum param...
2014-01-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-01-21 Wilfried GoesgensAttachments: start using fineuploader.com to upload...
2014-01-21 Wilfried Goesgensupload_attachment : add possibility to switch reply...
2014-01-15 Art Cancrooops wrong branch
2014-01-15 Art CancroNNTP server module
2014-01-10 Art CancroHappy New Year. Startup banners now show 2014 copyrigh...
2014-01-06 Wilfried GoesgensBASE64: add stream handler for base 64 decoding - make...
2014-01-02 Wilfried GoesgensBASE64: - By Edward Flick - 0-terminate the transcoded...
2014-01-02 Wilfried GoesgensBASE64 de/encoding - by Edward Flick - replace John...
2014-01-02 Wilfried GoesgensMIGR: more performance improvements
2014-01-02 Wilfried GoesgensSTRBUF: add wrapper to do source -> target buffer base...
2014-01-02 Wilfried GoesgensMIGRATE: By Edward Flick (DTX) properly set the message...
2014-01-02 Wilfried GoesgensSendcommand: fix usage of FileSendChunked()
2014-01-02 Wilfried GoesgensFileSendChunked(): add mode which operates without...
2014-01-02 Wilfried GoesgensMIGR: replace line buffering by anon-blob buffering
2013-12-29 Wilfried Goesgensremove orphaned PAGER_QUEUE_ROOM define
2013-12-27 Wilfried GoesgensMIGR: use dynamic buffers to overcome max line length...
2013-12-27 Wilfried GoesgensSENDCOMMAND: use linebuffered readers with dynamic...
2013-12-27 Wilfried Goesgensfix the bug in en_GB mingodad found - for some reason...
2013-12-14 Wilfried GoesgensIMAP: fix memcpy, don't coppy blocks when loaded from...
2013-12-14 Wilfried Goesgensmsgbase: don't buffer overrun on invalid messages.
2013-12-08 Wilfried GoesgensMarkdown: Properly escape stuff on the way to the serve...
2013-12-08 Wilfried Goesgensno need to duplicate BSTRs just for getting a StrBuf...
2013-12-08 Wilfried Goesgensedit messages: tripple quote? gotta be a bug.
2013-12-08 Wilfried GoesgensCleanup: move all into the edit/ subfolder
2013-12-08 Wilfried GoesgensMarkdownWiki: put original text into edit-textarea...
2013-12-08 Wilfried GoesgensMarkdown Wiki: add our prefix to relative URLs
2013-12-08 Wilfried GoesgensMARKDOWN: two more places to handle the new room mode.
2013-12-07 Wilfried GoesgensMarkdown: start adding markdown wiki mode.
2013-12-07 Wilfried GoesgensMARKDOWN: add epic editor
2013-12-07 Wilfried Goesgenssatisfy st00pid unitialized checker
2013-12-07 Wilfried GoesgensMarkdown: if we find libmarkdown, register a renderer...
2013-12-07 Wilfried GoesgensSTRBUF: RFC2047-Encode Message - don't ommit linebreaks.
2013-12-07 Wilfried GoesgensSTRBUF: RFC2047-Encode Message - \r == 10
2013-12-07 Wilfried Goesgensflip version to 8.29 for master branch so we're ahead...
2013-12-07 Wilfried GoesgensTHREADS: for some reason in recent debian versions...
2013-12-01 Wilfried GoesgensMSG: another place to replaces chars by enums; secure...
2013-12-01 Wilfried Goesgensfix unwrapping of folded lines.
2013-11-30 Wilfried GoesgensTranslation: update Polski.
2013-11-28 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-28 Wilfried GoesgensXMPP: how messages look..
2013-11-28 Wilfried GoesgensXMPP: continue work on message body
2013-11-28 Wilfried Goesgensfix indention
2013-11-28 Wilfried Goesgensresync translations with launchpad.
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-19 Art Cancrofmt_date() use ISO 8601 date format
2013-11-19 Wilfried GoesgensPOP3: optionalize pop3 verbose logging.
2013-11-15 Wilfried GoesgensMSG: the database returns the buffer size, not the...
2013-11-15 Wilfried GoesgensMSG: we can continue using the strbuf, ommit the wrappe...
2013-11-15 Wilfried GoesgensXMPP: add proper cleanup; add basic support for body...
2013-11-15 Wilfried GoesgensMSG: free the author
2013-11-15 Wilfried GoesgensMSG: safeguard: terminate the message buffer if we...
2013-11-14 Wilfried GoesgensXMPP: commit xprint statement.
2013-11-10 Wilfried GoesgensXMPP: add X-Macros to automated parse tokens
2013-11-08 Wilfried GoesgensSMTP: when we did the login and replied, we mustn...
2013-11-07 Wilfried Goesgensmore f*n places for d_nam<e>len
2013-11-04 Wilfried GoesgensLDAP: experimental implementation using ldap_initialize...
2013-11-03 Wilfried GoesgensXMPP: don't copy stuff around just to find the start...
2013-11-02 Wilfried GoesgensXMPP: add function to generate XML-Stanzas
2013-11-01 Wilfried GoesgensXMPP: fix buffering & tls
2013-11-01 Wilfried GoesgensXMPP: Cleanup
2013-11-01 Wilfried Goesgensadd functions to escape utf8 sequnces for xml streams
2013-10-29 Wilfried Goesgenscorrectly unfold RFC822 Headers and find the right...
2013-10-28 Wilfried GoesgensXMPP: replace rumpelstilskin handler lookup by a hash...
2013-10-27 Wilfried GoesgensMeasure the time RBL took and log it.
2013-10-27 Wilfried Goesgenssave the instant message log with correct quoted printeable
2013-10-27 Wilfried Goesgensadd StrBufRFC2047encodeMessage which does quoted printe...
2013-10-20 Wilfried GoesgensAs pointed out by koelbli, we have to send the passvoid...
2013-10-20 Wilfried GoesgensRead multiline SMTP-Replies; we need to analyze all...
2013-10-20 Wilfried Goesgensfix utf8 handling for xmpp - don't escape valid utf8...
2013-10-20 Wilfried Goesgensfollow new library version
2013-10-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-20 Wilfried GoesgensAdd helper script for release management
2013-10-19 Wilfried Goesgensfix calculation of return string length
2013-10-16 Art CancroSet internal version numbers to 8.21
2013-10-10 Wilfried GoesgensUse the right strlen to output floor+roomnames via...
2013-10-10 Wilfried Goesgensmemset also needs to have the right type.
2013-10-10 Wilfried Goesgenswe mustn't cut the string if we don't find a boundary.
2013-10-08 Wilfried GoesgensTests: add StrBufStripAllBut and compare it to stripallbut
2013-10-07 Wilfried GoesgensImplement range requests with attachments; we may need...
2013-10-07 Wilfried Goesgensrests of moving the .debs of the textclient over into...
2013-10-07 Wilfried Goesgensadd buildpackages script.
2013-10-07 Wilfried Goesgensfix dnamlen, they missed the e, so we need to follow.
2013-10-06 Wilfried Goesgensfix a bug introduced in a8bb950b3da00b7933912c27e2ad928...
2013-10-06 Wilfried GoesgensImplement range request for content download
2013-10-05 Wilfried Goesgensadd a blacklist of mimetypes which we won't gzip compre...
2013-10-05 Wilfried GoesgensRemove false cookies from the browser to avoid endless...
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-10-05 Art CancroAmend the URL View command in the text client to find...
2013-10-01 Wilfried GoesgensPut our known stringlength into the mime parser so...
2013-09-30 Wilfried Goesgensmore places where we can use cm_lengths;
2013-09-30 Wilfried Goesgenspreserve stringlengths when outputting stuff in the...
2013-09-30 Wilfried Goesgensif the pointer is there, we need to free it.
2013-09-30 Wilfried Goesgensfix type for sizeof; it shouldn't be the pointer.
2013-09-29 Wilfried Goesgensdon't rely on malloc to handle (0) parameter; abort...
2013-09-29 Wilfried Goesgensremove unneeded assignment
next