aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/jlib.hrl: Added namespace for iq-register stream featureAlexey Shchepin2004-09-2510-58/+372
| | | | | | | | | | | | | | | | | * src/ejabberd_c2s.erl: Send iq-register feature * src/ejabberd_config.erl: Config file can be configured from the command line (thanks to Mickael Remond) * src/web/ejabberd_http.erl: Added SSL support (thanks to Sergei Golovan) * src/msgs/*.msg: Updated (thanks to Sergei Golovan) * src/jlib.hrl: Updated error codes (thanks to Sergei Golovan) * src/ejabberd_c2s.erl: Likewise SVN Revision: 266
* * src/mod_muc/mod_muc_room.erl: Send password in room invitationAlexey Shchepin2004-09-177-121/+274
| | | | | | | | | | | | | | | | | | | | | | (thanks to Sergei Golovan) * src/mod_disco.erl: Added registration of sm features and nodes (thanks to Sergei Golovan) * src/mod_vcard.erl: Register vcard-temp feature (thanks to Sergei Golovan) * src/jlib.erl: Added functions now_to_utc_string/1, now_to_local_string/1, and datetime_string_to_timestamp/1 (thanks to Sergei Golovan) * src/mod_muc/mod_muc_room.erl: Use time parsing functions from jlib (thanks to Sergei Golovan) * ejabberd/src/mod_pubsub/mod_pubsub.erl: Bugfix (thanks to Mickael Remond) * src/mod_pubsub/mod_pubsub.erl: Bugfix SVN Revision: 265
* * tools/ejabberdctl: Added call to "exec" (thanks to SergeiAlexey Shchepin2004-09-1010-82/+290
| | | | | | | | | | | | | | | | | | | | | | | | 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
* * doc/guide.tex: Fix (thanks to Sander Devrieze)Alexey Shchepin2004-08-273-2/+8
| | | | SVN Revision: 263
* * src/xml_stream.erl: Few optimizationsAlexey Shchepin2004-08-262-21/+27
| | | | SVN Revision: 262
* * src/mod_service_log.erl: Support for logging of user packets viaAlexey Shchepin2004-08-244-10/+124
| | | | | | | external service (e.g. bandersnatch) * doc/guide.tex: Updated SVN Revision: 261
* * src/mod_offline.erl: Use offline_subscription_hookAlexey Shchepin2004-08-231-0/+2
| | | | SVN Revision: 260
* * src/mod_offline.erl: Added entire table locking on large messageAlexey Shchepin2004-08-2214-25/+309
| | | | | | | | | | | | | | | | | | queue * src/ejabberd_sm.erl: Added offline_subscription_hook * src/mod_offline.erl: Use offline_subscription_hook * src/configure.erl: Updated (thanks to Sergei Golovan) * src/Makefile.win32: Likewise * src/tls/Makefile.win32: Likewise * src/win32/: Likewise * src/mod_announce.erl: Added announce to all users (thanks to Sergei Golovan) * doc/guide.tex: Updated (thanks to Sergei Golovan) SVN Revision: 259
* * src/msgs/nl.msg: Updated (thanks to Sander Devrieze)Alexey Shchepin2004-08-152-84/+86
| | | | SVN Revision: 258
* * src/web/ejabberd_http_poll.erl: Fixed sending of Set-CookieAlexey Shchepin2004-08-152-1/+8
| | | | | | header SVN Revision: 257
* * src/ejabberd_c2s.erl: Bugfix in resend_offline_messages/1Alexey Shchepin2004-08-129-76/+342
| | | | | | | | | | | | | | | | | | | * src/mod_announce.erl: New module to manage announce messages (thanks to Sergei Golovan) * src/ejabberd_local.erl: Moved processing of announce messages to mod_announce (thanks to Sergei Golovan) * src/ejabberd_c2s.erl: Added several hooks * src/ejabberd_hooks.erl: Fixed run_fold (thanks to Sergei Golovan) * src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan) * doc/guide.tex: Updated (thanks to Sergei Golovan) SVN Revision: 256
* * src/ejabberd_c2s.erl: Use resend_offline_messages_hook to fetchAlexey Shchepin2004-08-089-75/+327
| | | | | | | | | | | | | | | | | | | | | | | | offline messages * src/mod_offline.erl: Likewise * src/mod_offline.erl: Added table locking in remove_old_messages/1 * src/ejabberd_sm.erl: Use offline_message_hook to store offline messages * src/mod_offline.erl: Likewise * src/ejabberd_hooks.erl: Hooks support * src/ejabberd_sup.erl: Added ejabberd_hooks * doc/guide.tex: Updated * src/ejabberd.cfg.example: Updated * src/ejabberd_c2s.erl: Changed TLS options (thanks to Sergei Golovan) SVN Revision: 255
* * src/aclocal.m4: Updated to check for openssl library (thanks toAlexey Shchepin2004-08-056-26/+344
| | | | | | | | | | AV) * src/configure.ac: Likewise * src/configure: Likewise * src/Makefile.in: Likewise * src/tls/Makefile.in: Likewise SVN Revision: 254
* * src/web/ejabberd_web_admin.erl: Added user's roster pageAlexey Shchepin2004-08-023-2/+74
| | | | | | * src/mod_irc/mod_irc_connection.erl: Bugfix SVN Revision: 253
* * src/tls/tls.erl: Added recv_data/2 functionAlexey Shchepin2004-08-015-33/+104
| | | | | | | | | * src/jlib.erl: Added NS_TLS macro * src/ejabberd_receiver.erl: Support for STARTTLS * src/ejabberd_c2s.erl: Likewise SVN Revision: 252
* * examples/extauth/check_pass_null.pl: A reference "null"Alexey Shchepin2004-07-305-5/+764
| | | | | | | | | | | | | | implementation of external authentification script (thanks to Leif Johansson) * src/extauth.erl: Support for external authentification (thanks to Leif Johansson) * src/ejabberd_auth.erl: Likewise * src/mod_vcard_ldap.erl: A drop-in replacement for mod_vcard.erl which uses ldap for JUD and vCard (thanks to Leif Johansson) SVN Revision: 251
* * src/tls/tls_drv.c: Added freeing of SSL stuffAlexey Shchepin2004-07-286-77/+136
| | | | | | | * src/xml_stream.erl: Added start/2 function * src/ejabberd_receiver.erl: Now using xml_stream:start/2 SVN Revision: 250
* * src/tls/tls.erl: UpdatedAlexey Shchepin2004-07-262-6/+47
| | | | SVN Revision: 249
* *** empty log message ***Alexey Shchepin2004-07-261-9/+35
| | | | SVN Revision: 248
* * src/tls/: Library for TLS support (not completed)Alexey Shchepin2004-07-258-5/+600
| | | | | | | | | | | | | | | * src/ejabberd_auth.erl: Now uses two LDAP connections * src/ejabberd_c2s.erl: Return resource on get_presence request (thanks to Mickael Remond) * src/mod_configure2.erl: Bugfix (thanks to Sergei Golovan) * src/msgs/ua.msg: New Ukrainian translation (thanks to usercard) * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) SVN Revision: 247
* * src/eldap/eldap.erl: BugfixAlexey Shchepin2004-07-232-1/+5
| | | | SVN Revision: 246
* * src/web/ejabberd_web_admin.erl: Better i18n support (thanks toAlexey Shchepin2004-07-136-49/+446
| | | | | | | | | | | | | Sergei Golovan) * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) * src/msgs/fr.msg: Added missed entries (thanks to Sergei Golovan) * src/msgs/nl.msg: Likewise * src/msgs/es.msg: New spanish translation (thanks to Badlop) SVN Revision: 245
* * src/mod_last.erl: Supprot for storing status from latestAlexey Shchepin2004-07-1115-58/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | unavailable presence (thanks to Sergei Golovan) * src/ejabberd_sm.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/mod_vcard.erl: Minor update (thanks to Sergei Golovan) * src/mod_register.erl: Added "access" option (thanks to Sergei Golovan) * src/mod_irc/mod_irc.erl: Likewise * src/ejabberd.cfg.example: Updated * src/win32/ejabberd.cfg: Likewise * src/mod_privacy.erl: Fixed module stopping (thanks to Sergei Golovan) * src/mod_private.erl: Likewise * src/gen_mod.erl: Added function get_module_opt/3 (thanks to Sergei Golovan) * src/ejabberd_local.erl: Minor fix (thanks to Sergei Golovan) * doc/guide.tex: Updated (thanks to Sergei Golovan) SVN Revision: 244
* * src/mod_roster.erl: Removed superfluous include_lib lineAlexey Shchepin2004-07-102-1/+2
| | | | SVN Revision: 243
* * doc/guide.tex: UpdatedAlexey Shchepin2004-07-102-54/+122
| | | | SVN Revision: 242
* * doc/guide.tex: UpdatedAlexey Shchepin2004-07-0923-414/+573
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/msgs/fr.msg: Updated (thanks to Sergei Golovan) * src/mod_irc/mod_irc.erl: Added handler for disco items requests (thanks to Sergei Golovan) * src/mod_vcard.erl: Added option for JUD disabling (thanks to Sergei Golovan) * src/mod_configure2.erl: Fixed module stopping (thanks to Sergei Golovan) * src/mod_last.erl: Likewise * src/mod_privacy.erl: Likewise * src/mod_register.erl: Likewise * src/mod_roster.erl: Likewise * src/mod_vcard.erl: Likewise * src/jd2ejd.erl: Added emergency catches (thanks to Sergei Golovan) * src/mod_last.erl: Likewise * src/ejabberd_sm.erl: Removed needless call to mod_disco:unregister_feature (thanks to Sergei Golovan) * src/ejabberd_local.erl: Better support for mod_disco (thanks to Sergei Golovan) * src/mod_disco.erl: Likewise * src/translate.erl: Suport for "default language" option (thanks to Sergei Golovan) * src/ejabberd_config.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd.hrl: Added 'MYLANG' macros * src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan) * doc/guide.tex: Updated (thanks to Sergei Golovan) * src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan) SVN Revision: 241
* * src/Makefile.win32: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-07-066-599/+954
| | | | | | | | | | | * src/Makefile.in: Added installation of ejabberd.cfg (thanks to Sergei Golovan) * src/web/ejabberd_http.erl: Fixed support for HTTP/1.0 clients * doc/guide.tex: Updated (thanks to Sergei Golovan) SVN Revision: 240
* * src/ejabberd_auth.erl: Minor fixAlexey Shchepin2004-07-053-8/+19
| | | | | | * src/ejabberd_c2s.erl: Fixed sending of presence to own resources SVN Revision: 239
* * src/web/ejabberd_web_admin.erl: Added configuration of listenedAlexey Shchepin2004-06-173-18/+180
| | | | | | | | | | | ports * src/ejabberd_listener.erl: Added API for configuration of port listeners * src/web/ejabberd_web_admin.erl: Fixed "Stop" button on node management page SVN Revision: 238
* * src/msgs/nl.msg: Dutch translation (thanks to Sander Devrieze)Alexey Shchepin2004-05-222-0/+199
| | | | SVN Revision: 237
* * src/web/ejabberd_http.erl: Added options for enabling HTTPAlexey Shchepin2004-05-227-54/+332
| | | | | | | | | | | | polling and admin interface * src/web/ejabberd_web.erl: Likewise * src/ejabberd.cfg.example: Updated * src/web/ejabberd_web_admin.erl: Updated * doc/guide.tex: Updated SVN Revision: 236
* * src/mod_muc/mod_muc.erl: Added access rules for using serveiceAlexey Shchepin2004-05-1717-147/+323
| | | | | | | | | | | | | | | | | | | | | | | and creating rooms (thanks to Sergei Golovan) * src/win32/ejabberd.nsi: Updated (thanks to Sergei Golovan) * src/win32/CheckUserH.ini: Likewise * src/translate.erl: Search translations in priv_dir instead of lib_dir (thanks to Sergei Golovan) * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) * src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan) * src/**/Makefile.in: Updated (thanks to Sergei Golovan) * src/**/Makefile.win32: Likewise 2004-05-16 Alexey Shchepin <alexey@sevcom.net> * src/web/ejabberd_web_admin.erl: Updated SVN Revision: 235
* * src/web/ejabberd_web_admin.erl: UpdatedAlexey Shchepin2004-05-163-25/+141
| | | | SVN Revision: 234
* * src/web/ejabberd_web_admin.erl: UpdatedAlexey Shchepin2004-05-142-19/+125
| | | | SVN Revision: 233
* * src/web/ejabberd_web_admin.erl: UpdatedAlexey Shchepin2004-05-093-55/+96
| | | | | | | * src/ejabberd_listener.erl: Added API for adding/removing listeners SVN Revision: 232
* * doc/guide.tex: UpdatedAlexey Shchepin2004-05-085-36/+68
| | | | | | | | | * src/ejabberd_listener.erl: Now possible to specify interface on which one socket will be listened, also added another way to specify SSL options * src/ejabberd.cfg.example: Updated SVN Revision: 231
* * src/web/ejabberd_web_admin.erl: Updated (thanks to AndreyAlexey Shchepin2004-05-072-57/+119
| | | | | | Zamaraev) SVN Revision: 230
* * src/ejabberd_ctl.erl: Added command for listing all registeredAlexey Shchepin2004-05-052-16/+65
| | | | | | | | | users * src/ejabberd_ctl.erl: Bugfix, support for text-load and restore (thanks to Leif Johansson) SVN Revision: 229
* * src/web/ejabberd_web_admin.erl: UpdatedAlexey Shchepin2004-05-043-109/+186
| | | | SVN Revision: 228
* * src/web/ejabberd_http.erl: 'Accept-Language' header supportAlexey Shchepin2004-05-015-51/+104
| | | | | | | | | | * src/web/ejabberd_web_admin.erl: Likewise * src/msgs/ru.msg: Updated * src/mod_muc/mod_muc_room.erl: Send status code "201" on room creation SVN Revision: 227
* * src/translate.erl: Search translations directory in priv_dirAlexey Shchepin2004-04-2711-40/+825
| | | | | | | | | | | | | | | | instead of lib_dir (thanks to Sergei Golovan) * src/**/Makefile.in: Updated (thanks to Sergei Golovan) * src/win32/: Win32 installer stuff (thanks to Sergei Golovan) * src/**/Makefile.win32: Updated (thanks to Sergei Golovan) * src/configure.bat: Likewise * src/configure.erl: Likewise * doc/guide.tex: Updated (thanks to Sergei Golovan) SVN Revision: 226
* * src/web/ejabberd_web_admin.erl: Better design for administrationAlexey Shchepin2004-04-265-562/+1011
| | | | | | | | interface (not completed) (thanks to Andrey Zamaraev) * src/web/ejabberd_http.erl: Updated * src/web/ejabberd_web.erl: Likewise SVN Revision: 225
* * src/web/ejabberd_http.erl: Increased receive bufferAlexey Shchepin2004-04-174-56/+81
| | | | | | * src/mod_irc/mod_irc_connection.erl: Support for "/quote" command SVN Revision: 224
* * src/ejabberd.erl: Added searching of files in code:priv_libAlexey Shchepin2004-04-1513-91/+161
| | | | | | | | | | | | | | | | | | | (thanks to Sergei Golovan) * src/translate.erl: Likewise * src/ejabberd_app.erl: Added "log_path" configuration parameter (thanks to Sergei Golovan) * src/**/Makefile.win32: Updated (thanks to Sergei Golovan) * src/**/*.c: Updated (thanks to Sergei Golovan) * src/configure.erl: Added writing of version to Makefile.inc (thanks to Sergei Golovan) * doc/guide.tex: Updated link to expat (thanks to Sergei Golovan) SVN Revision: 223
* * src/idna.erl: Support for IDNA (RFC3490)Alexey Shchepin2004-04-105-45/+271
| | | | | | | | | | | * src/ejabberd_s2s_out.erl: Likewise * src/xml.erl: element_to_string/1 and crypt/1 now returns deep list * src/mod_muc/mod_muc_room.erl (add_message_to_history): Replaced string:len with lists:flatlength SVN Revision: 222
* * (all): Updated win32 stuff (thanks to Sergei Golovan)Alexey Shchepin2004-03-2113-57/+253
| | | | | | | * src/web/ejabberd_web.erl: Added interface for access rules configuration SVN Revision: 221
* * doc/guide.tex: UpdatedAlexey Shchepin2004-03-205-16/+160
| | | | | | | | * src/web/ejabberd_web.erl: Updated * src/web/ejabberd_http.erl: Bugfix SVN Revision: 220
* * src/mod_roster.erl: BugfixAlexey Shchepin2004-03-162-2/+4
| | | | SVN Revision: 219
* * src/ejabberd_s2s.erl: More verbose error handlingAlexey Shchepin2004-03-162-1/+6
| | | | SVN Revision: 218
* * src/web/ejabberd_web.erl: Minor updateAlexey Shchepin2004-03-152-5/+15
| | | | SVN Revision: 217