aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/configure.ac: Don't hardcode gcc and options (EJAB-436)Badlop2007-11-2914-32/+96
| | | | | | | | | | | | | | | | | * 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
* * src/mod_muc/mod_muc_room.erl: Hide the option 'Make roomBadlop2007-11-292-4/+11
| | | | | | | | 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
* * doc/guide.tex: It should be made more clear that domain_certfileBadlop2007-11-282-11/+64
| | | | | | | works for both s2s and c2s connections (EJAB-212). Added another example of listening ports. SVN Revision: 998
* * doc/guide.tex: Update URI of ejabberd official home page, URIBadlop2007-11-2730-176/+186
| | | | | | | | | | | | | | | | | | | | 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
* * src/gen_mod.erl: Update in database the configuration changes inBadlop2007-11-272-0/+28
| | | | | | modules (EJAB-330) SVN Revision: 996
* * src/mod_configure.erl: The command get-user-lastlogin is nowBadlop2007-11-274-4/+49
| | | | | | | | compatible with both Mnesia and ODBC (EJAB-383) * src/mod_last.erl: Likewise * src/mod_last_odbc.erl: Likewise SVN Revision: 995
* * doc/guide.tex: Document ejabberd_http'sBadlop2007-11-272-22/+22
| | | | | | | request_handlers (EJAB-372). Fixed small Latex problems. Sort options of listening sockets. SVN Revision: 994
* * doc/guide.tex: Document ejabberd_http'sBadlop2007-11-272-3/+13
| | | | | | request_handlers (EJAB-372). Fixed small Latex problems. SVN Revision: 993
* * src/mod_announce.erl: Bugfix (thanks to Christophe Romain)Alexey Shchepin2007-11-272-36/+41
| | | | SVN Revision: 992
* * doc/guide.tex: Added clarification about LDAP default portBadlop2007-11-272-3/+12
| | | | | | (thanks to Christophe Romain). SVN Revision: 991
* * src/mod_vcard.erl: Ensure mod_vcard to respect FORM_TYPE registry (EJAB-328).Badlop2007-11-275-43/+48
| | | | | | | | * src/mod_vcard_ldap.erl: Likewise. * src/mod_vcard_odbc.erl: Likewise. * doc/guide.tex: Updated documentation. SVN Revision: 990
* * src/mod_muc/mod_muc_room.erl: Don't show the room name as the room ↵Badlop2007-11-272-3/+4
| | | | | | description (EJAB-382). SVN Revision: 989
* * src/ejabberd.cfg.example: Added example configuration of databases.Badlop2007-11-262-17/+41
| | | | SVN Revision: 988
* * doc/guide.tex: Fixed several typos.Badlop2007-11-262-16/+18
| | | | SVN Revision: 987
* * src/ejabberd_config.erl: Print error when the configuration Badlop2007-11-262-0/+36
| | | | | | | requires ODBC, MySQL or PostgreSQL libraries but are not installed (EJAB-210). SVN Revision: 986
* * src/web/ejabberd_web_admin.erl: Added a favicon (EJAB-379).Badlop2007-11-262-0/+26
| | | | SVN Revision: 985
* * src/msgs/wa.msg: New Walon translation (thanks to Badlop2007-11-262-0/+378
| | | | | | Pablo Saratxaga) (EJAB-374). SVN Revision: 984
* * doc/guide.tex: Describe how ejabberd treats ejabberd.cfg fileBadlop2007-11-262-9/+28
| | | | | | (EJAB-384). SVN Revision: 983
* * src/ejabberd.cfg.example: Huge reorganization and grouping of options ↵Badlop2007-11-262-155/+376
| | | | | | (EJAB-392). SVN Revision: 982
* * doc/guide.tex: Describe in mod_muc: nick register and service admin ↵Badlop2007-11-262-11/+20
| | | | | | message (EJAB-400). SVN Revision: 981
* * src/mod_echo.erl: Example function that demonstrates how to receive XMPP ↵Badlop2007-11-262-0/+50
| | | | | | packets using Erlang's message passing mechanism (EJAB-247). SVN Revision: 980
* * src/ejabberdctl.template: Write erl_crash.dump in the log/ directory, with ↵Badlop2007-11-262-1/+4
| | | | | | unique filename (EJAB-433). SVN Revision: 979
* * src/ejabberdctl.template: Removed bashisms (EJAB-399). Set environment ↵Badlop2007-11-264-156/+226
| | | | | | | | | | 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
* * src/ejabberd_router.erl: BugfixAlexey Shchepin2007-11-252-3/+6
| | | | SVN Revision: 977
* * src/ejabberd_s2s_out.erl: BugfixAlexey Shchepin2007-11-252-15/+17
| | | | SVN Revision: 976
* * src/ejabberd_sm.erl: Optimized check_max_sessions (thanks toAlexey Shchepin2007-11-252-6/+14
| | | | | | Christophe Romain) SVN Revision: 975
* * src/ejabberd_config.erl: Improved error message when ejabberdMickaël Rémond2007-11-222-1/+6
| | | | | | config file is not found. SVN Revision: 974
* * examples/extauth/check_pass_null.pl: Fixed externalMickaël Rémond2007-11-222-3/+8
| | | | | | authentication example script (EJAB-404) SVN Revision: 973
* Better count management and batch users retrieval internal databaseChristophe Romain2007-11-164-7/+72
| | | | SVN Revision: 972
* * Making sure SVN properties are correctly set.Mickaël Rémond2007-11-150-0/+0
| | | | SVN Revision: 971
* * Making sure SVN properties are correctly set.Mickaël Rémond2007-11-1511-17/+17
| | | | SVN Revision: 970
* * src/ejabberd_config.erl: Refactoring: Move internal data structure to an ↵Mickaël Rémond2007-11-093-8/+22
| | | | | | | | include file. * src/ejabberd_config.hrl: Likewise. SVN Revision: 969
* * src/ejabberd_auth.erl: Better count management and batch users retrieval ↵Mickaël Rémond2007-11-034-0/+89
| | | | | | | | | for relational database (Thanks to Massimiliano Mirra). * src/ejabberd_auth_odbc.erl: Likewise. * src/odbc/odbc_queries.erl: Likewise. SVN Revision: 968
* * ChangeLog: Fixed typo.Mickaël Rémond2007-11-021-1/+1
| | | | SVN Revision: 967
* * src/web/ejabberd_http_poll.erl: Refactoring. Moved c2s limits acquisition ↵Mickaël Rémond2007-11-023-30/+50
| | | | | | | | to a separate module. * src/ejabberd_c2s_config.erl: Likewise. SVN Revision: 966
* * src/web/ejabberd_http_poll.erl: Support for c2s ACL access,Mickaël Rémond2007-11-012-4/+46
| | | | | | | max_stanza and shaper on http_bind connections (EJAB-243, EJAB-415, EJAB-416) SVN Revision: 965
* * ChangeLog: Added missing info about last commits in ChangeLog.Mickaël Rémond2007-11-011-2/+12
| | | | SVN Revision: 964
* * src/ejabberd_s2s.erl: don't use the resource of the sender to chooseJérôme Sautret2007-10-304-60/+66
| | | | | | | | | | | | | | | | a s2s connection to ensure that a muc room always uses the same connection Merge branch 'ejabberd_s2s' Conflicts: .gitignore src/configure src/ejabberd_c2s.erl src/ejabberd_s2s.erl SVN Revision: 963
* dev.tex: list typo fixChristophe Romain2007-10-231-2/+4
| | | | SVN Revision: 962
* add extauth script detailsChristophe Romain2007-10-231-0/+66
| | | | SVN Revision: 961
* Bugfix on previous change (EJAB-380)Christophe Romain2007-10-172-2/+5
| | | | SVN Revision: 960
* * src/ejabberdctl.template: Several improvements (EJAB-380)Alexey Shchepin2007-10-175-14/+170
| | | | | | | | | | (thanks to Sander Devrieze, Sergei Golovan, Torsten Werner and Badlop) * src/ejabberdctl.cfg.example: Likewise * src/ejabberd.inetrc: Likewise * src/Makefile.in: Likewise SVN Revision: 959
* * src/mod_privacy.erl: BugfixAlexey Shchepin2007-10-172-6/+6
| | | | SVN Revision: 958
* * src/mod_vcard_odbc.erl: Reverted previous changeAlexey Shchepin2007-10-072-1/+5
| | | | SVN Revision: 957
* * src/mod_vcard_odbc.erl: BugfixAlexey Shchepin2007-10-062-1/+3
| | | | SVN Revision: 956
* * src/mod_offline_odbc.erl: BugfixAlexey Shchepin2007-10-062-1/+6
| | | | SVN Revision: 955
* SVN Revision: 954Alexey Shchepin2007-10-014-0/+498
|
* * src/ejabberd_auth_pam.erl: Support for PAM authenticationAlexey Shchepin2007-10-017-2113/+3125
| | | | | | | | | | | | (thanks to Evgeniy Khramtsov) * src/ejabberd.cfg.example: Likewise * src/configure.ac: Likewise * src/aclocal.m4: Likewise * src/Makefile.in: Likewise * examples/ejabberd.pam: Likewise * doc/guide.tex: Likewise SVN Revision: 953
* Added some missing NOT NULL restrictionsChristophe Romain2007-09-284-5/+11
| | | | SVN Revision: 952
* apply rootdir patch from Badlop (EJAB-385)Christophe Romain2007-09-273-7/+14
| | | | SVN Revision: 951