aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SVN Revision: 880Alexey Shchepin2007-08-201-0/+7
|
* * src/odbc/ejabberd_odbc_sup.erl: Add an odbc_pool_size config file option ↵Jérôme Sautret2007-08-162-8/+32
| | | | | | | | | | to choose the number of SQL connection in each pool (EJAB-58). * src/odbc/ejabberd_odbc.erl: Add an odbc_keepalive_interval config file option to perform a keep alive query at given interval (EJAB-206). SVN Revision: 879
* * src/mod_offline.erl: Added a config option to define the maximumMickaël Rémond2007-08-132-15/+18
| | | | | | number of offline messages per user (EJAB-314). SVN Revision: 878
* * doc/guide.tex: Missing link.Mickaël Rémond2007-08-132-2/+2
| | | | SVN Revision: 876
* * doc/guide.tex: Added documentation for the mod_offline quotaMickaël Rémond2007-08-133-769/+60
| | | | | | | (EJAB-314). * doc/guide.tex: Remove release notes (EJAB-323). SVN Revision: 875
* * doc/release_notes_1.1.3.txt: Adding missing file.Mickaël Rémond2007-08-131-0/+14
| | | | SVN Revision: 872
* * src/mod_offline.erl: Returns an error message to sender whenMickaël Rémond2007-08-132-3/+24
| | | | | | message is discarded due to quota (EJAB-314). SVN Revision: 871
* * src/odbc/ejabberd_odbc.erl: UTF-8 support for MySQL5 (EJAB-318).Mickaël Rémond2007-08-122-0/+5
| | | | SVN Revision: 868
* * doc/guide.tex: Minor update (thanks to Sergei Golovan)Alexey Shchepin2007-08-092-2/+7
| | | | SVN Revision: 862
* * src/mod_offline.erl: Typo.Mickaël Rémond2007-08-081-1/+1
| | | | SVN Revision: 861
* * src/mod_offline.erl: Only count messages if a quota has beenMickaël Rémond2007-08-083-5/+16
| | | | | | | actually set (EJAB-314). * src/p1_mnesia.erl: Minor coding style change. SVN Revision: 860
* * src/mod_offline.erl: Started implementation of mod_offlineMickaël Rémond2007-08-073-17/+82
| | | | | | | | | quota. For now, it require change in code. Will be turn into a config file parameter soon. (EJAB-314). * src/p1_mnesia.erl: Added memory efficient record count in Mnesia. SVN Revision: 859
* * src/mod_announce.erl: Added support to all the announce features described ↵Mickaël Rémond2007-08-035-23/+180
| | | | | | | | | in documentation. Access to all announce features through command line, adhoc commands and disco (Thanks to Badlop) (EJAB-18). * src/gen_mod.erl: Likewise. * doc/guide.tex: Likewise. SVN Revision: 858
* * src/mod_muc/mod_muc.erl: Added default_room_options optionAlexey Shchepin2007-08-021-10/+7
| | | | | | | | (thanks to Etan Reisner and Badlop) * src/mod_muc/mod_muc_room.erl: Likewise * doc/guide.tex: Updated SVN Revision: 857
* * src/mod_muc/mod_muc.erl: Added default_room_options optionAlexey Shchepin2007-08-024-20/+64
| | | | | | | | (thanks to Etan Reisner and Badlop) * src/mod_muc/mod_muc_room.erl: Likewise * doc/guide.tex: Updated SVN Revision: 856
* * doc/guide.tex: Front page table formatting that render correctly in HTML ↵Mickaël Rémond2007-08-013-181/+210
| | | | | | and update mentionning CEAN as a way to install ejabberd (Thanks to Badlop) (EJAB-272). SVN Revision: 855
* * src/ejabberd_s2s_out.erl: Avoid bouncing messages twice if terminate ↵Mickaël Rémond2007-08-012-2/+3
| | | | | | happens during open_connect. SVN Revision: 854
* * src/ejabberd_s2s_out.erl: On terminate, bounce internal process queue and ↵Mickaël Rémond2007-08-012-0/+4
| | | | | | Erlang message queue. SVN Revision: 853
* * src/mod_private.erl: Reduce memory consumption on user private storage ↵Mickaël Rémond2007-08-012-10/+15
| | | | | | removal (EJAB-299). SVN Revision: 852
* * src/xml.erl: Removing debug printout.Mickaël Rémond2007-07-311-2/+0
| | | | SVN Revision: 851
* * Updating SVN HTML documentation.Mickaël Rémond2007-07-311-1/+13
| | | | SVN Revision: 850
* * src/xml.erl: Making use of CDATA escaping optional through with a compile ↵Mickaël Rémond2007-07-315-7/+54
| | | | | | | | | time option (EJAB-298). * src/Makefile.in: Likewise. * src/configure.ac: Likewise. SVN Revision: 849
* * src/mod_version.erl: Added option to hide OS version (thanks toAlexey Shchepin2007-07-313-23/+33
| | | | | | | Badlop) * doc/guide.tex: Updated SVN Revision: 848
* * src/msgs/zh.msg: Updated (thanks to Shelley Shyan)Alexey Shchepin2007-07-313-8/+22
| | | | | | * src/msgs/es.msg: Updated (thanks to Badlop) SVN Revision: 847
* * src/msgs/gl.msg: New galician translation (thanks toAlexey Shchepin2007-07-312-0/+357
| | | | | | Carlos E. Lopez) SVN Revision: 846
* * src/ejabberd_config.erl: Added possibility for appending valuesAlexey Shchepin2007-07-313-4/+45
| | | | | | | to config options (thanks to Badlop) * doc/guide.tex: Updated SVN Revision: 845
* * src/xml.erl: Better escaping management with CDATA. We only add CDATA ↵Mickaël Rémond2007-07-302-8/+71
| | | | | | enclosure when needed. CDATA end token is properly escaped. SVN Revision: 844
* * Updated documentation version number in SVN (to avoid confusion).Mickaël Rémond2007-07-304-31/+19
| | | | SVN Revision: 843
* * src/xml.erl: Only wrap xmldata nodes in xml cdata "tag" if bigger than 50 ↵Mickaël Rémond2007-07-302-4/+13
| | | | | | bytes. Shorter xmlcdata nodes will be escaped. SVN Revision: 842
* * src/tls/tls_drv.c: Sends the entire certificate chain (EJAB-209).Mickaël Rémond2007-07-302-1/+3
| | | | SVN Revision: 841
* * src/acl.erl: Remove compilation warnings (EJAB-290).Mickaël Rémond2007-07-302-2/+4
| | | | SVN Revision: 840
* * src/xml_stream.erl: Group CDATA on a single xmlcdata node (splitting is ↵Mickaël Rémond2007-07-302-0/+13
| | | | | | not relevant as dependant on TCP/IP packet fragmentation) (EJAB-292). SVN Revision: 839
* * src/xml.erl: Remove compilation warnings (EJAB-290).Mickaël Rémond2007-07-302-4/+6
| | | | SVN Revision: 838
* * src/xml.erl: Removed more code commented out.Mickaël Rémond2007-07-301-38/+0
| | | | SVN Revision: 837
* * src/xml.erl: Do not crypt binary CData, but enclose the value inMickaël Rémond2007-07-302-66/+14
| | | | | | | XML CDATA "tag". * src/xml.erl: Code clean-up: removed old code in comments. SVN Revision: 836
* * src/mod_roster_odbc.erl: Better error management when bad JID in roster ↵Mickaël Rémond2007-07-282-14/+38
| | | | | | table (EJAB-289). SVN Revision: 835
* * src/web/ejabberd_web_admin.erl: Code clean-up.Mickaël Rémond2007-07-262-7/+4
| | | | SVN Revision: 834
* * Added TODO commentMickaël Rémond2007-07-261-0/+6
| | | | SVN Revision: 833
* * src/mod_offline.erl: Code clean-up.Mickaël Rémond2007-07-262-14/+12
| | | | SVN Revision: 832
* * src/gen_mod.erl: Throw error more cleanly.Mickaël Rémond2007-07-262-1/+3
| | | | SVN Revision: 831
* * src/mod_configure.erl: One ACL call was not virtual host compliant.Mickaël Rémond2007-07-261-0/+3
| | | | SVN Revision: 830
* * src/mod_configure.erl: One ACL call was not virtual host compliant.Mickaël Rémond2007-07-261-2/+2
| | | | SVN Revision: 829
* * src/ejabberd_auth_odbc.erl: Fixed wrong call preventing user removal with ↵Mickaël Rémond2007-07-262-1/+4
| | | | | | relational databases. SVN Revision: 828
* * src/mod_last_odbc.erl: Adapted to mod_privacy changes.Mickaël Rémond2007-07-263-36/+23
| | | | | | * src/mod_privacy_odbc.erl: Refactoring to extract records in include file. SVN Revision: 827
* * src/mod_last.erl: Adapted to mod_privacy changes.Mickaël Rémond2007-07-261-16/+16
| | | | SVN Revision: 826
* * src/mod_last.erl: Adapted to mod_privacy changes.Mickaël Rémond2007-07-263-17/+21
| | | | | | | * src/mod_privacy.erl: Refactoring to extract records in include file. * src/mod_privacy.hrl: Likewise. SVN Revision: 825
* * src/mod_roster_odbc.erl: Fixed wrong call.Mickaël Rémond2007-07-262-1/+5
| | | | SVN Revision: 824
* * src/p1_fsm.erl: Use of catch can break tail recursion.Mickaël Rémond2007-07-251-12/+12
| | | | SVN Revision: 823
* * doc/guide.tex: Added recommandations on max_stanza options usage.Mickaël Rémond2007-07-243-12/+23
| | | | SVN Revision: 822
* * src/ejabberd_s2s_out.erl: Autodisconnect s2s connections which are ↵Mickaël Rémond2007-07-243-25/+708
| | | | | | | | overloaded (EJAB-287). * src/p1_fsm.erl: Likewise. SVN Revision: 821