]> code.citadel.org Git - citadel.git/history - citadel
* fix off by one while copying email headers
[citadel.git] / citadel /
2010-03-04 Wilfried Göesgens* fix off by one while copying email headers
2010-03-04 Art Cancro* Fix rooms.c call to citedit()
2010-03-04 Art Cancro* cleanup
2010-03-04 Art Cancro* citedit() does not make use of the client's IPC conte...
2010-03-03 Art Cancro* Removed code from serv_chat.c that checks to see...
2010-03-02 Wilfried Göesgens* don't use strchr to find the end of the email header...
2010-03-02 Wilfried Göesgens* #if-out the buffered-read-debug-o-matic
2010-03-02 Art Cancro* Slightly more computationally efficient version of...
2010-03-02 Art Cancro* Replaced memfmout() with a much simpler version that...
2010-03-02 Art Cancro* The PEXP command has been deprecated for ten years...
2010-03-02 Art Cancro* Eliminate an unused variable
2010-02-28 Wilfried Göesgens* use the just commited defines; append -policy to...
2010-02-27 Wilfried Göesgens* Hail X-Macros! use typed enums instead of plain strin...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-25 Dave WestFix HaveMoreLinesWaiting. Fixes IG's problem with async.
2010-02-25 Art Cancro* Working on async
2010-02-25 Art Cancro* Noticed that when serv_chat.c sets async_waiting...
2010-02-24 Art Cancro* Fixed some warnings
2010-02-24 Dave WestFix async messages (hopefully).
2010-02-23 Art Cancro* In the extremely unlikely event that CtdlGetContextAr...
2010-02-23 Art Cancro* Tweaked some of the XMPP stanzas to include a valid...
2010-02-23 Art Cancro* More XMPP tweaks, none of which fixed our current...
2010-02-23 Art Cancro* When an XMPP client closes its stream, close the...
2010-02-22 Wilfried Göesgens* make the user const
2010-02-22 Art Cancro* more debugging
2010-02-22 Art Cancro* Renamed the 'jabber' module to 'xmpp' module. Also...
2010-02-21 Wilfried Göesgens* fill the migrate buffer so the new sock_getln works
2010-02-21 Wilfried Göesgens* fix endless loop; respect kill_me
2010-02-21 Wilfried Göesgens* don't forget to separate the headers from the body...
2010-02-21 Wilfried Göesgens* migrate append to StrBuf; switch the lineconverter...
2010-02-21 Art Cancro* Implemented XEP-0199: XMPP Ping ... see http://xmpp...
2010-02-21 Art Cancro* Reply to XMPP queries in unsupported namespaces with...
2010-02-20 Wilfried Göesgens* debug output for BLOB reading too.
2010-02-19 Wilfried Göesgens* protect access to client_sock here too.
2010-02-19 Wilfried Göesgens* add linebreak so we don't expose our weakness here.
2010-02-19 Wilfried Göesgens* don't break overlong lines on random places and loose...
2010-02-17 Wilfried Göesgens* fix returnvalue of wrapper to be identical to as...
2010-02-17 Art Cancro* text client: try the user's password with and without...
2010-02-17 Art Cancro* During setup, the default LDAP port number is now...
2010-02-17 Art Cancro* Switch from ldap_search_st() to ldap_search_ext_s...
2010-02-17 Art Cancro* ldap.c needs a little love. (I only added some extra...
2010-02-14 Wilfried Göesgens* copy the FD so we're safe of other threads setting...
2010-02-14 Wilfried Göesgens* remove debug code
2010-02-14 Wilfried Göesgens* don't flush the inbuffer on send; while this is appro...
2010-02-13 Wilfried Göesgens* check whether the FD got fuxored meanwhile before...
2010-02-12 Wilfried Göesgens* wrong pointer...
2010-02-12 Wilfried Göesgens* make the write -1 aware here too.
2010-02-12 Wilfried Göesgens* custom sockets need to work buffered too...
2010-02-11 Art Cancro* minor tweak to above
2010-02-11 Art Cancro* Eliminate HAVE_FLOCK from the build system. Instead...
2010-02-11 Wilfried Göesgens* NULL is the abort condition for an invalid header
2010-02-10 Wilfried Göesgens* migrate convert_internet_message to StrBuf, the new...
2010-02-09 Wilfried Göesgens* change CtdlReadMessageBody to use StrBuf for concatte...
2010-02-09 Wilfried Göesgens* if we got more in our commandbuf than the last comman...
2010-02-09 Art Cancro* serv_upgrade.c: don't clear out the LDAP config
2010-02-09 Wilfried Göesgens* add ctdlmigrate
2010-02-08 Wilfried Göesgens* this can get bigger...
2010-02-08 Wilfried Göesgens* start migration to buffered I/O
2010-02-08 Wilfried Göesgens* fix warning in openssl function signature
2010-02-08 Wilfried Göesgens* remove test URL from mail how did this creep into...
2010-02-07 Wilfried Göesgens* if we delete the last message, msglist[num_msgs ...
2010-02-06 Wilfried Göesgens* optimize SMTP in, first step:
2010-02-06 Wilfried Göesgens* fix off by one in memfmtout
2010-02-06 Wilfried Göesgens* remember the total size a downloadable file has
2010-02-06 Wilfried Göesgens* comparing the result of a bitflag operation with...
2010-02-03 Art Cancro* Populate EUID field when fetching RSS items, if possible.
2010-02-01 Wilfried Göesgens* partialy revert r8246; we're working in units of...
2010-01-31 Wilfried Göesgens* transmit the charset (if found) in part= and DLAT
2010-01-31 Dave WestAnother attempt to close the hole causing crashes when...
2010-01-30 Dave WestAttempt to fix the crash that results from a new sessio...
2010-01-29 Wilfried Göesgens* get the pointer after we sent the greating, its NULL...
2010-01-27 Wilfried Göesgens* be more accurate, len needs to be at least sizeof...
2010-01-27 Wilfried Göesgens* checking whether cdb->len == 0 was missing as abort...
2010-01-22 Wilfried Göesgens* add literal support to imap login / passwords; this...
2010-01-20 Art CancroSession SMTP data is null. WTF? We will crash now.
2010-01-17 Art Cancro* Fixed another fread() bug
2010-01-16 Art Cancro* Fixed some more of the things that broke in r8201.
2010-01-15 Art Cancro* fixed some log messages that still had color in them...
2010-01-15 Art Cancro* When an outgoing message being delivered via SMTP...
2010-01-13 Art Cancro* Removed the extra log message now that the bug is...
2010-01-13 Art Cancro* fixed a bug in network_process_file() that was causin...
2010-01-13 Art Cancro* Added some more diagnostics to serv_network.c --...
2010-01-10 Dave WestFix race condition that caused segfaults in imap and...
2010-01-06 Art Cancro* Modified configure.ac to look for gc/gc_local_alloc...
2010-01-05 Wilfried Göesgens* read reply....
2010-01-05 Wilfried Göesgensas
2010-01-05 Wilfried Göesgens* want if mkdir, chmod, chown fail...
2010-01-05 Wilfried Göesgens* memset config before reading it
2010-01-05 Wilfried Göesgens* only warn if they didn't already exist
2010-01-05 Wilfried Göesgens* use the results of fread instead of trusting that...
2010-01-05 Wilfried Göesgens* make it const where possible...
2010-01-02 Wilfried Göesgens* rewrite memfmout() so it doesn't split overlong lines...
2010-01-02 Wilfried Göesgens* add cputbuf which outputs a StrBuf to the client
2010-01-02 Wilfried Göesgens* remove replace part of memfmout(); its not used anymo...
2010-01-01 Art Cancro* Updated the citserver and webcit initialization banne...
2009-12-30 Art Cancro* Added a new 'MSGS LT' subcommand
2009-12-23 Michael HamptonSwitch to 4096 bit Diffie-Hellman parameters for Citade...
2009-12-22 Art Cancro* Some RSS feeds are tagged as <rdf> instead of <rss...
2009-12-21 Wilfried Göesgens* apply the release stuff to head too from r8127
next