This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 16 Feb, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11962 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Jan, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11797 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Nov, 2014 1 commit
-
-
david.verdin authored
[-bug] When rebuilding the archives, the input and output file names were passed incompletely (only the name of the files were passed, not their full path). This made rebuilding fail. Fixed by concatenating the directory to the file names. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11716 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Sep, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11379 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Sep, 2014 1 commit
-
-
sikeda authored
- tools::as_singlepart() was moved to internal function Sympa::Message::_as_singlepart(). - New method Sympa::Message::get_plain_body() to get decoded content of plain/text part. - tools::decode_header() was renamed to Sympa::Message::get_decoded_header() and it became taking only Sympa::Message instance as argument. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11350 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Sep, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11344 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Aug, 2014 1 commit
-
-
sikeda authored
Exception: tools::save_to_bad() is kept. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11337 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Aug, 2014 1 commit
-
-
sikeda authored
Exception: Log::do_log() uses "%m" format string instead of $ERRNO parameter. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11316 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Aug, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11283 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Jul, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11276 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Exceptions: - Several functions in List were moved to Robot. - SympaTransport was renamed to Sympa::SOAP::Transport. Following files won't be renamed at present: Log.pm, SDM.pm, tools.pm, tt2.pm, wwslib.pm git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11273 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Jul, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11250 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Jul, 2014 2 commits
-
-
sikeda authored
Message::clean_html() no longer takes redundant argument $robot. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11240 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring: Now messages only in msg spool would be decrypted; those in other spools are assumed being already decrypted (or failing decription). Exception is "outgoing" (archive) spool: It may contain original messages if archive_crypted_msg parameter is "original"; also, wwsympa::do_send_me() and List::archive_send_last() should decrypt messages before sending them. As a side effect, Message->new() no longer takes noxsympato parameter. Now messages are always stored into spools in "serialized" form (with prepended X-Sympa-*: pseudo-header fields) and deserialized by Message->new(). Issue: Is it allowable that decrypted messages are stored into spools? git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11238 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Jul, 2014 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11233 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Jul, 2014 1 commit
-
-
sikeda authored
[dev] (con'd r11167) Stringified message returned by Message::as_string() now contains Return-Path: pseudo-header field, because it is useful for moderation etc. Conversely, such field should be removed when the message is passed to sendmail command: Some implementations won't strip it automatically. Issue: May messages in MIME digest contain original Return-Path:? git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11212 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Jul, 2014 1 commit
-
-
sikeda authored
- The {msg} item of Message object does no longer represent actual content: Original string representation will be kept as far as possible. - {msg_as_string} was splitted to {_head} (MIME::Head entity) and {_body} (body as string). Accessors are head(), header_as_string(), body_as_string() and as_string(). - For now don't access to {msg}, {_head} and {_body} items directly: Use as_entity() and methods above. - add_header(), delete_header() or replace_header() should be used to modify {_head}. get_header() may be used to get header fields (only at the top level of structure). - {orig_msg} item was replaced by {orig_msg_as_string} to prevent reencoding, too. - To get message ID, sender and so on, use items {message_id}, {sender} and so on of objects, not using get_header() etc. - See also POD. ToDo: Some components (probably bulk.pl etc.) still reencode contents. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11209 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Jul, 2014 1 commit
-
-
sikeda authored
- X-Sympa-*: header fields are stripped at first of message parsing. They will no longer included into outgoing messages. - Conversely, new Message::to_string() adds header fields above at the top of serialized messages. - Message::new() now takes string and metadata as argument: MIME::Entity instance, "message_in_spool" hashref and filename are omitted. - Tentative Message::new_from_file() is a wrapper of above. It may be removed when refactoring will completed. - New tools::unmarshal_metadata() to explode metadata from file name of spooled message. This uses new tools::split_listname() utility function to analyze list identifiers. - sympa ::DoFile() was renamed to process_message() and takes Message as argument. - Message::check_param_status() and Message::check_dkim_signature() are separated from Message::new(), because they are needed by incoming messages (in "msg" queue). ToDo: decrypt() and check_smime_Signature() should be also handled in the same way. - mail::mail_file() changed its prototype. ToDo: this would be splitted into Message::new_from_template() and mail::sending(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11167 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Jul, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11145 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Jun, 2014 1 commit
-
-
sikeda authored
Exceptions: - HTML::myFormatText was renamed to Sympa::HTML::FormatText. - Keep Sympa::DBManipulatorInformix. Bounce.pm and Conf.pm are not renamed at present. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11091 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Jun, 2014 2 commits
-
-
sikeda authored
- Use sprintf format instead of string interpolation: Latter is potentially insecure. - Function/method names in messages are removed because they are automatically prepended by Log::do?log(). - Otheer cosmetic issues. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10849 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10841 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 May, 2014 1 commit
-
-
sikeda authored
[dev] Complete package use lists of each sources and fixed typos found during that work. Additionally, don't use Carp as less as possible: use die/warn. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10786 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 May, 2014 2 commits
-
-
sikeda authored
except: src/lib/Challenge.pm, src/lib/WebAgent.pm and files under ext/. Additionally reparing long comment lines. Used configuration for perltidy (.perltidyrc) is approximately: ------------ >8 ------------ >8 ------------ >8 ------------ # Differences from PBP are marked *. -bar # Opening brace always on right (* no) -bbt=1 # Medium block brace tightness -bt=2 # Strong brace tightness (* 1) -ce # Cuddled else (* no) -cti=0 # No extra indentation for closing brackets -i=4 # Indent level is 4 cols -ci=4 # Continuation indent is 4 cols -l=78 # Max line witdh is 78 cols -nolc # Don't outdent long comments (* -olc) -nolq # Don't outdent long quoted strings -nsbl # No opening sub brace on new line (* -sbl) -nsfs # No space before semicolons -pt=2 # Strong parenthesis tightness (* 1) -sbcp='#' # Don't format non-static block comments automatically (* '##') -sbt=2 # Strong square bracket tightness (* 1) -se # Errors to STDERR #-st # Output to STDOUT -vt=2 # Maximal vertical tightness -wba="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" # Break after all operators ------------ 8< ------------ 8< ------------ 8< ------------ git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10721 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Won't use exported symbols anymore, and use "base" pragma instead of "our @ISA" magic variable. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10706 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 May, 2014 3 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10699 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- Use "fn()" instead of "&fn" or "&fn()". - Use fully-qualified name "PKG::fn" instead of exported "fn". These changes are also to make current branch be more sync in trunk. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10697 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Fixed compilation errors and warnings exposed by this change. Additionally, removed unused modules from each source. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10691 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 May, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10650 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 May, 2014 1 commit
-
-
sikeda authored
[dev] tools::get_filename() and tools::make_tt2_include_path() are renamed to tools::search_fullpath() and tools::get_search_path(). Since they have new calling convention, they are given new names. As a side effect, Scenario::search() no longer takes both $robot and $list arguments. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10604 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Mar, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10381 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Mar, 2014 1 commit
-
-
sikeda authored
- Generate HTML view of moderated messages in dedicated directory specified by viewmail_dir parameter. - Avoid using trivial TT2 tag which gives attackers a chance to execute arabitrary TT2 directives: Use new Archive::convert_single_message() to generate non-trivial tags. - Archive::convert_single_msg_2_html() and archived.pl::get_tag() was deprecated. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10323 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Feb, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10217 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10215 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Jan, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10142 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Jan, 2014 1 commit
-
-
sikeda authored
DB spool feature was excluded. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10140 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Jan, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10134 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Jan, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10130 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Jul, 2013 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9562 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[svn] Preparing merge: Movin Log::* calls to Sympa::Log::Syslog::* calls. IMPORTANT NOTE: Starting this revision, this branch will no longer be functional, as calls are mode according to 7.0 code modules organization. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9561 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-