aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/mod_muc/mod_muc_room.erl: API improvement: Implementation of anMickaël Rémond2007-02-191-0/+15
* * src/ejabberd_s2s.erl: Confirm to RFC3920 section 10.3 (thanks toAlexey Shchepin2007-02-181-20/+52
* * src/mod_muc/mod_muc.erl: Node now try to clean its own online room when res...Mickaël Rémond2007-02-181-0/+1
* * src/mod_muc/mod_muc.erl: Clean online room table on cluster nodeAlexey Shchepin2007-02-131-0/+17
* * src/ejabberd_auth_ldap.erl: Added ldap_local_filter option. ThisMickaël Rémond2007-02-131-1/+35
* * src/web/ejabberd_http.erl: Added separate version ofAlexey Shchepin2007-02-042-3/+35
* * src/xml.erl: ' entity replaced by ' Should work more universaly (i...Mickaël Rémond2007-02-041-1/+1
* * src/mod_roster_odbc.erl: Bugfix (thanks to asdxAlexey Shchepin2007-01-302-2/+4
* * src/mod_vcard_ldap.erl: LDAP server pool support (thanks to EvgeniyMickaël Rémond2007-01-278-139/+271
* * src/eldap/Makefile.win32: fix build error on Windows.Mickaël Rémond2007-01-251-0/+3
* * src/web/*: Plugin architecture for HTTP modules (thanks toAlexey Shchepin2007-01-254-121/+150
* * src/mod_muc/mod_muc.erl: Now mod_muc can be distributed onAlexey Shchepin2007-01-194-90/+193
* support presence_delivery in clusterChristophe Romain2007-01-091-29/+17
* * src/mod_muc/mod_muc_log.erl: Remove 'right-to-left override'Alexey Shchepin2007-01-051-1/+2
* * src/ejabberd_s2s_out.erl: BugfixAlexey Shchepin2006-12-311-23/+23
* * src/mod_private_odbc: Bugfix: an internal error was returnedMickaël Rémond2006-12-211-1/+3
* * src/ejd2odbc.erl: BugfixAlexey Shchepin2006-12-201-8/+9
* * src/mod_echo.erl: The mod_echo can now be stopped without errors.Mickaël Rémond2006-12-151-1/+3
* * src/ejabberd_ctl.erl: Bugfix: Now display all register commands for aMickaël Rémond2006-12-152-5/+5
* * src/ejabberd_config.erl: Added loglevel option. It is now possible toMickaël Rémond2006-12-142-2/+6
* * src/ejabberd_receiver.erl: BugfixAlexey Shchepin2006-12-081-1/+6
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-12-081-0/+8
* * src/mod_roster_odbc.erl: Better error handlingAlexey Shchepin2006-12-072-6/+10
* * src/ejabberd_loglevel.erl: Preliminary dynamic loglevel support.Mickaël Rémond2006-12-044-15/+542
* * src/ejabberd_receiver.erl: BugfixAlexey Shchepin2006-12-011-1/+6
* * src/mod_proxy65/mod_proxy65_services.erl: Fixed typo.Mickaël Rémond2006-11-301-1/+1
* * src/mod_proxy65/mod_proxy65_services.erl: We now try to get theMickaël Rémond2006-11-301-5/+14
* * Removed useless comments.Mickaël Rémond2006-11-291-3/+1
* * src/mod_proxy65/mod_proxy65_services.erl: Now using all interfaces asMickaël Rémond2006-11-281-4/+1
* * src/ejabberd_c2s.erl: User login in with negative priority must notMickaël Rémond2006-11-281-2/+6
* * src/muc/mod_muc_room.erl: API improvement. It is now possibleMickaël Rémond2006-11-241-0/+3
* * src/eldap/eldap.erl: Bugfix (thanks to Evgeniy Khramtsov)Alexey Shchepin2006-11-233-7/+9
* 2006-11-20 Mickael Remond <mickael.remond@process-one.net>Mickaël Rémond2006-11-204-27/+136
* * src/mod_muc/mod_muc_room.erl: API improvement: It is now easier to extract Mickaël Rémond2006-11-151-0/+4
* * src/ejabberd_node_groups.erl: Support for node taggingAlexey Shchepin2006-11-076-12/+201
* * src/odbc/mysql.sql: Fix database creation script.Mickaël Rémond2006-11-051-2/+2
* * src/mod_private_odbc.erl: Support for MySQL and MSSQL.Mickaël Rémond2006-11-054-24/+148
* * src/odbc/mysql: Database creation script should now be compliant withMickaël Rémond2006-11-041-6/+6
* * src/odbc/pg.sql: Database scripts consistency.Mickaël Rémond2006-11-043-10/+13
* * src/eldap_utils.erl: Fixed missing export (EJAB-154).Mickaël Rémond2006-11-041-1/+2
* Now really committedAlexey Shchepin2006-11-031-0/+876
* Now really addedAlexey Shchepin2006-11-021-0/+131
* * src/ejabberd.cfg.example: Changed the anonymous example a bitMickaël Rémond2006-10-281-1/+1
* * src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov)Alexey Shchepin2006-10-2814-2272/+2520
* * src/ejabberd_rdbms.erl: It is now possible to use ldap orMickaël Rémond2006-10-253-8/+55
* * src/ejabberd_socket.erl: Added sockname/1 and peername/1Alexey Shchepin2006-10-195-3/+81
* * src/ejabberd_auth_ldap.erl: LDAP authentication now allows toMickaël Rémond2006-10-174-169/+167
* * src/mod_privacy_odbc.erl: Privacy rules support using odbcAlexey Shchepin2006-10-093-6/+13
* * src/mod_privacy.erl: Use hooks instead of direct function callsAlexey Shchepin2006-10-053-187/+192
* * src/shaper.erl: BugfixAlexey Shchepin2006-10-022-3/+4