aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/*/Makefile.win32: Provide explicit beam filenames becauseBadlop2008-09-3010-21/+34
| | | | | | | nmake does not accept wildcards (thanks to Attila Vangel)(EJAB-543) SVN Revision: 1588
* fix licence headerChristophe Romain2008-09-302-1/+26
| | | | SVN Revision: 1587
* EJAB-739 and EJAB-751 improvementsChristophe Romain2008-09-2512-59/+243
| | | | SVN Revision: 1576
* * src/mod_configure.erl: Fix adhoc commands reply types for ↵Mickaël Rémond2008-09-221-2/+2
| | | | | | "get-online-users-num" and "get-registered-users-num" (EJAB-756). SVN Revision: 1569
* Fix: provide the port as an integer, not string (EJAB-560)Badlop2008-09-121-2/+2
| | | | SVN Revision: 1562
* * src/web/ejabberd_http.hrl: Provide Host, Port, Headers andBadlop2008-09-122-9/+62
| | | | | | | Transfer Protocol in request (thanks to Eric Cestari)(EJAB-560) * src/web/ejabberd_http.erl: Likewise SVN Revision: 1561
* * src/odbc/mssql2000.sql: Script for MSSQL 2000Mickaël Rémond2008-09-022-0/+1053
| | | | | | | * src/odbc/mssql2005.sql: Script for MSSQL 2005 * src/odbc/mssql.sql: removed SVN Revision: 1558
* send last published events now supports PEP events from unavailable users ↵Christophe Romain2008-08-272-1/+19
| | | | | | nodes (EJAB-698) SVN Revision: 1550
* get_items bugfix (EJAB-716)Christophe Romain2008-08-251-3/+3
| | | | SVN Revision: 1542
* Prevent case_clause error when ejabber_odbc:sql_query returns {error, Reason}Christophe Romain2008-08-252-6/+8
| | | | SVN Revision: 1540
* Prevent case_clause error when ejabber_odbc:sql_query returns {error, Reason}Christophe Romain2008-08-252-25/+27
| | | | SVN Revision: 1538
* * src/ejabberd_check.erl: Detect correctly MSSQL and ODBCBadlop2008-08-251-6/+16
| | | | | | configuration (EJAB-710) SVN Revision: 1536
* EJAB-624: fixes mod_muc_room:is_visitor/2 to use get_role not get_affiliationGeoff Cant2008-08-231-9/+1
| | | | SVN Revision: 1534
* * src/ejabberd_router.erl: Fix call to mnesia match_objectBadlop2008-08-221-3/+3
| | | | SVN Revision: 1533
* * src/mod_muc/mod_muc_log.erl: MUC log files options: plaintextBadlop2008-08-181-91/+142
| | | | | | | | format; filename with only room name (EJAB-596) * doc/guide.tex: Document both options * doc/guide.html: Likewise SVN Revision: 1531
* * src/mod_register.erl: Change password using mod_register alwaysBadlop2008-08-185-8/+35
| | | | | | | | | | returns success regardless of real result (EJAB-723) * src/ejabberd_auth.erl: Likewise * src/ejabberd_auth_external.erl: Likewise * src/ejabberd_auth_internal.erl: Likewise * src/ejabberd_auth_odbc.erl: Likewise SVN Revision: 1530
* Fix call to unexported function nodetree_default:get_subnodes/2Christophe Romain2008-08-181-1/+1
| | | | SVN Revision: 1529
* * contrib/extract_translations/extract_translations.erl: UseBadlop2008-08-1748-8879/+43695
| | | | | | | | | | | | | Gettext PO for translators, export to ejabberd MSG (EJAB-468) * contrib/extract_translations/prepare-translation.sh: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise * src/Makefile.in: New option 'make translations' * src/msgs/ejabberd.pot: Template translation file * src/msgs/*.po: Generated from old MSG files * src/msgs/*.msg: Automatic exported from PO files SVN Revision: 1527
* * src/msgs/sv.msg: Fixed formatting typosBadlop2008-08-161-4/+4
| | | | SVN Revision: 1526
* * src/gen_mod.erl: Export stop_module_keep_config/2 (EJAB-706)Badlop2008-08-161-0/+1
| | | | SVN Revision: 1525
* * src/msgs/sk.msg: Updated (thanks to Marek Becka)Badlop2008-08-111-116/+98
| | | | SVN Revision: 1519
* * src/msgs/eo.msg: Updated (thanks to Andreas van Cranenburgh)Badlop2008-08-103-77/+190
| | | | | | | * src/msgs/nl.msg: Updated (thanks to Andreas van Cranenburgh) * src/msgs/sv.msg: Updated (thanks to Thore Alstromer and Heysan) SVN Revision: 1518
* Retract from previous commit the code that checked the connection is ↵Badlop2008-08-091-19/+8
| | | | | | attempted to a known served component (EJAB-717) SVN Revision: 1517
* * src/ejabberd_service.erl: Fix XEP-0114 compliance: define xmlnsBadlop2008-08-091-7/+23
| | | | | | | | in header of error response; check the connection is attempted to a served component; include in response the JID of served component not server (thanks to Sergei Golovan) SVN Revision: 1516
* * src/odbc/ejabberd_odbc.erl: Restart the database connection when it's lost ↵Jérôme Sautret2008-08-041-8/+27
| | | | | | or it reaches timeout. Set transaction isolation level to SERIALIZABLE when establishing connection. SVN Revision: 1510
* * src/web/ejabberd_http.erl: Temporary solution for check ofBadlop2008-08-011-1/+4
| | | | | | packet size when HTTPS (EJAB-611)(EJAB-507)(EJAB-574) SVN Revision: 1502
* * src/msgs/uk.msg: Fix: each string in a single lineBadlop2008-07-3116-112/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/msgs/wa.msg: Likewise * src/msgs/es.msg: Fix typo * src/msgs/gl.msg: Likewise * src/msgs/pt-br.msg: Likewise * src/msgs/zh.msg: Fix some translations (thanks to Zhan Caibao) * src/msgs/ca.msg: Updated (thanks to Badlop) * src/msgs/cs.msg: Updated (thanks to Lukas Poliuvk) * src/msgs/de.msg: Updated (thanks to Nikolaus Polak) * src/msgs/es.msg: Updated (thanks to Badlop) * src/msgs/fr.msg: Updated (thanks to Christophe Romain) * src/msgs/it.msg: Updated (thanks to Luca Brivio) * src/msgs/ja.msg: Updated (thanks to Tsukasa Hamano) * src/msgs/no.msg: Updated (thanks to Stian B. Barmen) * src/msgs/pl.msg: Updated (thanks to Zbyszek Zolkiewski) * src/msgs/pt-br.msg: Updated (thanks to Otavio Fernandes) * src/msgs/ru.msg: Updated (thanks to Evgeniy Khramtsov) * src/msgs/tr.msg: Updated (thanks to Doruk Fisek) * src/msgs/uk.msg: Updated (thanks to Ruslan Rakhmanin) * src/msgs/wa.msg: Updated (thanks to Pablo Saratxaga) * src/msgs/zh.msg: Updated (thanks to Shelley Shyan) SVN Revision: 1501
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-31144-191/+191
| | | | | | | | | | | * doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499
* * src/mod_muc/mod_muc_room.erl: Support Reasons for allBadlop2008-07-301-12/+25
| | | | | | affiliation and role changes (EJAB-306) SVN Revision: 1498
* * src/gen_mod.erl: When ejabberd is kindly stopped, don't forgetBadlop2008-07-302-5/+17
| | | | | | | modules configuration (EJAB-706) * src/ejabberd_app.erl: Likewise SVN Revision: 1497
* Speedup startup with many pubsub nodes (EJAB-669)Christophe Romain2008-07-252-5/+3
| | | | SVN Revision: 1491
* * src/mod_proxy65/mod_proxy65_lib.erl: Send protocol compliantBadlop2008-07-242-8/+4
| | | | | | | | SOCKS5 reply; this breaks support of uncompliant Psi<0.10 (thanks to Felix Geyer)(EJAB-632) * src/mod_proxy65/mod_proxy65_stream.erl: Likewise SVN Revision: 1488
* * src/mod_register.erl: When a registration is blocked due to IPBadlop2008-07-241-3/+5
| | | | | | limitation, return description in error stanza (EJAB-692) SVN Revision: 1487
* allow owner to subscribe/get its one node (EJAB-705)Christophe Romain2008-07-241-1/+2
| | | | SVN Revision: 1486
* Altering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624)Geoff Cant2008-07-231-1/+1
| | | | SVN Revision: 1480
* mod_muc_room allow_visitor_presence option rename (now ↵Geoff Cant2008-07-231-9/+9
| | | | | | allow_visitor_status). (EJAB-624) SVN Revision: 1478
* Renaming allow_visitor_presence to allow_visitor_status (EJAB-624).Geoff Cant2008-07-231-19/+17
| | | | | | | allow_visitor_status when false will strip status message tags from visitor presence broadcasts in muc rooms. SVN Revision: 1477
* Implementing muc_room visitor presence restrictions. (EJAB-624)Geoff Cant2008-07-231-9/+65
| | | | SVN Revision: 1475
* subscribing to a node sends only last items (EJAB-700), send_last_items bugfixChristophe Romain2008-07-231-15/+19
| | | | SVN Revision: 1474
* pubsub improvement, fixes EJAB-684 EJAB-675 EJAB-663Christophe Romain2008-07-224-37/+66
| | | | SVN Revision: 1472
* * src/ejabberd_config.erl: If syntax mistake in config file, showBadlop2008-07-221-3/+7
| | | | | | specific error message (EJAB-616) SVN Revision: 1470
* * src/odbc/odbc_queries.erl: Fixed a typoAlexey Shchepin2008-07-221-1/+1
| | | | SVN Revision: 1467
* * src/ejabberd_ctl.erl: Call reopen_log_hook for each virtual host.Jérôme Sautret2008-07-181-3/+6
| | | | SVN Revision: 1461
* * src/mod_muc/mod_muc_room.erl: Fix to allow a server admin to addBadlop2008-07-171-37/+46
| | | | | | himself as owner of a room (EJAB-687) SVN Revision: 1460
* use -DSSL39 if compiling with R12Christophe Romain2008-07-161-0/+1
| | | | SVN Revision: 1456
* * src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549)Badlop2008-07-161-2/+4
| | | | SVN Revision: 1454
* * src/*.hrl: Get back all ejabberd header files to their originalBadlop2008-07-1631-25/+871
| | | | | | | | | | placement in src/ subdirectories (EJAB-696) * src/*/*.erl: Likewise * src/*/Makefile.in: Likewise * src/Makefile.in: Install header files in system include/ dir, reproducing the subdirectory structure of src/ SVN Revision: 1453
* Rolled back the previous IP getting patch, and Report connection's IP ↵Christophe Romain2008-07-164-65/+35
| | | | | | address in ejabberd_http_poll SVN Revision: 1450
* * src/ejabberdctl.template: Update environment variable namesBadlop2008-07-161-22/+22
| | | | SVN Revision: 1449
* * src/ejabberdctl.template: Small fix so arguments of the commandBadlop2008-07-151-1/+2
| | | | | | are also passed to erl SVN Revision: 1447