Empty handlers for closing tags of <bind> and <query> stanzas. We handled those...
[citadel.git] / citadel / modules / network /
2015-01-01 Wilfried GoesgensFix directory permission checks
2014-12-31 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2014-12-31 Wilfried GoesgensAdjust preconditions for attempting a digest delivery.
2014-12-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-12-31 Wilfried GoesgensDigest delivery:
2014-10-28 Wilfried GoesgensFix locking of netcnofigs
2014-03-03 Art CancroMerge branch 'master' into nntp
2014-03-01 Wilfried GoesgensMAILINGLIST: ListID doesn't seem to work well - revert...
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-07 Wilfried Goesgensmore f*n places for d_nam<e>len
2013-10-07 Wilfried Goesgensfix dnamlen, they missed the e, so we need to follow.
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-09-30 Wilfried Goesgensmore places where we can use cm_lengths;
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-14 Wilfried Goesgensmove file_ops to modules/ctdlsrv/serv_file.c
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-31 Wilfried GoesgensFix possible double free during sending network error...
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-08-17 Wilfried GoesgensNetworker: more verbose INFO-logging about what we...
2013-06-12 Wilfried GoesgensML: don't free the roomname yet - we still need it.
2013-06-12 Wilfried GoesgensMailinglist: properly sanitize the roomname if we have...
2013-06-08 Wilfried GoesgensCitadel Networking: add configured remote room name...
2013-06-08 Wilfried GoesgensNETIN: one return is enough.
2013-06-08 Wilfried GoesgensNETIN: save strlens when deserializing network message...
2013-04-21 Wilfried Goesgensfix formating; use define for size_t arguments.
2013-03-31 Wilfried GoesgensNETCFG: fix condition to check whether a filedescriptor...
2013-03-29 Wilfried GoesgensSEEN-Database: refactor database interface for remember...
2013-03-25 Wilfried GoesgensNSYN: fix the NSYN command
2013-02-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-02-24 Wilfried GoesgensLists: don't overwrite from: header. this only needs...
2013-02-17 Wilfried GoesgensML: remove cludge to set the reply-to from the original...
2013-02-17 Wilfried GoesgensRNCFG: implement missing handler for room aliases.
2013-02-17 Wilfried GoesgensNETCFG: cleanup & memleaks fixed.
2013-02-17 Wilfried Goesgensno, CalcListID is needed in both places :(
2013-02-17 Wilfried GoesgensCalcListID() was ran in the wrong place.
2013-02-17 Wilfried GoesgensNETWORKER: add from addresses and new way of setting...
2013-02-09 Wilfried GoesgensNETCFG: check for nullpointer. tnx bzed for the scan...
2013-02-09 Wilfried GoesgensNETCFG: fix specifying the remote room to IGNET share.
2013-02-05 Wilfried GoesgensRNCFG: reduce the work needed to be done during the...
2013-02-02 Wilfried GoesgensNETSPOOL: combine collecting of email recipients into...
2013-02-02 Wilfried GoesgensNETSPOOL: combine collecting of email recipients into...
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-29 Wilfried GoesgensNETSPOOL: enable sending to mailinglists
2013-01-29 Wilfried GoesgensNETWORKER: fix memleak.
2013-01-22 Wilfried GoesgensRNCFG: fix destructing, implement reloading on SNET
2013-01-21 Wilfried GoesgensNETCFG: save messages if changed.
2013-01-20 Wilfried GoesgensNETSPOOL: move spool types into their own function.
2013-01-20 Wilfried GoesgensNETCFG: more work on details
2013-01-15 Wilfried Goesgensdisable netfiltering.
2013-01-13 Wilfried GoesgensRNCFG: smarten up the functions processing room configs...
2013-01-12 Wilfried GoesgensNETCFG: reimplement network_sync_to using the new api
2013-01-09 Wilfried GoesgensNETCFG: make basic parsing
2013-01-01 Wilfried GoesgensDIRECTORY Iterating: fix typo found by Rachid; use...
2013-01-01 Wilfried GoesgensNETWORKCLIENT: move into its own directory
2013-01-01 Wilfried GoesgensNETCONFIG: remove unneeded files.
2013-01-01 Wilfried GoesgensNetworkConfig: move to RoomNetworkConfig; move NTT...
2012-12-31 Wilfried GoesgensNETCFG: move netconfig parser into its own file.
2012-12-27 Wilfried GoesgensNetconfigs: start abstracting handling of network confi...
2012-12-16 Wilfried GoesgensSNET: fix writing of files.
2012-12-10 Wilfried GoesgensGNET/SNET: allow access to the mail aliases file.
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-08-07 Wilfried GoesgensNetworker: set state
2012-08-06 Wilfried GoesgensNetworker: when a remote host fails to connect successf...
2012-08-06 Wilfried GoesgensNetworker: send fail message in DB queue; add flood...
2012-08-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-08-05 Wilfried GoesgensFix some issues reported by cppcheck
2012-07-23 Wilfried GoesgensNetworkClient: realy choose our own name.
2012-07-23 Wilfried GoesgensNetworker: don't override the other macro, declare...
2012-07-12 Wilfried GoesgensNetworker: remove duplicate colon from generated URL.
2012-07-08 Wilfried GoesgensNETWORKER: don't report an error if the rome site tells...
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Wilfried GoesgensNetspool: fix implementation specific details
2012-06-24 Wilfried GoesgensNetQueue: make logging runtime configurable; add context.
2012-06-23 Wilfried GoesgensNSYN: fix choosing of remote party.
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-06-22 Wilfried GoesgensNetworkClient: fix filedescriptor leaks
2012-06-13 Wilfried GoesgensNSYN: adjust to new semantics
2012-06-13 Wilfried GoesgensNetworkespool: use FileMoveChunked(); since the others...
2012-06-10 Wilfried GoesgensNetworkclient: opend spoolfile with proper flags for...
2012-06-10 Wilfried GoesgensNETP: extract password string when we need it. else...
2012-06-10 Wilfried Goesgensnetworker: use the right char buffer for the password.
2012-06-10 Wilfried GoesgensNetworker: Follow changes of networking infrastructure...
2012-06-10 Wilfried GoesgensNetworker: also register STOP hook, so if sessions...
2012-06-10 Wilfried GoesgensRework networker
2012-06-01 Wilfried Goesgensfix networker hickup
2012-05-25 Wilfried GoesgensNetworker:
2012-05-25 Wilfried GoesgensNetworker: remove unneeded assignment
2012-05-03 Wilfried GoesgensNTTList: move into networking module
2012-04-29 Wilfried GoesgensLogging: add commands to runtime view/enable/disable...
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-24 Wilfried GoesgensCitadel Networker: add per facility debug logging ...
2012-04-17 Wilfried GoesgensNetworker / SMTP-Client: free a-record lookup reply.
2012-04-13 Art CancroRevert "Revert "SMTP-Client: move the client-shutdown...
2012-04-13 Art CancroRevert "SMTP-Client: move the client-shutdown procedure...
next