Merge branch 'master' into nntp
[citadel.git] / citadel /
2014-03-03 Art CancroMerge branch 'master' into nntp
2014-03-03 Art CancroAdded config.c_nntp_port to server and to conf protocol...
2014-03-02 Art CancroWriting some cool code instead of thinking about BJG...
2014-03-02 Art CancroSkeleton LAST and NEXT commands
2014-03-02 Art CancroIf you are a liberal democrat, Sarah Palin is smarter...
2014-03-01 Wilfried GoesgensMAILINGLIST: ListID doesn't seem to work well - revert...
2014-02-16 Art Cancrosequence numbers
2014-02-15 Art Cancrocurrent article number variable is now in place
2014-02-15 Art CancroSet up per-session NNTP state structure, alloc and...
2014-02-12 Art CancroNNTP ARTICLE/HEAD/BODY/STAT now return the message...
2014-02-12 Art Cancroserv_nntp.c update to api change
2014-02-12 Art CancroMerge branch 'master' into nntp
2014-02-12 Art CancroAdded message-id to the list of fields CtdlOutputMsg...
2014-02-11 Art CancroThis should be STAT
2014-02-11 Art CancroMore work on ARTICLE/HEAD/BODY/STAT
2014-02-08 Art CancroPainting with all of the colors of the wind and also...
2014-02-08 Art CancroPainting with all of the colors of the wind and also...
2014-02-08 Art CancroFramework for ARTICLE, HEAD, BODY, and STAT commands
2014-02-07 Art CancroNNTP: obscure passwords in the syslog
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 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-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-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-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-02 Wilfried GoesgensMIGR: more performance improvements
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 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-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: two more places to handle the new room mode.
2013-12-07 Wilfried GoesgensMarkdown: start adding markdown wiki mode.
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-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 Goesgensresync translations with launchpad.
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
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-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-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 GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
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-07 Wilfried Goesgensrests of moving the .debs of the textclient over into...
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...
next