This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 06 Jun, 2018 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 04 May, 2018 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
As sympa.conf/robot.conf won't be reloaded by current version, binary cache for these files are useless. Fixed by not checking updates on these files.
-
- 07 Apr, 2018 1 commit
-
-
IKEDA Soji authored
-
- 04 Apr, 2018 1 commit
-
-
IKEDA Soji authored
-
- 13 Mar, 2018 1 commit
-
-
Sympa authors authored
-
- 12 Mar, 2018 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
[change] pictures_url & pictures_path are no longer may be per-robot parameters. Because list subdirectories under PICTURESDIR are assumed.
-
- 11 Mar, 2018 1 commit
-
-
IKEDA Soji authored
[change] css_url & css_path are no longer may be per-robot parameters. Because robot subdirectories under CSSDIR are assumed.
-
- 27 Feb, 2018 1 commit
-
-
Xavier Bachelot authored
-
- 27 Nov, 2017 2 commits
-
-
IKEDA Soji authored
Now system default will be used instead. Cleanup on code.
-
IKEDA Soji authored
[bug] If "cafile" and/or "capath" configuration parameters were not set, undef were passed to IO::Socket::SSL, and therefore system defaults were disabled. Fixed by not passing undef when these parameters are not set so that system defaults will be used.
-
- 28 Oct, 2017 1 commit
-
-
IKEDA Soji authored
- WWSympa: do_create_automatic_list(), formerly do_automatic_lists(). - sympa.pl --add_list.
-
- 12 Aug, 2017 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 15 Jun, 2017 1 commit
-
-
Sympa authors authored
And updating copyright notice in lately changed sources.
-
- 13 Jun, 2017 1 commit
-
-
IKEDA Soji authored
-
- 01 Jan, 2017 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12973 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Aug, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12913 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Jun, 2016 1 commit
-
-
sikeda authored
[dev] Use Sympa::get_address() to generate robot addresses (sympa, sympa-request and listmaster). Internal configuration keys 'sympa' and 'request' are obsoleted. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12846 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 May, 2016 1 commit
-
-
sikeda authored
[bug] [Reported by several listmasters] Sympa_wizard.pl crashes if sympa.conf do never include valid parameters. Fixed by initializing hashref appropriately. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12817 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 May, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12815 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Apr, 2016 1 commit
-
-
sikeda authored
[change] New parameter "use_tls" for LDAP settings in list config, datasources and auth.conf. Obsoleted parameters "use_ssl" and "use_start_tls" still can be used. "use_tls" takes one of following values corresponding to old ones: - "starttls" : use_ssl=0, use_start_tls=1. - "ldaps" : use_ssl=1, use_start_tls=0. - "none" : TLS/SSL is disabled. [feature] Now STARTTLS may be enabled in LDAP datasource configuration of lists along with LDAPS. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12772 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Feb, 2016 1 commit
-
-
sikeda authored
Old name New name ----------------------------------- ---------------------------------------- Sympa::Auth::password_fingerprint Sympa::User::password_fingerprint Sympa::Tools::WWW::_load_mime_types Conf::_load_mime_types Sympa::Tools::WWW::get_mime_type Conf::get_mime_type tools::add_in_blacklist _add_in_blacklist in wwsympa.fcgi tools::addrencode Sympa::Tools::Text::addrencode tools::clean_msg_id Sympa::Tools::Text::canonic_message_id tools::escape_chars Sympa::Tools::Text::escape_chars tools::escape_docname Sympa::SharedDocument::escape_docname tools::escape_html Sympa::Tools::WWW::escape_html_minimum tools::escape_quote Sympa::Template::_escape_quote tools::escape_url Sympa::Tools::Text::escape_url tools::escape_xml Sympa::Template::_escape_xml tools::eval_in_time Sympa::Process::eval_in_time tools::get_list_params Sympa::Robot::list_params tools::get_message_id Sympa::unique_message_id tools::lang2charset Conf::lang2charset tools::load_edit_list_conf Sympa::List::_load_edit_list_conf tools::qdecode_filename Sympa::Tools::Text::qdecode_filename tools::qencode_filename Sympa::Tools::Text::qencode_filename tools::qencode_hierarchy Sympa::Tools::File::qencode_hierarchy tools::unescape_chars Sympa::Tools::Text::unescape_chars tools::unescape_html Sympa::Tools::WWW::unescape_html_minimum tools::valid_email Sympa::Tools::Text::valid_email ----------------------------------- ---------------------------------------- As a result, tools.pm was deprecated. A few dependency loop among modules are reduced. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12677 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Jan, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12612 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Nov, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12536 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Oct, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12463 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Oct, 2015 1 commit
-
-
sikeda authored
[dev] Introducing Sympa::Spool::Requset class for spool keeping requests waiting for moderation and Sympa::Request class to represent requests. Additionally, file names have to be "date,listname@domain_authkey,email,action". Older format will be upgraded during upgrading process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12435 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Oct, 2015 1 commit
-
-
david.verdin authored
[bug] Some parameters could not take the value '0' (and were then set to their default value) because a test about whether the parameter was set in config relied on a true value instead of a defined value. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12418 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Oct, 2015 3 commits
-
-
sikeda authored
[-change] Removing send_notify_to_listmaster() calls during loading site or robot config. Because, when they were called, starting or reloading daemon(s) can fail. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12410 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12408 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12407 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Oct, 2015 1 commit
-
-
sikeda authored
Additionally, file names have to be "listname@domain_authkey": "listname_authkey" is no longer allowed. Older format will be upgraded during upgrading process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12389 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Sep, 2015 1 commit
-
-
sikeda authored
Additionally, file names have to be "listname@domain_authkey": "listname_authkey" is no longer allowed. Older format will be upgraded during upgrading process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12379 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Sep, 2015 1 commit
-
-
sikeda authored
[dev] Refactoring. Introducing Sympa::Spool::Digest and Sympa::Spool::Digest::Collection for digest spools. ToDo: Careful tests. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12363 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Sep, 2015 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12358 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12355 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Sep, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12345 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-