24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Commit Graph

  • 392d64ee8b * src/configure.ac: Build system now done using autoconf (thanks to Balabanov Dmitry) * src/aclocal.m4: Likewise * src/**/Makefile.in: Likewise Alexey Shchepin 2003-10-17 19:15:38 +0000
  • 8c027ab41d * src/mod_configure.erl: Fixed some error codes Alexey Shchepin 2003-10-16 18:17:44 +0000
  • 8106d5f9c1 * src/ejabberd_local.erl: Bugfix Alexey Shchepin 2003-10-14 19:34:17 +0000
  • 5c0ba6e337 * doc/guide.tex: Updated Alexey Shchepin 2003-10-12 18:21:16 +0000
  • 146d464f96 * doc/guide.tex: Updated Alexey Shchepin 2003-10-11 17:39:36 +0000
  • 4b48617a2d * src/stringprep/stringprep_drv.c: Removed needless iconv.h include Alexey Shchepin 2003-10-10 19:01:11 +0000
  • 7df146166a * src/ejabberd_c2s.erl: Added authentification logging Alexey Shchepin 2003-10-09 18:09:05 +0000
  • 8e7106dd74 * src/ejabberd_c2s.erl: Added support for "jid-malformed" error Alexey Shchepin 2003-10-08 18:27:48 +0000
  • 61875f80b3 * (all): Changed JID storage format, added support for stringprep Alexey Shchepin 2003-10-07 20:31:44 +0000
  • e1de741cfc *** empty log message *** Alexey Shchepin 2003-10-06 20:12:11 +0000
  • 94690e5eb6 * src/stringprep/stringprep_drv.c: Added support for nameprep, nodeprep and resourceprep * src/stringprep/stringprep.erl: Likewise Alexey Shchepin 2003-09-28 18:27:55 +0000
  • 8888e2528c * src/stringprep/: Support for stringprep (not completed yet) Alexey Shchepin 2003-09-26 18:55:01 +0000
  • aa9f1549f4 * src/mod_muc/mod_muc_room.erl: Debug output switched off Alexey Shchepin 2003-09-19 18:22:44 +0000
  • 3df8ed2cc1 * src/mod_disco.erl: Now only admin can discovery some nodes, fixed "node" attribute in replies Alexey Shchepin 2003-09-16 18:12:44 +0000
  • ea59447230 * examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose) * examples/mtr/ejabberd: Likewise Alexey Shchepin 2003-09-10 19:49:48 +0000
  • 5e4951a4b5 * examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose) Alexey Shchepin 2003-09-06 18:20:23 +0000
  • 8d260c02fb * examples/mtr/*: Example config and scripts for NetBSD (thanks to Marshall T. Rose) Alexey Shchepin 2003-09-04 18:17:39 +0000
  • de6b2a2996 * src/ejabberd_s2s_in.erl: Fixed "id" attribute processing * src/ejabberd_s2s_out.erl: Likewise Alexey Shchepin 2003-09-03 17:49:42 +0000
  • dc80fa1562 * src/ejabberd_s2s_in.erl: Temporary hack for "id" attribute processing * src/ejabberd_s2s_out.erl: Likewise Alexey Shchepin 2003-09-02 20:13:32 +0000
  • ee72872087 * src/ejabberd_listener.erl: Fixed SSL options Alexey Shchepin 2003-08-30 19:19:23 +0000
  • 141e99aaa9 * src/ejabberd_c2s.erl: Support for filtering of incoming messages and IQs, presence filtering will be after some xmpp-im clarifications Alexey Shchepin 2003-08-18 19:17:28 +0000
  • 05183f5628 * src/mod_muc/mod_muc.erl: Fixed handling of room names with uppercase letters Alexey Shchepin 2003-08-15 19:17:12 +0000
  • 03682829e7 * src/mod_irc/mod_irc_connection.erl: Added handling for jabber:iq:version and jabber:iq:time requests, participant address now added to presence status Alexey Shchepin 2003-08-12 19:23:55 +0000
  • 6fff6f0b4c * src/mod_privacy.erl: Privacy rules support * src/ejabberd_c2s.erl: Likewise * src/mod_roster.erl: Likewise Alexey Shchepin 2003-08-03 19:57:08 +0000
  • d0f38de9e1 * src/mod_privacy.erl: Privacy rules support * src/ejabberd_c2s.erl: Likewise * src/mod_roster.erl: Likewise Alexey Shchepin 2003-08-03 19:09:40 +0000
  • f91e46ad8d * src/mod_pubsub/mod_pubsub.erl (create_new_node): Bugfix Alexey Shchepin 2003-07-27 19:56:16 +0000
  • 28c0fee27b * src/mod_vcard.erl: Bugfix Alexey Shchepin 2003-07-21 20:01:22 +0000
  • ca5d88c368 * (all): Reorganized supervision tree Alexey Shchepin 2003-07-20 20:35:35 +0000
  • 1834fb3a72 * src/ejabberd_s2s_out.erl: Close connection after key verification Alexey Shchepin 2003-07-14 18:06:03 +0000
  • 3131c08155 * doc/guide.tex: Updated (thanks to Sergei Golovan) Alexey Shchepin 2003-07-13 09:00:01 +0000
  • e8bbcfeecd * src/mod_pubsub/mod_pubsub.erl: Added suport for meta-node "pubsub/nodes" Alexey Shchepin 2003-07-09 18:58:43 +0000
  • e9fb1795d8 * src/mod_pubsub/mod_pubsub.erl: Most of functions now works Alexey Shchepin 2003-07-08 20:11:27 +0000
  • 91fa7350c6 * src/mod_pubsub/mod_pubsub.erl: Pub/sub implementation (not completed yet) Alexey Shchepin 2003-07-07 19:45:22 +0000
  • c5bfac85a6 * src/mod_irc/iconv_erl.c (iconv_erl_control): Bugfix Alexey Shchepin 2003-07-03 07:49:59 +0000
  • 8bee1ad5a6 * src/mod_muc/mod_muc_room.erl: Fixed room destroying * src/mod_muc/mod_muc.erl: Likewise Alexey Shchepin 2003-06-30 12:24:35 +0000
  • 081c698731 * src/jlib.hrl: Error stanzas updated to confirm latest xmpp-core Alexey Shchepin 2003-06-29 18:03:07 +0000
  • 26fbd7f521 * src/ejabberd_c2s.erl: Returned stream restarting Alexey Shchepin 2003-06-20 07:16:31 +0000
  • 1a8ed857dc * src/ejabberd_c2s.erl: Removed stream restarting Alexey Shchepin 2003-06-10 07:07:00 +0000
  • bc73337214 * src/ejabberd_c2s.erl: SASL support updated to xmpp-core-13 Alexey Shchepin 2003-06-07 17:30:25 +0000
  • 2efb3e7e88 * src/msgs/fr.msg: New french translation (thanks to Vincent Ricard) Alexey Shchepin 2003-06-03 19:26:16 +0000
  • 5bd95c260c * src/jlib.hrl: Updated SASL namespace Alexey Shchepin 2003-05-31 19:51:11 +0000
  • f05efc0814 * src/ejabberd_service.erl: Proper handling of bad XML Alexey Shchepin 2003-05-29 19:07:41 +0000
  • d719a93fa1 * src/mod_muc/mod_muc.erl: Now body of message from admin to MUC service is broadcasted to all conferences * src/mod_muc/mod_muc_room.erl: Likewise Alexey Shchepin 2003-05-18 16:41:15 +0000
  • ee15945cd7 * src/ejabberd_s2s.erl: Added error catching for do_route/3 * src/ejabberd_local.erl: Likewise for do_route/4 Alexey Shchepin 2003-05-15 18:16:13 +0000
  • 2d3aa901a9 * src/mod_muc/mod_muc_room.erl: Remove user from room on receiving of message or presence error from him Alexey Shchepin 2003-05-14 19:58:05 +0000
  • 481cc2d1f4 * src/ejabberd_s2s_out.erl: Fixed error replies, added timeouts * src/ejabberd_s2s_in.erl: Likewise Alexey Shchepin 2003-05-12 18:36:13 +0000
  • 86cd1729cb * src/ejabberd_local.erl: Updated missed errors to new style * 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 Alexey Shchepin 2003-05-09 19:32:59 +0000
  • 848b06db12 * src/mod_muc/mod_muc.erl: Denied using of empty nick Alexey Shchepin 2003-05-08 11:46:38 +0000
  • d2c39490f1 * src/mod_muc/mod_muc.erl: Return bad-request if no x:data form submited with nick registration Alexey Shchepin 2003-05-07 14:17:53 +0000
  • c2ca4e00dc * src/mod_muc/mod_muc_room.erl: Don't check permissions on disco info query processing Alexey Shchepin 2003-05-07 13:18:09 +0000
  • 5b1379fe59 * src/ejabberd_c2s.erl: Workaround to make SSL work properly Alexey Shchepin 2003-04-29 19:05:31 +0000
  • 7f9929e1f0 * src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberd Alexey Shchepin 2003-04-28 13:56:58 +0000
  • 097f73643a * src/mod_muc/mod_muc.erl: Support for nick registration Alexey Shchepin 2003-04-17 19:47:43 +0000
  • 0a166ec7a6 * src/ejabberd_c2s.erl: Some fixes in work with socket Alexey Shchepin 2003-04-15 13:48:43 +0000
  • ae6669c9af * src/mod_muc/mod_muc_room.erl: Support for members-only conferences, invitations. Bugfix in affiliation change processing Alexey Shchepin 2003-04-13 19:22:46 +0000
  • 71d4115a08 * src/jlib.hrl: Added jaber:iq:auth:error namespace and appropriate errors * src/ejabberd_c2s.erl: Use auth:error in appropriate places Alexey Shchepin 2003-04-08 19:32:01 +0000
  • 76fdfe18b4 * src/mod_muc/mod_muc_room.erl: Added support for grant/revoke administrative/owner priveledges, fixed work with affiliations Alexey Shchepin 2003-03-28 20:20:49 +0000
  • 1c189c0f1b * src/ejabberd.cfg: Updated Alexey Shchepin 2003-03-27 20:55:09 +0000
  • 27b0a72c6f * src/ejabberd_s2s_in.erl: Bugfix Alexey Shchepin 2003-03-27 15:28:47 +0000
  • 0b865c3dc4 * src/mod_muc/: Small fixes in discovering Alexey Shchepin 2003-03-27 14:06:17 +0000
  • 8efae60c04 * src/mod_muc/: Support for discovering service and more configuration options Alexey Shchepin 2003-03-26 20:51:18 +0000
  • 6d89957e06 * src/mod_muc/: Support for more configuration options and persistent rooms Alexey Shchepin 2003-03-25 21:03:35 +0000
  • bc756c3737 * src/mod_muc/: MUC support (not completed yet) Alexey Shchepin 2003-03-23 20:08:44 +0000
  • 9921b1c1d8 * src/xml_stream.erl: Removed "link" which cause not improper closing of xml connections Alexey Shchepin 2003-03-15 21:11:20 +0000
  • 8df97cfdce *** empty log message *** Alexey Shchepin 2003-03-12 20:03:32 +0000
  • 8b26ac9e97 * src/ejabberd_s2s_out.erl: Fixed ports leak * src/ejabberd_listener.erl: Likewise Alexey Shchepin 2003-03-12 19:48:05 +0000
  • f3916bddd2 * src/cyrsasl*.erl: SASL support (currently support only PLAIN mechanism) * src/ejabberd_c2s.erl: Likewise Alexey Shchepin 2003-03-09 20:46:47 +0000
  • 658552d605 * src/ejabberd_c2s.erl: More correct stream closing Alexey Shchepin 2003-03-02 20:55:16 +0000
  • d062175ffb * src/mod_irc/mod_irc_connection.erl: Support for topic changes Alexey Shchepin 2003-02-27 20:09:03 +0000
  • 65fb70c11f * src/mod_irc/mod_irc_connection.erl: /kick support Alexey Shchepin 2003-02-24 20:39:14 +0000
  • 499a1117dc * src/mod_irc/: Added configuration interface Alexey Shchepin 2003-02-23 20:13:39 +0000
  • 764a4288ce * src/mod_configure.erl: Backup management support * src/mod_disco.erl: Likewise Alexey Shchepin 2003-02-22 19:11:00 +0000
  • c18826ad53 * src/mod_offline.erl: Now possible to unload this module * src/ejabberd_sm.erl: Added checks to work correctly when mod_offline not loaded * src/ejabberd_c2s.erl: Likewise Alexey Shchepin 2003-02-21 19:52:15 +0000
  • 8664881c8f * src/mod_roster.erl: Fixed bug with handling of roster set stanzas that contains CDATA Alexey Shchepin 2003-02-20 17:12:03 +0000
  • b704efd553 * src/mod_irc/: Added support for private chats, nicks changes and error handling Alexey Shchepin 2003-02-18 20:33:10 +0000
  • 17000076ad *** empty log message *** Alexey Shchepin 2003-02-17 20:01:48 +0000
  • 597c935661 * src/mod_irc/: Still not completed... Alexey Shchepin 2003-02-17 19:43:50 +0000
  • 1e1f02db98 * src/mod_irc/: Still not completed... Alexey Shchepin 2003-02-17 15:11:27 +0000
  • a28f723243 * src/mod_irc/: New IRC transport (not completed yet) Alexey Shchepin 2003-02-16 20:07:21 +0000
  • d19c1b3a3f * src/ejabberd_service.erl: Answer "Bad Request" on unknown tags Alexey Shchepin 2003-02-14 20:26:57 +0000
  • 741ff3cc75 * src/ejabberd_c2s.erl: Bugfix: close socket when stream is closed Alexey Shchepin 2003-02-13 19:39:13 +0000
  • d57c147626 * (all): Version 0.1-alpha released Alexey Shchepin 2003-02-11 20:45:35 +0000
  • d563284ade *** empty log message *** Alexey Shchepin 2003-02-11 18:09:14 +0000
  • c1ae6a30f3 *** empty log message *** Alexey Shchepin 2003-02-10 14:31:27 +0000
  • e77591fef0 *** empty log message *** Alexey Shchepin 2003-02-10 12:55:05 +0000
  • f34888749d *** empty log message *** Alexey Shchepin 2003-02-10 12:43:19 +0000
  • 51e811f8fb *** empty log message *** Alexey Shchepin 2003-02-09 19:17:23 +0000
  • 4f7d0c5030 *** empty log message *** Alexey Shchepin 2003-02-08 18:21:05 +0000
  • 5169ce43b0 *** empty log message *** Alexey Shchepin 2003-02-07 19:31:00 +0000
  • 83d6e9085f *** empty log message *** Alexey Shchepin 2003-02-07 10:50:31 +0000
  • a8a8e3b5a6 *** empty log message *** Alexey Shchepin 2003-02-06 19:09:22 +0000
  • 6ea9a6aa17 *** empty log message *** Alexey Shchepin 2003-02-05 20:49:26 +0000
  • 366044ee59 *** empty log message *** Alexey Shchepin 2003-02-05 20:47:20 +0000
  • 7f0e4e195e *** empty log message *** Alexey Shchepin 2003-02-05 20:28:49 +0000
  • 79f496e0c4 *** empty log message *** Alexey Shchepin 2003-02-04 20:45:23 +0000
  • dc906c80c4 *** empty log message *** Alexey Shchepin 2003-02-03 20:23:08 +0000
  • 14f050331a *** empty log message *** Alexey Shchepin 2003-02-02 19:49:19 +0000
  • 6599d1ecc5 *** empty log message *** Alexey Shchepin 2003-02-01 20:21:28 +0000
  • 45abdd240c *** empty log message *** Alexey Shchepin 2003-01-29 20:21:14 +0000
  • 9a3a723f1b *** empty log message *** Alexey Shchepin 2003-01-29 17:12:23 +0000