xmpp.chapril.org-ejabberd/src
Pablo Polvorin ce0d1704c6 Allow generation of oauth tokens from command line
Oauth tokens can be generated for commands (scopes) having admin|user|open
policy. Restricted commands are not available as those are only usable
from ejabberdctl command line.

Four new commands are available:

$ejabberdctl oauth_issue_token "stats;get_roster"
    Generates a token authorized to call both stats and get_roster
    commands.  Note scopes must be separated by semicolon.

$ejabberdctl oauth_list_tokens
    List tokens generated from the command line, with their scope
    and expirity time.

$ejabberdctl oauth_list_scopes
    List scopes available

$ejabberdctl oauth_revoke_token "Lbs7qdJfdKXOWzVrArgyckY055tE1xnt"
    Revokes the given token
2016-06-29 00:22:28 -03:00
..
ELDAPv3.asn1db Do not generate LDAP's ASN.1 code when compiling ejabberd. 2013-06-22 03:27:59 +10:00
ELDAPv3.erl Do not generate LDAP's ASN.1 code when compiling ejabberd. 2013-06-22 03:27:59 +10:00
acl.erl acl: ACLName rule should match if any part of ACLName matches 2016-06-24 15:09:51 +02:00
adhoc.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
cyrsasl.erl Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl-api-change 2016-03-25 18:16:50 +03:00
cyrsasl_anonymous.erl Synchronizing master changes 2016-04-12 10:34:24 +02:00
cyrsasl_digest.erl Allow again multiple fqdn values in configuration (EJAB-1578) 2016-06-08 19:28:17 +02:00
cyrsasl_oauth.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
cyrsasl_plain.erl Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl-api-change 2016-03-25 18:16:50 +03:00
cyrsasl_scram.erl Provide authzid in scream response 2016-03-30 16:08:04 +02:00
ejabberd.app.src.in Switch to rebar build tool 2013-06-13 11:11:02 +02:00
ejabberd.erl Merge pull request #684 from wcy123/master 2016-03-25 21:00:35 +04:00
ejabberd_admin.erl Delete duplicated command export_sql, use export2sql instead (#1118) 2016-05-16 17:57:57 +02:00
ejabberd_app.erl When stopping ejabberd, stop modules after broadcasting c2s shutdown (#1144) 2016-06-07 18:41:38 +02:00
ejabberd_auth.erl Improve detection of databases supported by modules (#1092) 2016-04-27 17:10:50 +03:00
ejabberd_auth_anonymous.erl Synchronizing master changes 2016-04-12 10:34:24 +02:00
ejabberd_auth_external.erl ejabberd_auth*: Fix indentation 2016-05-24 00:40:25 +02:00
ejabberd_auth_ldap.erl ejabberd_auth*: Fix indentation 2016-05-24 00:40:25 +02:00
ejabberd_auth_mnesia.erl ejabberd_auth*: Fix indentation 2016-05-24 00:40:25 +02:00
ejabberd_auth_pam.erl Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl-api-change 2016-03-25 18:16:50 +03:00
ejabberd_auth_riak.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
ejabberd_auth_sql.erl Report in SQL when scram is enabled but the stored password isn't (#1096) 2016-06-01 20:48:52 +02:00
ejabberd_c2s.erl Include correct version in stream:stream when reporting errors 2016-06-27 16:40:57 +02:00
ejabberd_c2s_config.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_captcha.erl Switch to Fast XML module 2016-02-03 19:03:17 +01:00
ejabberd_cluster.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_commands.erl Use new access_rules_validator in couple places 2016-06-21 12:28:53 +02:00
ejabberd_commands_doc.erl Don't include empty line after java example 2016-02-25 12:14:17 +01:00
ejabberd_config.erl Allow {mod_}opt_type to transform values passed to it, and for better error reporting 2016-06-21 12:25:29 +02:00
ejabberd_ctl.erl Pass noauth when auth isn't provided 2016-05-02 15:07:00 +02:00
ejabberd_frontend_socket.erl Switch to fast_tls and update app names 2016-02-03 16:13:16 +01:00
ejabberd_hooks.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_http.erl Fix Dialyzer inconsistency 2016-03-30 16:47:40 +02:00
ejabberd_http_bind.erl Switch to Fast XML module 2016-02-03 19:03:17 +01:00
ejabberd_http_ws.erl Switch to Fast XML module 2016-02-03 19:03:17 +01:00
ejabberd_idna.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_listener.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_local.erl Bounce messages sent to server JID 2016-05-06 13:59:21 +02:00
ejabberd_logger.erl Lager to Elixir Logger bridge is now compliant with ejabberd loglevel set / get 2016-03-09 22:30:46 +01:00
ejabberd_node_groups.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_oauth.erl Allow generation of oauth tokens from command line 2016-06-29 00:22:28 -03:00
ejabberd_piefxis.erl Rename odbc to sql everywhere 2016-04-20 13:25:42 +03:00
ejabberd_rdbms.erl Rename odbc to sql everywhere 2016-04-20 13:25:42 +03:00
ejabberd_receiver.erl Start ezlib only if required, as it's optional (#1006) 2016-03-16 11:11:43 +01:00
ejabberd_redis.erl Handle Redis connection in a separate module 2016-05-09 08:36:30 +03:00
ejabberd_regexp.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_riak.erl Fix is_connected/0 function 2016-03-22 20:01:23 +03:00
ejabberd_riak_sup.erl Improve detection of databases supported by modules (#1092) 2016-04-27 17:10:50 +03:00
ejabberd_router.erl Make it possible to get virtual host of a registered route 2016-03-13 11:38:40 +03:00
ejabberd_router_multicast.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_s2s.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
ejabberd_s2s_in.erl Synchronizing master changes 2016-04-12 10:34:24 +02:00
ejabberd_s2s_out.erl Synchronizing master changes 2016-04-12 10:34:24 +02:00
ejabberd_service.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
ejabberd_sm.erl XEP-0198: Add 'h' attribute to <failed/> element 2016-05-24 22:20:58 +02:00
ejabberd_sm_mnesia.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_sm_redis.erl Handle Redis connection in a separate module 2016-05-09 08:36:30 +03:00
ejabberd_sm_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
ejabberd_socket.erl Switch to fast_tls and update app names 2016-02-03 16:13:16 +01:00
ejabberd_sql.erl Stronger tests in the test suite, SQL updates and fixes 2016-06-02 18:09:58 +03:00
ejabberd_sql_pt.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
ejabberd_sql_sup.erl Rename odbc to sql everywhere 2016-04-20 13:25:42 +03:00
ejabberd_stun.erl Move to new dependencies for SIP and STUN 2016-02-03 11:26:14 +01:00
ejabberd_sup.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_system_monitor.erl Don't store watchdog notifications in MAM archives 2016-03-14 00:05:50 +01:00
ejabberd_tmp_sup.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_update.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_web.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
ejabberd_web_admin.erl Rename odbc to sql everywhere 2016-04-20 13:25:42 +03:00
ejabberd_websocket.erl Switch to fast_tls and update app names 2016-02-03 16:13:16 +01:00
ejabberd_xmlrpc.erl When convertion of xmlrpc argument to type fails, report it as error 2016-06-23 10:41:16 +02:00
ejd2sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
eldap.erl cosmetic cleanup 2015-10-07 14:18:38 +02:00
eldap_filter.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
eldap_filter_yecc.yrl Set dnAttributes on when it's requested by a filter 2014-07-29 15:22:54 -03:00
eldap_pool.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
eldap_utils.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
elixir_logger_backend.erl Lager to Elixir Logger bridge is now compliant with ejabberd loglevel set / get 2016-03-09 22:30:46 +01:00
ext_mod.erl Set HTTP/1.0 so github accepts the request (#1157) 2016-06-22 12:43:24 +02:00
extauth.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
gen_iq_handler.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
gen_mod.erl Allow {mod_}opt_type to transform values passed to it, and for better error reporting 2016-06-21 12:25:29 +02:00
gen_pubsub_node.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
gen_pubsub_nodetree.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
jd2ejd.erl Switch to Fast XML module 2016-02-03 19:03:17 +01:00
jid.erl Fix jid:from_string/1 function specification 2016-05-15 16:19:13 +02:00
jlib.erl Simplify check for carbon-copied chat states 2016-06-05 22:36:56 +02:00
mod_adhoc.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
mod_admin_extra.erl push_roster must convert read strings to binaries (#1075) 2016-06-08 21:16:30 +02:00
mod_announce.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_announce_mnesia.erl Clean mod_announce.erl from DB specific code 2016-04-13 13:04:04 +03:00
mod_announce_riak.erl Clean mod_announce.erl from DB specific code 2016-04-13 13:04:04 +03:00
mod_announce_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
mod_blocking.erl Clean mod_blocking.erl from DB specific code 2016-04-14 14:17:20 +03:00
mod_blocking_mnesia.erl Clean mod_blocking.erl from DB specific code 2016-04-14 14:17:20 +03:00
mod_blocking_riak.erl Clean mod_blocking.erl from DB specific code 2016-04-14 14:17:20 +03:00
mod_blocking_sql.erl mod_blocking_sql: Handle default list corner case 2016-06-22 22:36:27 +02:00
mod_caps.erl Improve detection of databases supported by modules (#1092) 2016-04-27 17:10:50 +03:00
mod_caps_mnesia.erl Clean mod_caps.erl from DB specific code 2016-04-13 11:41:04 +03:00
mod_caps_riak.erl Clean mod_caps.erl from DB specific code 2016-04-13 11:41:04 +03:00
mod_caps_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
mod_carboncopy.erl Improve detection of databases supported by modules (#1092) 2016-04-27 17:10:50 +03:00
mod_carboncopy_mnesia.erl Clean mod_carboncopy.erl from DB specific code 2016-04-15 15:48:56 +03:00
mod_client_state.erl Simplify check for carbon-copied chat states 2016-06-05 22:36:56 +02:00
mod_configure.erl Ignore offline sessions 2016-06-01 01:01:54 +02:00
mod_configure2.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
mod_disco.erl Replace more ?ERR_* macros with ?ERRT_* 2016-04-05 13:09:44 +03:00
mod_echo.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
mod_fail2ban.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_http_api.erl Allow generation of oauth tokens from command line 2016-06-29 00:22:28 -03:00
mod_http_bind.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
mod_http_fileserver.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
mod_http_upload.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_http_upload_quota.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_ip_blacklist.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
mod_irc.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_irc_connection.erl Switch to Fast XML module 2016-02-03 19:03:17 +01:00
mod_irc_mnesia.erl Clean mod_irc.erl from DB specific code 2016-04-14 12:18:04 +03:00
mod_irc_riak.erl Clean mod_irc.erl from DB specific code 2016-04-14 12:18:04 +03:00
mod_irc_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
mod_last.erl Produce mod_last entry on account creation (processone/ejabberd-contrib#62) 2016-06-08 13:02:20 +02:00
mod_last_mnesia.erl Clean mod_last.erl from DB specific code 2016-04-13 09:59:39 +03:00
mod_last_riak.erl Clean mod_last.erl from DB specific code 2016-04-13 09:59:39 +03:00
mod_last_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
mod_mam.erl Merge pull request #1120 from anagromataf/feature/archive-id-in-message-carbons 2016-06-22 15:47:27 +02:00
mod_mam_mnesia.erl Avoid cleanup on bag when disc_only, switch in memory (#1161) 2016-06-21 10:43:19 +02:00
mod_mam_sql.erl Stronger tests in the test suite, SQL updates and fixes 2016-06-02 18:09:58 +03:00
mod_metrics.erl Don't forget to import mod_opt_type/1 in mod_metrics 2016-05-02 12:18:18 +03:00
mod_mix.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
mod_muc.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_muc_admin.erl Merge pull request #1051 from genric/patch-1 2016-04-06 13:44:12 +02:00
mod_muc_log.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_muc_mnesia.erl Clean mod_muc.erl from DB specific code 2016-04-13 21:07:32 +03:00
mod_muc_riak.erl Clean mod_muc.erl from DB specific code 2016-04-13 21:07:32 +03:00
mod_muc_room.erl Fix "unused variable" warning 2016-06-03 12:58:20 +02:00
mod_muc_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
mod_multicast.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_offline.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_offline_mnesia.erl Clean mod_offline.erl from DB specific code 2016-04-15 13:44:33 +03:00
mod_offline_riak.erl Clean mod_offline.erl from DB specific code 2016-04-15 13:44:33 +03:00
mod_offline_sql.erl Fix pgsql compatibility on delete_old_messages (#1137) 2016-06-22 11:21:11 +02:00
mod_ping.erl Merge pull request #931 from cclam0827/dev/mod_ping 2016-04-22 13:07:03 +02:00
mod_pres_counter.erl Switch to Fast XML module 2016-02-03 19:03:17 +01:00
mod_privacy.erl Improve detection of databases supported by modules (#1092) 2016-04-27 17:10:50 +03:00
mod_privacy_mnesia.erl Clean mod_privacy.erl from DB specific code 2016-04-14 14:16:32 +03:00
mod_privacy_riak.erl Clean mod_privacy.erl from DB specific code 2016-04-14 14:16:32 +03:00
mod_privacy_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
mod_private.erl Improve detection of databases supported by modules (#1092) 2016-04-27 17:10:50 +03:00
mod_private_mnesia.erl Clean mod_private.erl from DB specific code 2016-04-13 14:09:34 +03:00
mod_private_riak.erl Clean mod_private.erl from DB specific code 2016-04-13 14:09:34 +03:00
mod_private_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
mod_proxy65.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
mod_proxy65_lib.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
mod_proxy65_service.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_proxy65_sm.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
mod_proxy65_stream.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_pubsub.erl mod_pubsub: Fix matching of set_node/1 result 2016-06-23 14:23:24 +02:00
mod_register.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_register_web.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_roster.erl Use {access,shaper}_rules_validator in other places where access rules are used 2016-06-21 13:18:24 +02:00
mod_roster_mnesia.erl Clean mod_roster.erl from DB specific code 2016-04-14 10:58:32 +03:00
mod_roster_riak.erl Clean mod_roster.erl from DB specific code 2016-04-14 10:58:32 +03:00
mod_roster_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
mod_service_log.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
mod_shared_roster.erl Improve detection of databases supported by modules (#1092) 2016-04-27 17:10:50 +03:00
mod_shared_roster_ldap.erl Fix issue getting shared roster 2016-03-25 17:44:12 +01:00
mod_shared_roster_mnesia.erl Clean mod_shared_roster.erl from DB specific code 2016-04-14 11:45:43 +03:00
mod_shared_roster_riak.erl Clean mod_shared_roster.erl from DB specific code 2016-04-14 11:45:43 +03:00
mod_shared_roster_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
mod_sic.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
mod_sip.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
mod_sip_proxy.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
mod_sip_registrar.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
mod_stats.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
mod_time.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
mod_vcard.erl Improve detection of databases supported by modules (#1092) 2016-04-27 17:10:50 +03:00
mod_vcard_ldap.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
mod_vcard_mnesia.erl Clean mod_vcard.erl from DB specific code 2016-04-13 17:37:52 +03:00
mod_vcard_riak.erl Clean mod_vcard.erl from DB specific code 2016-04-13 17:37:52 +03:00
mod_vcard_sql.erl Update SQL escaping 2016-05-13 17:56:48 +03:00
mod_vcard_xupdate.erl Improve detection of databases supported by modules (#1092) 2016-04-27 17:10:50 +03:00
mod_vcard_xupdate_mnesia.erl Clean mod_vcard_xupdate.erl from DB specific code 2016-04-13 11:06:59 +03:00
mod_vcard_xupdate_riak.erl Add behaviour to mod_vcard_xupdate DB modules 2016-05-01 11:03:20 +03:00
mod_vcard_xupdate_sql.erl Update more SQL queries 2016-05-05 15:51:58 +03:00
mod_version.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
node_buddy.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_club.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_dag.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_dispatch.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_flat.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_flat_sql.erl Restore get_items conditions when not using RSM (#1147) 2016-06-22 13:12:40 +02:00
node_hometree.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_hometree_sql.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_mb.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_mix.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_mix_sql.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_online.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_pep.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_pep_sql.erl Stronger tests in the test suite, SQL updates and fixes 2016-06-02 18:09:58 +03:00
node_private.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
node_public.erl Add support for PubSub publishing options 2016-05-25 08:40:12 +02:00
nodetree_dag.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
nodetree_tree.erl Fix hometree root check (#1070) 2016-04-19 15:18:32 +02:00
nodetree_tree_sql.erl Stronger tests in the test suite, SQL updates and fixes 2016-06-02 18:09:58 +03:00
nodetree_virtual.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
prosody2ejabberd.erl Switch to Fast XML module 2016-02-03 19:03:17 +01:00
pubsub_db_sql.erl Rename odbc to sql everywhere 2016-04-20 13:25:42 +03:00
pubsub_index.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
pubsub_migrate.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
pubsub_subscription.erl Replace some ?ERR_* macros with ?ERRT_* 2016-03-31 11:00:29 +03:00
pubsub_subscription_sql.erl Rename odbc to sql everywhere 2016-04-20 13:25:42 +03:00
randoms.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
scram.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
shaper.erl Let shaper cope with low resolution system clock 2016-04-29 10:57:34 +02:00
sql_queries.erl Stronger tests in the test suite, SQL updates and fixes 2016-06-02 18:09:58 +03:00
str.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
translate.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00
win32_dns.erl Update copyright to 2016 (#901) 2016-01-13 12:29:14 +01:00