aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * src/mod_vcard_odbc.erl: Fix for previous commit (thanks toAlexey Shchepin2007-05-301-1/+1
| | | | | | Badlop) SVN Revision: 777
* * src/mod_vcard_odbc.erl: Make service description translatable in discovery ↵Mickaël Rémond2007-05-292-3/+3
| | | | | | | | (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émond2007-05-2911-3/+56
| | | | | | | | | | | | | | | | * 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émond2007-05-296-19/+32
| | | | | | | | | | | | (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 (thanksAlexey Shchepin2007-05-212-0/+64
| | | | | | | | to Christophe Romain) * tools/ejabberdctl: Likewise * src/Makefile.in: Updated SVN Revision: 773
* * src/ejabberd_sm.erl: Updated the session table to storeAlexey Shchepin2007-05-212-19/+54
| | | | | | | | 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 ShelleyAlexey Shchepin2007-05-181-0/+351
| | | | | | Shyan) SVN Revision: 771
* * src/mod_muc/mod_muc_room.erl: Corrected error messages whenAlexey Shchepin2007-05-162-76/+80
| | | | | | | | 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 Shchepin2007-05-151-2/+8
| | | | SVN Revision: 769
* * src/ejd2odbc.erl: Bugfix (thanks to Badlop)Alexey Shchepin2007-05-131-1/+2
| | | | SVN Revision: 768
* * src/mod_stats.erl: UpdatedAlexey Shchepin2007-05-122-5/+5
| | | | | | * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 767
* * src/ejabberd_auth.erl: Added get_vh_registered_users_number/1Alexey Shchepin2007-05-124-2/+43
| | | | | | | | | | 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_hookAlexey Shchepin2007-05-125-0/+17
| | | | | | | | | | (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: BugfixAlexey Shchepin2007-05-091-1/+16
| | | | SVN Revision: 764
* * src/ejabberd_receiver.erl: Workaround for inet_drv bugAlexey Shchepin2007-05-072-5/+21
| | | | | | | * 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 Shchepin2007-05-072-20/+28
| | | | | | | record * src/web/ejabberd_http.erl: Likewise SVN Revision: 762
* * src/ejabberd_sm.erl: Added set_presence_hookAlexey Shchepin2007-05-032-6/+7
| | | | | | * src/ejabberd_c2s.erl: Likewise SVN Revision: 761
* * src/ejabberd_sm.erl: Added set_presence_hookAlexey Shchepin2007-05-031-1/+3
| | | | SVN Revision: 760
* * src/ejabberd_sm.erl: Added check for existence of incomingAlexey Shchepin2007-05-031-0/+11
| | | | | | subscription destination SVN Revision: 759
* * src/msgs/it.msg: Added italian translation (thanks to LucaAlexey Shchepin2007-05-031-0/+347
| | | | | | Brivio) SVN Revision: 758
* * src/mod_muc/mod_muc_room.erl: More accurate invitation errorsAlexey Shchepin2007-05-031-67/+62
| | | | | | (thanks to Magnus Henoch) SVN Revision: 757
* make install does not overwrites existing ejabberd.cfg anymore, ↵Christophe Romain2007-04-301-1/+1
| | | | | | ejabberd.cfg-new created instead SVN Revision: 756
* * src/mod_roster_odbc.erl: Don't deliver roster items in "None +Alexey Shchepin2007-04-262-5/+24
| | | | | | | Pending In" state * src/mod_roster.erl: Likewise SVN Revision: 752
* * src/ejabberd_socket.erl: Added API for monitoring socketAlexey Shchepin2007-04-124-11/+26
| | | | | | | | | | | 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 optimisationAlexey Shchepin2007-04-124-0/+327
| | | | | | | | * src/ejabberd_system_monitor.erl: Experimental watchdog * src/ejabberd_sup.erl: Likewise * src/ejabberd_config.erl: Likewise SVN Revision: 750
* * src/mod_muc/mod_muc.erl: Better behaviour under high loadAlexey Shchepin2007-03-221-0/+8
| | | | SVN Revision: 748
* * src/ejabberd_s2s.erl: Don't bounce packets with "error" andAlexey Shchepin2007-03-171-3/+8
| | | | | | "result" type SVN Revision: 747
* * src/ejabberd_s2s.erl: Fixed spellingAlexey Shchepin2007-03-171-3/+3
| | | | SVN Revision: 746
* * src/ejabberd_s2s.erl: Don't start s2s process for existingAlexey Shchepin2007-03-171-1/+6
| | | | | | connection in case of race condition SVN Revision: 745
* * src/ejabberd_service.erl: Added shaper_rule option, changedAlexey Shchepin2007-03-132-8/+7
| | | | | | service connection log message SVN Revision: 744
* * src/ejabberd_service.erl: Add extra info in the log about whichMickaël Rémond2007-03-131-9/+16
| | | | | | | | 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 HTTPMickaël Rémond2007-03-101-15/+17
| | | | | | server (Thanks to Massimiliano Mirra) (EJAB-197). SVN Revision: 742
* * src/configure.ac: autoconf improvements (thanks to Tony Finch) (EJAB-204).Mickaël Rémond2007-03-103-51/+49
| | | | | | * src/aclocal.m4: Likewise. SVN Revision: 741
* * src/odbc/ejabberd_odbc.erl: ejabberd admin can now choose theMickaël Rémond2007-03-101-6/+13
| | | | | | | | 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émond2007-03-021-1/+1
| | | | SVN Revision: 739
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2007-03-012-0/+14
| | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 738
* * src/mod_pubsub/mod_pubsub.erl: BugfixAlexey Shchepin2007-02-221-1/+1
| | | | SVN Revision: 737
* * src/mod_proxy65/mod_proxy65_sm.erl: Cluster support (thanks toAlexey Shchepin2007-02-223-6/+6
| | | | | | | | | | | | 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 firstAlexey Shchepin2007-02-194-3/+26
| | | | | | | | | | | 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émond2007-02-191-3/+6
| | | | SVN Revision: 734
* * doc/api/*: Added Erlang documentation generation script (EJAB-188).Mickaël Rémond2007-02-191-1/+1
| | | | | | | * doc/version.tex: Updated. * src/ejabberd.app: Updated. SVN Revision: 733
* * src/odbc/pg.sql: last table, state column cannot be NULL (EJAB-191).Mickaël Rémond2007-02-193-3/+3
| | | | | | | * src/odbc/mysql.sql: likewise. * src/odbc/mssql.sql. likewise. SVN Revision: 732
* * src/ejabberd_auth_ldap.erl: prevent anonymous bind on LDAP serversMickaël Rémond2007-02-191-5/+10
| | | | | | | as ejabberd is providing other anonymous authentication mechanism (EJAB-190). SVN Revision: 731
* * src/cyrsasl_plain.erl: bad-auth error code replaced by not-authorizedMickaël Rémond2007-02-191-1/+1
| | | | | | (EJAB-187). SVN Revision: 730
* * src/aclocal.m4: configure --with-erlang option is now working (ThanksMickaël Rémond2007-02-192-37/+56
| | | | | | to Jerome Sautret) (EJAB-186). SVN Revision: 729
* * src/mod_muc/mod_muc_log.erl: Spam prevention: The default behaviourMickaël Rémond2007-02-191-6/+25
| | | | | | | | is now to use the nofollow rel attributes for links that are submitted by users (EJAB-185). * doc/guide.tex: Likewise. SVN Revision: 728
* * src/mod_muc/mod_muc_room.erl: API improvement: Implementation of anMickaël Rémond2007-02-191-0/+15
| | | | | | | event to destroy MUC room from an external application (Thanks to Massimiliano Mirra) (EJAB-184). SVN Revision: 727
* * src/ejabberd_s2s.erl: Confirm to RFC3920 section 10.3 (thanks toAlexey Shchepin2007-02-181-20/+52
| | | | | | Jerome Sautret) SVN Revision: 726
* * src/mod_muc/mod_muc.erl: Node now try to clean its own online room when ↵Mickaël Rémond2007-02-181-0/+1
| | | | | | restarting (EJAB-182). SVN Revision: 725
* * src/mod_muc/mod_muc.erl: Clean online room table on cluster nodeAlexey Shchepin2007-02-131-0/+17
| | | | | | restart SVN Revision: 724