summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/mod_muc/mod_muc_room.erl: Strings update (thanks toMickaël Rémond2006-09-244-7/+13
| | | | | | | | | | | Serguei Golovan). * src/msgs/ru.msg: Updated Russian translation (thanks to Serguei Golovan). * src/msgs/uk.msg: Updated Ukrainian translation (thanks to Serguei Golovan). * src/msgs/fr.msg: Update French translation. SVN Revision: 626
* * src/doc/features.html: Added to be consistent (guide.html is in theMickaël Rémond2006-09-241-1/+1
| | | | | | | repository to make Latex optional, but still allow access to the doc). * src/ejabberd.hrl: Updated to version 1.1.2. SVN Revision: 624
* * src/msgs/cs.msg: Added Czech translation (thanks to Milos Svasek).Mickaël Rémond2006-09-231-0/+477
| | | | SVN Revision: 622
* * src/eldap/eldap.erl: Enable the keepalive socket option (thanksAlexey Shchepin2006-09-234-12/+31
| | | | | | | | | | | | to Evgeniy Khramtsov) * src/ejabberd_auth_ldap.erl: Now uses two LDAP connections (thanks to Evgeniy Khramtsov) * src/eldap/eldap_filter.erl: Bugfix (thanks to Evgeniy Khramtsov) * src/mod_vcard_ldap.erl: Likewise SVN Revision: 621
* * src/mod_muc/mod_muc.erl: Component name is now more userMickaël Rémond2006-09-223-3/+3
| | | | | | | | friendly (thanks to Badlop). * src/mod_irc/mod_irc.erl: Likewise. * src/mod_pubsub/mod_pubsub.erl: Likewise. SVN Revision: 620
* * src/msgs/fr.msg: updated French translation.Mickaël Rémond2006-09-221-2/+1
| | | | SVN Revision: 619
* * doc/guide.tex: Updated (thanks to Evgeniy Khramtsov)Alexey Shchepin2006-09-145-394/+1111
| | | | | | | | | * src/ejabberd_auth_ldap.erl: Better LDAP support (thanks to Evgeniy Khramtsov) * src/mod_vcard_ldap.erl: Likewise * src/eldap/eldap_filter.erl: Likewise SVN Revision: 606
* * src/odbc/mssql.sql: Removed unused fields.Mickaël Rémond2006-09-111-2/+0
| | | | SVN Revision: 605
* * src/ejd2odbc.erl: UpdatedAlexey Shchepin2006-09-101-2/+4
| | | | SVN Revision: 604
* * src/mod_muc/mod_muc_log.erl: Fixed html special charactersAlexey Shchepin2006-09-091-1/+1
| | | | | | | | | escaping, added new image buttons, chatroom titles now point to xmpp: URIs (thanks to Badlop) * src/ejabberd_listener.erl: Bugfix SVN Revision: 603
* * src/mod_muc/mod_muc_log.erl: Fixed html special charactersAlexey Shchepin2006-09-093-26/+201
| | | | | | | | | escaping, added new image buttons, chatroom titles now point to xmpp: URIs (thanks to Badlop) * src/ejabberd_listener.erl: Bugfix SVN Revision: 602
* * src/mod_muc/mod_muc.erl: It is now possible to configure theMickaël Rémond2006-09-052-24/+36
| | | | | | | | | | MUC room history feature. A new option has been added in ejabberd muc module configuration (history_size) to define the size of the history. 0 is used to disable the feature. * src/mod_muc/mod_muc_room.erl: Likewise. * doc/guide.tex: Likewise. SVN Revision: 601
* * src/ejabberd_socket.erl: All XML socket operations moved hereAlexey Shchepin2006-09-052-4/+14
| | | | | | * src/ejabberd_s2s_in.erl: Likewise SVN Revision: 600
* * src/ejabberd_socket.erl: All XML socket operations moved hereAlexey Shchepin2006-09-059-154/+176
| | | | | | | | | | | | | | | * src/ejabberd_listener.erl: Updated * src/ejabberd_receiver.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd_service.erl: Likewise * src/mod_shared_roster.erl: Bugfix * src/mod_roster_odbc.erl: Bugfix SVN Revision: 599
* * src/odbc/odbc_queries.erl: Support for Microsoft SQL Server asMickaël Rémond2006-09-0313-1829/+3668
| | | | | | | | | | | | | | | | | 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-281-1/+1
| | | | SVN Revision: 597
* * Makefile.in: Fix for MacOSX compilation (EJAB-124).Mickaël Rémond2006-08-285-5/+40
| | | | | | | | | * 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-271-1/+2
| | | | | | permission check SVN Revision: 595
* * src/ejabberd_router.erl: Now filter_packet hook works inAlexey Shchepin2006-08-141-1/+1
| | | | | | 'global' context SVN Revision: 594
* * src/tls/tls_drv.c: Report OpenSSL error messages (thanks toAlexey Shchepin2006-08-041-2/+19
| | | | | | Magnus Henoch) SVN Revision: 593
* * src/mod_muc/mod_muc_room.erl: Use standardized MUC roomAlexey Shchepin2006-08-041-23/+50
| | | | | | configuration fields (thanks to Magnus Henoch and Andy Turner) SVN Revision: 592
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2006-08-011-1/+1
| | | | SVN Revision: 591
* * src/ejabberd_c2s.erl: Bugfix: added a missing catch and fixedMickaël Rémond2006-07-284-14/+25
| | | | | | | | | | | | 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-181-1/+7
| | | | | | 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-072-7/+14
| | | | | | | | | 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-061-1/+1
| | | | | | | 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-063-6/+45
| | | | | | | | | 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-051-0/+1
| | | | | | authentication is unknown. SVN Revision: 585
* * src/mod_shared_roster.erl: The logged user (self) is now removed fromMickaël Rémond2006-07-051-1/+11
| | | | | | the shared roster list (EJAB-110). SVN Revision: 584
* * src/mod_shared_roster.erl: Delete the shared roster group nowMickaël Rémond2006-07-051-2/+10
| | | | | | 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-051-1/+1
| | | | | | roster members list from the configuration form. SVN Revision: 582
* * src/ejabberd_s2s_in.erl: Removed needless check for xmlns:dbAlexey Shchepin2006-06-191-2/+1
| | | | | | when starttls is enabled SVN Revision: 581
* * src/web/ejabberd_http_poll.erl: Bugfix: using tuple instead of a PidMickaël Rémond2006-06-151-1/+2
| | | | | | 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-132-1/+11
| | | | | | | 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-071-12/+28
| | | | | | | 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-072-20/+37
| | | | | | | | | | 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-021-5/+26
| | | | | | | 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-021-4/+33
| | | | | | | 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-292-2/+2
| | | | | | | | | 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-272-0/+170
| | | | | | | 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-261-0/+463
| | | | | | and SkLUG) SVN Revision: 571
* * src/odbc/pg.sql: UpdatedAlexey Shchepin2006-05-265-74/+91
| | | | | | | | | | | * 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-239-112/+200
| | | | | | | | | | | | | | | | 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-222-17/+9
| | | | | | | | 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-212-17/+70
| | | | | | | | | | 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-151-4/+11
| | | | | | 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-071-0/+16
| | | | | | | | 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-071-1/+6
| | | | | | 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-071-0/+59
| | | | | | restore function. SVN Revision: 563