* Rewrote webcit_tcp_server() to work with both IPv4 and IPv6 on host systems with...
[citadel.git] / citadel /
2010-08-11 Wilfried Göesgens* ignore profiler output files
2010-07-29 Wilfried Göesgens* call SetTitles()
2010-07-29 Wilfried Göesgens* fix mk_svn_revision in trunk too.
2010-07-29 Wilfried Göesgens* remove setup_dir and lean on what citadel_dirs.c...
2010-07-29 Wilfried Göesgens* move config file loading into its own function
2010-07-29 Wilfried Göesgens* move init script handling into its own function
2010-07-29 Wilfried Göesgens* move stuff cleaning up old, now unneeded files into...
2010-07-29 Wilfried Göesgens* move default initializing into its own subfunciton
2010-07-29 Wilfried Göesgens* call new directory creation function
2010-07-29 Wilfried Göesgens* add function to create the directory tree citadel...
2010-07-29 Wilfried Göesgens* check for i18 stuff
2010-07-29 Wilfried Göesgens* switch to enum for better readability
2010-07-28 Art Cancro* All components of both stable and trunk noted as...
2010-07-28 Art Cancro* When outputting legacy Citadel format messages, stop...
2010-07-27 Wilfried Göesgens* ctdl_internal_thread_func(): just use SYS_gettid...
2010-07-27 Art Cancro* Changed some instances of 'struct CitContext *CCC...
2010-07-26 Art Cancro* When searching instant message logs for transcripts...
2010-07-26 Wilfried GöesgensFix IMAP-List command
2010-07-23 Art Cancro* Rewrote vCtdlLogPrintf() to NOT use any buffers at...
2010-07-22 Art Cancro* Fixed bug introduced in r8304. CtdlSockGetLine(...
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* Minor logging change while I work on fixing imap...
2010-07-21 Art Cancro* Suppress Envelope-To: header during SMTP sends
2010-07-20 Art Cancro* internal version number 781 in trunk, so we can do...
2010-07-19 Wilfried Göesgens* update debian changelog.
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-07-14 Art Cancro* THIS IS 7.80
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-24 Wilfried Göesgens* more ignores...
2010-06-24 Wilfried Göesgens* more gitignores
2010-06-23 Wilfried Göesgens* add file to suspress all the openssl shit
2010-06-22 Art Cancro* LDAP auth - do not permit empty passwords
2010-06-22 Wilfried Göesgens* CtdlIPCStartEncryption(): though its return value...
2010-06-22 Wilfried Göesgens* fix build of webcit tests
2010-06-20 Wilfried Göesgens* vCtdlLogPrintf() one more try
2010-06-20 Wilfried Göesgens* vCtdlLogPrintf(): if we are running as deamon, and...
2010-06-20 Wilfried Göesgens * check_get(): fix dict_tcp module; we just care for...
2010-06-20 Wilfried Göesgens* fix HAVE_SYSCALL_H detection
2010-06-12 Wilfried Göesgens* detect git repostories and branches
2010-06-09 Wilfried Göesgens* add thread local contexts here too.
2010-06-09 Wilfried Göesgens* add comment sugested by danboid. users in the situati...
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-07 Wilfried Göesgens* by counting up threads starting at 3, we seem to...
2010-06-03 Wilfried Göesgens* add function to cleanly shutdown server threads
2010-06-03 Wilfried Göesgens* vCtdlLogPrintf(): add the userID when reporting from...
2010-06-03 Wilfried Göesgens* begin_session(): output the type of session and the...
2010-05-22 Wilfried Göesgens* receive_spool(): remove debugging output; just open...
2010-05-21 Wilfried Göesgens* CtdlTryPassword(): fix leak
2010-05-21 Wilfried Göesgens* add possibility to specify the inbound buffer size
2010-05-21 Wilfried Göesgens* sock_read_to(), sock_getln() flush the Migrate buffer...
2010-05-21 Wilfried Göesgens* cmd_ucls(): don't overwrite the upload type before...
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* same as for citserver: move INLINE functions from...
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-11 Wilfried Göesgens* cdb_fetch() make lookup key const
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-06 Wilfried Göesgens* implement client_read_random_blob(); its hear to...
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-26 Art Cancro* Executive decision. From now on, intr (ctrl-c) begin...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-04-21 Wilfried Göesgens* headers_euid() ooops, 'T' is a string!
2010-04-21 Wilfried Göesgens* cmd_oidf(): if we don't have ha Server to authenticat...
2010-04-21 Wilfried Göesgens* headers_euid(): print out timestamp of message too...
2010-04-10 Art Cancro* oops ... fix a syntax error
next