aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/odbc/odbc_queries.erl: Support for Microsoft SQL Server asMickaël Rémond2006-09-0318-1926/+3826
| | | | | | | | | | | | | | | | | 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/ejabberd.app: Updated to the current version.Mickaël Rémond2006-08-282-1/+3
| | | | SVN Revision: 597
* * Makefile.in: Fix for MacOSX compilation (EJAB-124).Mickaël Rémond2006-08-286-5/+48
| | | | | | | | | * ejabberd_zlib/Makefile.in: Likewise. * mod_irc/Makefile.in: Likewise. * stringprep/Makefile.in: Likewise. * tls/Makefile.in: Likewise. SVN Revision: 596
* * src/mod_muc/mod_muc_room.erl: Fixed logging configuringAlexey Shchepin2006-08-272-1/+7
| | | | | | permission check SVN Revision: 595
* * src/ejabberd_router.erl: Now filter_packet hook works inAlexey Shchepin2006-08-142-1/+6
| | | | | | 'global' context SVN Revision: 594
* * src/tls/tls_drv.c: Report OpenSSL error messages (thanks toAlexey Shchepin2006-08-042-2/+22
| | | | | | Magnus Henoch) SVN Revision: 593
* * src/mod_muc/mod_muc_room.erl: Use standardized MUC roomAlexey Shchepin2006-08-042-23/+55
| | | | | | configuration fields (thanks to Magnus Henoch and Andy Turner) SVN Revision: 592
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2006-08-012-1/+5
| | | | SVN Revision: 591
* * src/ejabberd_c2s.erl: Bugfix: added a missing catch and fixedMickaël Rémond2006-07-285-14/+35
| | | | | | | | | | | | the error code used on unknown namespace. * src/ejabberd_s2s_out.erl: Improved s2s connection negociation (dialback namespace usage) when using tls. * src/ejabberd_sm.erl: Fixed the error code used on unknown namespace. * src/mod_register.erl: ejabberd now sends iq result and stream end on user remove. SVN Revision: 590
* * src/acl.erl: The server does not crash anymore on wrong acl rule. AddMickaël Rémond2006-07-182-1/+12
| | | | | | rule error message in log file (EJAB-118). SVN Revision: 589
* * src/web/ejabberd_web_admin.erl: User creation form now createsMickaël Rémond2006-07-073-7/+22
| | | | | | | | | the user for the current virual host only and does not require to type the hostname (EJAB-116). * src/jlib.erl: String to JID conversion now returns an error if the JID string contains two arobases. SVN Revision: 588
* * src/mod_muc/mod_muc_room.erl: Fixed the order in which room presenceMickaël Rémond2006-07-062-1/+5
| | | | | | | packets are sent (First existing presence to new occupant, then new occupant presence to existing users (EJAB-115). SVN Revision: 587
* * src/mod_shared_roster.erl: Shared roster entries can now beMickaël Rémond2006-07-064-6/+52
| | | | | | | | | moved or rename from a client without breaking current presence status (EJAB-70). * src/mod_roster.erl: Likewise. * src/mod_roster_odbc.erl: Likewise. SVN Revision: 586
* * src/ejabberd_auth.erl: Better handling of errors when the server forMickaël Rémond2006-07-052-0/+3
| | | | | | authentication is unknown. SVN Revision: 585
* * src/mod_shared_roster.erl: The logged user (self) is now removed fromMickaël Rémond2006-07-052-3/+16
| | | | | | the shared roster list (EJAB-110). SVN Revision: 584
* * src/mod_shared_roster.erl: Delete the shared roster group nowMickaël Rémond2006-07-052-2/+12
| | | | | | correctly delete its user entries (EJAB-112). SVN Revision: 583
* * src/web/ejabberd_web_admin.erl: More flexible parsing the sharedMickaël Rémond2006-07-052-1/+6
| | | | | | roster members list from the configuration form. SVN Revision: 582
* * src/ejabberd_s2s_in.erl: Removed needless check for xmlns:dbAlexey Shchepin2006-06-192-2/+6
| | | | | | when starttls is enabled SVN Revision: 581
* * src/web/ejabberd_http_poll.erl: Bugfix: using tuple instead of a PidMickaël Rémond2006-06-152-1/+7
| | | | | | to send Erlang messages in a rarely used case. SVN Revision: 580
* * src/ejabberd_auth.erl: Fixed broken multiple connection withMickaël Rémond2006-06-133-1/+17
| | | | | | | anonymous login problem (EJAB-107). * src/ejabberd_auth_anonymous.erl: Likewise. SVN Revision: 579
* * src/mod_pubsub/mod_pubsub.erl: Discovery query on an item doesMickaël Rémond2006-06-072-15/+35
| | | | | | | no more return an "item not found error". Discovery stop correctly at the item level (Thanks to Christophe Romain) (EJAB-105). SVN Revision: 578
* * src/mod_pubsub/mod_pubsub.erl: Support for pubsub nodeMickaël Rémond2006-06-076-45/+74
| | | | | | | | | | 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
* * src/web/ejabberd_http.erl: The web module now accepts HTTPMickaël Rémond2006-06-022-6/+31
| | | | | | | absolute URL (used behind a proxy). This apply to HTTP polling and to the web interface (Thanks to Jean-Sebastien Pedron). SVN Revision: 576
* * src/web/ejabberd_http_poll.erl: Messages polled between theMickaël Rémond2006-06-022-4/+39
| | | | | | | the last client request and the polling timeout were lost. Those messages are now resent using ejabberd routing mechanisms (EJAB-87). SVN Revision: 575
* * src/mod_roster.erl: According to RFC3921 section 9.2, outboundMickaël Rémond2006-05-293-2/+10
| | | | | | | | | 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
* * 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-273-0/+176
| | | | | | | configure. ejabberd can now be build directly on RedHat and OpenBSD (EJAB-100). SVN Revision: 572
* * src/msgs/sk.msg: Slovak translation (thanks to Juraj MichalekAlexey Shchepin2006-05-262-0/+468
| | | | | | and SkLUG) SVN Revision: 571
* * src/odbc/pg.sql: UpdatedAlexey Shchepin2006-05-266-74/+102
| | | | | | | | | | | * 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
* * src/mod_roster.erl: The subscribe request are now resend atMickaël Rémond2006-05-2310-112/+215
| | | | | | | | | | | | | | | | 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
* * src/ejabberd_sm.erl: The max_user_sessions has been moved toMickaël Rémond2006-05-225-129/+236
| | | | | | | | host configuration. * src/ejabberd.cfg.example: Likewise. * doc/guide.tex: Likewise. SVN Revision: 568
* * src/ejabberd_sm.erl: An option to limit the number of opened sessionsMickaël Rémond2006-05-215-156/+139
| | | | | | | | | | 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
* * src/web/ejabberd_http_poll.erl: Timeout disconnection were notMickaël Rémond2006-05-152-5/+17
| | | | | | properly handled after "active once" migration. This is now fixed. SVN Revision: 566
* * src/ejabberd_ctl.erl: Added a way to delete the older messageMickaël Rémond2006-05-072-0/+21
| | | | | | | | 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
* * src/ejabberd_ctl.erl: Now prints a user-friendly when tryingMickaël Rémond2006-05-072-1/+9
| | | | | | to restore a backup from a non-existent file. SVN Revision: 564
* * src/ejabberd_admin.erl: Code refactoring. Common Mnesia databaseMickaël Rémond2006-05-072-1/+60
| | | | | | restore function. SVN Revision: 563
* * src/mod_configure.erl: Unknown tables or tables from nowMickaël Rémond2006-05-074-42/+16
| | | | | | | | | | 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
* * src/ejabberd_ctl.erl: Unknown tables or tables from now unusedMickaël Rémond2006-05-012-2/+44
| | | | | | | modules are ignored during restore. The restore can now be performed in such case. SVN Revision: 561
* * doc/release_note_1.1.1.txt: Fixed typo.Mickaël Rémond2006-04-281-1/+1
| | | | SVN Revision: 560
* * doc/guide.html: Updated generated HTML version of the guide.Mickaël Rémond2006-04-281-656/+804
| | | | SVN Revision: 558
* * src/ejabberd.hrl: release 1.1.1Mickaël Rémond2006-04-284-2/+10
| | | | | | | * doc/version.tex: Likewise * doc/guide.tex: Likewise SVN Revision: 557
* * Release not for security fix release.Mickaël Rémond2006-04-281-0/+119
| | | | SVN Revision: 556
* * src/cyrsasl.erl: Bugfix: anonymous authentication was alwaysAlexey Shchepin2006-04-272-11/+21
| | | | | | enabled SVN Revision: 555
* * src/ejabberd_ctl.erl: The status now only returns "started" ifMickaël Rémond2006-04-262-2/+14
| | | | | | ejabberd is started and ready to accept requests. SVN Revision: 554
* * Fixed notes for version 1.1.0 release.Mickaël Rémond2006-04-241-22/+24
| | | | SVN Revision: 551
* * doc/guide.tex: Added a documentation for max_stanza_size optionAlexey Shchepin2006-04-243-656/+772
| | | | SVN Revision: 550
* * src/ejabberd.hrl: Updated for version 1.1.0.Mickaël Rémond2006-04-242-1/+5
| | | | SVN Revision: 549
* * Updated documentation before 1.1.0 releaseMickaël Rémond2006-04-231-3/+5
| | | | SVN Revision: 548
* * Updated documentation before 1.1.0 releaseMickaël Rémond2006-04-233-5/+10
| | | | SVN Revision: 547
* doc/release_notes_1.1.0.txt: Preparing release 1.1.0Mickaël Rémond2006-04-231-0/+109
| | | | SVN Revision: 546