Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 | ||||
* | * src/ejabberd_s2s_out.erl: Improved place of the INFO / DEBUG printout ↵ | Mickaël Rémond | 2007-07-17 | 1 | -2/+5 |
| | | | | | | (EJAB-282). SVN Revision: 814 | ||||
* | * src/odbc/ejabberd_odbc.erl: Better error handling for MySQL native driver ↵ | Mickaël Rémond | 2007-07-17 | 1 | -0/+2 |
| | | | | | | (EJAB-224). SVN Revision: 813 | ||||
* | * src/ejabberd_s2s.erl: Added remove_connection/3 | Alexey Shchepin | 2007-07-15 | 2 | -2/+11 |
| | | | | | | * src/ejabberd_s2s_out.erl: Bugfix: remove only own s2s record SVN Revision: 812 | ||||
* | * src/ejabberd_s2s_out.erl: Bounce packets after unregistering s2s | Alexey Shchepin | 2007-07-11 | 1 | -2/+1 |
| | | | | | | connection, not before SVN Revision: 811 | ||||
* | * src/mod_echo.erl: mod_echo does not reply to other components. This is to ↵ | Mickaël Rémond | 2007-07-11 | 1 | -1/+5 |
| | | | | | | | | make sure that a component will not discover its own capabilities (EJAB-281). * src/ejabberd.cfg: disable mod_echo in the example config file. mod_echo is mainly a development/test module. SVN Revision: 810 | ||||
* | * src/odbc/mssql.sql: Nickname cannot be null in rosterusers table (MSSQL) | Mickaël Rémond | 2007-07-09 | 3 | -3/+3 |
| | | | | | | | * src/odbc/mysql.sql: Likewise * src/odbc/pg.sql: Likewise SVN Revision: 809 | ||||
* | * Added missing file. | Mickaël Rémond | 2007-06-30 | 1 | -0/+49 |
| | | | | SVN Revision: 807 | ||||
* | * src/ejabberd_config.erl: Normalize hostnames in config file. If mixed case ↵ | Mickaël Rémond | 2007-06-29 | 6 | -14/+30 |
| | | | | | | | | | | | is used, the hostname will be now useable (EJAB-277). * src/stringprep/stringprep_sup.erl: Likewise * src/stringprep/Makefile.in: Likewise * src/stringprep/Makefile.win32: Likewise * src/ejabberd_app.erl: Likewise SVN Revision: 806 | ||||
* | * src/ejabberd_auth_anonymous.erl: Do not purge non anonymous accounts when ↵ | Mickaël Rémond | 2007-06-28 | 1 | -1/+8 |
| | | | | | | using anonymous authentication with another type of auth (EJAB-216). SVN Revision: 805 | ||||
* | * src/ejabberd_service.erl: Added an option to disable from attribute checks ↵ | Mickaël Rémond | 2007-06-28 | 1 | -11/+26 |
| | | | | | | | | in packets coming from an external component (EJAB-275) * doc/guide.tex: Likewise SVN Revision: 804 | ||||
* | corrects EJAB-273, remove obsolete OnlineUsers calculation | Christophe Romain | 2007-06-28 | 1 | -8/+4 |
| | | | | SVN Revision: 801 | ||||
* | Cancel revision 798 | Jérôme Sautret | 2007-06-27 | 12 | -425/+48 |
| | | | | SVN Revision: 799 | ||||
* | Unsafe working version of http file transfer | Jérôme Sautret | 2007-06-27 | 12 | -48/+425 |
| | | | | SVN Revision: 798 | ||||
* | * src/mod_muc/mod_muc_room.erl: Include <body/> in MUC invitations | Alexey Shchepin | 2007-06-26 | 1 | -3/+30 |
| | | | | | | for older clients (thanks to Michael Scherer) SVN Revision: 796 | ||||
* | * src/mod_muc/mod_muc_room.erl: New anti-abuse options: ↵ | Mickaël Rémond | 2007-06-25 | 1 | -156/+255 |
| | | | | | | | | min_presence_interval and min_message_interval (EJAB-227) * doc/guide.tex: Likewise SVN Revision: 794 | ||||
* | apply patch from EJAB-261 | Christophe Romain | 2007-06-25 | 1 | -1/+3 |
| | | | | SVN Revision: 793 | ||||
* | * doc/guide.tex: Watchdog alert documentation | Mickaël Rémond | 2007-06-25 | 1 | -0/+5 |
| | | | | | | * src/ejabberd.cfg.example: Likewise SVN Revision: 790 | ||||
* | * src/mod_irc/mod_irc.erl: Added an option for default IRC | Alexey Shchepin | 2007-06-22 | 1 | -22/+22 |
| | | | | | | | encoding (thanks to Badlop) * doc/guide.tex: Updated SVN Revision: 789 | ||||
* | * src/mod_disco.erl: Don't override accumulated value in | Alexey Shchepin | 2007-06-22 | 1 | -6/+6 |
| | | | | | | get_local_identity/5 (thanks to Magnus Henoch and Badlop) SVN Revision: 788 | ||||
* | * src/web/ejabberd_web_admin.erl: Added links to server and | Alexey Shchepin | 2007-06-22 | 1 | -2/+11 |
| | | | | | | virtual host homes (thanks to Badlop) SVN Revision: 787 | ||||
* | * src/mod_muc/mod_muc_room.erl: It is now possible to limit who is allowed ↵ | Mickaël Rémond | 2007-06-20 | 3 | -12/+32 |
| | | | | | | | | | | to create persistent MUC rooms (Thanks to Badlop) (EJAB-257) * src/mod_muc/mod_muc.erl: Likewise * doc/guide.tex: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 786 | ||||
* | * src/odbc/odbc_queries.erl: Added missing users_number/1 for MSSQL (EJAB-239). | Mickaël Rémond | 2007-06-18 | 1 | -0/+5 |
| | | | | SVN Revision: 785 | ||||
* | * src/mod_roster_odbc.erl: Fixed typo | Alexey Shchepin | 2007-06-12 | 1 | -1/+1 |
| | | | | SVN Revision: 782 | ||||
* | * src/web/ejabberd_web_admin.erl: Show IP address of connected | Alexey Shchepin | 2007-06-10 | 1 | -1/+12 |
| | | | | | | resources on user info page (thanks to Oleg Palij) SVN Revision: 781 | ||||
* | * src/ejabberd_config.erl: Fixed "language" option processing | Alexey Shchepin | 2007-06-07 | 1 | -0/+2 |
| | | | | | | (thanks to Badlop) SVN Revision: 780 | ||||
* | * src/msgs/zh.msg: Updated (thanks to Shelley Shyan) | Alexey Shchepin | 2007-06-07 | 2 | -52/+405 |
| | | | | | | | * src/msgs/ca.msg: New Catalan translation (thanks to Vicent Alberola) SVN Revision: 779 | ||||
* | * src/xml.erl: Add new helper function get_subtag_cdata/2. | Mickaël Rémond | 2007-06-05 | 1 | -1/+8 |
| | | | | SVN Revision: 778 |