aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-13* src/mod_offline.erl: Returns an error message to sender whenMickaël Rémond1-0/+5
2007-08-12* src/odbc/ejabberd_odbc.erl: UTF-8 support for MySQL5 (EJAB-318).Mickaël Rémond1-0/+4
2007-08-09* doc/guide.tex: Minor update (thanks to Sergei Golovan)Alexey Shchepin1-0/+4
2007-08-08* src/mod_offline.erl: Only count messages if a quota has beenMickaël Rémond1-0/+6
2007-08-07* src/mod_offline.erl: Started implementation of mod_offlineMickaël Rémond1-0/+8
2007-08-03* src/mod_announce.erl: Added support to all the announce features described ...Mickaël Rémond1-0/+9
2007-08-02* src/mod_muc/mod_muc.erl: Added default_room_options optionAlexey Shchepin1-10/+7
2007-08-02* src/mod_muc/mod_muc.erl: Added default_room_options optionAlexey Shchepin1-0/+10
2007-08-01* doc/guide.tex: Front page table formatting that render correctly in HTML an...Mickaël Rémond1-1/+5
2007-08-01* src/ejabberd_s2s_out.erl: Avoid bouncing messages twice if terminate happen...Mickaël Rémond1-0/+3
2007-08-01* src/ejabberd_s2s_out.erl: On terminate, bounce internal process queue and E...Mickaël Rémond1-0/+3
2007-08-01* src/mod_private.erl: Reduce memory consumption on user private storage remo...Mickaël Rémond1-0/+5
2007-07-31* src/xml.erl: Making use of CDATA escaping optional through with a compile t...Mickaël Rémond1-0/+7
2007-07-31* src/mod_version.erl: Added option to hide OS version (thanks toAlexey Shchepin1-0/+4
2007-07-31* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)Alexey Shchepin1-0/+4
2007-07-31* src/msgs/gl.msg: New galician translation (thanks toAlexey Shchepin1-0/+3
2007-07-31* src/ejabberd_config.erl: Added possibility for appending valuesAlexey Shchepin1-0/+6
2007-07-30* src/xml.erl: Better escaping management with CDATA. We only add CDATA enclo...Mickaël Rémond1-0/+3
2007-07-30* src/xml.erl: Only wrap xmldata nodes in xml cdata "tag" if bigger than 50 b...Mickaël Rémond1-0/+3
2007-07-30* src/tls/tls_drv.c: Sends the entire certificate chain (EJAB-209).Mickaël Rémond1-0/+2
2007-07-30* src/acl.erl: Remove compilation warnings (EJAB-290).Mickaël Rémond1-0/+2
2007-07-30* src/xml_stream.erl: Group CDATA on a single xmlcdata node (splitting is not...Mickaël Rémond1-0/+4
2007-07-30* src/xml.erl: Remove compilation warnings (EJAB-290).Mickaël Rémond1-0/+2
2007-07-30* src/xml.erl: Do not crypt binary CData, but enclose the value inMickaël Rémond1-0/+7
2007-07-28* src/mod_roster_odbc.erl: Better error management when bad JID in roster tab...Mickaël Rémond1-0/+5
2007-07-26* src/web/ejabberd_web_admin.erl: Code clean-up.Mickaël Rémond1-0/+2
2007-07-26* src/mod_offline.erl: Code clean-up.Mickaël Rémond1-0/+2
2007-07-26* src/gen_mod.erl: Throw error more cleanly.Mickaël Rémond1-0/+2
2007-07-26* src/mod_configure.erl: One ACL call was not virtual host compliant.Mickaël Rémond1-0/+3
2007-07-26* src/ejabberd_auth_odbc.erl: Fixed wrong call preventing user removal with r...Mickaël Rémond1-0/+3
2007-07-26* src/mod_last_odbc.erl: Adapted to mod_privacy changes.Mickaël Rémond1-1/+6
2007-07-26* src/mod_last.erl: Adapted to mod_privacy changes.Mickaël Rémond1-0/+4
2007-07-26* src/mod_roster_odbc.erl: Fixed wrong call.Mickaël Rémond1-0/+4
2007-07-24* doc/guide.tex: Added recommandations on max_stanza options usage.Mickaël Rémond1-0/+3
2007-07-24* src/ejabberd_s2s_out.erl: Autodisconnect s2s connections which are overload...Mickaël Rémond1-1/+7
2007-07-19* src/ejabberd_s2s_in.erl: Add s2s whitelist / blacklist support on incoming ...Mickaël Rémond1-0/+6
2007-07-18* src/ejabberd_s2s.erl: Fixed typo.Mickaël Rémond1-0/+2
2007-07-18* src/ejabberd_s2s.erl: Implements s2s hosts whitelist / blacklistMickaël Rémond1-1/+4
2007-07-18* src/ejabberd_s2s_out.erl: Make s2s connections more robustMickaël Rémond1-0/+5
2007-07-17* src/mod_configure.erl: Bugfix: Show only virtual host users on admin disco ...Mickaël Rémond1-0/+3
2007-07-17* src/mod_muc/mod_muc_log.erl: Recognise more URI schemes in logged HTML (EJA...Mickaël Rémond1-0/+3
2007-07-17* src/ejabberd_s2s_out.erl: Improved place of the INFO / DEBUG printout (EJAB...Mickaël Rémond1-0/+3
2007-07-17* src/odbc/ejabberd_odbc.erl: Better error handling for MySQL native driver (...Mickaël Rémond1-1/+6
2007-07-15* src/ejabberd_s2s.erl: Added remove_connection/3Alexey Shchepin1-0/+5
2007-07-11* src/ejabberd_s2s_out.erl: Bounce packets after unregistering s2sAlexey Shchepin1-0/+5
2007-07-11* src/mod_echo.erl: mod_echo does not reply to other components. This is to m...Mickaël Rémond1-0/+8
2007-07-09* src/odbc/mssql.sql: Nickname cannot be null in rosterusers table (MSSQL)Mickaël Rémond1-0/+7
2007-06-29* src/ejabberd_config.erl: Normalize hostnames in config file. If mixed case ...Mickaël Rémond1-0/+9
2007-06-28* src/ejabberd_auth_anonymous.erl: Do not purge non anonymous accounts when u...Mickaël Rémond1-0/+3
2007-06-28* src/ejabberd_service.erl: Added an option to disable from attribute checks ...Mickaël Rémond1-0/+4