aboutsummaryrefslogtreecommitdiff
path: root/src/mod_irc (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/mod_muc/mod_muc.erl: Component name is now more userMickaël Rémond2006-09-221-1/+1
* * Makefile.in: Fix for MacOSX compilation (EJAB-124).Mickaël Rémond2006-08-281-1/+8
* * src/mod_irc/mod_irc_connection.erl: Added handling for "%", "&"Alexey Shchepin2006-02-181-0/+3
* * src/mod_irc/mod_irc_connection.erl: Added /msg and /ctcpAlexey Shchepin2006-02-181-71/+171
* * src/mod_muc/mod_muc_room.erl: Kick non-members when roomAlexey Shchepin2006-02-061-1/+1
* * src/web/ejabberd_http.erl: Authentication check moved toAlexey Shchepin2006-02-032-38/+147
* * src/ejabberd_sm.erl: Partially rewritten to work moreAlexey Shchepin2006-01-231-17/+2
* * src/mod_irc/iconv_erl.c: Bugfix (thanks to Tomas Janousek)Alexey Shchepin2005-12-141-10/+18
* * src/tls/tls.erl: Accept {error,already_loaded} fromAlexey Shchepin2005-10-251-1/+4
* * (all): Enhanced virtual hosting supportAlexey Shchepin2005-06-201-18/+19
* * src/web/ejabberd_web_admin.erl: Updated CSS, added modulesAlexey Shchepin2005-05-231-5/+6
* * src/mod_irc/mod_irc_connection.erl: Added support for WHOISAlexey Shchepin2005-05-171-0/+77
* Merged the Process One contributions ( Virtual Hosting )tmallard2005-04-172-64/+112
* * src/mod_irc/mod_irc_connection.erl: Added filtering of quitAlexey Shchepin2005-01-132-70/+26
* * src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSLAlexey Shchepin2004-11-051-1/+1
* * src/win32/: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-10-121-1/+1
* * src/aclocal.m4: Better expat and openssl detection (thanks toAlexey Shchepin2004-09-261-15/+5
* * src/web/ejabberd_web_admin.erl: Added user's roster pageAlexey Shchepin2004-08-021-2/+2
* * src/mod_last.erl: Supprot for storing status from latestAlexey Shchepin2004-07-111-9/+23
* * doc/guide.tex: UpdatedAlexey Shchepin2004-07-091-0/+8
* * src/mod_muc/mod_muc.erl: Added access rules for using serveiceAlexey Shchepin2004-05-171-0/+3
* * src/translate.erl: Search translations directory in priv_dirAlexey Shchepin2004-04-271-4/+2
* * src/web/ejabberd_http.erl: Increased receive bufferAlexey Shchepin2004-04-171-41/+58
* * src/ejabberd.erl: Added searching of files in code:priv_libAlexey Shchepin2004-04-152-24/+16
* * (all): Updated win32 stuff (thanks to Sergei Golovan)Alexey Shchepin2004-03-212-3/+4
* * src/web/: Small HTTP server and admin web-interface to ejabberdAlexey Shchepin2004-03-021-1/+1
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-261-18/+41
* * src/mod_muc/mod_muc_room.erl: Support for history managementAlexey Shchepin2004-02-151-4/+4
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-101-78/+107
* * src/ejabberd_app.erl: Now possible to specify path to log fileAlexey Shchepin2003-12-281-1/+1
* * src/jlib.hrl: Added declaration of "iq" recordAlexey Shchepin2003-12-172-49/+55
* * src/mod_irc/mod_irc_connection.erl: Updated to work moreAlexey Shchepin2003-10-311-115/+135
* * src/configure.ac: Build system now done using autoconf (thanksAlexey Shchepin2003-10-171-8/+12
* * (all): Changed JID storage format, added support for stringprepAlexey Shchepin2003-10-072-19/+15
* * src/mod_irc/mod_irc_connection.erl: Added handling forAlexey Shchepin2003-08-121-1/+17
* * src/mod_vcard.erl: BugfixAlexey Shchepin2003-07-211-7/+106
* * doc/guide.tex: Updated (thanks to Sergei Golovan)Alexey Shchepin2003-07-133-1/+56
* * src/mod_irc/iconv_erl.c (iconv_erl_control): BugfixAlexey Shchepin2003-07-031-9/+6
* * src/ejabberd_service.erl: Proper handling of bad XMLAlexey Shchepin2003-05-291-8/+28
* * src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberdAlexey Shchepin2003-04-281-1/+1
* * src/cyrsasl*.erl: SASL support (currently support only PLAINAlexey Shchepin2003-03-092-25/+17
* * src/mod_irc/mod_irc_connection.erl: Support for topic changesAlexey Shchepin2003-02-271-19/+80
* * src/mod_irc/mod_irc_connection.erl: /kick supportAlexey Shchepin2003-02-241-0/+94
* * src/mod_irc/: Added configuration interfaceAlexey Shchepin2003-02-232-48/+261
* * src/mod_offline.erl: Now possible to unload this moduleAlexey Shchepin2003-02-211-3/+37
* * src/mod_roster.erl: Fixed bug with handling of roster setAlexey Shchepin2003-02-201-1/+1
* * src/mod_irc/: Added support for private chats, nicks changes andAlexey Shchepin2003-02-182-60/+248
* *** empty log message ***Alexey Shchepin2003-02-171-1/+2
* * src/mod_irc/: Still not completed...Alexey Shchepin2003-02-172-16/+87
* * src/mod_irc/: Still not completed...Alexey Shchepin2003-02-172-29/+93