aboutsummaryrefslogtreecommitdiff
path: root/src/configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes regression with configure scriptEvgeniy Khramtsov2010-01-281-3362/+2163
| | | | SVN Revision: 2938
* now using p1_fsm behaviour in c2s FSM (EJAB-1173)Evgeniy Khramtsov2010-01-281-2163/+3362
| | | | SVN Revision: 2936
* autodetect compilation parameters for Mac OS X Snow Leopard (EJAB-1056)Christophe Romain2009-10-121-1/+356
| | | | SVN Revision: 2658
* Add stun directory to compilation processBadlop2009-08-111-3168/+2036
| | | | SVN Revision: 2461
* * src/aclocal.m4: Fixes in configure script: fixBadlop2008-12-241-600/+607
| | | | | | | | | disable-disable_zlib and disable-pam; in case of problems, PAM verification aborts with error instead of warning. (EJAB-787) * src/configure.ac: Likewise * src/configure: Likewise SVN Revision: 1754
* * doc/guide.tex: Update what permissions does enable-user grantBadlop2008-07-141-3/+6
| | | | | | | | | | | * doc/guide.html: Likewise * src/configure.ac: Don't explicitely put root privileges when a user is not explicitely enabled * src/configure: Likewise * src/Makefile.in: Likewise SVN Revision: 1443
* * src/configure.ac: Update installation permissions (EJAB-402)Badlop2008-07-131-21/+63
| | | | | | | | | | | | | | | | * src/configure: Likewise * src/Makefile.in: The mnesia, ebin and priv dirs are now installed in different locations. Install header files and documentation (EJAB-696) * doc/guide.tex: Likewise * doc/guide.html: Likewise * include/*.hrl: Place for all ejabberd header files (EJAB-696) * src/*/*.erl: Update references to header files * src/*/Makefile.in: Include the include/ dir SVN Revision: 1441
* * src/configure.ac: Allow to execute ejabberd with a normalBadlop2008-07-121-1/+18
| | | | | | | | | | | system user (thanks to Viq)(EJAB-402) * src/configure: Likewise * src/ejabberdctl.template: Likewise * src/Makefile.in: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1439
* * src/configure.ac: Improve legibilityBadlop2008-07-121-18/+26
| | | | | | | | | | | | | * src/aclocal.m4: Likewise * src/configure: Likewise * src/ejabberdctl.template: Remove garbage variable. Document node option * doc/guide.tex: Add references to sections. * doc/guide.html: Likewise SVN Revision: 1438
* * src/configure.ac: Don't check for erlang header file (EJAB-232)Badlop2008-07-101-134/+1
| | | | | | * src/configure: Likewise SVN Revision: 1430
* * src/configure.ac: Check for erlang header files (EJAB-232)Badlop2008-07-091-0/+136
| | | | | | * src/configure: Likewise SVN Revision: 1429
* * src/configure.ac: R12 support: remove compilationBadlop2008-05-191-9/+0
| | | | | | | | warning (EJAB-630) * src/configure: Likewise * doc/guide.tex: Likewise SVN Revision: 1334
* * src/Makefile.in: Allow compilation with Erlang R12 (EJAB-446).Jérôme Sautret2008-01-151-2/+23
| | | | | | | | | * src/aclocal.m4: Likewise * src/configure.ac: Likewise * src/configure: Likewise * src/ejabberd_s2s_in.erl: Likewise SVN Revision: 1150
* * src/configure: RegeneratedBadlop2007-12-061-1/+28
| | | | | | | | | | | * doc/dev.html: Likewise * doc/features.html: Likewise * doc/guide.html: Likewise * doc/version.tex: Likewise * doc/introduction.tex: Updated number of translated languages SVN Revision: 1042
* * src/ejabberd_s2s.erl: don't use the resource of the sender to chooseJérôme Sautret2007-10-301-1/+0
| | | | | | | | | | | | | | | | 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
* * src/ejabberd_auth_pam.erl: Support for PAM authenticationAlexey Shchepin2007-10-011-2111/+3014
| | | | | | | | | | | | (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
* * src/ejabberd_c2s.erl: Option to prevent the use of Erlang OTP supervisor ↵Mickaël Rémond2007-09-141-1/+18
| | | | | | | | | | | | | | for transient processes (EJAB-354). * src/ejabberd_s2s_in.erl: Likewise. * src/ejabberd_s2s_out.erl: Likewise. * src/mod_muc/mod_muc_room.erl: Likewise. * src/configure.ac: Likewise. * src/configure: Likewise. * src/Makefile.in: Likewise. * src/mod_muc/Makefile.in: Likewise. SVN Revision: 931
* * src/xml.erl: Making use of CDATA escaping optional through with a compile ↵Mickaël Rémond2007-07-311-1/+18
| | | | | | | | | time option (EJAB-298). * src/Makefile.in: Likewise. * src/configure.ac: Likewise. SVN Revision: 849
* * src/configure.ac: autoconf improvements (thanks to Tony Finch) (EJAB-204).Mickaël Rémond2007-03-101-46/+38
| | | | | | * src/aclocal.m4: Likewise. SVN Revision: 741
* * src/aclocal.m4: configure --with-erlang option is now working (ThanksMickaël Rémond2007-02-191-34/+54
| | | | | | to Jerome Sautret) (EJAB-186). SVN Revision: 729
* * src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov)Alexey Shchepin2006-10-281-2271/+1638
| | | | | | | | | | * src/Makefile.win32: Likewise * src/Makefile.in: Likewise * src/configure.ac: Likewise * src/jlib.hrl: Likewise * src/ejabberd.hrl: Added the ejabberd URL SVN Revision: 666
* * src/odbc/odbc_queries.erl: Support for Microsoft SQL Server asMickaël Rémond2006-09-031-1588/+2243
| | | | | | | | | | | | | | | | | a database backend (via ODBC). * src/odbc/ejabberd_odbc.erl: Likewise. * src/odbc/mssql.sql: Likewise. * src/odbc/Makefile.in: Likewise. * src/ejabberd_auth_odbc.erl: Likewise. * src/mod_offline_odbc.erl: Likewise. * src/mod_roster_odbc.erl: Likewise. * src/mod_last_odbc.erl: Likewise. * src/configure.ac: Likewise * doc/guide.tex: Likewise. * doc/introduction.tex: Likewise. * src/odbc/pg.sql: Minor fix. SVN Revision: 598
* * src/configure: removed debug printout.Mickaël Rémond2006-05-271-1/+1
| | | | SVN Revision: 573
* * src/configure.ac: Added an optional check for krb5.h inMickaël Rémond2006-05-271-0/+154
| | | | | | | configure. ejabberd can now be build directly on RedHat and OpenBSD (EJAB-100). SVN Revision: 572
* * src/configure: Removed '==' bashism (thanks to Magnus Henoch)Alexey Shchepin2006-04-231-1/+1
| | | | | | * src/aclocal.m4: Likewise SVN Revision: 543
* --prefix option can now override the default install dir (EJAB-43)Mickaël Rémond2006-02-021-28/+52
| | | | SVN Revision: 497
* * src/aclocal.m4: Updated for zlib supportAlexey Shchepin2006-01-191-2/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/configure.ac: Likewise * src/mod_muc/mod_muc_room.erl: Weakened presence filtering, added warning in non-anonymous rooms, room destroying updated to latest JEP-0045, added a number of occupants and room name in room's disco#info reply, miscellaneous internal changes (thanks to Sergei Golovan) * src/mod_muc/mod_muc.erl: Better support for nick unregistration (thanks to Sergei Golovan) * src/ejabberd_zlib/ejabberd_zlib.erl: Zlib support (thanks to Sergei Golovan) * src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise * src/ejabberd_zlib/Makefile.in: Likewise * src/ejabberd_c2s.erl: Stream compression support (JEP-0138) * src/ejabberd_receiver.erl: Likewise * src/mod_disco.erl: Don't split node name before calling hooks (thanks to Sergei Golovan) * src/mod_configure.erl: Support for configuration using ad-hoc commands (thanks to Sergei Golovan) * src/mod_announce.erl: Support for sending announce messages using ad-hoc commands (thanks to Sergei Golovan) * src/mod_adhoc.erl: Ad-hoc support (JEP-0050) (thanks to Magnus Henoch) * src/adhoc.erl: Likewise * src/adhoc.hrl: Likewise * src/jlib.hrl: Updated (thanks to Sergei Golovan) * src/gen_mod.erl: Added function is_loaded/2 (thanks to Sergei Golovan) * src/ejabberd_service.erl: Changed error message on handshake error (thanks to Sergei Golovan) * src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan) SVN Revision: 486
* * src/mod_roster.erl: Workaround for gateway subscriptions nowAlexey Shchepin2005-12-111-45/+44
| | | | | | | | | should be enabled with --enable-roster-gateway-workaround * src/mod_roster_odbc.erl: Likewise * src/configure.ac: Likewise * src/Makefile.in: Likewise SVN Revision: 459
* * src/ejabberd.cfg.example: UpdatedAlexey Shchepin2005-12-061-686/+1312
| | | | | | | | | | | * src/Makefile.*: Can now be build when the Erlang environment is not Erlang/OTP but the Erlang REPOS CDROM. Still compatible with standard Erlang/OTP install * aclocal.m4: Likewise * src/Makefile.*: Can now be build with Erlang debug_info with 'make debug=true' SVN Revision: 448
* * src/odbc/Makefile.in: AddedAlexey Shchepin2005-05-231-9/+39
| | | | | | | | | * src/configure.ac: Updated for odbc support * src/Makefile.in: Likewise * src/aclocal.m4: Bugfix SVN Revision: 359
* * src/aclocal.m4: Better expat and openssl detection (thanks toAlexey Shchepin2004-09-261-33/+25
| | | | | | | | | Anton Vanin) * src/**/Makefile.in: Updated (thanks to Anton Vanin) * src/configure.ac: Likewise SVN Revision: 267
* * src/aclocal.m4: Updated to check for openssl library (thanks toAlexey Shchepin2004-08-051-8/+245
| | | | | | | | | | AV) * src/configure.ac: Likewise * src/configure: Likewise * src/Makefile.in: Likewise * src/tls/Makefile.in: Likewise SVN Revision: 254
* * src/configure.ac: UpdatedAlexey Shchepin2004-03-121-1/+27
| | | | | | * src/Makefile.in: Likewise SVN Revision: 213
* * src/cyrsasl_digest.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin2003-11-231-1/+27
| | | | | | | | | | | | | | | | | * src/ejabberd.cfg.example: Updated * src/ejabberd_auth.erl: Support for LDAP authentification * src/cyrsasl_digest.erl: Likewise * src/mod_register.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/eldap/: Imported "eldap" package * src/ejabberd_sm.erl: Bugfix * src/mod_muc/mod_muc_room.erl: Bugfixes SVN Revision: 176
* * src/configure.ac: Build system now done using autoconf (thanksAlexey Shchepin2003-10-171-3/+4505
| | | | | | | | | | | | | | | | to Balabanov Dmitry) * src/aclocal.m4: Likewise * src/**/Makefile.in: Likewise * src/mod_roster.erl (process_item_set_t): Slightly improved performance * src/jd2ejd.erl: Added missed closing of XML stream process, removed timeout value from import_file/1 * src/ejabberd_auth.erl: Added checks for invalid user name SVN Revision: 152
* *** empty log message ***Alexey Shchepin2003-01-281-0/+5
SVN Revision: 52