aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-06* src/ejabberd_c2s.erl: Increase the timeout of open socketBadlop1-1/+1
without authentication to 60 seconds because many Jabber clients are not yet capable of handling this correctly (EJAB-355) SVN Revision: 1040
2007-12-06* src/Makefile.in: Allow compilation with HiPE (EJAB-412)Badlop2-0/+13
* src/configure.ac: Likewise SVN Revision: 1038
2007-12-06* src/msgs/cs.msg: Updated (thanks to Lukáš Polívka aliasBadlop1-105/+137
Spike411) SVN Revision: 1037
2007-12-06* src/mod_muc/mod_muc.erl: Catch creation of tableBadlop1-4/+1
muc_online_users: it may be already created by other mod_muc instance SVN Revision: 1036
2007-12-06* src/web/ejabberd_http.erl: Change loglevel for httpBadlop2-5/+5
queries (EJAB-363) * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1033
2007-12-06* doc/guide.tex: Add mod_caps and improve mod_pubsub documentationBadlop1-1/+5
* src/ejabberd.cfg.example: Added mod_caps enabled by default SVN Revision: 1032
2007-12-06enable pep by default and add pubsub plugin examplesChristophe Romain4-5/+15
SVN Revision: 1031
2007-12-05* src/ejabberdctl.template: The parameter 'kernel inetrc' is usedBadlop1-2/+2
even with -sname to guarantee the same behaviour that when using -name (EJAB-317) SVN Revision: 1029
2007-12-05* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)Badlop1-46/+70
SVN Revision: 1026
2007-12-05* src/mod_muc/mod_muc_room.erl: Rephrase the invitation sentenceBadlop2-5/+6
to make more natural SVN Revision: 1025
2007-12-05* src/msgs/es.msg: UpdatedBadlop1-22/+46
SVN Revision: 1024
2007-12-05* src/ejabberd.hrl: Set more proper version numberBadlop1-1/+1
SVN Revision: 1023
2007-12-04* .gitignore: Removed (EJAB-441)Badlop1-1/+0
* src/.cvsignore: Likewise SVN Revision: 1021
2007-12-04* src/mod_pubsub/mod_pubsub.erl: Fixed URI.Badlop1-1/+1
SVN Revision: 1020
2007-12-04* src/mod_pubsub/mod_pubsub.erl: Bugfix: don't report the JabberBadlop1-5/+2
server as a pubsub service. SVN Revision: 1019
2007-12-03* Temporary commit.Mickaël Rémond2-5/+59
SVN Revision: 1015
2007-12-02* src/ejabberdctl.cfg.example: Bugfix in kernel poll. Added SMPBadlop2-40/+58
option. Reorganization of options * src/ejabberdctl.template: Added SMP option SVN Revision: 1014
2007-12-02* src/Makefile.in: New options make uninstall andBadlop1-0/+14
uninstall-all (EJAB-293) SVN Revision: 1013
2007-12-01* doc/guide.tex: Updated Windows compilation instructions.Mickaël Rémond2-10/+10
* src/configure.erl: Likewise. * doc/ejabberd.hrl: Preparing ejabberd 2.0.0 beta release. * doc/version.tex: Likewise. SVN Revision: 1009
2007-12-01* src/tls/Makefile.win32: Updated for latest Win32 OpenSSL library.Mickaël Rémond1-1/+1
SVN Revision: 1008
2007-12-01* src/odbc_queries.erl: Added a default define value so that weMickaël Rémond1-3/+4
can recompile the file manually with a simple erlc command (with the default generic value). SVN Revision: 1007
2007-12-01* src/mod_pubsub/Makefile.in: Removed mod_pubsub_old mentioningAlexey Shchepin2-2/+0
* src/mod_pubsub/Makefile.win32: Likewise SVN Revision: 1006
2007-12-01* src/odbc/odbc_queries.erl: Reverted the previous patch becauseAlexey Shchepin1-3/+3
it produces "redefining macro 'generic'" compilation error SVN Revision: 1005
2007-12-01* src/mod_caps.erl: CAPS support (thanks to Magnus Henoch)Alexey Shchepin22-1322/+5197
* src/ejabberd_local.erl: Support for IQ responses * src/jlib.erl: Added iq_query_or_response_info/1 function * src/jlib.hrl: Added NS_PUBSUB_ERRORS and NS_CAPS * src/mod_pubsub/Makefile.in: New pubsub+pep implementation (thanks to Christophe Romain and Magnus Henoch) * src/ejabberd_sm.erl: Added get_session_pid/3 function * src/ejabberd_c2s.erl: Added get_subscribed_and_online/1 function SVN Revision: 1004
2007-11-30* src/odbc_queries.erl: Added a default define value so that we canMickaël Rémond1-0/+4
recompile the file manually with a simple erlc command. SVN Revision: 1003
2007-11-29* src/mod_vcard.erl: Add type of x:data field to searchBadlop3-26/+26
results (thanks to Robin Redeker) (EJAB-327) * src/mod_vcard_ldap.erl: * src/mod_vcard_odbc.erl: SVN Revision: 1002
2007-11-29* src/aclocal.m4: Fix autoconf caching for SSL libraries (thanksBadlop1-0/+4
to Michael Shields) (EJAB-439) * src/configure.ac: Don't hardcode gcc and gcc options in Makefiles (thanks to Etan Reisner) (EJAB-436) SVN Revision: 1001
2007-11-29* src/configure.ac: Don't hardcode gcc and options (EJAB-436)Badlop13-32/+82
* src/Makefile.in: * src/ejabberd_zlib/Makefile.in: * src/eldap/Makefile.in: * src/mod_irc/Makefile.in: * src/mod_muc/Makefile.in: * src/mod_proxy65/Makefile.in: * src/mod_pubsub/Makefile.in: * src/odbc/Makefile.in: * src/pam/Makefile.in: * src/stringprep/Makefile.in: * src/tls/Makefile.in: * src/web/Makefile.in: SVN Revision: 1000
2007-11-29* src/mod_muc/mod_muc_room.erl: Hide the option 'Make roomBadlop1-4/+4
moderated' because it isn't implemented, and set the default value of 'moderated' to true because that is the behaviour implemented (EJAB-419) SVN Revision: 999
2007-11-27* doc/guide.tex: Update URI of ejabberd official home page, URIBadlop27-164/+155
of ejabberd.jabber.ru, and copyright dates (EJAB-366) * doc/introduction.tex: * src/ejabberd.hrl: * src/ejabberd_admin.erl: * src/mod_irc/mod_irc.erl: * src/mod_irc/mod_irc_connection.erl: * src/mod_muc/mod_muc.erl: * src/mod_muc/mod_muc_log.erl: * src/mod_proxy65/mod_proxy65_service.erl: * src/mod_pubsub/mod_pubsub.erl: * src/mod_vcard.erl: * src/mod_vcard_ldap.erl: * src/mod_vcard_odbc.erl: * src/msgs/*.msg: * src/web/ejabberd_web_admin.erl: SVN Revision: 997
2007-11-27* src/gen_mod.erl: Update in database the configuration changes inBadlop1-0/+25
modules (EJAB-330) SVN Revision: 996
2007-11-27* src/mod_configure.erl: The command get-user-lastlogin is nowBadlop3-4/+44
compatible with both Mnesia and ODBC (EJAB-383) * src/mod_last.erl: Likewise * src/mod_last_odbc.erl: Likewise SVN Revision: 995
2007-11-27* src/mod_announce.erl: Bugfix (thanks to Christophe Romain)Alexey Shchepin1-1/+1
SVN Revision: 992
2007-11-27* src/mod_vcard.erl: Ensure mod_vcard to respect FORM_TYPE registry (EJAB-328).Badlop3-31/+31
* src/mod_vcard_ldap.erl: Likewise. * src/mod_vcard_odbc.erl: Likewise. * doc/guide.tex: Updated documentation. SVN Revision: 990
2007-11-27* src/mod_muc/mod_muc_room.erl: Don't show the room name as the room ↵Badlop1-3/+0
description (EJAB-382). SVN Revision: 989
2007-11-26* src/ejabberd.cfg.example: Added example configuration of databases.Badlop1-17/+39
SVN Revision: 988
2007-11-26* src/ejabberd_config.erl: Print error when the configuration Badlop1-0/+32
requires ODBC, MySQL or PostgreSQL libraries but are not installed (EJAB-210). SVN Revision: 986
2007-11-26* src/web/ejabberd_web_admin.erl: Added a favicon (EJAB-379).Badlop1-0/+24
SVN Revision: 985
2007-11-26* src/msgs/wa.msg: New Walon translation (thanks to Badlop1-0/+375
Pablo Saratxaga) (EJAB-374). SVN Revision: 984
2007-11-26* src/ejabberd.cfg.example: Huge reorganization and grouping of options ↵Badlop1-155/+374
(EJAB-392). SVN Revision: 982
2007-11-26* src/mod_echo.erl: Example function that demonstrates how to receive XMPP ↵Badlop1-0/+48
packets using Erlang's message passing mechanism (EJAB-247). SVN Revision: 980
2007-11-26* src/ejabberdctl.template: Write erl_crash.dump in the log/ directory, with ↵Badlop1-0/+3
unique filename (EJAB-433). SVN Revision: 979
2007-11-26* src/ejabberdctl.template: Removed bashisms (EJAB-399). Set environment ↵Badlop2-19/+41
variables instead of passing parameters when calling erl (EJAB-421). * src/ejabberd_ctl.erl: Improvements in the help messages (EJAB-399). * doc/guide.tex: Improvements in sections ejabberdctl, and Install from Source (EJAB-399). SVN Revision: 978
2007-11-25* src/ejabberd_router.erl: BugfixAlexey Shchepin1-3/+4
SVN Revision: 977
2007-11-25* src/ejabberd_s2s_out.erl: BugfixAlexey Shchepin1-15/+15
SVN Revision: 976
2007-11-25* src/ejabberd_sm.erl: Optimized check_max_sessions (thanks toAlexey Shchepin1-6/+9
Christophe Romain) SVN Revision: 975
2007-11-22* src/ejabberd_config.erl: Improved error message when ejabberdMickaël Rémond1-1/+1
config file is not found. SVN Revision: 974
2007-11-16Better count management and batch users retrieval internal databaseChristophe Romain3-7/+67
SVN Revision: 972
2007-11-15* Making sure SVN properties are correctly set.Mickaël Rémond11-17/+17
SVN Revision: 970
2007-11-09* src/ejabberd_config.erl: Refactoring: Move internal data structure to an ↵Mickaël Rémond2-8/+16
include file. * src/ejabberd_config.hrl: Likewise. SVN Revision: 969