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