aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/xml_stream.erl: Group CDATA on a single xmlcdata node (splitting is ↵Mickaël Rémond2007-07-301-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émond2007-07-301-4/+4
| | | | 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-301-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émond2007-07-281-14/+33
| | | | | | table (EJAB-289). SVN Revision: 835
* * src/web/ejabberd_web_admin.erl: Code clean-up.Mickaël Rémond2007-07-261-7/+2
| | | | 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-261-14/+10
| | | | SVN Revision: 832
* * src/gen_mod.erl: Throw error more cleanly.Mickaël Rémond2007-07-261-1/+1
| | | | SVN Revision: 831
* * 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-261-1/+1
| | | | | | relational databases. SVN Revision: 828
* * src/mod_last_odbc.erl: Adapted to mod_privacy changes.Mickaël Rémond2007-07-262-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émond2007-07-261-16/+16
| | | | SVN Revision: 826
* * src/mod_last.erl: Adapted to mod_privacy changes.Mickaël Rémond2007-07-262-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émond2007-07-261-1/+1
| | | | 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
* * src/ejabberd_s2s_out.erl: Autodisconnect s2s connections which are ↵Mickaël Rémond2007-07-242-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émond2007-07-192-4/+14
| | | | | | | | s2s connections (EJAB-283) * src/ejabberd_s2s.erl: Likewise SVN Revision: 820
* * src/ejabberd_s2s.erl: Fixed typo.Mickaël Rémond2007-07-181-1/+1
| | | | SVN Revision: 819
* * src/ejabberd_s2s.erl: Implements s2s hosts whitelist / blacklistMickaël Rémond2007-07-182-5/+29
| | | | | | * src/ejabberd.cfg.example: Likewise SVN Revision: 818
* * src/ejabberd_s2s_out.erl: Make s2s connections more robustMickaël Rémond2007-07-182-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émond2007-07-171-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émond2007-07-171-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émond2007-07-171-2/+5
| | | | | | (EJAB-282). SVN Revision: 814
* * src/odbc/ejabberd_odbc.erl: Better error handling for MySQL native driver ↵Mickaël Rémond2007-07-171-0/+2
| | | | | | (EJAB-224). SVN Revision: 813
* * src/ejabberd_s2s.erl: Added remove_connection/3Alexey Shchepin2007-07-152-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 s2sAlexey Shchepin2007-07-111-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émond2007-07-111-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émond2007-07-093-3/+3
| | | | | | | * src/odbc/mysql.sql: Likewise * src/odbc/pg.sql: Likewise SVN Revision: 809
* * Added missing file.Mickaël Rémond2007-06-301-0/+49
| | | | SVN Revision: 807
* * src/ejabberd_config.erl: Normalize hostnames in config file. If mixed case ↵Mickaël Rémond2007-06-296-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émond2007-06-281-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émond2007-06-281-11/+26
| | | | | | | | in packets coming from an external component (EJAB-275) * doc/guide.tex: Likewise SVN Revision: 804
* corrects EJAB-273, remove obsolete OnlineUsers calculationChristophe Romain2007-06-281-8/+4
| | | | SVN Revision: 801
* Cancel revision 798Jérôme Sautret2007-06-2712-425/+48
| | | | SVN Revision: 799
* Unsafe working version of http file transferJérôme Sautret2007-06-2712-48/+425
| | | | SVN Revision: 798
* * src/mod_muc/mod_muc_room.erl: Include <body/> in MUC invitationsAlexey Shchepin2007-06-261-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émond2007-06-251-156/+255
| | | | | | | | min_presence_interval and min_message_interval (EJAB-227) * doc/guide.tex: Likewise SVN Revision: 794
* apply patch from EJAB-261Christophe Romain2007-06-251-1/+3
| | | | SVN Revision: 793
* * doc/guide.tex: Watchdog alert documentationMickaël Rémond2007-06-251-0/+5
| | | | | | * src/ejabberd.cfg.example: Likewise SVN Revision: 790
* * src/mod_irc/mod_irc.erl: Added an option for default IRCAlexey Shchepin2007-06-221-22/+22
| | | | | | | encoding (thanks to Badlop) * doc/guide.tex: Updated SVN Revision: 789
* * src/mod_disco.erl: Don't override accumulated value inAlexey Shchepin2007-06-221-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 andAlexey Shchepin2007-06-221-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émond2007-06-203-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émond2007-06-181-0/+5
| | | | SVN Revision: 785
* * src/mod_roster_odbc.erl: Fixed typoAlexey Shchepin2007-06-121-1/+1
| | | | SVN Revision: 782
* * src/web/ejabberd_web_admin.erl: Show IP address of connectedAlexey Shchepin2007-06-101-1/+12
| | | | | | resources on user info page (thanks to Oleg Palij) SVN Revision: 781
* * src/ejabberd_config.erl: Fixed "language" option processingAlexey Shchepin2007-06-071-0/+2
| | | | | | (thanks to Badlop) SVN Revision: 780
* * src/msgs/zh.msg: Updated (thanks to Shelley Shyan)Alexey Shchepin2007-06-072-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émond2007-06-051-1/+8
| | | | SVN Revision: 778