Commit Graph

3161 Commits

Author SHA1 Message Date
Evgeniy Khramtsov e4ec23919d Merge branch 'rebar' into 3.0.x 2013-05-28 00:12:00 +10:00
Evgeniy Khramtsov 1c095b609a Merge branch '3.0.x' of github.com:processone/maincustomers into 3.0.x 2013-05-15 21:58:14 +10:00
Evgeniy Khramtsov a819514e43 Define primary key in sr_group table 2013-05-15 21:57:53 +10:00
Evgeniy Khramtsov 16cd93d587 Improve applications startup 2013-05-15 18:46:56 +10:00
Evgeniy Khramtsov a8e5984f5f Reflect applications name change 2013-05-15 17:33:49 +10:00
Evgeniy Khramtsov 1a45637860 Improve the profiler 2013-05-15 16:34:02 +10:00
Badlop 8cb3f61f88 Tweak ejabberd_listener to allow ejabberd_xmlrpc work properly 2013-05-14 18:50:29 +02:00
Evgeniy Khramtsov 4bc4f54e43 Do not make DB query on get_group_opt (part of TECH-220) 2013-05-14 17:31:24 +10:00
Evgeniy Khramtsov 08774b1b5a Pass --enable-flash-hack flag to "xml" app 2013-05-13 15:55:46 +10:00
Evgeniy Khramtsov 300e765e20 Call all logging functions via single module 2013-05-12 19:41:59 +10:00
Evgeniy Khramtsov 951599be21 Describe the new configure options in the guide 2013-05-12 16:05:41 +10:00
Evgeniy Khramtsov 8bea14837e Do not forget to remove autom4te.cache on distclean 2013-05-12 14:40:26 +10:00
Evgeniy Khramtsov 09250d6121 Do not allow underscores in configure options 2013-05-12 14:37:57 +10:00
Evgeniy Khramtsov 5968b35320 Make it possible to combine --enable-all
with other configure options
2013-05-12 14:30:49 +10:00
Evgeniy Khramtsov f364fcda56 Add --enable-tools configure option 2013-05-12 14:13:16 +10:00
Evgeniy Khramtsov 170874e115 Fix PubSub NG compilation 2013-05-11 20:53:51 +10:00
Evgeniy Khramtsov bec499a4a1 Check if all needed Erlang applications are installed 2013-05-11 15:46:01 +10:00
Evgeniy Khramtsov d6709bd53a Fix --enable-pubsub_ng configuration option 2013-05-09 21:22:27 +10:00
Evgeniy Khramtsov 1cd1dd9f23 Use another XML-RPC library 2013-05-09 20:57:27 +10:00
Evgeniy Khramtsov af198dbe92 Change {{localstatedir}} overlay variable 2013-05-09 19:30:03 +10:00
Evgeniy Khramtsov 80ff4ad3d3 Rename config.vars to vars.config 2013-05-09 19:05:35 +10:00
Evgeniy Khramtsov 6e1691e2fa Do not set ERLANG_ROOT_DIR and ERLANG_LIB_DIR variable 2013-05-09 19:00:25 +10:00
Evgeniy Khramtsov e52c324a5e Exclude riak_pb from the PLT 2013-05-09 17:58:29 +10:00
Evgeniy Khramtsov e7b1f21e1c Add syntax_tools to the PLT list 2013-05-09 17:03:47 +10:00
Evgeniy Khramtsov a2d2581199 Do not dump dynamic configuration 2013-05-09 11:56:01 +10:00
Evgeniy Khramtsov eedd9496e4 Add --enable-all compiler option 2013-05-09 11:30:10 +10:00
Evgeniy Khramtsov 3d4775d555 Update dialyzer target 2013-05-09 01:14:58 +10:00
Evgeniy Khramtsov 7f11f4a1fb Do not `cd` when generating a release 2013-05-08 23:59:58 +10:00
Evgeniy Khramtsov 612f15ab17 Do not dump the release file 2013-05-08 23:51:56 +10:00
Evgeniy Khramtsov af9ff6f1a1 Fix logging 2013-05-08 23:51:21 +10:00
Evgeniy Khramtsov 9664de5242 Properly create log directory 2013-05-08 23:11:17 +10:00
Evgeniy Khramtsov b13c51c8cf Better release directory detection 2013-05-08 22:52:10 +10:00
Evgeniy Khramtsov 8229ee8dd8 Make it possible to generate an OTP application release 2013-05-08 21:56:29 +10:00
Evgeniy Khramtsov 476acbfa44 Move configure variables to a separate file 2013-05-08 19:27:25 +10:00
Evgeniy Khramtsov 23dd81d18c Move cache_tab code to deps 2013-05-08 15:17:11 +10:00
Evgeniy Khramtsov f08595b0e5 Get rid of stub rebar.config 2013-05-08 14:48:52 +10:00
Evgeniy Khramtsov 50b8500bd5 Run the corresponding configure scripts by ourselves 2013-05-08 13:32:18 +10:00
Christophe Romain 1cacd48261 add simple event logger 2013-05-07 10:42:50 +02:00
Evgeniy Khramtsov cf11acc450 Add stub Rebar config 2013-05-07 17:56:35 +10:00
Evgeniy Khramtsov 0c18dd7068 Improve "install" target 2013-05-07 17:23:34 +10:00
Badlop 4e807d69e8 Fix paths for "install" target 2013-05-06 12:52:26 +02:00
Paweł Chmielowski a61b7b1d98 Don't forget about directed presences sent after receiving global presence
It caused problem with presences send to conference rooms, as this change
made us not always send presence unavailable when user went offline, which
did make conference have phantom users.

This revert functional changes introduced in
e521c8368a
2013-05-03 10:42:24 +02:00
Paweł Chmielowski a55c85252f Add ability to limit number of registered users.
This limit can be configure in host_config options like this:

{host_config "jabber.example.org", [{max_users, 100}]}.
2013-05-03 10:33:19 +02:00
Evgeniy Khramtsov 0168e39bb3 Use xml repo 2013-05-02 21:04:55 +10:00
Evgeniy Khramtsov 8f8b6870a0 Fix a typo 2013-05-02 20:36:45 +10:00
Evgeniy Khramtsov dc7208ed1c Only compile ibrowse and lhttpc when needed 2013-05-02 20:36:10 +10:00
Evgeniy Khramtsov 60b0b918a6 Dump the resulting Rebar configuration 2013-05-02 20:27:53 +10:00
Evgeniy Khramtsov d9e2d4e6a9 Get rid of useless makefiles 2013-05-02 20:17:58 +10:00
Evgeniy Khramtsov 8fc80178b6 Fix STUN startup 2013-05-02 20:00:04 +10:00
Evgeniy Khramtsov c801bd9411 Do not try to start STUN supervisor 2013-05-02 19:31:59 +10:00