summaryrefslogtreecommitdiff
path: root/src/node_pep.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let flat be default plugin (#609)Christophe Romain2015-07-221-26/+26
|
* Fix max_items and don't let PEP depends on item cacheChristophe Romain2015-06-181-1/+1
|
* PubSub improvementsChristophe Romain2015-04-211-415/+178
| | | | | | | | This commit contains - code cleanup - use of db_type instead of old mod_pubsub_odbc - some minor optimizations - some minor bugfixes
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-3/+3
|
* Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-3/+3
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-5/+3
|
* fix badmatch on remove_user on PEP nodes (EJAB-1649)Christophe Romain2013-07-091-6/+4
|
* change default PEP config for simpler setup (EJAB-1494)Christophe Romain2013-06-241-2/+2
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+504
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite