citadel.git
2010-04-19 Wilfried Göesgens* client_read_to(): print a bactrace when the client...
2010-04-19 Wilfried Göesgens* fix umlaut
2010-04-10 Art Cancro* oops ... fix a syntax error
2010-04-10 Wilfried Göesgens* according to https://support.mozilla.com/en-US/forum...
2010-04-10 Wilfried Göesgens* ReadPostData(): abort if we fail to read the whole...
2010-04-10 Wilfried Göesgens* mime_parser(), mime_decode(), the_mime_parser();...
2010-04-08 Wilfried Göesgens* change_start_page(), LoadStartpage(): check whether...
2010-04-08 Art Cancro* Moved instant messaging into its own module -- serv_i...
2010-04-06 Wilfried Göesgens* GetRESTFolder(): find the parts of the URL matching...
2010-04-06 Art Cancro* Minor tweaks to ldap.c -- logging, remove commented...
2010-03-30 Wilfried Göesgens* say we're UTF-8 in vacation messages.
2010-03-28 Art Cancro* Disabled CHAT cmd until the underlying I/O layer...
2010-03-27 Wilfried Göesgens* CtdlOutputPreLoadedMsg(): chop it into handy pieces...
2010-03-27 Art Cancro* Disable the XMPP-mortuary code. It's not ready for...
2010-03-27 Wilfried Göesgenscmd_chat(): use CCC instead of CC
2010-03-27 Wilfried Göesgens* open_databases(): cast the yield function so the...
2010-03-25 Wilfried Göesgens* cdb_decompress_if_necessary(): memset 0 the buffer...
2010-03-25 Wilfried Göesgens* client_read_sslblob(): don't use uninitialized values.
2010-03-25 Wilfried Göesgens* html_to_ascii(): don't buffer underrun while checking...
2010-03-25 Wilfried Göesgens * unfold_rfc822_field(): don't forget to copy over...
2010-03-24 Wilfried Göesgens* client_read_blob(): behave the same way in non-ssl...
2010-03-23 Wilfried Göesgens* serv_read_binary(): in some cases we can get here...
2010-03-23 Wilfried Göesgens * StrBufPlain(): secure input arguments; don't strlen...
2010-03-23 Wilfried Göesgens* client_read_blob() don't swallow errorstates.
2010-03-23 Wilfried Göesgens * qp_encode_email_addrs(): don't use static buffers...
2010-03-22 Art Cancro* More work on the XMPP dead buddy list
2010-03-22 Art Cancro* more work on the dead buddies purge
2010-03-21 Wilfried Göesgens * imap_fetch_rfc822(): migrate to strbuf
2010-03-21 Art Cancro* clean up dead buddies from the xmpp roster (not finis...
2010-03-20 Wilfried Göesgens* imap_listroom():
2010-03-20 Wilfried Göesgens* imap_append(): rename buffer, don't use it for severa...
2010-03-20 Wilfried Göesgens* string_append_c(): use another name for buf
2010-03-20 Wilfried Göesgens* rename another buf
2010-03-20 Art Cancro* Fixed some syntax errors in de.po:
2010-03-19 Wilfried Göesgens* give static buffers either a meaningfull name or...
2010-03-19 Art Cancro* libcitadel internal version number is now 7.80
2010-03-18 Wilfried Göesgens* sock_getln() should return the length of the string...
2010-03-18 Wilfried Göesgens* fix memleak
2010-03-17 Wilfried Göesgens* CtdlClientGetLine(): we don't support Error while...
2010-03-17 Wilfried Göesgens* client_read_sslblob(): don't leave CC->Pos on an...
2010-03-17 Wilfried Göesgens* some null'ing of our debug codes
2010-03-16 Wilfried Göesgens* CtdlFetchMessage(): don't use strdup on a buffer...
2010-03-16 Wilfried Göesgens* CtdlOutputPreLoadedMsg: use length calculated by...
2010-03-16 Wilfried Göesgens* free some forgotten buffers
2010-03-16 Wilfried Göesgens* fix imap uid fetching:
2010-03-16 Wilfried Göesgens* add iodbg switch to debian scripts
2010-03-16 Wilfried Göesgens* StrBufReplaceToken(): source and dest of move operati...
2010-03-16 Wilfried Göesgens* StrBufStripAllBut(): cut at the right border not...
2010-03-16 Wilfried Göesgens* move the instant death to USR2 as dave questioned
2010-03-15 Wilfried Göesgens* we did that +1 two lines above to avaid infinite...
2010-03-14 Wilfried Göesgens* move the pointer one to the right, else we will loop...
2010-03-14 Wilfried Göesgens* exit citserver on SIG_USR1 instantly, so we have...
2010-03-14 Art Cancro* Call getnameinfo() without the flag that suppresses...
2010-03-13 Art Cancro* More tweaks to locate_host() but we still need to...
2010-03-13 Art Cancro* Port locate_host() to IPv6
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-03-13 Art Cancro* IPv6 experiment. -DCTDL_IPV6 to enable. Disabled...
2010-03-13 Wilfried Göesgens* add StrBufPook which blobs out a sub-part of the...
2010-03-12 Wilfried Göesgens* upsi, forgot to move that flag
2010-03-12 Wilfried Göesgens* casting int to char* doesn't work out on 64 bit archi...
2010-03-12 Art Cancro* Do not reinsert the existing wiki page when uploading...
2010-03-11 Wilfried Göesgens* make uid fetch and friends dynamic in size
2010-03-09 Wilfried Göesgens* add function to replace a sub snippet of a string
2010-03-07 Wilfried Göesgens* if we receive a text\n000 its a legal message. don...
2010-03-07 Wilfried Göesgens* replace rewrite_ctdl_sieve_config()s use of malloc...
2010-03-07 Art Cancro* Never mind ... I understand now. Messages which...
2010-03-07 Art Cancro* msgbase.c now contains both the new and old versions...
2010-03-06 Wilfried Göesgens* fix convert_internet_message_buf(); we forgot to...
2010-03-05 Art Cancro* New parameter to CtdlSaveMsgPointersInRoom() to suppr...
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-03 Art Cancro* Changed strings to 'First Name' and 'Last Name' in...
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-03-01 Wilfried Göesgens* add configure detection for solaris localtime_r,...
2010-03-01 Wilfried Göesgens* forgot to commit this: add CTX_STRBUFARR
2010-03-01 Wilfried Göesgens* incooperate Stefan Schwarz' sugestions
2010-02-28 Wilfried Göesgens* defines for pop aggregation columns
2010-02-28 Wilfried Göesgens* fix register to allow escapers
2010-02-28 Wilfried Göesgens* add generic lists with strings
2010-02-28 Wilfried Göesgens* ups wrong varname
2010-02-28 Wilfried Göesgens* general way to do retrieve / save autopurger data
2010-02-28 Wilfried Göesgens* add proper error handling to room netconfig loading
2010-02-28 Wilfried Göesgens* add macro for use of ConstStr as parameter
2010-02-28 Wilfried Göesgens* add handler to get the value or string representation...
2010-02-28 Wilfried Göesgens* add const string evaluator
2010-02-28 Wilfried Göesgens* use the just commited defines; append -policy to...
2010-02-28 Wilfried Göesgens* add defines for the autopurger tokens
2010-02-28 Wilfried Göesgens* add COND:FLOOR:ISSUBROOM to detect whether the curren...
2010-02-27 Wilfried Göesgens* put is_https into a COND:IS_HTTPS
2010-02-27 Wilfried Göesgens* whops, wrong param offset; allow parameter
2010-02-27 Wilfried Göesgens* implement ITERATE:THISROOM:GNET
2010-02-27 Wilfried Göesgens* Hail X-Macros! use typed enums instead of plain strin...
next