about summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-12-04 20:00:43 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-12-04 20:00:43 -0500
commit4f88ef857af5a4356b2ea6c069416c9931d47ab2 (patch)
tree9980747eef80c262d052c432ff953281bca79da4 /.gitmodules
parent5c73899b69991b0bc97aaf91543ccb1403c504f5 (diff)
downloadblessed-4f88ef857af5a4356b2ea6c069416c9931d47ab2.tar.gz
blessed-4f88ef857af5a4356b2ea6c069416c9931d47ab2.tar.bz2
blessed-4f88ef857af5a4356b2ea6c069416c9931d47ab2.zip
Switched from twitcurl to libtwitter++
Also replaced usage of the C randomization interface with the C++
randomization interface, and replaced the UNIX-reliant sleep() call with
the C++ thread interface. Also made some other style-related code
changes.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 08a42de..79aa7f0 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,9 +1,9 @@
1[submodule "vendor/verbly"] 1[submodule "vendor/verbly"]
2 path = vendor/verbly 2 path = vendor/verbly
3 url = https://github.com/hatkirby/verbly 3 url = https://github.com/hatkirby/verbly
4[submodule "vendor/twitcurl"]
5 path = vendor/twitcurl
6 url = https://github.com/swatkat/twitcurl
7[submodule "vendor/yaml-cpp"] 4[submodule "vendor/yaml-cpp"]
8 path = vendor/yaml-cpp 5 path = vendor/yaml-cpp
9 url = https://github.com/jbeder/yaml-cpp 6 url = https://github.com/jbeder/yaml-cpp
7[submodule "vendor/libtwittercpp"]
8 path = vendor/libtwittercpp
9 url = https://github.com/hatkirby/libtwittercpp