citadel.git
2014-02-07 Art CancroLIST returns 215, not 231
2014-02-06 Art CancroMODE READER
2014-02-05 Art CancroLISTGROUP fully implemented.
2014-02-05 Art CancroFinished the GROUP command
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-04 Art CancroUpdated the CtdlUserGoto() API call to also return...
2014-02-04 Art Cancroskeleton nntp_group()
2014-02-03 Wilfried GoesgensBASE64: forcefully terminate it after deciphering it.
2014-02-03 Wilfried GoesgensAUTH PLAIN: password length has to be its own variable...
2014-02-03 Wilfried GoesgensAUTH PLAIN: don't trip over eventually uninitialized...
2014-02-03 Wilfried GoesgensAUTH PLAIN: second try.
2014-02-01 Art CancroAdded mandatory HELP command; removed nonstandard NOOP...
2014-02-01 Art CancroImplemented wildmat match in LIST commands
2014-02-01 Art Cancrobrought in the standard wildmat.c
2014-02-01 Art Cancroamended CAPABILITIES and other stuff meow
2014-02-01 Art CancroMerge branch 'master' into nntp
2014-02-01 Art Cancromove nntp stuff to .h header file, bitches
2014-02-01 Art CancroLIST ACTIVE and LIST NEWSGROUPS
2014-01-31 Art Cancroabortion is murder
2014-01-31 Art Cancrohigh water mark first
2014-01-31 Art CancroAnyone who is not a Tea Party supporter is a Hitler...
2014-01-31 Art CancroFinished NEWGROUPS. Also finished a function that...
2014-01-31 Wilfried GoesgensI18N fix syntax
2014-01-31 Wilfried GoesgensI18N: update German
2014-01-30 Wilfried GoesgensI18n: refresh po-files
2014-01-30 Wilfried GoesgensFine-Uploader; make missing strings translateable
2014-01-30 Wilfried Goesgenscreate pot has moved; adjust buildpackages
2014-01-27 Wilfried GoesgensBASE64: we don't remove \0's anymore, we need to treat...
2014-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-01-26 Wilfried GoesgensAttachment Upload: we removed the colon, adjust the...
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-22 Art CancroNEWGROUPS command now parses the supplied date and...
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-17 Art Cancrorough cut of NEWGROUPS cmd
2014-01-17 Art CancroMerge newsgroup--room name conversion functions
2014-01-15 Art CancroNNTP server module
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...
next