Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * src/mod_muc/mod_muc_room.erl: It is now possible to limit who is allowed ↵ | Mickaël Rémond | 2007-06-20 | 5 | -12/+43 | |
| | | | | | | | | | | to create persistent MUC rooms (Thanks to Badlop) (EJAB-257) * src/mod_muc/mod_muc.erl: Likewise * doc/guide.tex: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 786 | |||||
* | * src/odbc/odbc_queries.erl: Added missing users_number/1 for MSSQL (EJAB-239). | Mickaël Rémond | 2007-06-18 | 2 | -0/+10 | |
| | | | | SVN Revision: 785 | |||||
* | * src/mod_roster_odbc.erl: Fixed typo | Alexey Shchepin | 2007-06-12 | 2 | -1/+5 | |
| | | | | SVN Revision: 782 | |||||
* | * src/web/ejabberd_web_admin.erl: Show IP address of connected | Alexey Shchepin | 2007-06-10 | 2 | -1/+17 | |
| | | | | | | resources on user info page (thanks to Oleg Palij) SVN Revision: 781 | |||||
* | * src/ejabberd_config.erl: Fixed "language" option processing | Alexey Shchepin | 2007-06-07 | 2 | -0/+5 | |
| | | | | | | (thanks to Badlop) SVN Revision: 780 | |||||
* | * src/msgs/zh.msg: Updated (thanks to Shelley Shyan) | Alexey Shchepin | 2007-06-07 | 3 | -52/+412 | |
| | | | | | | | * src/msgs/ca.msg: New Catalan translation (thanks to Vicent Alberola) SVN Revision: 779 | |||||
* | * src/xml.erl: Add new helper function get_subtag_cdata/2. | Mickaël Rémond | 2007-06-05 | 2 | -1/+12 | |
| | | | | SVN Revision: 778 | |||||
* | * src/mod_vcard_odbc.erl: Fix for previous commit (thanks to | Alexey Shchepin | 2007-05-30 | 2 | -1/+6 | |
| | | | | | | Badlop) SVN Revision: 777 | |||||
* | * src/mod_vcard_odbc.erl: Make service description translatable in discovery ↵ | Mickaël Rémond | 2007-05-29 | 3 | -3/+7 | |
| | | | | | | | | (EJAB-236) * src/mod_vcard_ldap.erl: Likewise SVN Revision: 776 | |||||
* | * src/Makefile.in: Added Dialyzer target (EJAB-189 - Thanks to Geoff Cant) | Mickaël Rémond | 2007-05-29 | 12 | -3/+70 | |
| | | | | | | | | | | | | | | | | * src/Makefile.in: Build XmppAddr.beam in a single pass * src/mod_muc/Makefile.in: +debug_info directive support * src/stringprep/Makefile.in: Likewise * src/mod_irc/Makefile.in: Likewise * src/web/Makefile.in: Likewise * src/eldap/Makefile.in: Likewise * src/mod_pubsub/Makefile.in: Likewise * src/ejabberd_zlib/Makefile.in: Likewise * src/mod_proxy65/Makefile.in: Likewise * src/tls/Makefile.in: Likewise * src/odbc/Makefile.in: Likewise SVN Revision: 775 | |||||
* | * src/mod_vcard.erl: Make services description translatable in discovery ↵ | Mickaël Rémond | 2007-05-29 | 7 | -19/+42 | |
| | | | | | | | | | | | | (EJAB-236 - thanks to Badlop) * src/mod_muc/mod_muc.erl: Likewise * src/mod_irc/mod_irc.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_proxy65/mod_proxy65_service.erl: Likewise * src/msgs/fr.msg: Added service description translation SVN Revision: 774 | |||||
* | * src/ejabberdctl.template: Updated version of ejabberdctl (thanks | Alexey Shchepin | 2007-05-21 | 4 | -1/+130 | |
| | | | | | | | | to Christophe Romain) * tools/ejabberdctl: Likewise * src/Makefile.in: Updated SVN Revision: 773 | |||||
* | * src/ejabberd_sm.erl: Updated the session table to store | Alexey Shchepin | 2007-05-21 | 3 | -19/+61 | |
| | | | | | | | | additional session info * src/ejabberd_c2s.erl: Report IP address to ejabberd_sm (thanks to Christophe Romain) SVN Revision: 772 | |||||
* | * src/msgs/zh.msg: New chinese translation (thanks to Shelley | Alexey Shchepin | 2007-05-18 | 2 | -0/+356 | |
| | | | | | | Shyan) SVN Revision: 771 | |||||
* | * src/mod_muc/mod_muc_room.erl: Corrected error messages when | Alexey Shchepin | 2007-05-16 | 3 | -76/+87 | |
| | | | | | | | | trying to join members-only room (thanks to Badlop) * src/ejabberd_c2s.erl: Added c2s_update_presence hook SVN Revision: 770 | |||||
* | * src/ejd2odbc.erl: Bugfix (thanks to Badlop) | Alexey Shchepin | 2007-05-15 | 1 | -2/+8 | |
| | | | | SVN Revision: 769 | |||||
* | * src/ejd2odbc.erl: Bugfix (thanks to Badlop) | Alexey Shchepin | 2007-05-13 | 2 | -1/+6 | |
| | | | | SVN Revision: 768 | |||||
* | * src/mod_stats.erl: Updated | Alexey Shchepin | 2007-05-12 | 3 | -5/+7 | |
| | | | | | | * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 767 | |||||
* | * src/ejabberd_auth.erl: Added get_vh_registered_users_number/1 | Alexey Shchepin | 2007-05-12 | 5 | -2/+50 | |
| | | | | | | | | | | function * src/ejabberd_auth_odbc.erl: Likewise * src/odbc/odbc_queries.erl: Added users_number/1 function * src/ejabberd.cfg.example: Added an example for pgsql_users_number_estimate option SVN Revision: 766 | |||||
* | * src/ejabberd_auth_anonymous.erl: Added anonymous_purge_hook | Alexey Shchepin | 2007-05-12 | 6 | -0/+26 | |
| | | | | | | | | | | (thanks to Christophe Romain and Mickael Remond) * src/mod_offline.erl: Likewise * src/mod_offline_odbc.erl: Likewise * src/mod_roster.erl: Likewise * src/mod_roster_odbc.erl: Likewise SVN Revision: 765 | |||||
* | * src/mod_muc/mod_muc.erl: Bugfix | Alexey Shchepin | 2007-05-09 | 2 | -1/+20 | |
| | | | | SVN Revision: 764 | |||||
* | * src/ejabberd_receiver.erl: Workaround for inet_drv bug | Alexey Shchepin | 2007-05-07 | 3 | -6/+27 | |
| | | | | | | | * src/web/ejabberd_http_poll.erl: Added sockname/1 and peername/1 stubs SVN Revision: 763 | |||||
* | * src/web/ejabberd_http.hrl: Added "ip" field in the "request" | Alexey Shchepin | 2007-05-07 | 3 | -20/+34 | |
| | | | | | | | record * src/web/ejabberd_http.erl: Likewise SVN Revision: 762 | |||||
* | * src/ejabberd_sm.erl: Added set_presence_hook | Alexey Shchepin | 2007-05-03 | 3 | -6/+8 | |
| | | | | | | * src/ejabberd_c2s.erl: Likewise SVN Revision: 761 | |||||
* | * src/ejabberd_sm.erl: Added set_presence_hook | Alexey Shchepin | 2007-05-03 | 2 | -1/+5 | |
| | | | | SVN Revision: 760 | |||||
* | * src/ejabberd_sm.erl: Added check for existence of incoming | Alexey Shchepin | 2007-05-03 | 2 | -0/+14 | |
| | | | | | | subscription destination SVN Revision: 759 | |||||
* | * src/msgs/it.msg: Added italian translation (thanks to Luca | Alexey Shchepin | 2007-05-03 | 2 | -0/+350 | |
| | | | | | | Brivio) SVN Revision: 758 | |||||
* | * src/mod_muc/mod_muc_room.erl: More accurate invitation errors | Alexey Shchepin | 2007-05-03 | 2 | -67/+67 | |
| | | | | | | (thanks to Magnus Henoch) SVN Revision: 757 | |||||
* | make install does not overwrites existing ejabberd.cfg anymore, ↵ | Christophe Romain | 2007-04-30 | 1 | -1/+1 | |
| | | | | | | ejabberd.cfg-new created instead SVN Revision: 756 | |||||
* | SVN Revision: 754 | Mickaël Rémond | 2007-04-27 | 1 | -0/+2 | |
| | ||||||
* | * contrib/ejabberd-modules.repo: List of ejabberd-modules to add for ↵ | Mickaël Rémond | 2007-04-27 | 1 | -0/+2 | |
| | | | | | | ejabberd packaging (source archive and installer) SVN Revision: 753 | |||||
* | * src/mod_roster_odbc.erl: Don't deliver roster items in "None + | Alexey Shchepin | 2007-04-26 | 3 | -5/+30 | |
| | | | | | | | Pending In" state * src/mod_roster.erl: Likewise SVN Revision: 752 | |||||
* | * src/ejabberd_socket.erl: Added API for monitoring socket | Alexey Shchepin | 2007-04-12 | 5 | -11/+36 | |
| | | | | | | | | | | | processes * src/ejabberd_frontend_socket.erl: Likewise * src/ejabberd_c2s.erl: Added socket monitoring * src/mod_muc/mod_muc_room.erl: Fixed the stop reason for the destroy event SVN Revision: 751 | |||||
* | * src/ejabberd_sm.erl: Minor optimisation | Alexey Shchepin | 2007-04-12 | 5 | -1/+336 | |
| | | | | | | | | * src/ejabberd_system_monitor.erl: Experimental watchdog * src/ejabberd_sup.erl: Likewise * src/ejabberd_config.erl: Likewise SVN Revision: 750 | |||||
* | * src/guide.tex: Fixed typo. | Mickaël Rémond | 2007-03-22 | 2 | -1/+5 | |
| | | | | SVN Revision: 749 | |||||
* | * src/mod_muc/mod_muc.erl: Better behaviour under high load | Alexey Shchepin | 2007-03-22 | 2 | -0/+12 | |
| | | | | SVN Revision: 748 | |||||
* | * src/ejabberd_s2s.erl: Don't bounce packets with "error" and | Alexey Shchepin | 2007-03-17 | 2 | -3/+11 | |
| | | | | | | "result" type SVN Revision: 747 | |||||
* | * src/ejabberd_s2s.erl: Fixed spelling | Alexey Shchepin | 2007-03-17 | 2 | -5/+7 | |
| | | | | SVN Revision: 746 | |||||
* | * src/ejabberd_s2s.erl: Don't start s2s process for existing | Alexey Shchepin | 2007-03-17 | 2 | -3/+12 | |
| | | | | | | connection in case of race condition SVN Revision: 745 | |||||
* | * src/ejabberd_service.erl: Added shaper_rule option, changed | Alexey Shchepin | 2007-03-13 | 3 | -12/+18 | |
| | | | | | | service connection log message SVN Revision: 744 | |||||
* | * src/ejabberd_service.erl: Add extra info in the log about which | Mickaël Rémond | 2007-03-13 | 2 | -9/+23 | |
| | | | | | | | | components is connected and which Erlang process is handling it. This is usefull in context where many types of components are used (Thanks to Jerome Sautret) (EJAB-211). SVN Revision: 743 | |||||
* | * src/web/ejabberd_http.erl: Support for binaries in ejabberd HTTP | Mickaël Rémond | 2007-03-10 | 2 | -15/+20 | |
| | | | | | | server (Thanks to Massimiliano Mirra) (EJAB-197). SVN Revision: 742 | |||||
* | * src/configure.ac: autoconf improvements (thanks to Tony Finch) (EJAB-204). | Mickaël Rémond | 2007-03-10 | 4 | -51/+52 | |
| | | | | | | * src/aclocal.m4: Likewise. SVN Revision: 741 | |||||
* | * src/odbc/ejabberd_odbc.erl: ejabberd admin can now choose the | Mickaël Rémond | 2007-03-10 | 3 | -6/+47 | |
| | | | | | | | | relational database port to user from ejabberd configuration file (EJAB-195). * src/doc/guide.tex: Likewise. SVN Revision: 740 | |||||
* | * src/mod_muc/mod_muc_log.erl: Fix wrong return on check access log. | Mickaël Rémond | 2007-03-02 | 2 | -1/+5 | |
| | | | | SVN Revision: 739 | |||||
* | * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) | Alexey Shchepin | 2007-03-01 | 3 | -0/+19 | |
| | | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 738 | |||||
* | * src/mod_pubsub/mod_pubsub.erl: Bugfix | Alexey Shchepin | 2007-02-22 | 2 | -1/+3 | |
| | | | | SVN Revision: 737 | |||||
* | * src/mod_proxy65/mod_proxy65_sm.erl: Cluster support (thanks to | Alexey Shchepin | 2007-02-22 | 4 | -6/+17 | |
| | | | | | | | | | | | | Evgeniy Khramtsov) * src/mod_proxy65/mod_proxy65_stream.erl: Code cleanup (thanks to Evgeniy Khramtsov) * src/mod_proxy65/mod_proxy65.hrl: Fixed typo (thanks to Evgeniy Khramtsov) SVN Revision: 736 | |||||
* | * src/ejabberd_c2s.erl: Init shaper with a default value first | Alexey Shchepin | 2007-02-19 | 5 | -22/+58 | |
| | | | | | | | | | | | after stream opening * src/ejabberd_c2s.erl: Log failed SASL login attempts * src/cyrsasl.erl: Updated API * src/cyrsasl_plain.erl: Likewise * src/cyrsasl_digest.erl: Likewise SVN Revision: 735 | |||||
* | * src/mod_muc/mod_muc_room.erl: Added an option set affiliations. | Mickaël Rémond | 2007-02-19 | 2 | -3/+8 | |
| | | | | SVN Revision: 734 |