repo
string
commit
string
message
string
diff
string
dojo4/ey-cloud-recipes
f27ee3e25aeea55f42dc138ffbe5a442c5acf789
Fixing cron job for postgresql
diff --git a/cookbooks/postgres/recipes/default.rb b/cookbooks/postgres/recipes/default.rb index 44bbffc..93dd190 100644 --- a/cookbooks/postgres/recipes/default.rb +++ b/cookbooks/postgres/recipes/default.rb @@ -1,142 +1,142 @@ require 'pp' # # Cookbook Name:: postgres # Recipe:: default # postgres_root = '/v...
dojo4/ey-cloud-recipes
386f9d47a3dc6ab996b903f7db03413fcd450979
Fixing dbuser/dbpass in postgres recipe
diff --git a/cookbooks/postgres/recipes/default.rb b/cookbooks/postgres/recipes/default.rb index 0ce3ee9..44bbffc 100644 --- a/cookbooks/postgres/recipes/default.rb +++ b/cookbooks/postgres/recipes/default.rb @@ -1,142 +1,142 @@ require 'pp' # # Cookbook Name:: postgres # Recipe:: default # postgres_root = '/v...
dojo4/ey-cloud-recipes
277ff094a12e97d7d91ba966e9ffa248fffee04f
Improving postgres recipes to handle backups and install necessary gems
diff --git a/cookbooks/postgres/recipes/default.rb b/cookbooks/postgres/recipes/default.rb index c64bbd2..0ce3ee9 100644 --- a/cookbooks/postgres/recipes/default.rb +++ b/cookbooks/postgres/recipes/default.rb @@ -1,97 +1,142 @@ require 'pp' # # Cookbook Name:: postgres # Recipe:: default # postgres_root = '/va...
dojo4/ey-cloud-recipes
c95077f95e3273c55f615f37dfc9b84643021fe2
Updating ssmtp recipe
diff --git a/cookbooks/ssmtp/recipes/default.rb b/cookbooks/ssmtp/recipes/default.rb index 4959ff9..1cf856e 100644 --- a/cookbooks/ssmtp/recipes/default.rb +++ b/cookbooks/ssmtp/recipes/default.rb @@ -1,18 +1,26 @@ require 'pp' # # Cookbook Name:: ssmtp # Recipe:: default # if ['solo', 'app', 'app_master'].incl...
dojo4/ey-cloud-recipes
74dc9f401114988a59401b4f8c6022b064a9d66e
Adding simple ssmtp recipe
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index 12fd9b0..bc15188 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,26 +1,29 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncomm...
dojo4/ey-cloud-recipes
72a59417cdad9225e8632f9247ebb8966a100e08
Added eybackup_slave to backup the DB slave instead of the master
diff --git a/cookbooks/eybackup_slave/recipes/default.rb b/cookbooks/eybackup_slave/recipes/default.rb new file mode 100644 index 0000000..05715cc --- /dev/null +++ b/cookbooks/eybackup_slave/recipes/default.rb @@ -0,0 +1,28 @@ +#set backup interval +cron_hour = if node[:backup_interval].to_s == '24' + "1"...
dojo4/ey-cloud-recipes
c45c2d7cac9b8765e5c662980031b8a4c3e5e71a
make run_for_app helper take multiple apps, add ruby_block helper
diff --git a/cookbooks/main/libraries/ruby_block.rb b/cookbooks/main/libraries/ruby_block.rb new file mode 100644 index 0000000..aa0129a --- /dev/null +++ b/cookbooks/main/libraries/ruby_block.rb @@ -0,0 +1,40 @@ + +class Chef + class Resource + class RubyBlock < Chef::Resource + def initialize(name, collectio...
dojo4/ey-cloud-recipes
ba0dba10336db2cc5590a2205ea46d2978fd6ddb
removing authorized_keys recipe
diff --git a/cookbooks/authorized_keys/files/default/root.authorized_keys b/cookbooks/authorized_keys/files/default/root.authorized_keys deleted file mode 100644 index a916a1a..0000000 --- a/cookbooks/authorized_keys/files/default/root.authorized_keys +++ /dev/null @@ -1 +0,0 @@ -ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAs1Y...
dojo4/ey-cloud-recipes
46b936137c09e365d6aed61ffe1a80c04a4b2a61
adding authorized_keys recipe
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index ac1acd2..60978f5 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,20 +1,23 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncomm...
dojo4/ey-cloud-recipes
29e45aa83af5e1b8c3a9b272d2c28ab0b35b6def
adding authorized_keys recipe
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index f39290f..ac1acd2 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,20 +1,20 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncomm...
dojo4/ey-cloud-recipes
fc05f9d3e5956a25a8c3574e122415f54a47eb80
adding authorized_keys recipe
diff --git a/cookbooks/authorized_keys/files/default/root.authorized_keys b/cookbooks/authorized_keys/files/default/root.authorized_keys new file mode 100644 index 0000000..a916a1a --- /dev/null +++ b/cookbooks/authorized_keys/files/default/root.authorized_keys @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAs1YlRb1...
dojo4/ey-cloud-recipes
fe8722096bcc00ecc37c0695ce6f91a63944f7f6
Updating readme for memcached
diff --git a/cookbooks/memcached/README.md b/cookbooks/memcached/README.md index a7f9b5b..fb3baed 100644 --- a/cookbooks/memcached/README.md +++ b/cookbooks/memcached/README.md @@ -1,8 +1,11 @@ Memcached =============== -A chef recipe for configuring distributed memcached on [EY Cloud]. This recipe is meant to allo...
dojo4/ey-cloud-recipes
b6381c67b689bd35f5ceb55554e67deb929fecc9
Allow memcached recipe to work with solo instances
diff --git a/cookbooks/memcached/recipes/default.rb b/cookbooks/memcached/recipes/default.rb index 84da537..ca297d3 100644 --- a/cookbooks/memcached/recipes/default.rb +++ b/cookbooks/memcached/recipes/default.rb @@ -1,32 +1,32 @@ require 'pp' # # Cookbook Name:: memcached # Recipe:: default # node[:application...
dojo4/ey-cloud-recipes
96998f811235de9baae0fea04f7dfff0e1d74961
Do not auto-generate symlink for memcached
diff --git a/cookbooks/memcached/recipes/default.rb b/cookbooks/memcached/recipes/default.rb index 3b6e829..84da537 100644 --- a/cookbooks/memcached/recipes/default.rb +++ b/cookbooks/memcached/recipes/default.rb @@ -1,36 +1,32 @@ require 'pp' # # Cookbook Name:: memcached # Recipe:: default # node[:application...
dojo4/ey-cloud-recipes
e7e42185a7c6ea18950e05f5bf89a46f77fcef0e
Fixing memory setting for memcached
diff --git a/cookbooks/memcached/recipes/default.rb b/cookbooks/memcached/recipes/default.rb index db3dbad..3b6e829 100644 --- a/cookbooks/memcached/recipes/default.rb +++ b/cookbooks/memcached/recipes/default.rb @@ -1,36 +1,36 @@ require 'pp' # # Cookbook Name:: memcached # Recipe:: default # node[:application...
dojo4/ey-cloud-recipes
eaae5bb4356a101abb4acb817efc4f36bdb7ab1e
Moving memcached.yml to shared/config
diff --git a/cookbooks/memcached/recipes/default.rb b/cookbooks/memcached/recipes/default.rb index eea0657..db3dbad 100644 --- a/cookbooks/memcached/recipes/default.rb +++ b/cookbooks/memcached/recipes/default.rb @@ -1,32 +1,36 @@ require 'pp' # # Cookbook Name:: memcached # Recipe:: default # node[:application...
dojo4/ey-cloud-recipes
1852dabe885e95205ae85221c5454003127ee643
setting memeory back down to a default of 64M
diff --git a/cookbooks/memcached/templates/default/memcached.erb b/cookbooks/memcached/templates/default/memcached.erb index 8f5a1e4..950a6ab 100644 --- a/cookbooks/memcached/templates/default/memcached.erb +++ b/cookbooks/memcached/templates/default/memcached.erb @@ -1,32 +1,32 @@ # Copyright 2003 Gentoo Technologies...
dojo4/ey-cloud-recipes
7990f9637cccbedfbfc80d221e0a0de8533c08ff
fixing namespace in memcached.yml
diff --git a/cookbooks/memcached/templates/default/memcached.yml.erb b/cookbooks/memcached/templates/default/memcached.yml.erb index 26325c2..391d91a 100644 --- a/cookbooks/memcached/templates/default/memcached.yml.erb +++ b/cookbooks/memcached/templates/default/memcached.yml.erb @@ -1,26 +1,26 @@ defaults: ttl: 18...
dojo4/ey-cloud-recipes
188f50ecbc023db7af085c4e01a69bd55adff245
adding memcached recipe
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index 58377d0..f39290f 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,18 +1,20 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncomm...
dojo4/ey-cloud-recipes
417fdd5e8c2dec4324f65097ebd9e3d5861acebf
Added fledgeling jruby recipe. It still needs some love -- to much has to be manually configured right now.
diff --git a/cookbooks/jruby/recipes/default.rb b/cookbooks/jruby/recipes/default.rb new file mode 100644 index 0000000..24eb2a9 --- /dev/null +++ b/cookbooks/jruby/recipes/default.rb @@ -0,0 +1,102 @@ +# +# Cookbook Name:: jruby +# Recipe:: default +# + +package "dev-java/sun-jdk" do + action :install +end + +package...
dojo4/ey-cloud-recipes
77ca633d84fb7697240c77fd8dfee3e8d27a6aef
adding some recpies in, adding in some READMEs
diff --git a/cookbooks/postgres b/cookbooks/postgres deleted file mode 160000 index d382416..0000000 --- a/cookbooks/postgres +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d382416339bab12339aed6dd165b8a1816eb2c1b diff --git a/cookbooks/postgres/README.md b/cookbooks/postgres/README.md new file mode 100644 index 000000...
dojo4/ey-cloud-recipes
5ec4b06fce145789c52cd7e00482c7cfbcdd4d85
adding readme
diff --git a/README.md b/README.md new file mode 100644 index 0000000..86f2f84 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +ey-cloud-recipes +=============== +This is a repository of some basic recipes for EY-Cloud using chef to deploy, setup, and configure common tools for Rails applications. + + +Installation +===...
dojo4/ey-cloud-recipes
ae8ff85b32179141749207fe921a3cffeffea6af
adding a few recipes
diff --git a/cookbooks/ey-postgres b/cookbooks/ey-postgres new file mode 160000 index 0000000..d382416 --- /dev/null +++ b/cookbooks/ey-postgres @@ -0,0 +1 @@ +Subproject commit d382416339bab12339aed6dd165b8a1816eb2c1b diff --git a/cookbooks/thinking_sphinx/recipes/default.rb b/cookbooks/thinking_sphinx/recipes/default...
dojo4/ey-cloud-recipes
a7f14fd622bbec61109a4f2e729e30d040c1acca
abstracted app_name for thinking_sphinx
diff --git a/cookbooks/thinking_sphinx/recipes/default.rb b/cookbooks/thinking_sphinx/recipes/default.rb index f6897f5..79faaff 100644 --- a/cookbooks/thinking_sphinx/recipes/default.rb +++ b/cookbooks/thinking_sphinx/recipes/default.rb @@ -1,58 +1,59 @@ require 'pp' # # Cookbook Name:: thinking_sphinx # Recipe:: d...
dojo4/ey-cloud-recipes
cde607d2698be36b1dd3d393469e778ce966c625
added sphinx recipes, ultrasphinx under construction
diff --git a/cookbooks/main/libraries/run_for_app.rb b/cookbooks/main/libraries/run_for_app.rb new file mode 100644 index 0000000..bc25eb7 --- /dev/null +++ b/cookbooks/main/libraries/run_for_app.rb @@ -0,0 +1,11 @@ +class Chef + class Recipe + def run_for_app(app, &block) + node[:applications].map{|k,v| [k,v]...
dojo4/ey-cloud-recipes
8fefe23decb249bda08d2dae151aa33569183ca7
Remove integrity cookbook
diff --git a/cookbooks/integrity/libraries/if_app_needs_recipe.rb b/cookbooks/integrity/libraries/if_app_needs_recipe.rb deleted file mode 100644 index a43175f..0000000 --- a/cookbooks/integrity/libraries/if_app_needs_recipe.rb +++ /dev/null @@ -1,25 +0,0 @@ -class Chef - class Recipe - def if_app_needs_recipe(reci...
dojo4/ey-cloud-recipes
2e4ffb51580728f8f56acc784c830af451641430
mbari ruby ptch recipes jow works fine just uncomment it to run
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index ac25586..040399f 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,14 +1,14 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncomm...
dojo4/ey-cloud-recipes
b6282a1642ac7ff41eb615f8bdedb056bd731eec
fix versioning for ruby interp
diff --git a/cookbooks/mbari-ruby/recipes/default.rb b/cookbooks/mbari-ruby/recipes/default.rb index 56209d3..2d01174 100644 --- a/cookbooks/mbari-ruby/recipes/default.rb +++ b/cookbooks/mbari-ruby/recipes/default.rb @@ -1,37 +1,38 @@ # # Cookbook Name:: mbari-ruby # Recipe:: default # directory "/etc/portage/...
dojo4/ey-cloud-recipes
02dbdff117f96c7a2da0b325dd7a4f597b52a0d7
e mbari-ruby
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index 1cb97d8..ac25586 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,11 +1,14 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncomm...
dojo4/ey-cloud-recipes
13bbf36c3fd6d0b03ef256fa34aadfc5360f198e
adding mbari ruby patch build recipes
diff --git a/cookbooks/mbari-ruby/recipes/default.rb b/cookbooks/mbari-ruby/recipes/default.rb new file mode 100644 index 0000000..56209d3 --- /dev/null +++ b/cookbooks/mbari-ruby/recipes/default.rb @@ -0,0 +1,37 @@ +# +# Cookbook Name:: mbari-ruby +# Recipe:: default +# + + +directory "/etc/portage/package.keywords" d...
dojo4/ey-cloud-recipes
bf7dd83164ccae2e963e4707bab50aedc964b500
integrity works
diff --git a/cookbooks/integrity/recipes/default.rb b/cookbooks/integrity/recipes/default.rb index d9f1219..01a7918 100644 --- a/cookbooks/integrity/recipes/default.rb +++ b/cookbooks/integrity/recipes/default.rb @@ -1,64 +1,64 @@ # # Cookbook Name:: integrity # Recipe:: default # # Copyright 2009, Engine Yard, In...
dojo4/ey-cloud-recipes
62de9093c0cf4614af94e9c61356bb3d68a366bb
another fix
diff --git a/cookbooks/main/attributes/recipe.rb b/cookbooks/main/attributes/recipe.rb index 11e0a50..9d52e2c 100644 --- a/cookbooks/main/attributes/recipe.rb +++ b/cookbooks/main/attributes/recipe.rb @@ -1 +1,3 @@ -recipes('main') \ No newline at end of file +recipes('main') +owner_name(@attribute[:users].first[:usern...
dojo4/ey-cloud-recipes
26ce729ccd6d2543ed9c425961ca662e40b41e34
another fix
diff --git a/cookbooks/integrity/recipes/default.rb b/cookbooks/integrity/recipes/default.rb index a8a3acf..d9f1219 100644 --- a/cookbooks/integrity/recipes/default.rb +++ b/cookbooks/integrity/recipes/default.rb @@ -1,56 +1,64 @@ # # Cookbook Name:: integrity # Recipe:: default # # Copyright 2009, Engine Yard, In...
dojo4/ey-cloud-recipes
d9e5de7f88c7e528ce05f2b5540e787f1ee757e2
integrity
diff --git a/cookbooks/integrity/recipes/default.rb b/cookbooks/integrity/recipes/default.rb index 703380d..a8a3acf 100644 --- a/cookbooks/integrity/recipes/default.rb +++ b/cookbooks/integrity/recipes/default.rb @@ -1,60 +1,56 @@ # # Cookbook Name:: integrity # Recipe:: default # # Copyright 2009, Engine Yard, In...
dojo4/ey-cloud-recipes
890c6f64a51da12d441f36f389bba5647762c3a2
integrity
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index 9350d61..15a6a2a 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,8 +1,9 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncommen...
dojo4/ey-cloud-recipes
9bb3e2e1d21defefff9d276f525e9b63f4e98b82
adding intergrity recipe
diff --git a/cookbooks/integrity/libraries/if_app_needs_recipe.rb b/cookbooks/integrity/libraries/if_app_needs_recipe.rb new file mode 100644 index 0000000..a43175f --- /dev/null +++ b/cookbooks/integrity/libraries/if_app_needs_recipe.rb @@ -0,0 +1,25 @@ +class Chef + class Recipe + def if_app_needs_recipe(recipe, ...
dojo4/ey-cloud-recipes
017258faf8e5bca61e48aca2ee44114fe49d049d
commenc out couchdb recipe as an example
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index 6f8c557..9350d61 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,8 +1,8 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncommen...
dojo4/ey-cloud-recipes
0248e8cf23abe9a0af99779237fd548ff78793c1
use not_if's
diff --git a/cookbooks/couchdb/recipes/default.rb b/cookbooks/couchdb/recipes/default.rb index dc5a928..7883610 100644 --- a/cookbooks/couchdb/recipes/default.rb +++ b/cookbooks/couchdb/recipes/default.rb @@ -1,50 +1,52 @@ # # Cookbook Name:: couchdb # Recipe:: default # package "couchdb" do version "0.8.1" ...
dojo4/ey-cloud-recipes
7d2109cc2ac40afd42de2911c7cce75c5a6b4fd5
reenable couch
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index 12f1acc..6f8c557 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,8 +1,8 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncommen...
dojo4/ey-cloud-recipes
37c1387b9034e4851463bde1b344f3b77a8c7964
dont run couchdb by default
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index 6f8c557..12f1acc 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,8 +1,8 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncommen...
dojo4/ey-cloud-recipes
581433f502eb5999a6bdb7ca9609a02b2932e1c5
couchdb touchpus
diff --git a/cookbooks/couchdb/recipes/default.rb b/cookbooks/couchdb/recipes/default.rb index 6da1407..dc5a928 100644 --- a/cookbooks/couchdb/recipes/default.rb +++ b/cookbooks/couchdb/recipes/default.rb @@ -1,51 +1,50 @@ # # Cookbook Name:: couchdb # Recipe:: default # package "couchdb" do version "0.8.1" ...
dojo4/ey-cloud-recipes
730ea0e1d42d90e5ca53662d021f78fe0a965a1e
just restart couchdb on successful run
diff --git a/cookbooks/couchdb/recipes/default.rb b/cookbooks/couchdb/recipes/default.rb index 5c75fab..6da1407 100644 --- a/cookbooks/couchdb/recipes/default.rb +++ b/cookbooks/couchdb/recipes/default.rb @@ -1,52 +1,51 @@ # # Cookbook Name:: couchdb # Recipe:: default # package "couchdb" do version "0.8.1" ...
dojo4/ey-cloud-recipes
8572b9768c36a1949096558e79f6443e2c79f784
make sure couchdb is run
diff --git a/cookbooks/main/recipes/default.rb b/cookbooks/main/recipes/default.rb index 9350d61..6f8c557 100644 --- a/cookbooks/main/recipes/default.rb +++ b/cookbooks/main/recipes/default.rb @@ -1,8 +1,8 @@ execute "testing" do command %Q{ echo "i ran at #{Time.now}" >> /root/cheftime } end # uncommen...
dojo4/ey-cloud-recipes
f02c31ab128f535992c5bf765b08974ef66f13a0
comment out the couchdb recipe
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..13ec65b --- /dev/null +++ b/Rakefile @@ -0,0 +1,42 @@ +TOPDIR = File.dirname(__FILE__) + +desc "Test your cookbooks for syntax errors" +task :test do + puts "** Testing your cookbooks for syntax errors" + Dir[ File.join(TOPDIR, "cookbooks", "**", "*...
ngmaloney/gmaplist
62360766cc8fc3db82e52294142f852547a018cb
Added documentation pages and examples
diff --git a/example1.html b/example1.html index 463bffa..adcc742 100644 --- a/example1.html +++ b/example1.html @@ -1,34 +1,44 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> -<head> -<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAKYaO3iHtIJp7vbWR-lwa_hTb-vLQlFZmc2N8bgWI8YDP...
ngmaloney/gmaplist
fd622d19584940683d953fbe881e98de7ab33ad2
Found ANOTHER bug in example code
diff --git a/example1.html b/example1.html index 2f2dafd..463bffa 100644 --- a/example1.html +++ b/example1.html @@ -1,34 +1,34 @@ <html> <head> <script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAKYaO3iHtIJp7vbWR-lwa_hTb-vLQlFZmc2N8bgWI8YDPp5FEVBQSnZeAcu9H26_1vNdOb0GvTDmVJA"></script> <scri...
ngmaloney/gmaplist
a8e7b4233b0f9411626d0a515b804e8e38c6d89e
Fixed bug in README example code
diff --git a/README.txt b/README.txt index 70617df..404a6be 100644 --- a/README.txt +++ b/README.txt @@ -1,40 +1,40 @@ # JQuery Google Maps List ** Overview ** This plugin generates a Google Map from an HTML list. It performs a geocoding lookup on each of the <li>'s and adds the resulting point to the map. Becau...
jaxl/JAXL
03a885320b97cce64ff84b52399c922f89ef4e0f
Removed instance variables that hold total bytes sent/received.
diff --git a/src/JAXL/core/jaxl_socket_client.php b/src/JAXL/core/jaxl_socket_client.php index f399f17..d4bf834 100644 --- a/src/JAXL/core/jaxl_socket_client.php +++ b/src/JAXL/core/jaxl_socket_client.php @@ -1,263 +1,256 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhi...
jaxl/JAXL
e0fd8312dc3396607e05ed700edfb1575be41569
Added write callback in order to listen for write requests.
diff --git a/src/JAXL/core/jaxl_loop.php b/src/JAXL/core/jaxl_loop.php index 560abcb..8591456 100644 --- a/src/JAXL/core/jaxl_loop.php +++ b/src/JAXL/core/jaxl_loop.php @@ -1,168 +1,179 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights res...
jaxl/JAXL
a636179d1c397ef5c3656f716e5a5c4593b9ba38
Bump version to v3.1.0
diff --git a/CHANGES.md b/CHANGES.md index 1fbf40d..cb408ff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,20 +1,35 @@ Changes ======= -JAXL introduces changes that affect compatibility: +JAXL introduces changes that affects on backward compatibility: v3.1.0 -* PHP version >= 5.3: namespaces and anonymous func...
jaxl/JAXL
13abcc9cb6e66004f214ff871b7c2893545a554b
Revert "Revert "Fix examples to conform to requirements for PHP 5.2.4""
diff --git a/docs/users/xmpp_examples.rst b/docs/users/xmpp_examples.rst index 0f11fdc..30bf4b8 100644 --- a/docs/users/xmpp_examples.rst +++ b/docs/users/xmpp_examples.rst @@ -1,117 +1,123 @@ XMPP Examples ============= Echo Bot Client --------------- include ``jaxl.php`` and initialize a new ``JAXL`` instance:...
jaxl/JAXL
70e41c62caf8aae4975da51af3879d9fc32b0c68
Fix children typo
diff --git a/docs/users/xml_objects.rst b/docs/users/xml_objects.rst index a92c58b..3afbfc8 100644 --- a/docs/users/xml_objects.rst +++ b/docs/users/xml_objects.rst @@ -1,122 +1,122 @@ .. _xml-objects: Xml Objects =========== Jaxl library works with custom XML implementation which is similar to inbuild PHP XML ...
jaxl/JAXL
523ef802030a423a76ab4fe0f4e208885c1f478b
Add common Client interface
diff --git a/examples/register_user.php b/examples/register_user.php index d82e8ed..fee6de1 100644 --- a/examples/register_user.php +++ b/examples/register_user.php @@ -1,168 +1,164 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserve...
jaxl/JAXL
5561292f491988166699dd9b0ff9c578c7aab047
Add abstract JAXLXmlAccess to easily get type hints
diff --git a/src/JAXL/core/jaxl_xml.php b/src/JAXL/core/jaxl_xml.php index 3f34785..f96bd76 100644 --- a/src/JAXL/core/jaxl_xml.php +++ b/src/JAXL/core/jaxl_xml.php @@ -1,307 +1,300 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. ...
jaxl/JAXL
da91250a3b8c6b5e66947845593bf37e5b6bda0b
Change global log functions _error, ... to JAXLLogger::error and so on
diff --git a/docs/users/http_examples.rst b/docs/users/http_examples.rst index 12286ee..2af0d78 100644 --- a/docs/users/http_examples.rst +++ b/docs/users/http_examples.rst @@ -1,98 +1,98 @@ HTTP Examples ============= Writing HTTP Server ------------------- Intialize an ``HTTPServer`` instance .. code-block:...
jaxl/JAXL
1fbd9e2fb24bb781892bfe3fb50c722887531117
Change global function _colorize to JAXLLogger::cliLog
diff --git a/docs/users/logging.rst b/docs/users/logging.rst index 6abc18b..068a9f1 100644 --- a/docs/users/logging.rst +++ b/docs/users/logging.rst @@ -1,30 +1,33 @@ Logging Interface ================= ``JAXLLogger`` provides all the logging facilities that we will ever require. -When logging to ``STDOUT`` it als...
jaxl/JAXL
63b355ee33179f1d29d1d1aceeec4128802f2b35
Move handlers setup to JAXLException
diff --git a/src/JAXL/core/jaxl_exception.php b/src/JAXL/core/jaxl_exception.php index d225f35..64ba648 100644 --- a/src/JAXL/core/jaxl_exception.php +++ b/src/JAXL/core/jaxl_exception.php @@ -1,93 +1,100 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>....
jaxl/JAXL
cbaf4dc822abf4fe0be0562d47e4dcbe21fb9c4b
Fix undefined $mech, remove unused code
diff --git a/src/JAXL/jaxl.php b/src/JAXL/jaxl.php index 0cc7237..beeac6f 100644 --- a/src/JAXL/jaxl.php +++ b/src/JAXL/jaxl.php @@ -168,700 +168,698 @@ class JAXL extends XMPPStream // handle signals if (extension_loaded('pcntl')) { pcntl_signal(SIGHUP, array($this, 'signal_handler')); ...
jaxl/JAXL
318d12d341e29baacee1abc1cffeb78cff271227
Add config defaults
diff --git a/src/JAXL/jaxl.php b/src/JAXL/jaxl.php index e0b890e..0cc7237 100644 --- a/src/JAXL/jaxl.php +++ b/src/JAXL/jaxl.php @@ -1,858 +1,867 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use in sourc...
jaxl/JAXL
ce7bc8c9e6848c6877016a3ebf8135404ef39bf7
Bump version to v3.0.3
diff --git a/README.md b/README.md index 97f3e56..2f812e5 100644 --- a/README.md +++ b/README.md @@ -1,51 +1,51 @@ -Jaxl v3.0.2 +Jaxl v3.0.3 ----------- Jaxl v3.x is a successor of v2.x (and is NOT backward compatible), carrying a lot of code from v2.x while throwing away the ugly parts. A lot of components have...
jaxl/JAXL
5874a31e9ca83c7e28b2c3bc8c24875a691d6ad2
Fix undefined $mech
diff --git a/docs/users/logging.rst b/docs/users/logging.rst index 687d606..46ae49e 100644 --- a/docs/users/logging.rst +++ b/docs/users/logging.rst @@ -1,29 +1,33 @@ Logging Interface ================= + ``JAXLLogger`` provides all the logging facilities that we will ever require. -When logging to ``STDOUT`` it als...
jaxl/JAXL
9831ba4d7fbf0256f3ffd60f60b8a3bf65845db6
Add type hints
diff --git a/core/jaxl_event.php b/core/jaxl_event.php index 91a3168..1a54a35 100644 --- a/core/jaxl_event.php +++ b/core/jaxl_event.php @@ -1,156 +1,159 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use ...
jaxl/JAXL
a3b9490056cbf84a9b4624942d76d9c2f6aba8fa
Text of the LICENSE file corresponds to BSD-3-Clause
diff --git a/composer.json b/composer.json index 2aeb5d9..31c2289 100644 --- a/composer.json +++ b/composer.json @@ -1,49 +1,49 @@ { "name": "jaxl/jaxl", "type": "library", "description": "Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.", "keywords": ["xmpp", "ja...
jaxl/JAXL
8c39de44440fde1e4d9b938037ba003e4f3bbc6c
Fix camel case names
diff --git a/examples/http_pre_bind.php b/examples/http_pre_bind.php index c520b0f..61ebb18 100644 --- a/examples/http_pre_bind.php +++ b/examples/http_pre_bind.php @@ -1,99 +1,99 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved....
jaxl/JAXL
d935bb1064bb7c6ad4eb88add6618b16f1b62a64
Separate HTTPDispatchRule and HTTPDispatcher
diff --git a/src/JAXL/http/http_dispatch_rule.php b/src/JAXL/http/http_dispatch_rule.php new file mode 100644 index 0000000..aa8f0d7 --- /dev/null +++ b/src/JAXL/http/http_dispatch_rule.php @@ -0,0 +1,84 @@ +<?php +/** + * Jaxl (Jabber XMPP Library) + * + * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. ...
jaxl/JAXL
e621c9bf602e6ca9dd5c1a06d4e71d50bf3928e7
Separate JAXLCtl class and CLI logic
diff --git a/jaxlctl b/jaxlctl index 9b2e37f..ee6e758 100755 --- a/jaxlctl +++ b/jaxlctl @@ -1,221 +1,78 @@ #!/usr/bin/env php <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use in source and binary fo...
jaxl/JAXL
b040350380eb8ba8755888f587b7392ff19c6d3e
Use getcwd() instead of global JAXL_CWD
diff --git a/core/jaxl_pipe.php b/core/jaxl_pipe.php index efbb78a..81641bb 100644 --- a/core/jaxl_pipe.php +++ b/core/jaxl_pipe.php @@ -1,133 +1,140 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and us...
jaxl/JAXL
59f937baaff6e7b811c1f383794fc6aedf1ace62
Use autoload from composer
diff --git a/core/jaxl_cli.php b/core/jaxl_cli.php index 13b33ed..cb92da3 100644 --- a/core/jaxl_cli.php +++ b/core/jaxl_cli.php @@ -1,107 +1,105 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use in...
jaxl/JAXL
d585a910fed006aeef184730ccd7b8f2837175de
Set OS specific \r\n and \n
diff --git a/http/http_client.php b/http/http_client.php index 5a376bd..33aacb2 100644 --- a/http/http_client.php +++ b/http/http_client.php @@ -1,157 +1,157 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistributio...
jaxl/JAXL
1df9620ecb7a7726b8603375dc767741c124f06c
Use autoload from composer
diff --git a/examples/_bootstrap.php b/examples/_bootstrap.php new file mode 100644 index 0000000..ebf2855 --- /dev/null +++ b/examples/_bootstrap.php @@ -0,0 +1,26 @@ +<?php +/** + * Bootstrap for examples. + */ + +error_reporting(E_ALL | E_STRICT); + +if (PHP_SAPI !== 'cli') { + echo 'Warning: script should be inv...
jaxl/JAXL
c236559c5ae24c9cebf3a74e89326d0fca25dc50
Fix test and don't polute autoload with tests
diff --git a/composer.json b/composer.json index 64b0eb1..2aeb5d9 100644 --- a/composer.json +++ b/composer.json @@ -1,46 +1,49 @@ { "name": "jaxl/jaxl", "type": "library", "description": "Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.", "keywords": ["xmpp", "ja...
jaxl/JAXL
f650509a616c82cddcff270fbfe252ccb1402042
Facebook chat is deprecated. Refs #41
diff --git a/docs/users/jaxl_instance.rst b/docs/users/jaxl_instance.rst index 501db1e..e27883e 100644 --- a/docs/users/jaxl_instance.rst +++ b/docs/users/jaxl_instance.rst @@ -1,166 +1,158 @@ .. _jaxl-instance: JAXL Instance ============= ``JAXL`` instance configure/manage other :ref:`sub-packages <jaxl-instance...
jaxl/JAXL
f6e3a3b6ad213917272e85c24b3d4083efa0b413
Move JAXL_MULTI_CLIENT to "multi_client" config parameter
diff --git a/core/jaxl_event.php b/core/jaxl_event.php index fa81072..96ba88c 100644 --- a/core/jaxl_event.php +++ b/core/jaxl_event.php @@ -1,164 +1,167 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use ...
jaxl/JAXL
b47a997eafb7bf46e25eb81cd67a3f7e78309185
Move NS_* from xmpp_nss.php to XMPP constants
diff --git a/core/jaxl_xml_stream.php b/core/jaxl_xml_stream.php index d4dc97e..f0df146 100644 --- a/core/jaxl_xml_stream.php +++ b/core/jaxl_xml_stream.php @@ -1,199 +1,198 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Red...
jaxl/JAXL
66940066fbe4da82481e684717ddcc801927e164
Move NS_* to XEPs constants
diff --git a/examples/http_pre_bind.php b/examples/http_pre_bind.php index a1bc945..1c46787 100644 --- a/examples/http_pre_bind.php +++ b/examples/http_pre_bind.php @@ -1,99 +1,99 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved....
jaxl/JAXL
1c75699959fc12eae6bfe4d6b9dbc9eec52af161
Move HTTP_* to HTTPServer
diff --git a/CHANGES.md b/CHANGES.md index ffb1b38..1fbf40d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,19 +1,20 @@ Changes ======= JAXL introduces changes that affect compatibility: v3.1.0 * PHP version >= 5.3: namespaces and anonymous functions. * All methods now in camel case format (i.e. JAXL->requir...
jaxl/JAXL
56152e38aa4c047974a8944d962b7fc835131b73
Add setColors to setup logger colors
diff --git a/core/jaxl_logger.php b/core/jaxl_logger.php index 1d792c0..1a5acff 100644 --- a/core/jaxl_logger.php +++ b/core/jaxl_logger.php @@ -1,122 +1,137 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistributio...
jaxl/JAXL
40de6b81b9569f0e706605875e0b198ffaeedd71
Move log levels to JAXLLogger
diff --git a/CHANGES.md b/CHANGES.md index 9cab571..ffb1b38 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,18 +1,19 @@ Changes ======= JAXL introduces changes that affect compatibility: v3.1.0 * PHP version >= 5.3: namespaces and anonymous functions. * All methods now in camel case format (i.e. JAXL->requir...
jaxl/JAXL
7c4dc7441f9e80c0fa3a1606fc5b94ecfd13bcd0
JAXLEvent->reg is not public anymore
diff --git a/CHANGES.md b/CHANGES.md index 64d3b75..9cab571 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,16 +1,18 @@ Changes ======= JAXL introduces changes that affect compatibility: v3.1.0 * PHP version >= 5.3: namespaces and anonymous functions. * All methods now in camel case format (i.e. JAXL->requir...
jaxl/JAXL
d57350495ed9945ae0e456b45151cc81597aaaa1
Add required in JAXLXml::construct
diff --git a/CHANGES.md b/CHANGES.md index 8b95051..64d3b75 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,15 +1,16 @@ Changes ======= JAXL introduces changes that affect compatibility: v3.1.0 * PHP version >= 5.3: namespaces and anonymous functions. * All methods now in camel case format (i.e. JAXL->requir...
jaxl/JAXL
8a334ca81006119d1f300a1436498d37ce5b7e08
Make transport obtainable
diff --git a/jaxl.php b/jaxl.php index 68d1aad..d555b34 100644 --- a/jaxl.php +++ b/jaxl.php @@ -1,785 +1,793 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without ...
jaxl/JAXL
5cec396a76a9fd7f62504ba3f26dbb0a9e4f56c7
Set unique verbose log message
diff --git a/CHANGES.md b/CHANGES.md index f3df771..8b95051 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,15 @@ Changes ======= JAXL introduces changes that affect compatibility: v3.1.0 * PHP version >= 5.3: namespaces and anonymous functions. * All methods now in camel case format (i.e. JAXL->requir...
jaxl/JAXL
1b5477426f3001a200c9d4ba7bfbbc9a592b3755
Bump version to v3.0.2
diff --git a/README.md b/README.md index 71e38f7..97f3e56 100644 --- a/README.md +++ b/README.md @@ -1,51 +1,51 @@ -Jaxl v3.0.1 +Jaxl v3.0.2 ----------- Jaxl v3.x is a successor of v2.x (and is NOT backward compatible), carrying a lot of code from v2.x while throwing away the ugly parts. A lot of components have...
jaxl/JAXL
643048ab8b37126606de218ef9fd24c3506a47f6
Add license name
diff --git a/LICENSE b/LICENSE index 59792ca..6e7e778 100644 --- a/LICENSE +++ b/LICENSE @@ -1,33 +1,33 @@ Jaxl (Jabber XMPP Library) Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted...
jaxl/JAXL
2e6545bf87b3ba2b540d63652c1e2c0a312813f3
Add tests for JAXLXml
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4ef33a8..a2b44df 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" - convertNoticesT...
jaxl/JAXL
84e66c8b49124c96a0edda72cc691d6295dbc3cd
Unavailable method disconnect was used
diff --git a/composer.json b/composer.json index 3c016a5..64b0eb1 100644 --- a/composer.json +++ b/composer.json @@ -1,43 +1,46 @@ { "name": "jaxl/jaxl", "type": "library", "description": "Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.", "keywords": ["xmpp", "ja...
jaxl/JAXL
504b283528fbc80133f61024a33c300a2ae40324
Use count is more PHP-tonic
diff --git a/core/jaxl_clock.php b/core/jaxl_clock.php index b03eba2..eef7931 100644 --- a/core/jaxl_clock.php +++ b/core/jaxl_clock.php @@ -1,129 +1,129 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution an...
jaxl/JAXL
ec3ec68bfd760cd4013baa0429bfdbef06e2adad
More type hints
diff --git a/core/jaxl_event.php b/core/jaxl_event.php index 8e8969d..57742a3 100644 --- a/core/jaxl_event.php +++ b/core/jaxl_event.php @@ -1,156 +1,156 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use ...
jaxl/JAXL
e9d5d2ca8018e6de17ac55abf6fcef34bcd3221d
Add type hints
diff --git a/core/jaxl_event.php b/core/jaxl_event.php index a62b38b..8e8969d 100644 --- a/core/jaxl_event.php +++ b/core/jaxl_event.php @@ -1,134 +1,156 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use ...
jaxl/JAXL
4fada400aedbd1b575567ea7d6f140b393a99786
Fix arguments check
diff --git a/jaxl.php b/jaxl.php index 9e25918..897878b 100644 --- a/jaxl.php +++ b/jaxl.php @@ -1,931 +1,931 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without ...
jaxl/JAXL
82d80b0d1732198357c85189f9184ba9e5556843
Revert "Fix examples to conform to requirements for PHP 5.2.4"
diff --git a/docs/users/xmpp_examples.rst b/docs/users/xmpp_examples.rst index 7808d0c..e92d3c3 100644 --- a/docs/users/xmpp_examples.rst +++ b/docs/users/xmpp_examples.rst @@ -1,126 +1,120 @@ XMPP Examples ============= Echo Bot Client --------------- include ``jaxl.php`` and initialize a new ``JAXL`` instance:...
jaxl/JAXL
606e27178bf4e1cb47c80e8d4034dc0ac0e18557
Rename methods in jaxlctl
diff --git a/jaxlctl b/jaxlctl index c81b4db..d7a01ef 100755 --- a/jaxlctl +++ b/jaxlctl @@ -1,200 +1,200 @@ #!/usr/bin/env php <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use in source and binary f...
jaxl/JAXL
a4469c792ee8a804b1b0450f472590d325fc96c6
Rename tests
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4ef33a8..92f8f0e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesT...
jaxl/JAXL
be8e2fbdbe591d92431bf7deebc1fb0a0438ba5d
Fix PSR: _ prefix
diff --git a/core/jaxl_sock5.php b/core/jaxl_sock5.php index 1468551..544fea5 100644 --- a/core/jaxl_sock5.php +++ b/core/jaxl_sock5.php @@ -1,131 +1,131 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution an...
jaxl/JAXL
809e4ba66d52a6f5576b2319bf4c977182563c8d
Fix PSR: Class constants must be uppercase
diff --git a/jaxl.php b/jaxl.php index 9e25918..380dd0c 100644 --- a/jaxl.php +++ b/jaxl.php @@ -1,580 +1,580 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without ...
jaxl/JAXL
e90cefaa7366775b8fe70831a4184bf29dbe1628
Fix PSR: Constants must be uppercase
diff --git a/xmpp/xmpp_nss.php b/xmpp/xmpp_nss.php index 7a0cad0..233db6c 100644 --- a/xmpp/xmpp_nss.php +++ b/xmpp/xmpp_nss.php @@ -1,60 +1,60 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use in source ...
jaxl/JAXL
e68820ae9b31a083767e6d856b011e343514403f
Avoid to use error control operator (@)
diff --git a/core/jaxl_pipe.php b/core/jaxl_pipe.php index 3e04736..b3e1fbe 100644 --- a/core/jaxl_pipe.php +++ b/core/jaxl_pipe.php @@ -1,122 +1,124 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and us...
jaxl/JAXL
5cefdc7f4e6ea105b84b26049865fd20e4947a31
Add type hints
diff --git a/core/jaxl_socket_client.php b/core/jaxl_socket_client.php index 799aaaf..bba616a 100644 --- a/core/jaxl_socket_client.php +++ b/core/jaxl_socket_client.php @@ -1,250 +1,256 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserve...
jaxl/JAXL
370555ec6abe952dbfc5b281f381566a33b2690a
Fix check of colorize
diff --git a/core/jaxl_logger.php b/core/jaxl_logger.php index 88843e5..0738133 100644 --- a/core/jaxl_logger.php +++ b/core/jaxl_logger.php @@ -1,97 +1,97 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution ...
jaxl/JAXL
dc51d6154d15a53627ed0bffbb78c3d075ee9b3e
The protocol directive from cfg should not be empty
diff --git a/jaxl.php b/jaxl.php index 9a8367e..f677452 100644 --- a/jaxl.php +++ b/jaxl.php @@ -1,812 +1,813 @@ <?php /** * Jaxl (Jabber XMPP Library) * * Copyright (c) 2009-2012, Abhinav Singh <me@abhinavsingh.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without ...