| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
when starttls is enabled
SVN Revision: 581
|
|
|
|
|
|
| |
to send Erlang messages in a rarely used case.
SVN Revision: 580
|
|
|
|
|
|
|
| |
anonymous login problem (EJAB-107).
* src/ejabberd_auth_anonymous.erl: Likewise.
SVN Revision: 579
|
|
|
|
|
|
|
| |
no more return an "item not found error". Discovery stop
correctly at the item level (Thanks to Christophe Romain) (EJAB-105).
SVN Revision: 578
|
|
|
|
|
|
|
|
|
|
| |
creation ACL. It is now possible to limit the node creation rights
using an ACL from ejabberd config file (Thanks to Christophe Romain)
(EJAB-104).
* doc/guide.tex: Likewise.
* src/ejabberd.cfg.example.
SVN Revision: 577
|
|
|
|
|
|
|
| |
absolute URL (used behind a proxy). This apply to HTTP polling and to
the web interface (Thanks to Jean-Sebastien Pedron).
SVN Revision: 576
|
|
|
|
|
|
|
| |
the last client request and the polling timeout were lost. Those
messages are now resent using ejabberd routing mechanisms (EJAB-87).
SVN Revision: 575
|
|
|
|
|
|
|
|
|
| |
subscribe presence packets must be sent, even if the user has already
asked for subcription previously (subscription: none and pending: out).
The mod_roster now conforms to this behaviour (EJAB-102).
* src/mod_roster_odbc.erl: Likewise.
SVN Revision: 574
|
|
|
|
| |
SVN Revision: 573
|
|
|
|
|
|
|
| |
configure. ejabberd can now be build directly on RedHat and OpenBSD
(EJAB-100).
SVN Revision: 572
|
|
|
|
|
|
| |
and SkLUG)
SVN Revision: 571
|
|
|
|
|
|
|
|
|
|
|
| |
* src/mod_shared_roster.erl: Updated
* src/ejabberd_sm.erl: Bugfix
* src/mod_roster.erl: Bugfix
* src/mod_roster_odbc.erl: Likewise
SVN Revision: 570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
login as long as they have not been answered. mod_roster do no more
depends on mod_offline.
* src/ejabberd_sm.erl: Likewise.
* src/ejabberd_c2s.erl: Likewise.
* src/mod_roster_odbc.erl: Likewise (The ODBC/relational support
has not yet been tested).
* src/mod_roster.hrl: Likewise.
* src/mod_offline.erl: Likewise.
* src/mod_offline_odbc.erl: Likewise.
* odbc/pg.sql: Likewise.
* odbc/mysql.sql: Likewise.
SVN Revision: 569
|
|
|
|
|
|
|
|
| |
host configuration.
* src/ejabberd.cfg.example: Likewise.
* doc/guide.tex: Likewise.
SVN Revision: 568
|
|
|
|
|
|
|
|
|
|
| |
for a given user have been added. As a default, a given user can only
log in 10 times with different resources. After that, new connections
replace the older ones.
* src/ejabberd.cfg.example: Likewise.
* doc/guide.tex: Likewise.
SVN Revision: 567
|
|
|
|
|
|
| |
properly handled after "active once" migration. This is now fixed.
SVN Revision: 566
|
|
|
|
|
|
|
|
| |
from the offline message table. This function is only available if
offline message queue is stored in Mnesia internal database. The
function delete_old_messages is not available in mod_offline_odbc.
SVN Revision: 565
|
|
|
|
|
|
| |
to restore a backup from a non-existent file.
SVN Revision: 564
|
|
|
|
|
|
| |
restore function.
SVN Revision: 563
|
|
|
|
|
|
|
|
|
|
| |
unused modules are ignored during restore. The restore can now be
performed in such case (EJAB-80).
* src/web/ejabberd_web_admin.er: Likewise.
* src/ejabberd_admin.erl: Likewise. Code refactoring. Common Mnesia
database restore function.
SVN Revision: 562
|
|
|
|
|
|
|
| |
modules are ignored during restore. The restore can now be performed in
such case.
SVN Revision: 561
|
|
|
|
|
|
|
| |
* doc/version.tex: Likewise
* doc/guide.tex: Likewise
SVN Revision: 557
|
|
|
|
|
|
| |
enabled
SVN Revision: 555
|
|
|
|
|
|
| |
ejabberd is started and ready to accept requests.
SVN Revision: 554
|
|
|
|
| |
SVN Revision: 549
|
|
|
|
|
|
| |
* src/aclocal.m4: Likewise
SVN Revision: 543
|
|
|
|
|
|
| |
presence state (thanks to Magnus Henoch)
SVN Revision: 542
|
|
|
|
|
|
| |
max equal priority when this priority is non-negative.
SVN Revision: 541
|
|
|
|
| |
SVN Revision: 540
|
|
|
|
| |
SVN Revision: 539
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* src/xml_stream.erl: Support for stanza size limit (thanks to
Igor Goryachev)
* src/ejabberd_receiver.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd.cfg.example: Updated
* src/ejabberd_auth.erl: Fixed try_register/3 behaviour
SVN Revision: 538
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* src/xml_stream.erl: Support for stanza size limit (thanks to
Igor Goryachev)
* src/ejabberd_receiver.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd.cfg.example: Updated
* src/ejabberd_auth.erl: Fixed try_register/3 behaviour
SVN Revision: 537
|
|
|
|
|
|
|
| |
anonymous user is log under a given user name before trying to register
it.
SVN Revision: 535
|
|
|
|
|
|
|
|
| |
Removed unnecessary parameter.
* src/ejabberd_auth_anonymous.erl: Removed unnecessary parameter
and bugfix.
SVN Revision: 534
|
|
|
|
| |
SVN Revision: 533
|
|
|
|
|
|
| |
* src/ejabberd_service.erl: Updated to use ejabberd_receiver
SVN Revision: 532
|
|
|
|
|
|
|
|
|
|
| |
* src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)
* doc/guide.tex: Updated (thanks to Sergei Golovan)
* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)
SVN Revision: 531
|
|
|
|
|
|
|
|
| |
* src/ejabberd.cfg.example: Updated (thanks to Badlop)
* doc/guide.tex: Updated (thanks to Badlop)
SVN Revision: 530
|
|
|
|
|
|
| |
(conflict error was send on node creation)
SVN Revision: 529
|
|
|
|
|
|
|
|
|
|
|
|
| |
(thanks to Mickael Remond and Magnus Henoch)
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_anonymous.erl: Likewise
* src/cyrsasl.erl: Likewise
* src/cyrsasl_anonymous.erl: Likewise
* src/ejabberd.cfg.example: Likewise
SVN Revision: 528
|
|
|
|
|
|
|
|
|
|
|
|
| |
(thanks to Mickael Remond and Magnus Henoch)
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_anonymous.erl: Likewise
* src/cyrsasl.erl: Likewise
* src/cyrsasl_anonymous.erl: Likewise
* src/ejabberd.cfg.example: Likewise
SVN Revision: 527
|
|
|
|
|
|
| |
* src/xml.erl: Likewise
SVN Revision: 526
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* src/msgs/uk.msg: Likewise
* src/mod_configure.erl: Updated translation strings (thanks to
Sergei Golovan)
* src/web/ejabberd_web_admin.erl: Likewise
* src/ejabberd_s2s_in.erl: Changed a path to PKIX includes (thanks
to Sergei Golovan)
SVN Revision: 525
|
|
|
|
|
|
|
|
| |
print-out (make ejabberd_debug=true).
* src/ejabberd_c2s.erl: Added a new debug printout: We can now
print the XML packets send by the server.
SVN Revision: 524
|
|
|
|
| |
SVN Revision: 523
|
|
|
|
| |
SVN Revision: 522
|
|
|
|
| |
SVN Revision: 521
|
|
|
|
|
|
|
| |
Sergei Golovan)
* src/ejabberd_c2s.erl: Likewise
SVN Revision: 520
|
|
|
|
|
|
| |
which can, in some context break indexes, when used on non bag table.
SVN Revision: 519
|
|
|
|
| |
SVN Revision: 518
|