summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * src/msgs/it.msg: Added italian translation (thanks to LucaAlexey Shchepin2007-05-032-0/+350
* * src/mod_muc/mod_muc_room.erl: More accurate invitation errorsAlexey Shchepin2007-05-032-67/+67
* make install does not overwrites existing ejabberd.cfg anymore, ejabberd.cfg-...Christophe Romain2007-04-301-1/+1
* SVN Revision: 754Mickaël Rémond2007-04-271-0/+2
* * contrib/ejabberd-modules.repo: List of ejabberd-modules to add for ejabberd...Mickaël Rémond2007-04-271-0/+2
* * src/mod_roster_odbc.erl: Don't deliver roster items in "None +Alexey Shchepin2007-04-263-5/+30
* * src/ejabberd_socket.erl: Added API for monitoring socketAlexey Shchepin2007-04-125-11/+36
* * src/ejabberd_sm.erl: Minor optimisationAlexey Shchepin2007-04-125-1/+336
* * src/guide.tex: Fixed typo.Mickaël Rémond2007-03-222-1/+5
* * src/mod_muc/mod_muc.erl: Better behaviour under high loadAlexey Shchepin2007-03-222-0/+12
* * src/ejabberd_s2s.erl: Don't bounce packets with "error" andAlexey Shchepin2007-03-172-3/+11
* * src/ejabberd_s2s.erl: Fixed spellingAlexey Shchepin2007-03-172-5/+7
* * src/ejabberd_s2s.erl: Don't start s2s process for existingAlexey Shchepin2007-03-172-3/+12
* * src/ejabberd_service.erl: Added shaper_rule option, changedAlexey Shchepin2007-03-133-12/+18
* * src/ejabberd_service.erl: Add extra info in the log about whichMickaël Rémond2007-03-132-9/+23
* * src/web/ejabberd_http.erl: Support for binaries in ejabberd HTTPMickaël Rémond2007-03-102-15/+20
* * src/configure.ac: autoconf improvements (thanks to Tony Finch) (EJAB-204).Mickaël Rémond2007-03-104-51/+52
* * src/odbc/ejabberd_odbc.erl: ejabberd admin can now choose theMickaël Rémond2007-03-103-6/+47
* * src/mod_muc/mod_muc_log.erl: Fix wrong return on check access log.Mickaël Rémond2007-03-022-1/+5
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2007-03-013-0/+19
* * src/mod_pubsub/mod_pubsub.erl: BugfixAlexey Shchepin2007-02-222-1/+3
* * src/mod_proxy65/mod_proxy65_sm.erl: Cluster support (thanks toAlexey Shchepin2007-02-224-6/+17
* * src/ejabberd_c2s.erl: Init shaper with a default value firstAlexey Shchepin2007-02-195-22/+58
* * src/mod_muc/mod_muc_room.erl: Added an option set affiliations.Mickaël Rémond2007-02-192-3/+8
* * doc/api/*: Added Erlang documentation generation script (EJAB-188).Mickaël Rémond2007-02-196-2/+113
* * src/odbc/pg.sql: last table, state column cannot be NULL (EJAB-191).Mickaël Rémond2007-02-194-3/+7
* * src/ejabberd_auth_ldap.erl: prevent anonymous bind on LDAP serversMickaël Rémond2007-02-192-5/+14
* * src/cyrsasl_plain.erl: bad-auth error code replaced by not-authorizedMickaël Rémond2007-02-192-1/+4
* * src/aclocal.m4: configure --with-erlang option is now working (ThanksMickaël Rémond2007-02-193-37/+59
* * src/mod_muc/mod_muc_log.erl: Spam prevention: The default behaviourMickaël Rémond2007-02-193-7/+37
* * src/mod_muc/mod_muc_room.erl: API improvement: Implementation of anMickaël Rémond2007-02-192-0/+21
* * src/ejabberd_s2s.erl: Confirm to RFC3920 section 10.3 (thanks toAlexey Shchepin2007-02-182-20/+57
* * src/mod_muc/mod_muc.erl: Node now try to clean its own online room when res...Mickaël Rémond2007-02-182-0/+6
* * src/mod_muc/mod_muc.erl: Clean online room table on cluster nodeAlexey Shchepin2007-02-132-0/+22
* * src/ejabberd_auth_ldap.erl: Added ldap_local_filter option. ThisMickaël Rémond2007-02-132-1/+41
* * src/web/ejabberd_http.erl: Added separate version ofAlexey Shchepin2007-02-043-3/+41
* * src/xml.erl: ' entity replaced by ' Should work more universaly (i...Mickaël Rémond2007-02-042-1/+6
* * src/mod_roster_odbc.erl: Bugfix (thanks to asdxAlexey Shchepin2007-01-303-2/+10
* * src/mod_vcard_ldap.erl: LDAP server pool support (thanks to EvgeniyMickaël Rémond2007-01-279-139/+285
* * doc/guide.tex: Fixed typos in labels.Mickaël Rémond2007-01-262-2/+6
* * src/eldap/Makefile.win32: fix build error on Windows.Mickaël Rémond2007-01-252-0/+7
* * src/web/*: Plugin architecture for HTTP modules (thanks toAlexey Shchepin2007-01-255-121/+155
* * Generated updated documentation.Mickaël Rémond2007-01-242-147/+197
* * doc/guide.tex: Documentation for the domain_balancing_component_number option.Mickaël Rémond2007-01-242-1/+22
* * doc/guide.tex: Documentation for domain balancing.Mickaël Rémond2007-01-242-1/+24
* * doc/guide.tex: mod_muc now support cluster.Mickaël Rémond2007-01-242-0/+4
* * Generated updated documentation.Mickaël Rémond2007-01-243-229/+246
* * doc/guide.tex: Updated the max_user_sessions section.Mickaël Rémond2007-01-242-33/+43
* * src/mod_muc/mod_muc.erl: Now mod_muc can be distributed onAlexey Shchepin2007-01-195-90/+205
* * doc/guide.tex: Latex / Hevea related improvements for documentationMickaël Rémond2007-01-1110-597/+611