aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_ctl.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support in ejabberdctl help command names with old - characters.Badlop2010-01-251-2/+3
| | | | SVN Revision: 2924
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
| | | | SVN Revision: 2891
* Support for arguments in ejabberdctl that are empty strings.Badlop2009-12-281-9/+10
| | | | SVN Revision: 2827
* Print command's reply and newline only when there's something to print.Badlop2009-12-111-2/+6
| | | | SVN Revision: 2806
* Fix EDoc errors.Badlop2009-08-171-1/+1
| | | | SVN Revision: 2494
* Merge misplaced 2055 2058 and 2062 from ejabberd-2.0.4.Badlop2009-05-071-0/+1
| | | | | | | | | * src/ejabberd_app.erl: Better support for profiling. * src/ejabberd.erl: Likewise * src/ejabberd_ctl.erl: Likewise * src/ejabberd_debug.erl: Likewise SVN Revision: 2063
* * src/ejabberd_ctl.erl: New option to require auth in ejabberdctlBadlop2009-04-171-15/+32
| | | | | | | and restrict what commands and arguments can execute (EJAB-910) * src/ejabberd_config.erl: Likewise SVN Revision: 2024
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-1/+1
| | | | | | | | * doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
* * src/*.erl: Fix EDoc commentsBadlop2009-01-031-6/+3
| | | | SVN Revision: 1771
* * src/ejabberd_ctl.erl: If ejabberd didn't start correctly:Badlop2008-10-241-2/+10
| | | | | | | 'ejabberdctl status' suggests to look in log files; any other ejabberdctl command shows 'status'. SVN Revision: 1668
* Replace mentions of mod_xmlrpc to ejabberd_xmlrpcBadlop2008-10-131-1/+1
| | | | SVN Revision: 1645
* * src/ejabberd_ctl.erl: Add frontend support forBadlop2008-10-121-300/+642
| | | | | | | | commands (EJAB-694). Categorization and sorting of commands in ejabberd_ctl help (EJAB-313). Lines in command line help of length 80, and text formatting (EJAB-473) SVN Revision: 1636
* * 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
* * src/ejabberd_ctl.erl: Call reopen_log_hook for each virtual host.Jérôme Sautret2008-07-181-3/+6
| | | | SVN Revision: 1461
* * src/ejabberd_ctl.erl: Web Admin and Ad-hoc admin: dump onlyBadlop2008-06-291-0/+1
| | | | | | persistent tables (EJAB-678) SVN Revision: 1387
* Rewrite io:format calls to loglevel macros (EJAB-555)Christophe Romain2008-03-211-29/+29
| | | | SVN Revision: 1239
* * src/ejabberd_ctl.erl: API improvement: Added reopen_log_hook (EJAB-565)Mickaël Rémond2008-03-151-0/+2
| | | | SVN Revision: 1234
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
| | | | | | * src/*: Likewise SVN Revision: 1153
* * Applied copyright update patch 1.Mickaël Rémond2007-12-241-4/+22
| | | | SVN Revision: 1110
* * src/ejabberd_ctl.erl: Added new command: mnesia (thanks toBadlop2007-12-211-0/+16
| | | | | | Tsukasa Hamano) SVN Revision: 1094
* * 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
* * src/ejabberdctl.template: Removed bashisms (EJAB-399). Set environment ↵Badlop2007-11-261-7/+25
| | | | | | | | | | variables instead of passing parameters when calling erl (EJAB-421). * src/ejabberd_ctl.erl: Improvements in the help messages (EJAB-399). * doc/guide.tex: Improvements in sections ejabberdctl, and Install from Source (EJAB-399). SVN Revision: 978
* * src/ejabberd_ctl.erl: Bugfix: Now display all register commands for aMickaël Rémond2006-12-151-4/+4
| | | | | | | vhost and not only one (Thanks to Badlop) (EJAB-162). * src/ejabberd.cfg.example: Fixed typo. SVN Revision: 694
* * src/ejabberd_ctl.erl: Added a way to delete the older messageMickaël Rémond2006-05-071-0/+16
| | | | | | | | from the offline message table. This function is only available if offline message queue is stored in Mnesia internal database. The function delete_old_messages is not available in mod_offline_odbc. SVN Revision: 565
* * src/ejabberd_ctl.erl: Now prints a user-friendly when tryingMickaël Rémond2006-05-071-1/+6
| | | | | | to restore a backup from a non-existent file. SVN Revision: 564
* * src/mod_configure.erl: Unknown tables or tables from nowMickaël Rémond2006-05-071-34/+2
| | | | | | | | | | unused modules are ignored during restore. The restore can now be performed in such case (EJAB-80). * src/web/ejabberd_web_admin.er: Likewise. * src/ejabberd_admin.erl: Likewise. Code refactoring. Common Mnesia database restore function. SVN Revision: 562
* * src/ejabberd_ctl.erl: Unknown tables or tables from now unusedMickaël Rémond2006-05-011-2/+38
| | | | | | | modules are ignored during restore. The restore can now be performed in such case. SVN Revision: 561
* * src/ejabberd_ctl.erl: The status now only returns "started" ifMickaël Rémond2006-04-261-2/+9
| | | | | | ejabberd is started and ready to accept requests. SVN Revision: 554
* * src/ejabberd_ctl.erl: Added API for virtual host specificAlexey Shchepin2006-02-201-25/+73
| | | | | | | | | | | | | commands, removed registered-users command * src/ejabberd_auth.erl: Added processing of registered-users command * src/ejabberd_auth_internal.erl: Likewise * src/ejabberd_auth_ldap.erl: Likewise * src/ejabberd_auth_odbc.erl: Likewise * src/ejabberd_app.erl: Added inititalization of ejabberd_ctl * src/ejabberd_sm.erl: Minor update SVN Revision: 510
* * src/mod_service_log.erl: Bugfix (thanks to Badlop)Alexey Shchepin2006-02-151-21/+62
| | | | | | | | | | | * src/jd2ejd.erl: Use mod_vcard_odbc if it is loaded (thanks to Tomasz Sterna) * src/ejabberd_sm.erl: Added a few ejabberdctl commands * src/ejabberd_ctl.erl: New interface for command registration SVN Revision: 507
* * src/ejabberd_ctl.erl: Partially rewrittenAlexey Shchepin2006-02-131-136/+70
| | | | SVN Revision: 505
* * src/mod_last_odbc.erl: Added store_last_info/4 function (thanksAlexey Shchepin2005-05-231-3/+33
| | | | | | | | | | | | | to Sergei Golovan) * src/mod_last.erl: Likewise * src/jd2ejd.erl: Support for exporting iq:last information, better error handling (thanks to Sergei Golovan) * src/ejabberd_ctl.erl: Added "import-file" and "import-dir" commands (thanks to Sergei Golovan) SVN Revision: 358
* * src/ejabberd_ctl.erl: Better spelling, now prints full fileAlexey Shchepin2005-04-261-31/+66
| | | | | | | paths, fixed checking of mnesia:install_fallback result, now "dump" command dumps only persistent tables SVN Revision: 331
* Applied VH patchAlexey Shchepin2005-04-171-15/+15
| | | | SVN Revision: 310
* CleanupAlexey Shchepin2005-04-171-1/+1
| | | | SVN Revision: 309
* Merged the Process One contributions ( Virtual Hosting )tmallard2005-04-171-1/+1
| | | | SVN Revision: 307
* * src/ejabberd_ctl.erl: BugfixAlexey Shchepin2005-03-301-1/+1
| | | | SVN Revision: 300
* * tools/ejabberdctl: Added call to "exec" (thanks to SergeiAlexey Shchepin2004-09-101-35/+95
| | | | | | | | | | | | | | | | | | | | | | | | Golovan) * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) * src/mod_vcard.erl: Support for searching of prefix substring and limiting of result items (thanks to Sergei Golovan) * src/mod_offline.erl: Support for message expiration (JEP-0023) (thanks to Sergei Golovan) * src/jlib.hrl: Added NS_EXPIRE macros (thanks to Sergei Golovan) * src/ejabberd_logger_h.erl: Added reopen_log/0 (thanks to Sergei Golovan) * src/ejabberd_ctl.erl: Added return codes, updated "reopen-log" command, added "delete-expired-messages" and "status" commands (thanks to Sergei Golovan) * doc/guide.tex: Updated (thanks to Sergei Golovan) SVN Revision: 264
* * src/ejabberd_ctl.erl: Added command for listing all registeredAlexey Shchepin2004-05-051-16/+57
| | | | | | | | | users * src/ejabberd_ctl.erl: Bugfix, support for text-load and restore (thanks to Leif Johansson) SVN Revision: 229
* * src/ejabberd_ctl.erl: Added command for log reopeningAlexey Shchepin2004-01-271-0/+4
| | | | SVN Revision: 201
* * src/ejabberd_ctl.erl: Added commands for backup processingAlexey Shchepin2004-01-181-2/+42
| | | | | | | | | | | | | | | * src/ejabberd_c2s.erl: Added processing of xml:lang according to latest XMPP-IM draft * src/xml.erl: Added replace_tag_attr/3 function * src/mod_roster.erl: Added auto-reply on incoming subscription request according to latest XMPP-IM draft * src/mod_offline.erl: Added pop_offline_messages/1 function * src/ejabberd_c2s.erl: Updated sending of offline messages SVN Revision: 200
* * src/ejabberd_c2s.erl: Fixed bind namespaceAlexey Shchepin2004-01-111-0/+86
* src/ejabberd_ctl.erl: New module for ejabberd administration * tools/ejabberdctl: Shell script for ejabberd administration * src/mod_vcard.erl: Copyright update * src/ejabberd_service.erl: Now possible to specify access rules for service * src/ejabberd.cfg.example: Updated SVN Revision: 198