Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/configure.ac: Don't hardcode gcc and options (EJAB-436) | Badlop | 2007-11-29 | 13 | -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 | ||||
* | * src/mod_muc/mod_muc_room.erl: Hide the option 'Make room | Badlop | 2007-11-29 | 1 | -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 | ||||
* | * doc/guide.tex: Update URI of ejabberd official home page, URI | Badlop | 2007-11-27 | 27 | -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 | ||||
* | * src/gen_mod.erl: Update in database the configuration changes in | Badlop | 2007-11-27 | 1 | -0/+25 |
| | | | | | | modules (EJAB-330) SVN Revision: 996 | ||||
* | * src/mod_configure.erl: The command get-user-lastlogin is now | Badlop | 2007-11-27 | 3 | -4/+44 |
| | | | | | | | | compatible with both Mnesia and ODBC (EJAB-383) * src/mod_last.erl: Likewise * src/mod_last_odbc.erl: Likewise SVN Revision: 995 | ||||
* | * src/mod_announce.erl: Bugfix (thanks to Christophe Romain) | Alexey Shchepin | 2007-11-27 | 1 | -1/+1 |
| | | | | SVN Revision: 992 | ||||
* | * src/mod_vcard.erl: Ensure mod_vcard to respect FORM_TYPE registry (EJAB-328). | Badlop | 2007-11-27 | 3 | -31/+31 |
| | | | | | | | | * 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 ↵ | Badlop | 2007-11-27 | 1 | -3/+0 |
| | | | | | | description (EJAB-382). SVN Revision: 989 | ||||
* | * src/ejabberd.cfg.example: Added example configuration of databases. | Badlop | 2007-11-26 | 1 | -17/+39 |
| | | | | SVN Revision: 988 | ||||
* | * src/ejabberd_config.erl: Print error when the configuration | Badlop | 2007-11-26 | 1 | -0/+32 |
| | | | | | | | 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). | Badlop | 2007-11-26 | 1 | -0/+24 |
| | | | | SVN Revision: 985 | ||||
* | * src/msgs/wa.msg: New Walon translation (thanks to | Badlop | 2007-11-26 | 1 | -0/+375 |
| | | | | | | Pablo Saratxaga) (EJAB-374). SVN Revision: 984 | ||||
* | * src/ejabberd.cfg.example: Huge reorganization and grouping of options ↵ | Badlop | 2007-11-26 | 1 | -155/+374 |
| | | | | | | (EJAB-392). SVN Revision: 982 | ||||
* | * src/mod_echo.erl: Example function that demonstrates how to receive XMPP ↵ | Badlop | 2007-11-26 | 1 | -0/+48 |
| | | | | | | packets using Erlang's message passing mechanism (EJAB-247). SVN Revision: 980 | ||||
* | * src/ejabberdctl.template: Write erl_crash.dump in the log/ directory, with ↵ | Badlop | 2007-11-26 | 1 | -0/+3 |
| | | | | | | unique filename (EJAB-433). SVN Revision: 979 | ||||
* | * src/ejabberdctl.template: Removed bashisms (EJAB-399). Set environment ↵ | Badlop | 2007-11-26 | 2 | -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 | ||||
* | * src/ejabberd_router.erl: Bugfix | Alexey Shchepin | 2007-11-25 | 1 | -3/+4 |
| | | | | SVN Revision: 977 | ||||
* | * src/ejabberd_s2s_out.erl: Bugfix | Alexey Shchepin | 2007-11-25 | 1 | -15/+15 |
| | | | | SVN Revision: 976 | ||||
* | * src/ejabberd_sm.erl: Optimized check_max_sessions (thanks to | Alexey Shchepin | 2007-11-25 | 1 | -6/+9 |
| | | | | | | Christophe Romain) SVN Revision: 975 | ||||
* | * src/ejabberd_config.erl: Improved error message when ejabberd | Mickaël Rémond | 2007-11-22 | 1 | -1/+1 |
| | | | | | | config file is not found. SVN Revision: 974 | ||||
* | Better count management and batch users retrieval internal database | Christophe Romain | 2007-11-16 | 3 | -7/+67 |
| | | | | SVN Revision: 972 | ||||
* | * Making sure SVN properties are correctly set. | Mickaël Rémond | 2007-11-15 | 11 | -17/+17 |
| | | | | SVN Revision: 970 | ||||
* | * src/ejabberd_config.erl: Refactoring: Move internal data structure to an ↵ | Mickaël Rémond | 2007-11-09 | 2 | -8/+16 |
| | | | | | | | | include file. * src/ejabberd_config.hrl: Likewise. SVN Revision: 969 | ||||
* | * src/ejabberd_auth.erl: Better count management and batch users retrieval ↵ | Mickaël Rémond | 2007-11-03 | 3 | -0/+82 |
| | | | | | | | | | for relational database (Thanks to Massimiliano Mirra). * src/ejabberd_auth_odbc.erl: Likewise. * src/odbc/odbc_queries.erl: Likewise. SVN Revision: 968 | ||||
* | * src/web/ejabberd_http_poll.erl: Refactoring. Moved c2s limits acquisition ↵ | Mickaël Rémond | 2007-11-02 | 2 | -30/+44 |
| | | | | | | | | 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émond | 2007-11-01 | 1 | -4/+40 |
| | | | | | | | max_stanza and shaper on http_bind connections (EJAB-243, EJAB-415, EJAB-416) SVN Revision: 965 | ||||
* | * src/ejabberd_s2s.erl: don't use the resource of the sender to choose | Jérôme Sautret | 2007-10-30 | 3 | -60/+60 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Bugfix on previous change (EJAB-380) | Christophe Romain | 2007-10-17 | 1 | -2/+1 |
| | | | | SVN Revision: 960 | ||||
* | * src/ejabberdctl.template: Several improvements (EJAB-380) | Alexey Shchepin | 2007-10-17 | 4 | -14/+163 |
| | | | | | | | | | | (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: Bugfix | Alexey Shchepin | 2007-10-17 | 1 | -6/+2 |
| | | | | SVN Revision: 958 | ||||
* | * src/mod_vcard_odbc.erl: Reverted previous change | Alexey Shchepin | 2007-10-07 | 1 | -1/+1 |
| | | | | SVN Revision: 957 | ||||
* | * src/mod_vcard_odbc.erl: Bugfix | Alexey Shchepin | 2007-10-06 | 1 | -1/+1 |
| | | | | SVN Revision: 956 | ||||
* | * src/mod_offline_odbc.erl: Bugfix | Alexey Shchepin | 2007-10-06 | 1 | -1/+2 |
| | | | | SVN Revision: 955 | ||||
* | SVN Revision: 954 | Alexey Shchepin | 2007-10-01 | 4 | -0/+498 |
| | |||||
* | * src/ejabberd_auth_pam.erl: Support for PAM authentication | Alexey Shchepin | 2007-10-01 | 5 | -2113/+3059 |
| | | | | | | | | | | | | (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 restrictions | Christophe Romain | 2007-09-28 | 3 | -5/+5 |
| | | | | SVN Revision: 952 | ||||
* | apply rootdir patch from Badlop (EJAB-385) | Christophe Romain | 2007-09-27 | 1 | -4/+5 |
| | | | | SVN Revision: 951 | ||||
* | * src/ejabberd_s2s.erl: Max number of connections and max number | Alexey Shchepin | 2007-09-25 | 1 | -181/+227 |
| | | | | | | | of connections per node now can be specified via max_s2s_connections and max_s2s_connections_per_node acl rules SVN Revision: 950 | ||||
* | * src/ejabberd_s2s_out.erl: Changed to actual p1_fsm behaviour. It was working | Mickaël Rémond | 2007-09-14 | 1 | -3/+3 |
| | | | | | | correctly as the API of p1_fsm and gen_fsm is strictly the same. SVN Revision: 948 | ||||
* | * src/ejabberd_s2_in.erl: Added debug hook for s2s loop (EJAB-358). | Mickaël Rémond | 2007-09-14 | 1 | -0/+1 |
| | | | | SVN Revision: 947 | ||||
* | * src/ejabberd_c2s.erl: Added debug hook for c2s loop (EJAB-358). | Mickaël Rémond | 2007-09-14 | 1 | -1/+6 |
| | | | | SVN Revision: 946 | ||||
* | * src/ejabberd_s2s.erl: open all missing connections if needed. | Mickaël Rémond | 2007-09-14 | 1 | -21/+24 |
| | | | | SVN Revision: 945 | ||||
* | * src/ejabberd_s2s.erl: untabify | Mickaël Rémond | 2007-09-14 | 1 | -138/+138 |
| | | | | SVN Revision: 944 | ||||
* | * src/ejabberd_s2s.erl: don't check blacklist for services. | Mickaël Rémond | 2007-09-14 | 1 | -4/+3 |
| | | | | SVN Revision: 943 | ||||
* | * src/ejabberd_s2s.erl: Fixed merge conflict (duplicate functions). | Mickaël Rémond | 2007-09-14 | 1 | -26/+25 |
| | | | | SVN Revision: 942 | ||||
* | Try to open all s2s connections at the same time, to guarantee the right ↵ | Mickaël Rémond | 2007-09-14 | 1 | -5/+18 |
| | | | | | | order of the packets. SVN Revision: 941 | ||||
* | Comment. | Mickaël Rémond | 2007-09-14 | 1 | -0/+1 |
| | | | | SVN Revision: 938 | ||||
* | max_s2s_connexions_number local parameter added. | Mickaël Rémond | 2007-09-14 | 1 | -2/+12 |
| | | | | SVN Revision: 937 | ||||
* | * src/ejabberd_s2s_out.erl: Implements s2s negociation timeouts and s2s ↵ | Mickaël Rémond | 2007-09-14 | 1 | -40/+102 |
| | | | | | | connection retrial interval (EJAB-357, EJAB-294). SVN Revision: 936 | ||||
* | open up to 3 s2s outgoing connection per domain pair | Mickaël Rémond | 2007-09-14 | 1 | -0/+1 |
| | | | | SVN Revision: 935 |