aboutsummaryrefslogtreecommitdiff
path: root/src/web (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/mod_roster_odbc.erl: Better error handlingAlexey Shchepin2006-12-071-1/+1
* * src/mod_privacy_odbc.erl: Privacy rules support using odbcAlexey Shchepin2006-10-091-2/+2
* * src/ejabberd_frontend_socket.erl: Support for frontendAlexey Shchepin2006-10-011-16/+18
* * src/ejabberd_socket.erl: Support for non-xml socketsAlexey Shchepin2006-09-251-0/+4
* * src/web/ejabberd_web_admin.erl: User creation form now createsMickaël Rémond2006-07-071-7/+11
* * src/web/ejabberd_web_admin.erl: More flexible parsing the sharedMickaël Rémond2006-07-051-1/+1
* * src/web/ejabberd_http_poll.erl: Bugfix: using tuple instead of a PidMickaël Rémond2006-06-151-1/+2
* * src/web/ejabberd_http.erl: The web module now accepts HTTPMickaël Rémond2006-06-021-5/+26
* * src/web/ejabberd_http_poll.erl: Messages polled between theMickaël Rémond2006-06-021-4/+33
* * src/web/ejabberd_http_poll.erl: Timeout disconnection were notMickaël Rémond2006-05-151-4/+11
* * src/mod_configure.erl: Unknown tables or tables from nowMickaël Rémond2006-05-071-6/+4
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2006-04-011-1/+1
* * src/web/ejabberd_web_admin.erl: Added a interface for nodeAlexey Shchepin2006-02-271-1/+50
* * src/mod_irc/mod_irc_connection.erl: Added /msg and /ctcpAlexey Shchepin2006-02-181-87/+88
* * src/mod_muc/mod_muc_room.erl: Kick non-members when roomAlexey Shchepin2006-02-062-5/+5
* * src/web/ejabberd_http.erl: Authentication check moved toAlexey Shchepin2006-02-035-135/+128
* * src/ejabberd_service.erl: BugfixAlexey Shchepin2006-01-131-0/+4
* * src/web/ejabberd_http.erl: Now web interface is compliant toAlexey Shchepin2005-11-262-21/+33
* * src/web/ejabberd_web_admin.erl: Fixed encoding of user names inAlexey Shchepin2005-11-222-4/+50
* * src/web/ejabberd_web_admin.erl: Updated API for betterAlexey Shchepin2005-09-291-40/+71
* * src/web/ejabberd_web_admin.erl: Bugfix (thanks to Badlop)Alexey Shchepin2005-08-061-1/+1
* * src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to beAlexey Shchepin2005-07-311-4/+4
* * src/web/ejabberd_web_admin.erl: Added "Virtual Hosts" pageAlexey Shchepin2005-07-291-12/+46
* * src/ejabberd_c2s.erl: Processing of jabber:iq:register totallyAlexey Shchepin2005-07-141-2/+2
* * (all): Enhanced virtual hosting supportAlexey Shchepin2005-06-202-146/+281
* * src/web/ejabberd_web_admin.erl: BugfixAlexey Shchepin2005-05-271-21/+27
* * src/web/ejabberd_web_admin.erl: Updated CSS, added modulesAlexey Shchepin2005-05-231-10/+102
* * src/web/ejabberd_http.erl: "Connection:" header value nowAlexey Shchepin2005-05-221-27/+62
* * src/web/ejabberd_web_admin.erl: Images now specified via CSS,Alexey Shchepin2005-05-081-241/+308
* * src/web/ejabberd_web_admin.erl: Added translation to submitAlexey Shchepin2005-04-241-3/+4
* * src/ejabberd_auth.erl: Added check for domain of registered userAlexey Shchepin2005-04-191-3/+8
* Fixes a bug on the web interface: On user creation screen the user creation w...Mickaël Rémond2005-04-191-7/+6
* * src/web/ejabberd_web_admin.erl: Added link to shared roster pageAlexey Shchepin2005-04-181-2/+18
* CleanupAlexey Shchepin2005-04-172-732/+0
* Merged the Process One contributions ( Virtual Hosting )tmallard2005-04-176-165/+1095
* * src/mod_irc/mod_irc_connection.erl: Added filtering of quitAlexey Shchepin2005-01-131-1/+1
* * src/web/ejabberd_web_admin.erl: Changed type of password fieldAlexey Shchepin2004-12-051-1/+1
* * src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSLAlexey Shchepin2004-11-051-1/+1
* * src/tls/Makefile.win32: Added (thanks to Sergei Golovan)Alexey Shchepin2004-10-101-5/+5
* * src/mod_muc/mod_muc_room.erl: Fixed room destroyingAlexey Shchepin2004-10-081-4/+11
* * src/web/ejabberd_http_poll.erl: Properly handle bad requestsAlexey Shchepin2004-10-052-50/+433
* * src/web/ejabberd_http.erl: Fixed processing of POST body forAlexey Shchepin2004-09-301-48/+68
* * src/web/ejabberd_http.erl: BugfixAlexey Shchepin2004-09-291-39/+46
* * src/aclocal.m4: Better expat and openssl detection (thanks toAlexey Shchepin2004-09-261-6/+2
* * src/jlib.hrl: Added namespace for iq-register stream featureAlexey Shchepin2004-09-251-38/+305
* * src/web/ejabberd_http_poll.erl: Fixed sending of Set-CookieAlexey Shchepin2004-08-151-1/+3
* * src/web/ejabberd_web_admin.erl: Added user's roster pageAlexey Shchepin2004-08-021-0/+66
* * src/web/ejabberd_web_admin.erl: Better i18n support (thanks toAlexey Shchepin2004-07-131-47/+49
* * src/Makefile.win32: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-07-061-11/+19
* * src/web/ejabberd_web_admin.erl: Added configuration of listenedAlexey Shchepin2004-06-171-2/+114