aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * src/mod_irc/mod_irc_connection.erl: Added handling for "%", "&"Alexey Shchepin2006-02-181-0/+3
| | | | | | and "~" prefixes in IRC nicknames (thanks to Vladimir Kulev) SVN Revision: 509
* * src/mod_irc/mod_irc_connection.erl: Added /msg and /ctcpAlexey Shchepin2006-02-186-174/+275
| | | | | | | | | | | | | | | commands, improved handling of channel topic and kick, mirc colors now filtered, other minor improvements (thanks to Oleg V. Motienko) * src/mod_configure.erl: Improved strings (thanks to Sander Devrieze) * src/mod_vcard.erl: Likewise * src/mod_vcard_ldap.erl: Likewise * src/mod_vcard_odbc.erl: Likewise * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 508
* * src/mod_service_log.erl: Bugfix (thanks to Badlop)Alexey Shchepin2006-02-154-30/+107
| | | | | | | | | | | * src/jd2ejd.erl: Use mod_vcard_odbc if it is loaded (thanks to Tomasz Sterna) * src/ejabberd_sm.erl: Added a few ejabberdctl commands * src/ejabberd_ctl.erl: New interface for command registration SVN Revision: 507
* * src/ejabberd_ctl.erl: Partially rewrittenAlexey Shchepin2006-02-131-0/+12
| | | | | | | * src/ejabberd_ctl.hrl: Definitions of exit status codes moved here SVN Revision: 506
* * src/ejabberd_ctl.erl: Partially rewrittenAlexey Shchepin2006-02-131-136/+70
| | | | SVN Revision: 505
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2006-02-121-35/+34
| | | | SVN Revision: 504
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2006-02-111-1/+1
| | | | SVN Revision: 503
* * src/odbc/ejabberd_odbc.erl: Reconnect on ODBC connection closingAlexey Shchepin2006-02-081-0/+1
| | | | SVN Revision: 502
* * src/ejabberd_auth.erl: plugin authentication modules can nowMickaël Rémond2006-02-071-10/+2
| | | | | | | | be used in the configuration file: {auth_method, module} will now use the module ejabberd_auth_module.erl for authentication. (EJAB-45) SVN Revision: 501
* * src/mod_muc/mod_muc_room.erl: Kick non-members when roomAlexey Shchepin2006-02-0612-74/+142
| | | | | | | | | | | | | | | | | | | | | | | | | reconfigured to be member-only or when membership is revoked in member-only room, allowed "true" and "false" in x:data forms (thanks to Sergei Golovan) * src/mod_configure.erl: Added "Host" parameter to get_form and set_form functions (thanks to Sergei Golovan) * src/ejabberd_s2s_out.erl: Bugfix * src/msgs/es.msg: Updated (thanks to Badlop) * src/web/ejabberd_web.erl: Bugfix (thanks to Badlop) * src/mod_irc/mod_irc.erl: Updated copyright dates * src/mod_muc/mod_muc.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_vcard.erl: Likewise * src/mod_vcard_ldap.erl: Likewise * src/mod_vcard_odbc.erl: Likewise * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 500
* * src/ejabberd_auth_odbc.erl: Added ejabberd_odbc_sup to ejabberdAlexey Shchepin2006-02-031-1/+8
| | | | | | supervision tree SVN Revision: 499
* * src/web/ejabberd_http.erl: Authentication check moved toAlexey Shchepin2006-02-038-175/+278
| | | | | | | | | | | | | | | | ejabberd_web.erl * src/web/ejabberd_web.erl: Likewise * src/web/Makefile.in: Added ejabberd_http.hrl dependency * src/web/ejabberd_http_poll.erl: Updated to use {active, once} socket mode * src/mod_irc/mod_irc.erl: Updated to use gen_server behaviour and ejabberd supervision tree * src/mod_irc/mod_irc_connection.erl: Likewise SVN Revision: 498
* --prefix option can now override the default install dir (EJAB-43)Mickaël Rémond2006-02-023-32/+59
| | | | SVN Revision: 497
* * src/mod_pubsub/mod_pubsub.erl: Updated to use gen_serverAlexey Shchepin2006-02-024-197/+433
| | | | | | | | | | behaviour and ejabberd supervision tree * src/mod_muc/mod_muc.erl: Added a supervisor for conference room processes * src/mod_muc/mod_muc_room.erl: Likewise SVN Revision: 496
* * src/odbc/pg.sql: Fixed syntax errorAlexey Shchepin2006-01-299-400/+763
| | | | | | | | | | | | * src/ejabberd_router.erl: Updated to use gen_server behaviour * src/ejabberd_sm.erl: Likewise * src/ejabberd_s2s.erl: Likewise * src/gen_iq_handler.erl: Likewise * src/ejabberd_sup.erl: Added supervisor for ejabberd_receiver * src/ejabberd_receiver.erl: Updated SVN Revision: 495
* * src/ejabberd_update.erl: Support for run-time ejabberd updatingAlexey Shchepin2006-01-271-0/+113
| | | | | | | | (not completed) * src/ejabberd_c2s.erl: Added 'update_info' module attribute for testing ejabberd_update SVN Revision: 494
* * src/ejabberd_update.erl: Support for run-time ejabberd updatingAlexey Shchepin2006-01-272-2/+2
| | | | | | | | (not completed) * src/ejabberd_c2s.erl: Added 'update_info' module attribute for testing ejabberd_update SVN Revision: 493
* * src/ejabberd_c2s.erl: Remove top-level xmlns from incomingAlexey Shchepin2006-01-253-9/+14
| | | | | | | | stanzas * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_service.erl: Likewise SVN Revision: 492
* * src/ejabberd_c2s.erl: Better error handling for streamAlexey Shchepin2006-01-241-12/+32
| | | | | | compression support (thanks to Sergei Golovan) SVN Revision: 491
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2006-01-241-29/+15
| | | | SVN Revision: 490
* * src/ejabberd_sm.erl: Partially rewritten to work moreAlexey Shchepin2006-01-233-116/+121
| | | | | | | | | efficiently and avoid race conditions * src/ejabberd_c2s.erl: Likewise * src/mod_irc/mod_irc_connection.erl: Cleanup SVN Revision: 488
* * src/ejabberd_receiver.erl: Added new debugging trace: It is nowMickaël Rémond2006-01-201-0/+1
| | | | | | | possible to dump the XML stream received from a client (usefull for client debugging). SVN Revision: 487
* * src/aclocal.m4: Updated for zlib supportAlexey Shchepin2006-01-1921-488/+2206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/configure.ac: Likewise * src/mod_muc/mod_muc_room.erl: Weakened presence filtering, added warning in non-anonymous rooms, room destroying updated to latest JEP-0045, added a number of occupants and room name in room's disco#info reply, miscellaneous internal changes (thanks to Sergei Golovan) * src/mod_muc/mod_muc.erl: Better support for nick unregistration (thanks to Sergei Golovan) * src/ejabberd_zlib/ejabberd_zlib.erl: Zlib support (thanks to Sergei Golovan) * src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise * src/ejabberd_zlib/Makefile.in: Likewise * src/ejabberd_c2s.erl: Stream compression support (JEP-0138) * src/ejabberd_receiver.erl: Likewise * src/mod_disco.erl: Don't split node name before calling hooks (thanks to Sergei Golovan) * src/mod_configure.erl: Support for configuration using ad-hoc commands (thanks to Sergei Golovan) * src/mod_announce.erl: Support for sending announce messages using ad-hoc commands (thanks to Sergei Golovan) * src/mod_adhoc.erl: Ad-hoc support (JEP-0050) (thanks to Magnus Henoch) * src/adhoc.erl: Likewise * src/adhoc.hrl: Likewise * src/jlib.hrl: Updated (thanks to Sergei Golovan) * src/gen_mod.erl: Added function is_loaded/2 (thanks to Sergei Golovan) * src/ejabberd_service.erl: Changed error message on handshake error (thanks to Sergei Golovan) * src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan) SVN Revision: 486
* * src/odbc/ejabberd_odbc.erl: Added a way to retry databaseMickaël Rémond2006-01-132-2/+13
| | | | | | | | connection connect for 5 minutes when the connection is lost. No further connection is retry after 5 minutes (EJAB-22 & EJAB-25) * src/odbc/ejabberd_odbc_sup.erl: likewise SVN Revision: 485
* * src/odbc/ejabberd_odbc.erl: underscore and percent are now onlyMickaël Rémond2006-01-133-43/+40
| | | | | | | | | | escaped in like queries. MySQL where not escaping those escaped characters in other context (EJAB-24) * src/mod_vcard_odbc.erl: likewise. * src/odbc/mysql.sql: Fixed MySQL database creation script: Was not properly working with all MySQL version. SVN Revision: 484
* * src/ejabberd_service.erl: BugfixAlexey Shchepin2006-01-139-102/+267
| | | | | | | | | | | | | | | * src/ejabberd_receiver.erl: Rewritten to use {active, once} mode for socket * src/ejabberd_c2s.erl: Update * src/ejabberd_listener.erl: Likewise * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd_service.erl: Likewise * src/shaper.erl: Likewise * src/tls/tls.erl: Likewise * src/web/ejabberd_http.erl: Likewise SVN Revision: 483
* Native MySQL support. The Erlang MySQL module is needed:Mickaël Rémond2006-01-022-23/+75
| | | | | | http://support.process-one.net/doc/display/CONTRIBS/Yxa SVN Revision: 482
* * src/ejabberd_logger_h.erl: Speed optimizationsAlexey Shchepin2005-12-241-11/+11
| | | | SVN Revision: 481
* Added missing file.Mickaël Rémond2005-12-231-0/+96
| | | | SVN Revision: 480
* * src/Makefile.in: Clean results of ASN.1 compiler (thanks toAlexey Shchepin2005-12-221-0/+1
| | | | | | Sergei Golovan) SVN Revision: 479
* * src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan)Alexey Shchepin2005-12-221-4/+0
| | | | SVN Revision: 478
* * src/Makefile.win32: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-12-227-8/+20
| | | | | | | | | | | * src/configure.erl: Likewise * src/win32/CheckReqs.ini: Likewise * src/win32/CheckReqs1.ini: Likewise * src/win32/CheckReqs1H.ini: Likewise * src/win32/ejabberd.nsh: Likewise * src/win32/ejabberd.nsi: Likewise SVN Revision: 477
* * src/odbc/ejabberd_odbc.erl: Added error message on ODBCMickaël Rémond2005-12-221-7/+17
| | | | | | connection to help ODBC configuration troubleshooting. SVN Revision: 476
* * src/odbc/ejabberd_odbc.erl: BugfixAlexey Shchepin2005-12-221-1/+1
| | | | SVN Revision: 475
* * src/odbc/mysql.sql: Database description for MySQL DatabaseMickaël Rémond2005-12-216-130/+136
| | | | | | | | | | | | 4.1 (Max version, with Innodb) * src/ejabberd_auth_odbc.erl: MySQL ODBC support. * src/mod_offline_odbc.erl: likewise * src/mod_vcard_odbc.erl: likewsie * src/mod_roster_odbc.erl: likewise * src/odbc/ejabberd_odbc.erl: likewise * src/mod_last_odbc.erl: likewise SVN Revision: 474
* * src/mod_irc/iconv_erl.c: Bugfix (thanks to Tomas Janousek)Alexey Shchepin2005-12-141-10/+18
| | | | SVN Revision: 470
* * src/win32/ejabberd.nsi: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-12-131-2/+2
| | | | SVN Revision: 467
* * src/ejabberd.hrl: Updated versionAlexey Shchepin2005-12-132-2/+2
| | | | | | | * src/ejabberd.app: Likewise * doc/version.tex: Likewise SVN Revision: 464
* Fixed version numberMickaël Rémond2005-12-121-1/+1
| | | | SVN Revision: 460
* * src/mod_roster.erl: Workaround for gateway subscriptions nowAlexey Shchepin2005-12-115-56/+82
| | | | | | | | | should be enabled with --enable-roster-gateway-workaround * src/mod_roster_odbc.erl: Likewise * src/configure.ac: Likewise * src/Makefile.in: Likewise SVN Revision: 459
* * src/ejabberd_service.erl: Added logging of terminationAlexey Shchepin2005-12-101-1/+2
| | | | SVN Revision: 458
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-12-109-62/+36
| | | | | | | | * src/msgs/uk.msg: Likewise * src/msgs/*.msg: Updated (thanks to Badlop) SVN Revision: 457
* * contribs/contrib/extract_translations/prepare-translation.sh:Mickaël Rémond2005-12-081-0/+2
| | | | | | | Small improvements. * src/msgs/fr.msg: Updated SVN Revision: 456
* * src/msgs/pl.msg: Fixed syntax errorAlexey Shchepin2005-12-071-10/+10
| | | | SVN Revision: 455
* * src/mod_offline.erl: Don't store headline messagesAlexey Shchepin2005-12-072-2/+4
| | | | | | * src/mod_offline_odbc.erl: Likewise SVN Revision: 454
* * src/ejabberd.cfg.example: UpdatedAlexey Shchepin2005-12-065-695/+1362
| | | | | | | | | | | * src/Makefile.*: Can now be build when the Erlang environment is not Erlang/OTP but the Erlang REPOS CDROM. Still compatible with standard Erlang/OTP install * aclocal.m4: Likewise * src/Makefile.*: Can now be build with Erlang debug_info with 'make debug=true' SVN Revision: 448
* * src/msgs/pt-br.msg: Updated (thanks to Victor Hugo dos Santos)Alexey Shchepin2005-12-064-77/+398
| | | | | | | | | | * src/msgs/pl.msg: Updated (thanks to Andrzej Smyk) * src/msgs/sv.msg: Updated (thanks to Magnus Henoch) * src/msgs/de.msg: Updated (thanks to Patrick Dreker) SVN Revision: 447
* * src/web/ejabberd_http.erl: Now web interface is compliant toAlexey Shchepin2005-11-262-21/+33
| | | | | | | XHTML 1.0 Transitional (thanks to Sander Devrieze) * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 444
* * src/mod_roster.erl: The "id" attribute of roster push packet wasAlexey Shchepin2005-11-222-1/+5
| | | | | | | missed (thanks to Maxim Ryazanov) * src/mod_roster_odbc.erl: Likewise SVN Revision: 442
* * src/web/ejabberd_web_admin.erl: Fixed encoding of user names inAlexey Shchepin2005-11-222-4/+50
| | | | | | | | URLs * src/web/ejabberd_http.erl: Added url_encode function from yaws SVN Revision: 441