summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/mod_vcard.erl: BugfixAlexey Shchepin2003-07-215-35/+141
* * (all): Reorganized supervision treeAlexey Shchepin2003-07-2019-100/+258
* * src/ejabberd_s2s_out.erl: Close connection after keyAlexey Shchepin2003-07-147-48/+44
* * doc/guide.tex: Updated (thanks to Sergei Golovan)Alexey Shchepin2003-07-1312-6/+142
* * src/mod_pubsub/mod_pubsub.erl: Added suport for meta-nodeAlexey Shchepin2003-07-092-14/+76
* * src/mod_pubsub/mod_pubsub.erl: Most of functions now worksAlexey Shchepin2003-07-082-0/+1106
* * src/mod_pubsub/mod_pubsub.erl: Pub/sub implementation (notAlexey Shchepin2003-07-072-31/+35
* * src/mod_irc/iconv_erl.c (iconv_erl_control): BugfixAlexey Shchepin2003-07-031-9/+6
* * src/mod_muc/mod_muc_room.erl: Fixed room destroyingAlexey Shchepin2003-06-302-7/+20
* * src/jlib.hrl: Error stanzas updated to confirm latest xmpp-coreAlexey Shchepin2003-06-294-37/+52
* * src/ejabberd_c2s.erl: Returned stream restartingAlexey Shchepin2003-06-201-4/+4
* * src/ejabberd_c2s.erl: Removed stream restartingAlexey Shchepin2003-06-101-4/+4
* * src/ejabberd_c2s.erl: SASL support updated to xmpp-core-13Alexey Shchepin2003-06-075-129/+168
* * src/msgs/fr.msg: New french translation (thanks to Vincent Ricard)Alexey Shchepin2003-06-031-0/+91
* * src/jlib.hrl: Updated SASL namespaceAlexey Shchepin2003-05-311-1/+1
* * src/ejabberd_service.erl: Proper handling of bad XMLAlexey Shchepin2003-05-294-11/+64
* * src/mod_muc/mod_muc.erl: Now body of message from admin to MUCAlexey Shchepin2003-05-184-45/+137
* * src/ejabberd_s2s.erl: Added error catching for do_route/3Alexey Shchepin2003-05-154-13/+46
* * src/mod_muc/mod_muc_room.erl: Remove user from room on receivingAlexey Shchepin2003-05-141-26/+76
* * src/ejabberd_s2s_out.erl: Fixed error replies, added timeoutsAlexey Shchepin2003-05-122-44/+97
* * src/ejabberd_local.erl: Updated missed errors to new styleAlexey Shchepin2003-05-0918-122/+122
* * src/mod_muc/mod_muc.erl: Denied using of empty nickAlexey Shchepin2003-05-081-0/+2
* * src/mod_muc/mod_muc.erl: Return bad-request if no x:data formAlexey Shchepin2003-05-071-1/+3
* * src/mod_muc/mod_muc_room.erl: Don't check permissions on discoAlexey Shchepin2003-05-071-15/+6
* * src/ejabberd_c2s.erl: Workaround to make SSL work properlyAlexey Shchepin2003-04-291-5/+15
* * src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberdAlexey Shchepin2003-04-281-1/+1
* * src/mod_muc/mod_muc.erl: Support for nick registrationAlexey Shchepin2003-04-172-7/+147
* * src/ejabberd_c2s.erl: Some fixes in work with socketAlexey Shchepin2003-04-151-45/+48
* * src/mod_muc/mod_muc_room.erl: Support for members-onlyAlexey Shchepin2003-04-132-60/+201
* * src/jlib.hrl: Added jaber:iq:auth:error namespace andAlexey Shchepin2003-04-082-5/+20
* * src/mod_muc/mod_muc_room.erl: Added support for grant/revokeAlexey Shchepin2003-03-281-4/+30
* * src/ejabberd.cfg: UpdatedAlexey Shchepin2003-03-273-24/+120
* * src/ejabberd_s2s_in.erl: BugfixAlexey Shchepin2003-03-271-6/+12
* * src/mod_muc/: Small fixes in discoveringAlexey Shchepin2003-03-272-6/+65
* * src/mod_muc/: Support for discovering service and moreAlexey Shchepin2003-03-262-58/+111
* * src/mod_muc/: Support for more configuration options andAlexey Shchepin2003-03-252-13/+369
* * src/mod_muc/: MUC support (not completed yet)Alexey Shchepin2003-03-236-2/+1361
* * src/xml_stream.erl: Removed "link" which cause not improperAlexey Shchepin2003-03-153-4/+6
* *** empty log message ***Alexey Shchepin2003-03-122-28/+102
* * src/ejabberd_s2s_out.erl: Fixed ports leakAlexey Shchepin2003-03-127-22/+224
* * src/cyrsasl*.erl: SASL support (currently support only PLAINAlexey Shchepin2003-03-0921-142/+500
* * src/ejabberd_c2s.erl: More correct stream closingAlexey Shchepin2003-03-021-2/+16
* * src/mod_irc/mod_irc_connection.erl: Support for topic changesAlexey Shchepin2003-02-271-19/+80
* * src/mod_irc/mod_irc_connection.erl: /kick supportAlexey Shchepin2003-02-242-0/+96
* * src/mod_irc/: Added configuration interfaceAlexey Shchepin2003-02-235-59/+273
* * src/mod_configure.erl: Backup management supportAlexey Shchepin2003-02-222-1/+143
* * src/mod_offline.erl: Now possible to unload this moduleAlexey Shchepin2003-02-216-16/+125
* * src/mod_roster.erl: Fixed bug with handling of roster setAlexey Shchepin2003-02-202-10/+9
* * src/mod_irc/: Added support for private chats, nicks changes andAlexey Shchepin2003-02-182-60/+248
* *** empty log message ***Alexey Shchepin2003-02-171-1/+2