summaryrefslogtreecommitdiff
path: root/src/mod_muc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/ejabberd_s2s.erl: Added error catching for do_route/3Alexey Shchepin2003-05-151-11/+33
| | | | | | | | | | | | | | * src/ejabberd_local.erl: Likewise for do_route/4 * src/msgs/ru.msg: Updated * src/mod_muc/mod_muc_room.erl: New option to allow to view list of participants for non-ones via disco#items * src/mod_muc/mod_muc_room.erl: Store room subject with configuration options SVN Revision: 109
* * src/mod_muc/mod_muc_room.erl: Remove user from room on receivingAlexey Shchepin2003-05-141-26/+76
| | | | | | of message or presence error from him SVN Revision: 108
* * src/ejabberd_local.erl: Updated missed errors to new styleAlexey Shchepin2003-05-092-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | * src/mod_register.erl: Likewise * src/mod_version.erl: Likewise * src/mod_time.erl: Likewise * src/mod_stats.erl: Likewise * src/mod_register.erl: Likewise * src/mod_private.erl: Likewise * src/mod_configure.erl: Likewise * src/ejabberd_sm.erl: Likewise * src/ejabberd_service.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd_s2s_out.erl: Likewise * src/mod_vcard.erl: Likewise * src/mod_roster.erl: Likewise * src/mod_muc/mod_muc.erl: Added vcard to mod_muc module * src/ejabberd_app.erl: Dump list of opened ports every hour * src/ejabberd.hrl: Added INFO_MSG macros, ERROR_LOG_PATH renamed to LOG_PATH SVN Revision: 106
* * src/mod_muc/mod_muc.erl: Denied using of empty nickAlexey Shchepin2003-05-081-0/+2
| | | | SVN Revision: 105
* * src/mod_muc/mod_muc.erl: Return bad-request if no x:data formAlexey Shchepin2003-05-071-1/+3
| | | | | | submited with nick registration SVN Revision: 104
* * src/mod_muc/mod_muc_room.erl: Don't check permissions on discoAlexey Shchepin2003-05-071-15/+6
| | | | | | info query processing SVN Revision: 103
* * src/mod_muc/mod_muc.erl: Support for nick registrationAlexey Shchepin2003-04-172-7/+147
| | | | SVN Revision: 100
* * src/mod_muc/mod_muc_room.erl: Support for members-onlyAlexey Shchepin2003-04-131-60/+200
| | | | | | | | conferences, invitations. Bugfix in affiliation change processing * src/jlib.hrl: Added jabber:x:conference namespace definition SVN Revision: 98
* * src/mod_muc/mod_muc_room.erl: Added support for grant/revokeAlexey Shchepin2003-03-281-4/+30
| | | | | | administrative/owner priveledges, fixed work with affiliations SVN Revision: 96
* * src/ejabberd.cfg: UpdatedAlexey Shchepin2003-03-271-24/+95
| | | | | | | | | * src/mod_muc/mod_muc_room.erl: Support for service admin, kick/ban reasons, more options * src/msgs/ru.msg: Added translations for MUC messages SVN Revision: 95
* * src/mod_muc/: Small fixes in discoveringAlexey Shchepin2003-03-272-6/+65
| | | | SVN Revision: 93
* * src/mod_muc/: Support for discovering service and moreAlexey Shchepin2003-03-262-58/+111
| | | | | | configuration options SVN Revision: 92
* * src/mod_muc/: Support for more configuration options andAlexey Shchepin2003-03-252-13/+369
| | | | | | persistent rooms SVN Revision: 91
* * src/mod_muc/: MUC support (not completed yet)Alexey Shchepin2003-03-233-0/+1358
SVN Revision: 90