aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * doc/guide.tex: Documentation rework started (EJAB-272)Mickaël Rémond2007-06-287-3147/+2177
| | | | | | * doc/introduction.tex: Likewise SVN Revision: 803
* add ChangeLog entry for r801Christophe Romain2007-06-281-0/+5
| | | | SVN Revision: 802
* 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-262-3/+35
| | | | | | for older clients (thanks to Michael Scherer) SVN Revision: 796
* * doc/guide.tex: TyposMickaël Rémond2007-06-252-2/+4
| | | | SVN Revision: 795
* * src/mod_muc/mod_muc_room.erl: New anti-abuse options: ↵Mickaël Rémond2007-06-253-158/+306
| | | | | | | | 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: Documentation improvements on watchdogMickaël Rémond2007-06-252-3/+5
| | | | SVN Revision: 792
* * doc/guide.text: No need to escape underscore in Latex verbatim sectionsMickaël Rémond2007-06-253-2/+5
| | | | SVN Revision: 791
* * doc/guide.tex: Watchdog alert documentationMickaël Rémond2007-06-253-0/+28
| | | | | | * src/ejabberd.cfg.example: Likewise SVN Revision: 790
* * src/mod_irc/mod_irc.erl: Added an option for default IRCAlexey Shchepin2007-06-223-24/+29
| | | | | | | encoding (thanks to Badlop) * doc/guide.tex: Updated SVN Revision: 789
* * src/mod_disco.erl: Don't override accumulated value inAlexey Shchepin2007-06-222-6/+9
| | | | | | 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-222-2/+16
| | | | | | 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-205-12/+43
| | | | | | | | | | 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-182-0/+10
| | | | SVN Revision: 785
* * src/mod_roster_odbc.erl: Fixed typoAlexey Shchepin2007-06-122-1/+5
| | | | SVN Revision: 782
* * src/web/ejabberd_web_admin.erl: Show IP address of connectedAlexey Shchepin2007-06-102-1/+17
| | | | | | resources on user info page (thanks to Oleg Palij) SVN Revision: 781
* * src/ejabberd_config.erl: Fixed "language" option processingAlexey Shchepin2007-06-072-0/+5
| | | | | | (thanks to Badlop) SVN Revision: 780
* * src/msgs/zh.msg: Updated (thanks to Shelley Shyan)Alexey Shchepin2007-06-073-52/+412
| | | | | | | * 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-052-1/+12
| | | | SVN Revision: 778
* * src/mod_vcard_odbc.erl: Fix for previous commit (thanks toAlexey Shchepin2007-05-302-1/+6
| | | | | | Badlop) SVN Revision: 777
* * src/mod_vcard_odbc.erl: Make service description translatable in discovery ↵Mickaël Rémond2007-05-293-3/+7
| | | | | | | | (EJAB-236) * src/mod_vcard_ldap.erl: Likewise SVN Revision: 776
* * src/Makefile.in: Added Dialyzer target (EJAB-189 - Thanks to Geoff Cant)Mickaël Rémond2007-05-2912-3/+70
| | | | | | | | | | | | | | | | * src/Makefile.in: Build XmppAddr.beam in a single pass * src/mod_muc/Makefile.in: +debug_info directive support * src/stringprep/Makefile.in: Likewise * src/mod_irc/Makefile.in: Likewise * src/web/Makefile.in: Likewise * src/eldap/Makefile.in: Likewise * src/mod_pubsub/Makefile.in: Likewise * src/ejabberd_zlib/Makefile.in: Likewise * src/mod_proxy65/Makefile.in: Likewise * src/tls/Makefile.in: Likewise * src/odbc/Makefile.in: Likewise SVN Revision: 775
* * src/mod_vcard.erl: Make services description translatable in discovery ↵Mickaël Rémond2007-05-297-19/+42
| | | | | | | | | | | | (EJAB-236 - thanks to Badlop) * src/mod_muc/mod_muc.erl: Likewise * src/mod_irc/mod_irc.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_proxy65/mod_proxy65_service.erl: Likewise * src/msgs/fr.msg: Added service description translation SVN Revision: 774
* * src/ejabberdctl.template: Updated version of ejabberdctl (thanksAlexey Shchepin2007-05-214-1/+130
| | | | | | | | to Christophe Romain) * tools/ejabberdctl: Likewise * src/Makefile.in: Updated SVN Revision: 773
* * src/ejabberd_sm.erl: Updated the session table to storeAlexey Shchepin2007-05-213-19/+61
| | | | | | | | additional session info * src/ejabberd_c2s.erl: Report IP address to ejabberd_sm (thanks to Christophe Romain) SVN Revision: 772
* * src/msgs/zh.msg: New chinese translation (thanks to ShelleyAlexey Shchepin2007-05-182-0/+356
| | | | | | Shyan) SVN Revision: 771
* * src/mod_muc/mod_muc_room.erl: Corrected error messages whenAlexey Shchepin2007-05-163-76/+87
| | | | | | | | trying to join members-only room (thanks to Badlop) * src/ejabberd_c2s.erl: Added c2s_update_presence hook SVN Revision: 770
* * src/ejd2odbc.erl: Bugfix (thanks to Badlop)Alexey Shchepin2007-05-151-2/+8
| | | | SVN Revision: 769
* * src/ejd2odbc.erl: Bugfix (thanks to Badlop)Alexey Shchepin2007-05-132-1/+6
| | | | SVN Revision: 768
* * src/mod_stats.erl: UpdatedAlexey Shchepin2007-05-123-5/+7
| | | | | | * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 767
* * src/ejabberd_auth.erl: Added get_vh_registered_users_number/1Alexey Shchepin2007-05-125-2/+50
| | | | | | | | | | function * src/ejabberd_auth_odbc.erl: Likewise * src/odbc/odbc_queries.erl: Added users_number/1 function * src/ejabberd.cfg.example: Added an example for pgsql_users_number_estimate option SVN Revision: 766
* * src/ejabberd_auth_anonymous.erl: Added anonymous_purge_hookAlexey Shchepin2007-05-126-0/+26
| | | | | | | | | | (thanks to Christophe Romain and Mickael Remond) * src/mod_offline.erl: Likewise * src/mod_offline_odbc.erl: Likewise * src/mod_roster.erl: Likewise * src/mod_roster_odbc.erl: Likewise SVN Revision: 765
* * src/mod_muc/mod_muc.erl: BugfixAlexey Shchepin2007-05-092-1/+20
| | | | SVN Revision: 764
* * src/ejabberd_receiver.erl: Workaround for inet_drv bugAlexey Shchepin2007-05-073-6/+27
| | | | | | | * src/web/ejabberd_http_poll.erl: Added sockname/1 and peername/1 stubs SVN Revision: 763
* * src/web/ejabberd_http.hrl: Added "ip" field in the "request"Alexey Shchepin2007-05-073-20/+34
| | | | | | | record * src/web/ejabberd_http.erl: Likewise SVN Revision: 762
* * src/ejabberd_sm.erl: Added set_presence_hookAlexey Shchepin2007-05-033-6/+8
| | | | | | * src/ejabberd_c2s.erl: Likewise SVN Revision: 761
* * src/ejabberd_sm.erl: Added set_presence_hookAlexey Shchepin2007-05-032-1/+5
| | | | SVN Revision: 760
* * src/ejabberd_sm.erl: Added check for existence of incomingAlexey Shchepin2007-05-032-0/+14
| | | | | | subscription destination SVN Revision: 759
* * src/msgs/it.msg: Added italian translation (thanks to LucaAlexey Shchepin2007-05-032-0/+350
| | | | | | Brivio) SVN Revision: 758
* * src/mod_muc/mod_muc_room.erl: More accurate invitation errorsAlexey Shchepin2007-05-032-67/+67
| | | | | | (thanks to Magnus Henoch) SVN Revision: 757
* make install does not overwrites existing ejabberd.cfg anymore, ↵Christophe Romain2007-04-301-1/+1
| | | | | | ejabberd.cfg-new created instead SVN Revision: 756
* SVN Revision: 754Mickaël Rémond2007-04-271-0/+2
|
* * contrib/ejabberd-modules.repo: List of ejabberd-modules to add for ↵Mickaël Rémond2007-04-271-0/+2
| | | | | | ejabberd packaging (source archive and installer) SVN Revision: 753
* * src/mod_roster_odbc.erl: Don't deliver roster items in "None +Alexey Shchepin2007-04-263-5/+30
| | | | | | | Pending In" state * src/mod_roster.erl: Likewise SVN Revision: 752
* * src/ejabberd_socket.erl: Added API for monitoring socketAlexey Shchepin2007-04-125-11/+36
| | | | | | | | | | | processes * src/ejabberd_frontend_socket.erl: Likewise * src/ejabberd_c2s.erl: Added socket monitoring * src/mod_muc/mod_muc_room.erl: Fixed the stop reason for the destroy event SVN Revision: 751
* * src/ejabberd_sm.erl: Minor optimisationAlexey Shchepin2007-04-125-1/+336
| | | | | | | | * src/ejabberd_system_monitor.erl: Experimental watchdog * src/ejabberd_sup.erl: Likewise * src/ejabberd_config.erl: Likewise SVN Revision: 750
* * src/guide.tex: Fixed typo.Mickaël Rémond2007-03-222-1/+5
| | | | SVN Revision: 749