This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 18 Jul, 2013 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9547 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Jul, 2013 3 commits
-
-
david.verdin authored
[feature][Submitted by M. Overmeer, overmeer.net, funded and led by Surfnet, http://www.surfnet.nl] Full VOOT 2.0 protocol support. VOOT is an opensocial subset to manage group membership. fulle details on this IETF draft here: http://openvoot.org/voot-2.0.html. This feature enables Sympa to be both group provider and consumer in the VOOT protocol. VOOT in Sympa uses both Oauth 1.0 and 2.0 for authorization from and to a peer in the VOOT protocol. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9545 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
Merge is back in 5. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9541 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[feature][Submitted by M. Overmeer, overmeer.net, funded and led by Surnet, http://www.surfnet.nl] Full VOOT 2.0 protocol support. VOOT is an opensocial subset to manage group membership. fulle details on this IETF draft here: http://openvoot.org/voot-2.0.html. This feature enables Sympa to be both group provider and consumer in the VOOT protocol. VOOT in Sympa uses both Oauth 1.0 and 2.0 for authorization from and to a peer in the VOOT protocol. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9540 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Jul, 2013 3 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9514 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- new() may take 'selector' option as default. - next() may not take 'selector' option but uses default one. [-bug] Messagespool: messages with 'z' priority were not filtered. NOTE: Not yet tested on digest spool. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9511 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] Command line utilities call Log::fatal_err() when illegal arguments are given so that it crashes because site configuration has not been initialized yet. Use pod2udage() instead. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9510 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Jul, 2013 1 commit
-
-
sikeda authored
- Stores "spoolname" into messages. - "date" & "lockdate" should nott be formatted here. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9509 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Jul, 2013 2 commits
-
-
david.verdin authored
[dev] Moving SubscribeSpool::get_subscription_file_key to SympaspoolClassic::get_file_key; This way, any spool can use it. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9506 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9505 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Jul, 2013 3 commits
-
-
david.verdin authored
[-bug] SympaspoolClassic::get_content returned a hash when called with the 'count' selection parameter. This was due to "splice" function being called in scalar context and thus returning that last element of the splice instead of the numùber of elements in the resulting array. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9488 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9487 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Instead, added 'selection' option parameter to select '*' (all including parsed message), '*_but_message' (metadata only) or 'count'. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9483 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Jul, 2013 1 commit
-
-
david.verdin authored
[dev] Fix to previous commit [#9462] : SympaspoolClassic::parse1 and SympaspoolClassic::parse2 are not intended to fully parse messages (and other spool objects). I merged them back to SympaspoolClassic::parse, which just analyzes the file name and gather the file content (without parsing this content). The reason why it won't be replaced by Message::new is that this sub is called for each file when we gather the Sympa spool. If we fully parse a message into a Message object, we may have to verify signature, decypher the message, etc. just to parse the spool content. I think it might impair our performances. Objects inheriting SympaspoolClassic can override this method to add more information gathering. This is the case of future src/lib/SubscribeSpool.pm class, that is used to manipulate subscription spools. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9482 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Jul, 2013 5 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9473 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9472 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9463 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- parse() was splitted to parse_1() & parse_2(): They will be replaced with Message::new() and Message::load() by further refactoring. - new() can take optional argument 'sortby' and 'way' defining default sorting behavior used by next(). - get_content() was added new options 'sortby', 'way', 'offset' & 'page_size' (not yet tested). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9462 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9461 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Jul, 2013 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9460 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Jul, 2013 2 commits
-
-
sikeda authored
[-dev] Message: get_recipient() method and X-Sympa-To: special header no longer have use. But X-Sympa-To: and X-Sympa-Checksum: are supported for migration purpose. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9459 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9458 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Jul, 2013 6 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9456 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9455 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Changes on List::automatic_tag(). It takes Message object as argument; foldcase & index are used for case-ignore match, instead of regexp. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9454 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring (con'd). Direct access to {'msg'} and {'msg_as_string'} were replaced with as_entity() and as_string(). Several "$message->as_entity->as_string" calls were replaced with "$message->as_string", because message object won't be modified. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9453 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring. Message: get_encrypted_mime_message() & get_encrypted_message_as_string() were renamed to as_entity() & as_string(). Older names are confusing. Additionally, direct access to {'msg'} and {'msg_as_string'} were replaced with as_entity() and as_string(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9452 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9449 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Jul, 2013 7 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9437 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9436 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9435 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9434 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring. sympa.pl: Avoid redundant checks on messages in spool (hash) and message objects. This is a part of refactoring about interaction between Message object and spools. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9433 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9432 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9431 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Jul, 2013 4 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9430 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-dev] $list->get_address() supports "subscribe" & "unsubscribe" options to be symmetrical with $robot->split_listname(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9429 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- DoCommand()/DoForward()/DoMessage() no longer have redundant arguments $listname, $robot_id etc.: They use robot, list, sender and priority attributes taken from Message object. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9428 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9427 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Jun, 2013 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9426 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-