aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-30* src/xml_stream.erl: Group CDATA on a single xmlcdata node (splitting is ↵Mickaël Rémond1-0/+9
not relevant as dependant on TCP/IP packet fragmentation) (EJAB-292). SVN Revision: 839
2007-07-30* src/xml.erl: Remove compilation warnings (EJAB-290).Mickaël Rémond1-4/+4
SVN Revision: 838
2007-07-30* src/xml.erl: Removed more code commented out.Mickaël Rémond1-38/+0
SVN Revision: 837
2007-07-30* src/xml.erl: Do not crypt binary CData, but enclose the value inMickaël Rémond1-66/+7
XML CDATA "tag". * src/xml.erl: Code clean-up: removed old code in comments. SVN Revision: 836
2007-07-28* src/mod_roster_odbc.erl: Better error management when bad JID in roster ↵Mickaël Rémond1-14/+33
table (EJAB-289). SVN Revision: 835
2007-07-26* src/web/ejabberd_web_admin.erl: Code clean-up.Mickaël Rémond1-7/+2
SVN Revision: 834
2007-07-26* Added TODO commentMickaël Rémond1-0/+6
SVN Revision: 833
2007-07-26* src/mod_offline.erl: Code clean-up.Mickaël Rémond1-14/+10
SVN Revision: 832
2007-07-26* src/gen_mod.erl: Throw error more cleanly.Mickaël Rémond1-1/+1
SVN Revision: 831
2007-07-26* src/mod_configure.erl: One ACL call was not virtual host compliant.Mickaël Rémond1-2/+2
SVN Revision: 829
2007-07-26* src/ejabberd_auth_odbc.erl: Fixed wrong call preventing user removal with ↵Mickaël Rémond1-1/+1
relational databases. SVN Revision: 828
2007-07-26* src/mod_last_odbc.erl: Adapted to mod_privacy changes.Mickaël Rémond2-35/+17
* src/mod_privacy_odbc.erl: Refactoring to extract records in include file. SVN Revision: 827
2007-07-26* src/mod_last.erl: Adapted to mod_privacy changes.Mickaël Rémond1-16/+16
SVN Revision: 826
2007-07-26* src/mod_last.erl: Adapted to mod_privacy changes.Mickaël Rémond2-17/+17
* src/mod_privacy.erl: Refactoring to extract records in include file. * src/mod_privacy.hrl: Likewise. SVN Revision: 825
2007-07-26* src/mod_roster_odbc.erl: Fixed wrong call.Mickaël Rémond1-1/+1
SVN Revision: 824
2007-07-25* src/p1_fsm.erl: Use of catch can break tail recursion.Mickaël Rémond1-12/+12
SVN Revision: 823
2007-07-24* src/ejabberd_s2s_out.erl: Autodisconnect s2s connections which are ↵Mickaël Rémond2-24/+701
overloaded (EJAB-287). * src/p1_fsm.erl: Likewise. SVN Revision: 821
2007-07-19* src/ejabberd_s2s_in.erl: Add s2s whitelist / blacklist support on incoming ↵Mickaël Rémond2-4/+14
s2s connections (EJAB-283) * src/ejabberd_s2s.erl: Likewise SVN Revision: 820
2007-07-18* src/ejabberd_s2s.erl: Fixed typo.Mickaël Rémond1-1/+1
SVN Revision: 819
2007-07-18* src/ejabberd_s2s.erl: Implements s2s hosts whitelist / blacklistMickaël Rémond2-5/+29
* src/ejabberd.cfg.example: Likewise SVN Revision: 818
2007-07-18* src/ejabberd_s2s_out.erl: Make s2s connections more robustMickaël Rémond2-8/+19
* src/ejabberd_s2s.erl: Likewise SVN Revision: 817
2007-07-17* src/mod_configure.erl: Bugfix: Show only virtual host users on admin disco ↵Mickaël Rémond1-2/+2
for all users (EJAB-268) (Thanks to Badlop). SVN Revision: 816
2007-07-17* src/mod_muc/mod_muc_log.erl: Recognise more URI schemes in logged HTML ↵Mickaël Rémond1-1/+1
(EJAB-279) (Thanks to qu1j0t3). SVN Revision: 815
2007-07-17* src/ejabberd_s2s_out.erl: Improved place of the INFO / DEBUG printout ↵Mickaël Rémond1-2/+5
(EJAB-282). SVN Revision: 814
2007-07-17* src/odbc/ejabberd_odbc.erl: Better error handling for MySQL native driver ↵Mickaël Rémond1-0/+2
(EJAB-224). SVN Revision: 813
2007-07-15* src/ejabberd_s2s.erl: Added remove_connection/3Alexey Shchepin2-2/+11
* src/ejabberd_s2s_out.erl: Bugfix: remove only own s2s record SVN Revision: 812
2007-07-11* src/ejabberd_s2s_out.erl: Bounce packets after unregistering s2sAlexey Shchepin1-2/+1
connection, not before SVN Revision: 811
2007-07-11* src/mod_echo.erl: mod_echo does not reply to other components. This is to ↵Mickaël Rémond1-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
2007-07-09* src/odbc/mssql.sql: Nickname cannot be null in rosterusers table (MSSQL)Mickaël Rémond3-3/+3
* src/odbc/mysql.sql: Likewise * src/odbc/pg.sql: Likewise SVN Revision: 809
2007-06-30* Added missing file.Mickaël Rémond1-0/+49
SVN Revision: 807
2007-06-29* src/ejabberd_config.erl: Normalize hostnames in config file. If mixed case ↵Mickaël Rémond6-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
2007-06-28* src/ejabberd_auth_anonymous.erl: Do not purge non anonymous accounts when ↵Mickaël Rémond1-1/+8
using anonymous authentication with another type of auth (EJAB-216). SVN Revision: 805
2007-06-28* src/ejabberd_service.erl: Added an option to disable from attribute checks ↵Mickaël Rémond1-11/+26
in packets coming from an external component (EJAB-275) * doc/guide.tex: Likewise SVN Revision: 804
2007-06-28corrects EJAB-273, remove obsolete OnlineUsers calculationChristophe Romain1-8/+4
SVN Revision: 801
2007-06-27Cancel revision 798Jérôme Sautret12-425/+48
SVN Revision: 799
2007-06-27Unsafe working version of http file transferJérôme Sautret12-48/+425
SVN Revision: 798
2007-06-26* src/mod_muc/mod_muc_room.erl: Include <body/> in MUC invitationsAlexey Shchepin1-3/+30
for older clients (thanks to Michael Scherer) SVN Revision: 796
2007-06-25* src/mod_muc/mod_muc_room.erl: New anti-abuse options: ↵Mickaël Rémond1-156/+255
min_presence_interval and min_message_interval (EJAB-227) * doc/guide.tex: Likewise SVN Revision: 794
2007-06-25apply patch from EJAB-261Christophe Romain1-1/+3
SVN Revision: 793
2007-06-25* doc/guide.tex: Watchdog alert documentationMickaël Rémond1-0/+5
* src/ejabberd.cfg.example: Likewise SVN Revision: 790
2007-06-22* src/mod_irc/mod_irc.erl: Added an option for default IRCAlexey Shchepin1-22/+22
encoding (thanks to Badlop) * doc/guide.tex: Updated SVN Revision: 789
2007-06-22* src/mod_disco.erl: Don't override accumulated value inAlexey Shchepin1-6/+6
get_local_identity/5 (thanks to Magnus Henoch and Badlop) SVN Revision: 788
2007-06-22* src/web/ejabberd_web_admin.erl: Added links to server andAlexey Shchepin1-2/+11
virtual host homes (thanks to Badlop) SVN Revision: 787
2007-06-20* src/mod_muc/mod_muc_room.erl: It is now possible to limit who is allowed ↵Mickaël Rémond3-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
2007-06-18* src/odbc/odbc_queries.erl: Added missing users_number/1 for MSSQL (EJAB-239).Mickaël Rémond1-0/+5
SVN Revision: 785
2007-06-12* src/mod_roster_odbc.erl: Fixed typoAlexey Shchepin1-1/+1
SVN Revision: 782
2007-06-10* src/web/ejabberd_web_admin.erl: Show IP address of connectedAlexey Shchepin1-1/+12
resources on user info page (thanks to Oleg Palij) SVN Revision: 781
2007-06-07* src/ejabberd_config.erl: Fixed "language" option processingAlexey Shchepin1-0/+2
(thanks to Badlop) SVN Revision: 780
2007-06-07* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)Alexey Shchepin2-52/+405
* src/msgs/ca.msg: New Catalan translation (thanks to Vicent Alberola) SVN Revision: 779
2007-06-05* src/xml.erl: Add new helper function get_subtag_cdata/2.Mickaël Rémond1-1/+8
SVN Revision: 778