]> code.citadel.org Git - citadel.git/history - citadel/modules
Merge branch 'stable-78x' of ssh://git.citadel.org/appl/gitroot/citadel into stable-78x
[citadel.git] / citadel / modules /
2011-06-29 Wilfried GoesgensMerge branch 'stable-78x' of ssh://git.citadel.org...
2011-06-29 Wilfried Goesgensfix the GETMETADATA command; we mustn't count our naive...
2011-06-15 Art Cancroxmpp_destroy_buddy() now accepts an 'aggressively'...
2011-05-24 Wilfried GoesgensMerge branch 'stable-78x' of ssh://git.citadel.org...
2011-05-23 Art CancroBackport
2011-05-12 Wilfried Goesgensfix source so that '-Wformat -Werror=format-security...
2011-05-05 Wilfried Goesgensfix possible crashes of not NULL-checking the result...
2011-05-03 Art CancroGuard against 'billion laughs' attack in our XMPP service
2011-04-07 Wilfried Goesgenswhen generating subjects for calendar items do quoted...
2011-04-07 Wilfried GoesgensFix searching of ']'
2011-04-07 Wilfried GoesgensMailinglist client: don't add roomname to subject if...
2011-04-05 Art CancroReset run_queue_now back to 0 after a forced run of...
2011-02-23 Art CancroFixed incorrect byte count when writing XML entity...
2011-02-22 Art CancroBackported XML export fixes from master
2011-02-22 Art CancroSanitize v_seen and v_answered during export
2011-02-22 Art CancroEscape single and double quotes in export format
2011-02-22 Art CancroBackport 3acf77119652d4e6081815dac7dbed4ed6fb7d2f from...
2011-02-18 Art CancroEnable XMPP over TLS
2011-02-12 Wilfried Goesgensfree the context on that exit place too.
2011-02-12 Wilfried GoesgensMemleak: free the context on abort too.
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
2011-01-15 Wilfried Goesgensapply memset-0 fix here too.
2011-01-15 Wilfried GoesgensSMTP-Bouncing: don't put message body on wrong Citadel...
2011-01-11 Art CancroWiki revs now work again - replaced --global-reject...
2010-12-21 Wilfried GoesgensFix bug in SMTP-Client to send two < in the envelope...
2010-12-20 Art CancroReplaced client_read() with socket_read_blob() in serv_...
2010-12-14 Wilfried GoesgensSMTP Async I/O:
2010-11-21 Wilfried GoesgensRelax SMTP Client timeout settings as discussed.
2010-11-21 Wilfried Goesgenshave flexible timouts while reading lines in our client...
2010-11-16 Wilfried GoesgensMemleak: free the roomlist of the sieve-queued rooms...
2010-11-16 Wilfried Goesgenssmtp_do_bounce(): don't loose msg['A'] when overwriting...
2010-11-06 Wilfried Goesgensfix crash in SSL BLOB-Reading
2010-11-06 Wilfried Goesgensif we tell the client we're in error state, return.
2010-11-01 Wilfried GoesgensFinalize fixing of netconfig loosing incident
2010-11-01 Wilfried GoesgensPrevent writing empty network configs Part II
2010-11-01 Wilfried Goesgens* cmd_snet: make shure the target FS has enough space...
2010-10-26 Wilfried Goesgens* sock_getln (): CtdlSockGetLine() gives us lines witho...
2010-09-01 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-09-01 Wilfried Goesgens* client_read_sslblob(): fix buffer handling, clean...
2010-07-26 Wilfried GöesgensFix IMAP-List command
2010-07-21 Art Cancro* imap_load_part() is expecting the desired_section...
2010-07-21 Art Cancro* indentation fix
2010-07-21 Art Cancro* Fix a bug that caused a logging problem but did not...
2010-07-21 Art Cancro* Backport r8699 to stable
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-07-11 Wilfried Göesgens* add reply-to: header to mails sent to room list recip...
2010-06-28 Wilfried Göesgens* rss_save_item(): trim the sender
2010-06-28 Wilfried Göesgens* rss_save_item(): encode sender & subject, so webcit...
2010-06-22 Wilfried Göesgens* fix build of webcit tests
2010-06-20 Wilfried Göesgens * check_get(): fix dict_tcp module; we just care for...
2010-06-09 Wilfried Göesgens* add thread local contexts here too.
2010-06-08 Wilfried Göesgens* check for syscall.h
2010-06-07 Wilfried Göesgens* checkpoint thread needs to free its stuff too.
2010-06-07 Wilfried Göesgens* move initialization of context to the top
2010-06-03 Wilfried Göesgens* add function to cleanly shutdown server threads
2010-05-22 Wilfried Göesgens* receive_spool(): remove debugging output; just open...
2010-05-21 Wilfried Göesgens* add possibility to specify the inbound buffer size
2010-05-21 Art Cancro* trace messages
2010-05-21 Art Cancro* Better tempfilename generation for receive_spool()
2010-05-20 Art Cancro* removed an extraneous debug line
2010-05-20 Art Cancro* In a rare eureka-moment, discovered that my XML strin...
2010-05-19 Art Cancro* Finally eliminated the dreaded 'spooling - try again...
2010-05-19 Art Cancro* individual spool files are now created for each run...
2010-05-19 Art Cancro* When downloading network spool from another node...
2010-05-18 Wilfried Göesgens* INLINE doesn't work across several objects as of...
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-05-18 Art Cancro* When a network node is uploading a spool file, receiv...
2010-05-18 Art Cancro* Documented all of the 'TODO: document me.' commands...
2010-05-17 Art Cancro* Minor cleanups while I try to figure out the network...
2010-05-16 Wilfried Göesgens* roomchat_rwho(), roomchat_poll(): gcc likes bit opera...
2010-05-14 Wilfried Göesgens* check_get() clang was indeed right, this ';' is a...
2010-05-14 Art Cancro* Properly escape XML output using new xmlesc() functio...
2010-05-11 Wilfried Göesgens* openid-Module: don't use static buffers in most places
2010-05-10 Art Cancro* I think this cleans up the remaining XMPP bugs. ...
2010-05-10 Art Cancro* Ok, it's not an async bug. When I changed everything...
2010-05-10 Art Cancro* Changed the logic of how we inform the client about...
2010-05-07 Art Cancro* Modified the XMPP service to use client_read_random_b...
2010-05-05 Art Cancro* XMPP login hooks which output protocol data should...
2010-05-05 Art Cancro* check for null
2010-05-03 Art Cancro* New utility function xmpp_is_visible(), used to deter...
2010-05-03 Art Cancro* New utility function xmpp_is_visible(), used to deter...
2010-05-03 Wilfried Göesgens* rather have one typedef than dozends of structs all...
2010-05-03 Art Cancro* Lots of changes to the XMPP Mortuary to make it keep...
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-05-03 Art Cancro* cosmetic changes
2010-05-03 Art Cancro* Tried to complete the dead buddy thing in xmpp, but...
2010-04-29 Wilfried Göesgensxmpp_fetch_mortuary_backend(): copy the string over...
2010-04-29 Wilfried Göesgens* xmpp_xml_end(): output what we don't understand in...
2010-04-28 Art Cancro* Reenabled the XMPP mortuary. If there's still a...
2010-04-26 Wilfried Göesgens* cmd_spex() accept old (deprecated) version of policy too
2010-04-26 Art Cancro* More tweaks to the room chat window. Now displays...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-04-21 Wilfried Göesgens* cmd_oidf(): if we don't have ha Server to authenticat...
2010-04-08 Art Cancro* Moved instant messaging into its own module -- serv_i...
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 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-25 Wilfried Göesgens* client_read_sslblob(): don't use uninitialized values.
2010-03-22 Art Cancro* More work on the XMPP dead buddy list
next