Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * src/ejabberd_sm.erl: Removed check which denies resource to | Alexey Shchepin | 2007-08-24 | 1 | -10/+4 | |
| | | | | | | receive its own presence SVN Revision: 885 | |||||
* | * src/web/ejabberd_web_admin.erl: Added hooks to allow plugins to | Alexey Shchepin | 2007-08-23 | 5 | -416/+622 | |
| | | | | | | | | | | | add their pages without modifying ejabberd_web_admin.erl (thanks to Badlop) * src/web/ejabberd_web_admin.hrl: Macro definitions moved here * src/mod_shared_roster.erl: Updated * src/mod_offline.erl: Likewise * src/mod_offline_odbc.erl: Likewise SVN Revision: 884 | |||||
* | * src/jlib.erl: Use http_base_64:decode if available | Alexey Shchepin | 2007-08-21 | 1 | -0/+8 | |
| | | | | SVN Revision: 883 | |||||
* | * src/mod_roster.erl: Don't send roster push when unsubscribing in | Alexey Shchepin | 2007-08-20 | 2 | -5/+9 | |
| | | | | | | | "None + Pending In" state * src/mod_roster_odbc.erl: Likewise SVN Revision: 882 | |||||
* | * src/mod_offline.erl: Renamed MAX_OFFLINE_MSGS to MaxOfflineMsgs | Alexey Shchepin | 2007-08-20 | 1 | -12/+11 | |
| | | | | SVN Revision: 881 | |||||
* | * src/odbc/ejabberd_odbc_sup.erl: Add an odbc_pool_size config file option ↵ | Jérôme Sautret | 2007-08-16 | 2 | -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 maximum | Mickaël Rémond | 2007-08-13 | 1 | -15/+15 | |
| | | | | | | number of offline messages per user (EJAB-314). SVN Revision: 878 | |||||
* | * src/mod_offline.erl: Returns an error message to sender when | Mickaël Rémond | 2007-08-13 | 1 | -3/+19 | |
| | | | | | | 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émond | 2007-08-12 | 1 | -0/+1 | |
| | | | | SVN Revision: 868 | |||||
* | * src/mod_offline.erl: Typo. | Mickaël Rémond | 2007-08-08 | 1 | -1/+1 | |
| | | | | SVN Revision: 861 | |||||
* | * src/mod_offline.erl: Only count messages if a quota has been | Mickaël Rémond | 2007-08-08 | 2 | -5/+10 | |
| | | | | | | | actually set (EJAB-314). * src/p1_mnesia.erl: Minor coding style change. SVN Revision: 860 | |||||
* | * src/mod_offline.erl: Started implementation of mod_offline | Mickaël Rémond | 2007-08-07 | 2 | -17/+74 | |
| | | | | | | | | | 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émond | 2007-08-03 | 2 | -19/+161 | |
| | | | | | | | | | 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 option | Alexey Shchepin | 2007-08-02 | 2 | -20/+22 | |
| | | | | | | | | (thanks to Etan Reisner and Badlop) * src/mod_muc/mod_muc_room.erl: Likewise * doc/guide.tex: Updated SVN Revision: 856 | |||||
* | * src/ejabberd_s2s_out.erl: Avoid bouncing messages twice if terminate ↵ | Mickaël Rémond | 2007-08-01 | 1 | -2/+0 | |
| | | | | | | happens during open_connect. SVN Revision: 854 | |||||
* | * src/ejabberd_s2s_out.erl: On terminate, bounce internal process queue and ↵ | Mickaël Rémond | 2007-08-01 | 1 | -0/+1 | |
| | | | | | | Erlang message queue. SVN Revision: 853 | |||||
* | * src/mod_private.erl: Reduce memory consumption on user private storage ↵ | Mickaël Rémond | 2007-08-01 | 1 | -10/+10 | |
| | | | | | | removal (EJAB-299). SVN Revision: 852 | |||||
* | * src/xml.erl: Removing debug printout. | Mickaël Rémond | 2007-07-31 | 1 | -2/+0 | |
| | | | | SVN Revision: 851 | |||||
* | * src/xml.erl: Making use of CDATA escaping optional through with a compile ↵ | Mickaël Rémond | 2007-07-31 | 4 | -7/+47 | |
| | | | | | | | | | 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 to | Alexey Shchepin | 2007-07-31 | 1 | -23/+27 | |
| | | | | | | | Badlop) * doc/guide.tex: Updated SVN Revision: 848 | |||||
* | * src/msgs/zh.msg: Updated (thanks to Shelley Shyan) | Alexey Shchepin | 2007-07-31 | 2 | -8/+18 | |
| | | | | | | * src/msgs/es.msg: Updated (thanks to Badlop) SVN Revision: 847 | |||||
* | * src/msgs/gl.msg: New galician translation (thanks to | Alexey Shchepin | 2007-07-31 | 1 | -0/+354 | |
| | | | | | | Carlos E. Lopez) SVN Revision: 846 | |||||
* | * src/ejabberd_config.erl: Added possibility for appending values | Alexey Shchepin | 2007-07-31 | 1 | -4/+20 | |
| | | | | | | | 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émond | 2007-07-30 | 1 | -8/+68 | |
| | | | | | | enclosure when needed. CDATA end token is properly escaped. SVN Revision: 844 | |||||
* | * src/xml.erl: Only wrap xmldata nodes in xml cdata "tag" if bigger than 50 ↵ | Mickaël Rémond | 2007-07-30 | 1 | -4/+10 | |
| | | | | | | 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émond | 2007-07-30 | 1 | -1/+1 | |
| | | | | SVN Revision: 841 | |||||
* | * src/acl.erl: Remove compilation warnings (EJAB-290). | Mickaël Rémond | 2007-07-30 | 1 | -2/+2 | |
| | | | | SVN Revision: 840 | |||||
* | * src/xml_stream.erl: Group CDATA on a single xmlcdata node (splitting is ↵ | Mickaël Rémond | 2007-07-30 | 1 | -0/+9 | |
| | | | | | | 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émond | 2007-07-30 | 1 | -4/+4 | |
| | | | | SVN Revision: 838 | |||||
* | * src/xml.erl: Removed more code commented out. | Mickaël Rémond | 2007-07-30 | 1 | -38/+0 | |
| | | | | SVN Revision: 837 | |||||
* | * src/xml.erl: Do not crypt binary CData, but enclose the value in | Mickaël Rémond | 2007-07-30 | 1 | -66/+7 | |
| | | | | | | | 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émond | 2007-07-28 | 1 | -14/+33 | |
| | | | | | | table (EJAB-289). SVN Revision: 835 | |||||
* | * src/web/ejabberd_web_admin.erl: Code clean-up. | Mickaël Rémond | 2007-07-26 | 1 | -7/+2 | |
| | | | | SVN Revision: 834 | |||||
* | * Added TODO comment | Mickaël Rémond | 2007-07-26 | 1 | -0/+6 | |
| | | | | SVN Revision: 833 | |||||
* | * src/mod_offline.erl: Code clean-up. | Mickaël Rémond | 2007-07-26 | 1 | -14/+10 | |
| | | | | SVN Revision: 832 | |||||
* | * src/gen_mod.erl: Throw error more cleanly. | Mickaël Rémond | 2007-07-26 | 1 | -1/+1 | |
| | | | | SVN Revision: 831 | |||||
* | * src/mod_configure.erl: One ACL call was not virtual host compliant. | Mickaël Rémond | 2007-07-26 | 1 | -2/+2 | |
| | | | | SVN Revision: 829 | |||||
* | * src/ejabberd_auth_odbc.erl: Fixed wrong call preventing user removal with ↵ | Mickaël Rémond | 2007-07-26 | 1 | -1/+1 | |
| | | | | | | relational databases. SVN Revision: 828 | |||||
* | * src/mod_last_odbc.erl: Adapted to mod_privacy changes. | Mickaël Rémond | 2007-07-26 | 2 | -35/+17 | |
| | | | | | | * 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émond | 2007-07-26 | 1 | -16/+16 | |
| | | | | SVN Revision: 826 | |||||
* | * src/mod_last.erl: Adapted to mod_privacy changes. | Mickaël Rémond | 2007-07-26 | 2 | -17/+17 | |
| | | | | | | | * 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émond | 2007-07-26 | 1 | -1/+1 | |
| | | | | SVN Revision: 824 | |||||
* | * src/p1_fsm.erl: Use of catch can break tail recursion. | Mickaël Rémond | 2007-07-25 | 1 | -12/+12 | |
| | | | | SVN Revision: 823 | |||||
* | * src/ejabberd_s2s_out.erl: Autodisconnect s2s connections which are ↵ | Mickaël Rémond | 2007-07-24 | 2 | -24/+701 | |
| | | | | | | | | overloaded (EJAB-287). * src/p1_fsm.erl: Likewise. SVN Revision: 821 | |||||
* | * src/ejabberd_s2s_in.erl: Add s2s whitelist / blacklist support on incoming ↵ | Mickaël Rémond | 2007-07-19 | 2 | -4/+14 | |
| | | | | | | | | s2s connections (EJAB-283) * src/ejabberd_s2s.erl: Likewise SVN Revision: 820 | |||||
* | * src/ejabberd_s2s.erl: Fixed typo. | Mickaël Rémond | 2007-07-18 | 1 | -1/+1 | |
| | | | | SVN Revision: 819 | |||||
* | * src/ejabberd_s2s.erl: Implements s2s hosts whitelist / blacklist | Mickaël Rémond | 2007-07-18 | 2 | -5/+29 | |
| | | | | | | * src/ejabberd.cfg.example: Likewise SVN Revision: 818 | |||||
* | * src/ejabberd_s2s_out.erl: Make s2s connections more robust | Mickaël Rémond | 2007-07-18 | 2 | -8/+19 | |
| | | | | | | * src/ejabberd_s2s.erl: Likewise SVN Revision: 817 | |||||
* | * src/mod_configure.erl: Bugfix: Show only virtual host users on admin disco ↵ | Mickaël Rémond | 2007-07-17 | 1 | -2/+2 | |
| | | | | | | for all users (EJAB-268) (Thanks to Badlop). SVN Revision: 816 | |||||
* | * src/mod_muc/mod_muc_log.erl: Recognise more URI schemes in logged HTML ↵ | Mickaël Rémond | 2007-07-17 | 1 | -1/+1 | |
| | | | | | | (EJAB-279) (Thanks to qu1j0t3). SVN Revision: 815 |