aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Small change in accesslog file format; fix bug when accesslog conf parameter ↵Badlop2009-06-161-4/+4
| | | | | | wasn't present in the conf file (thanks to Jerome Sautret) SVN Revision: 2170
* Added accesslog parameter to record requests log in a file similar to Apache ↵Badlop2009-06-161-9/+106
| | | | | | (thanks to Jerome Sautret) SVN Revision: 2169
* Initial commit of mod_http_fileserver (thanks to Massimiliano Mirra)Badlop2009-06-161-0/+112
| | | | SVN Revision: 2168
* Fix syntax error in config file.Mickaël Rémond2009-06-161-1/+1
| | | | SVN Revision: 2165
* Ad-hoc commands to join IRC channel, set nickname and encoding (thanks to ↵Badlop2009-06-155-53/+511
| | | | | | Magnus Henoch)(EJAB-302) SVN Revision: 2164
* Add option to restrict max offline messages by Access and ACL (EJAB-951)Badlop2009-06-155-40/+116
| | | | | | | New option for mod_offline: access_max_user_messages. The old option user_max_messages is no longer supported. SVN Revision: 2162
* Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop2009-06-152-3/+3
| | | | SVN Revision: 2159
* add greetings to Brian Cully for pubsub contribsChristophe Romain2009-06-151-0/+8
| | | | SVN Revision: 2158
* experimental patch including XEP-248 (thanks to Brian Cully)Christophe Romain2009-06-1518-105/+642
| | | | SVN Revision: 2157
* Prevent process crash if the IP and port of a connection is unknown.Badlop2009-06-111-0/+2
| | | | SVN Revision: 2155
* When client is closed, include the Reason in the stream trailer stanza.Badlop2009-06-091-1/+6
| | | | SVN Revision: 2153
* Add forgotten copyright and license notices. Fix blackspaces.Badlop2009-06-099-10/+66
| | | | SVN Revision: 2151
* fixes typo in Russian translationEvgeniy Khramtsov2009-06-092-2/+2
| | | | SVN Revision: 2149
* Malformed CAPTCHA response may crash a room. This is now fixed.Evgeniy Khramtsov2009-06-091-16/+20
| | | | SVN Revision: 2148
* Update Spanish translationBadlop2009-06-052-29/+36
| | | | SVN Revision: 2147
* Update French translation (thanks to Nicolas Vérité)Badlop2009-06-052-75/+77
| | | | SVN Revision: 2146
* Update Russian translation (thanks to Evgeniy Khramtsov)Badlop2009-06-032-36/+37
| | | | | | | The translator improves ru.po Russian translation. Later ru.msg is automatically obtained by calling: make translations SVN Revision: 2145
* Update ejabberd.pot and *.po, compile *.msg. All this by calling: make ↵Badlop2009-06-0347-10278/+11126
| | | | | | translations SVN Revision: 2144
* updated russian translationEvgeniy Khramtsov2009-06-031-13/+22
| | | | SVN Revision: 2143
* When max_stanza_size is exceeded, return meaningful error message (EJAB-752)Badlop2009-06-021-0/+5
| | | | SVN Revision: 2142
* Remove support of deprecated Disco Publish XEP-0030 (EJAB-904)Badlop2009-06-021-134/+1
| | | | SVN Revision: 2140
* Fix Access check: the rule can be defined in a vhost or global.Badlop2009-06-011-1/+1
| | | | SVN Revision: 2136
* apply patch from EJAB-845Christophe Romain2009-05-2915-268/+913
| | | | SVN Revision: 2118
* fix nodetree virtual to allow node subscriptionChristophe Romain2009-05-291-3/+3
| | | | SVN Revision: 2117
* make flat the default node pluginChristophe Romain2009-05-292-5/+5
| | | | SVN Revision: 2116
* fix ets table name changeChristophe Romain2009-05-292-4/+4
| | | | SVN Revision: 2115
* remove useless debugChristophe Romain2009-05-281-1/+0
| | | | SVN Revision: 2113
* pubsub: added configuration option in guide.tex, added last item cache, use ↵Christophe Romain2009-05-2815-257/+378
| | | | | | default node type if given type is not configured, make node_flat the default node plugin. caps: improve cache handling SVN Revision: 2112
* Update CSS of WebAdmin menuBadlop2009-05-271-6/+7
| | | | SVN Revision: 2108
* Support to select what modules to update. Split large function in smaller ones.Badlop2009-05-272-35/+135
| | | | SVN Revision: 2107
* make get_items able to sort items in publish order (EJAB-824)Christophe Romain2009-05-262-22/+6
| | | | SVN Revision: 2105
* improve get_entity_* to work regardless of nodetree (EJAB-937)Christophe Romain2009-05-266-31/+53
| | | | SVN Revision: 2104
* Added support for captcha feature disability (EJAB-895)Badlop2009-05-262-5/+36
| | | | | | | | | If the option captcha_cmd is set but captcha can't be created: * show critical error at server start * hide captcha option in room configuration form * don't require occupants to fill captcha SVN Revision: 2101
* Add label in captcha form. Improve translatable strings in captcha and muc room.Badlop2009-05-262-9/+5
| | | | SVN Revision: 2100
* Support LDAPS with TLS (EJAB-109)(thanks to Thomas Baden, Andy Harb, Sergei ↵Badlop2009-05-258-49/+159
| | | | | | Golovan, Anton Podavalov) SVN Revision: 2098
* Decrease proxy65 buffer sizes to 8192 bytes.Badlop2009-05-251-2/+2
| | | | | | | The original size of 65535 confused clients with tight shapers (thanks to Evgeniy Khramtsov) SVN Revision: 2096
* * trunk/src/odbc/ejabberd_odbc.erl: Fix typo (EJABS-859) (EJAB-940) (CR-EJAB-10)Mickaël Rémond2009-05-211-1/+1
| | | | | | * branches/road-to-exmpp/src/odbc/ejabberd_odbc.erl: Likewise. SVN Revision: 2095
* * trunk/src/odbc/ejabberd_odbc.erl: Move trace to debug loglevel (EJAB-940) ↵Mickaël Rémond2009-05-211-1/+1
| | | | | | (EJABS-859) (CR-EJAB-10) SVN Revision: 2093
* * trunk/src/odbc/ejabberd_odbc.erl: Support for nested transaction ↵Mickaël Rémond2009-05-211-68/+106
| | | | | | (EJABS-859) (EJAB-940) (CR-EJAB-10) SVN Revision: 2092
* PubSub: improve get_entity_* APIChristophe Romain2009-05-195-78/+99
| | | | SVN Revision: 2090
* Added API function to get current S2S connections with informationBadlop2009-05-193-0/+96
| | | | | | | | get_info_s2s_connections(Type) returns a list of incoming (or outgoing) S2S connections with information for each one including IP address, port number, TLS options... (thanks to Juan Pablo Carlino) SVN Revision: 2088
* * src/eldap/eldap.erl: log warnings on unsuccessful LDAP bind attempts. ↵Evgeniy Khramtsov2009-05-161-8/+19
| | | | | | Increase timeout before the next LDAP bind attempt up to five seconds if the last bind attempt was rejected by the LDAP server ("soft" error). Thanks to Konstantin Khomoutov. SVN Revision: 2086
* Document how to convert Mnesia node nameBadlop2009-05-152-18/+84
| | | | SVN Revision: 2081
* New command to convert mnesia nodename, copied from OTP and DebianBadlop2009-05-151-0/+52
| | | | SVN Revision: 2080
* Allow to define additional Erlang options in ejabberdctl.cfg (thanks to ↵Badlop2009-05-152-2/+20
| | | | | | Sergei Golovan) SVN Revision: 2079
* The --node argument overwrites the value of ejabberdctl.cfgBadlop2009-05-151-1/+4
| | | | SVN Revision: 2078
* Erlang/OTP R13 can be used, but its support is still experimentalBadlop2009-05-153-3/+3
| | | | SVN Revision: 2077
* No longer edit ChangeLog, will be auto generated for ejabberd releases.Badlop2009-05-142-7754/+9
| | | | | | | | | Added new call 'make changelog' which generates a ChangeLog file by prepending to the old file obtained from SVN the new lines obtained from SVN Log and formatted with svn2cl. ChangeLog will be generated and included in ejabberd releases. SVN Revision: 2076
* Fix bad transaction returncode in unsubscribe presence handlerChristophe Romain2009-05-122-2/+7
| | | | SVN Revision: 2073
* Prevent race condition when calling get_caps while note_caps has not been ↵Christophe Romain2009-05-113-63/+106
| | | | | | handled yet (EJAB-934) SVN Revision: 2071