aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * src/ejabberd_frontend_socket.erl: Support for frontendAlexey Shchepin2006-10-017-56/+332
* * src/msgs/pl.msg: Updated (thanks to Andrzej Smyk).Mickaël Rémond2006-09-261-10/+43
* * src/ejabberd_s2s.erl: More precise message for the new s2sMickaël Rémond2006-09-261-2/+2
* * src/mod_muc/mod_muc_room.erl: Minor english update.Mickaël Rémond2006-09-2610-10/+10
* * src/msgs/pt-br.msg: Updated Brazilian translation (thanks toMickaël Rémond2006-09-261-67/+6
* * src/msgs/de.msg: Updated German translation (thanks to NikolausMickaël Rémond2006-09-251-4/+3
* * src/ejabberd.app: Version update for ejabberd 1.1.2.Mickaël Rémond2006-09-251-1/+1
* * src/msgs/pl.msg: Updated German translation (thanks to ZbyszekMickaël Rémond2006-09-251-89/+18
* * src/msgs/de.msg: Updated German translation (thanks to MarvinMickaël Rémond2006-09-251-4/+4
* * src/msgs/nl.msg: Updated Dutch translation (thanks to SanderMickaël Rémond2006-09-251-2/+3
* * src/ejabberd_s2s.erl: Added incoming-s2s-number andAlexey Shchepin2006-09-251-1/+19
* * src/msgs/cs.msg: Updated Czech translation and removed unusedMickaël Rémond2006-09-251-89/+9
* * src/ejabberd_socket.erl: Support for non-xml socketsAlexey Shchepin2006-09-255-20/+48