aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_admin.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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