summaryrefslogtreecommitdiff
path: root/src/ejabberd_update.erl (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-04-15Copy a change from include file available since OTP 17.0Badlop1-1/+2
See: https://github.com/erlang/otp/commit/5e575f65629f6d99ed423bc646219c162f6bfa1a
2021-04-14When using OTP 24.0, use the new 'application' record definition (#3568)Badlop1-0/+35
This fixes "ejabberdctl update_list", "update", and the equivalent feature on ejabberd's WebAdmin that got broken when using Erlang/OTP 24
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-06-24Make logging messages more consistentEvgeny Khramtsov1-17/+17
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-1/+0
The header consisted of too many unrelated stuff and macros misuse. Some stuff is moved into scram.hrl and type_compat.hrl. All macros have been replaced with the corresponding function calls. TODO: probably type_compat.hrl is not even needed anymore since we support only Erlang >= OTP 17.5
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-01-13Update copyright to 2016 (#901)Badlop1-1/+1
2015-10-07cosmetic cleanupChristophe Romain1-14/+11
2015-03-27Fix even more dialyzer warningsBadlop1-7/+0
2015-01-08Update copyright dates to 2015 (EJAB-1733)Badlop1-1/+1
2014-03-13Update copyright dates to 2014 (EJAB-1679)Badlop1-1/+1
2014-02-22Update FSF addressJamie Nguyen1-4/+3
2013-06-13Switch to rebar build toolEvgeniy Khramtsov1-0/+1
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
2013-03-14Accumulated patch to binarize and indent codeBadlop1-6/+1
2013-01-24Update copyright datesAlexey Shchepin1-1/+1
2013-01-03Make sure update_info returns atoms only (EJAB-1595) (Thanks to Jose M Herrero)Evgeniy Khramtsov1-17/+20
2012-04-11Add comments about Dialyzer warningsBadlop1-0/+3
2012-02-23Update copyright datesAlexey Shchepin1-1/+1
2011-12-21Fix update with stripped beams (thanks to Jose M Herrero)(EJAB-1520)Badlop1-2/+4
2011-12-08Fix command "update" to return response in the expected formatBadlop1-2/+2
2011-11-03Support to update modules in R14B04 and higherBadlop1-2/+16
2011-02-14update copyright up to 2011Christophe Romain1-1/+1
2010-05-24Only log when script errors are foundBadlop1-4/+11
2010-01-12Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop1-1/+1
SVN Revision: 2891
2009-05-27Support to select what modules to update. Split large function in smaller ones.Badlop1-31/+76
SVN Revision: 2107
2009-01-12* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop1-2/+2
* doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
2008-07-31* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop1-1/+1
* doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499
2008-03-21Rewrite io:format calls to loglevel macros (EJAB-555)Christophe Romain1-5/+7
SVN Revision: 1239
2008-03-10* src/ejabberd_update.erl: Fix crash when browsing the UpdateBadlop1-2/+2
page in Erlang R12 (EJAB-552) SVN Revision: 1225
2008-01-15* doc/guide.tex: Updated copyright dates to 2008Badlop1-1/+1
* src/*: Likewise SVN Revision: 1153
2007-12-24* Applied copyright update patch 1.Mickaël Rémond1-5/+23
SVN Revision: 1110
2007-11-15* Making sure SVN properties are correctly set.Mickaël Rémond1-1/+1
SVN Revision: 970
2006-02-27* src/web/ejabberd_web_admin.erl: Added a interface for nodeAlexey Shchepin1-1/+1
updating * src/ejabberd_update.erl: Added function update_info/0 SVN Revision: 513
2006-02-27* src/web/ejabberd_web_admin.erl: Added a interface for nodeAlexey Shchepin1-6/+15
updating * src/ejabberd_update.erl: Added function update_info/0 SVN Revision: 512
2006-01-29* src/odbc/pg.sql: Fixed syntax errorAlexey Shchepin1-4/+10
* src/ejabberd_router.erl: Updated to use gen_server behaviour * src/ejabberd_sm.erl: Likewise * src/ejabberd_s2s.erl: Likewise * src/gen_iq_handler.erl: Likewise * src/ejabberd_sup.erl: Added supervisor for ejabberd_receiver * src/ejabberd_receiver.erl: Updated SVN Revision: 495
2006-01-27* src/ejabberd_update.erl: Support for run-time ejabberd updatingAlexey Shchepin1-0/+113
(not completed) * src/ejabberd_c2s.erl: Added 'update_info' module attribute for testing ejabberd_update SVN Revision: 494