aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_admin.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New command to reload config (EJAB-1140)Badlop2015-01-211-0/+11
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
|
* Fix binaries in command ejabberdctl stop_kindlyBadlop2015-01-071-3/+4
|
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-0/+6
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-22/+3
| | | | | | | | | | | | | | | | 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
* Accumulated patch to binarize and indent codeBadlop2013-03-141-5/+13
|
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
|
* Added command to list all the vhosts registered in an ejabberd nodeRemco Wendt2012-12-191-0/+8
|
* Copy, fix and document export2odbc command from mod_admin_extra.erlBadlop2012-11-261-0/+23
|
* Merge SQL and Mnesia code into one module (EJAB-1560)Evgeniy Khramtsov2012-04-271-5/+8
|
* Document how to provide a long announcement (EJAB-1553)Badlop2012-04-141-0/+4
|
* Handle the scenario of disabled mod_muc (EJAB-1553)Badlop2012-04-141-1/+1
|
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
|
* Fix command "update" to return response in the expected formatBadlop2011-12-081-2/+3
|
* No need to explicitly skip old useless tables, simply fix keep_tablesBadlop2011-09-141-5/+1
|
* Explicitly skip useless ejabberd 2.0* mnesia tables when restoring backupBadlop2011-08-291-0/+4
| | | | | Reference: http://www.ejabberd.im/node/4867
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
|
* The command Update now returns meaningful message and exit-status (EJAB-1237)Badlop2010-07-221-2/+5
|
* Fix typo in update_list command (EJAB-1237)Badlop2010-06-071-1/+1
|
* Mix the commands update_all/0 and update_module/1 into update/1 (EJAB-1237)Badlop2010-05-251-11/+8
|
* New ejabberd commands to update modified modules (EJAB-1237)Badlop2010-05-241-0/+34
|
* Fix English typosBadlop2010-05-171-2/+2
|
* Remove references to the old SVN repository.Badlop2010-02-161-1/+1
|
* New command to set master Mnesia nodeBadlop2010-02-151-0/+21
|
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
| | | | SVN Revision: 2891
* Command to stop ejabberd informing users, with grace period, and kindly ↵Badlop2010-01-031-0/+54
| | | | | | (EJAB-1112) SVN Revision: 2853
* Add command to update PubSub table of ejabberd trunk SVN.Badlop2009-08-251-0/+5
| | | | | | | If you use ejabberd trunk SVN, run this command: ejabberdctl rename_default_nodeplugin SVN Revision: 2531
* Add ejabberd command to get the current loglevel (EJAB-1004)Badlop2009-08-071-0/+8
| | | | SVN Revision: 2447
* Add support for XEP-227 import/export, requires exmpp to use it (EJAB-993)Badlop2009-08-071-2/+15
| | | | SVN Revision: 2439
* New command to dump a table to text file.Badlop2009-07-231-16/+35
| | | | SVN Revision: 2389
* New command to convert mnesia nodename, copied from OTP and DebianBadlop2009-05-151-0/+52
| | | | SVN Revision: 2080
* * doc/guide.tex: Fix some English strings: JID -> Jabber ID;Badlop2009-01-121-4/+4
| | | | | | | | | jabberd 1.4 -> jabberd14; commited -> committed * src/*/*.erl: Likewise * src/msgs/*.msg: Likewise * src/msgs/*.po: Likewise SVN Revision: 1810
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-2/+2
| | | | | | | | * doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
* * doc/guide.tex: Fix capitalization of some section titlesBadlop2008-12-161-0/+17
| | | | | | | | | | | | | | | | | | | | | * doc/guide.tex: Mention as optional Requirements: mysql, pgsql and pam * src/ejabberd_admin.erl: Command reopen-log must also rotate sasl.log (thanks to Alexander Tsvyashchenko)(EJAB-711) * src/ejabberd_logger_h.erl: Export the function rotate_log/1 * doc/guide.tex: Improve explanation of log files rotation * doc/guide.tex: Improve explanation of watchdog admins option: only useful for developers (EJAB-816) * src/ejabberd.cfg.example: Likewise * doc/guide.tex: Say 'higher' instead of 'newer' in requirements * README: Likewise * doc/guide.tex: Simplify example mod_muc configuration SVN Revision: 1732
* * src/ejabberd_admin.erl: Implement commands from oldBadlop2008-10-121-6/+294
| | | | | | ejabberd_ctl (EJAB-694) SVN Revision: 1634
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-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
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
| | | | | | * src/*: Likewise SVN Revision: 1153
* * Fixed typo.Mickaël Rémond2007-12-241-1/+1
| | | | SVN Revision: 1111
* * Applied copyright update patch 1.Mickaël Rémond2007-12-241-5/+20
| | | | SVN Revision: 1110
* * src/acl.erl and other 64 files: Remove Erlang module attributeBadlop2007-12-061-1/+0
| | | | | | | 'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440) SVN Revision: 1044
* * doc/guide.tex: Update URI of ejabberd official home page, URIBadlop2007-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | of ejabberd.jabber.ru, and copyright dates (EJAB-366) * doc/introduction.tex: * src/ejabberd.hrl: * src/ejabberd_admin.erl: * src/mod_irc/mod_irc.erl: * src/mod_irc/mod_irc_connection.erl: * src/mod_muc/mod_muc.erl: * src/mod_muc/mod_muc_log.erl: * src/mod_proxy65/mod_proxy65_service.erl: * src/mod_pubsub/mod_pubsub.erl: * src/mod_vcard.erl: * src/mod_vcard_ldap.erl: * src/mod_vcard_odbc.erl: * src/msgs/*.msg: * src/web/ejabberd_web_admin.erl: SVN Revision: 997
* * Making sure SVN properties are correctly set.Mickaël Rémond2007-11-151-2/+2
| | | | SVN Revision: 970
* * src/ejabberd_admin.erl: Code refactoring. Common Mnesia databaseMickaël Rémond2006-05-071-0/+59
restore function. SVN Revision: 563