Jean-Sébastien Pédron
4eaa8e19c9
Merge from trunk (r1457 to r1563).
...
SVN Revision: 1564
2008-09-16 14:39:57 +00:00
Badlop
2d2fcc8210
* doc/guide.tex: Updated copyright dates to 2008
...
* src/*: Likewise
SVN Revision: 1153
2008-01-15 17:02:57 +00:00
Mickaël Rémond
22f928122f
* Applied copyright patch 3.
...
SVN Revision: 1113
2007-12-24 13:57:53 +00:00
Badlop
95c69b0251
* src/mod_irc/iconv.erl: Fix compilation warnings: 3 (EJAB-290)
...
* src/mod_irc/mod_irc.erl: Likewise
* src/mod_irc/mod_irc_connection.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/stringprep/stringprep.erl: Likewise
* src/web/ejabberd_http.erl: Likewise
* src/web/ejabberd_http_poll.erl: Likewise
SVN Revision: 1047
2007-12-07 00:48:11 +00:00
Badlop
d625fc80fc
* src/acl.erl and other 64 files: Remove Erlang module attribute
...
'vsn' because it doesn't provide any worth feature, and it
difficults hot code update (EJAB-440)
SVN Revision: 1044
2007-12-06 22:12:27 +00:00
Badlop
0996e569a6
* doc/guide.tex: Update URI of ejabberd official home page, URI
...
of ejabberd.jabber.ru, and copyright dates (EJAB-366)
* doc/introduction.tex:
* src/ejabberd.hrl:
* src/ejabberd_admin.erl:
* src/mod_irc/mod_irc.erl:
* src/mod_irc/mod_irc_connection.erl:
* src/mod_muc/mod_muc.erl:
* src/mod_muc/mod_muc_log.erl:
* src/mod_proxy65/mod_proxy65_service.erl:
* src/mod_pubsub/mod_pubsub.erl:
* src/mod_vcard.erl:
* src/mod_vcard_ldap.erl:
* src/mod_vcard_odbc.erl:
* src/msgs/*.msg:
* src/web/ejabberd_web_admin.erl:
SVN Revision: 997
2007-11-27 23:35:26 +00:00
Alexey Shchepin
0fd01cfff8
* src/mod_irc/mod_irc_connection.erl: Added handling for "%", "&"
...
and "~" prefixes in IRC nicknames (thanks to Vladimir Kulev)
SVN Revision: 509
2006-02-18 20:05:05 +00:00
Alexey Shchepin
44fdd72041
* src/mod_irc/mod_irc_connection.erl: Added /msg and /ctcp
...
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
2006-02-18 19:56:16 +00:00
Alexey Shchepin
dc57e75e8f
* src/web/ejabberd_http.erl: Authentication check moved to
...
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
2006-02-03 03:28:15 +00:00
Alexey Shchepin
a4caafeb72
* src/ejabberd_sm.erl: Partially rewritten to work more
...
efficiently and avoid race conditions
* src/ejabberd_c2s.erl: Likewise
* src/mod_irc/mod_irc_connection.erl: Cleanup
SVN Revision: 488
2006-01-23 23:13:06 +00:00
Alexey Shchepin
47b5e514dc
* src/mod_irc/mod_irc_connection.erl: Added support for WHOIS
...
requests and reply to USERINFO (thanks to Oleg V. Motienko)
SVN Revision: 349
2005-05-17 22:35:16 +00:00
tmallard
374446f847
Merged the Process One contributions ( Virtual Hosting )
...
SVN Revision: 307
2005-04-17 18:08:34 +00:00
Alexey Shchepin
36afafb9e6
* src/mod_irc/mod_irc_connection.erl: Added filtering of quit
...
status
* src/web/ejabberd_web_admin.erl: Copyright update
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_muc/mod_muc.erl: Likewise
* src/mod_irc/mod_irc.erl: Likewise
SVN Revision: 296
2005-01-13 23:04:47 +00:00
Alexey Shchepin
a8f4e84503
* src/web/ejabberd_web_admin.erl: Added user's roster page
...
* src/mod_irc/mod_irc_connection.erl: Bugfix
SVN Revision: 253
2004-08-02 22:17:05 +00:00
Alexey Shchepin
0ab31f0822
* src/web/ejabberd_http.erl: Increased receive buffer
...
* src/mod_irc/mod_irc_connection.erl: Support for "/quote" command
SVN Revision: 224
2004-04-17 19:00:10 +00:00
Alexey Shchepin
b3b09bcfd8
* src/jlib.hrl: Added declaration of "iq" record
...
* (all): Updated to use "iq" record
SVN Revision: 186
2003-12-17 20:13:21 +00:00
Alexey Shchepin
8a52d7cad1
* src/mod_irc/mod_irc_connection.erl: Updated to work more
...
correctly with latest jlib
SVN Revision: 166
2003-10-31 10:48:06 +00:00
Alexey Shchepin
61875f80b3
* (all): Changed JID storage format, added support for stringprep
...
* src/stringprep/: Added support for Unicode normalization form KC
* src/stringprep/: Added support for case convertion to multiple
characters
* src/cyrsasl_digest.erl: Temporary removed "auth-int" QOP
SVN Revision: 144
2003-10-07 20:31:44 +00:00
Alexey Shchepin
03682829e7
* src/mod_irc/mod_irc_connection.erl: Added handling for
...
jabber:iq:version and jabber:iq:time requests, participant address
now added to presence status
SVN Revision: 130
2003-08-12 19:23:55 +00:00
Alexey Shchepin
28c0fee27b
* src/mod_vcard.erl: Bugfix
...
* src/mod_roster.erl: Bugfix
* src/jlib.hrl: Added iq:privacy namespace
* src/mod_irc/mod_irc_connection.erl: Added support for NOTICE and
CODEPAGE commands, better support for QUIT and PART commands
(thanks to Oleg V. Motienko)
SVN Revision: 126
2003-07-21 20:01:22 +00:00
Alexey Shchepin
f05efc0814
* src/ejabberd_service.erl: Proper handling of bad XML
...
* src/mod_muc/mod_muc_room.erl: Append number of participants in
disco replies if requester allowed to see participant list
* src/mod_muc/mod_muc.erl (iq_disco_items): Pass requester JID to
room process
* src/mod_irc/mod_irc_connection.erl: Exit on receiving of
presence or message error
* src/mod_irc/mod_irc_connection.erl (handle_info): Return
"feature not implemented" on iq request with unknown namespace
SVN Revision: 111
2003-05-29 19:07:41 +00:00
Alexey Shchepin
7f9929e1f0
* src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberd
...
SVN Revision: 101
2003-04-28 13:56:58 +00:00
Alexey Shchepin
f3916bddd2
* src/cyrsasl*.erl: SASL support (currently support only PLAIN
...
mechanism)
* src/ejabberd_c2s.erl: Likewise
(all): Support for new-style error elements (except old errors
"Not Acceptable", "Not Found", "Invalid Namespace" and "Server
Connect Failed", so ejabberd may work unstable)
SVN Revision: 86
2003-03-09 20:46:47 +00:00
Alexey Shchepin
d062175ffb
* src/mod_irc/mod_irc_connection.erl: Support for topic changes
...
SVN Revision: 84
2003-02-27 20:09:03 +00:00
Alexey Shchepin
65fb70c11f
* src/mod_irc/mod_irc_connection.erl: /kick support
...
SVN Revision: 83
2003-02-24 20:39:14 +00:00
Alexey Shchepin
499a1117dc
* src/mod_irc/: Added configuration interface
...
* src/mod_configure.erl: Use jabber:iq:data instead of
jabber❌ data
* src/mod_disco.erl: Likewise
SVN Revision: 82
2003-02-23 20:13:39 +00:00
Alexey Shchepin
c18826ad53
* src/mod_offline.erl: Now possible to unload this module
...
* src/ejabberd_sm.erl: Added checks to work correctly when
mod_offline not loaded
* src/ejabberd_c2s.erl: Likewise
* src/mod_register.erl: Added support for users removal
* src/ejabberd_auth.erl: Added function to remove user only if
specified password correct
* src/mod_irc/mod_irc_connection.erl: Fixed bug with changing
availability status, added processing of "QUIT" message
SVN Revision: 80
2003-02-21 19:52:15 +00:00
Alexey Shchepin
8664881c8f
* src/mod_roster.erl: Fixed bug with handling of roster set
...
stanzas that contains CDATA
* src/mod_irc/mod_irc_connection.erl (handle_info/3): Fixed
parsing of string that have "\n" line separators (not "\r\n")
SVN Revision: 79
2003-02-20 17:12:03 +00:00
Alexey Shchepin
b704efd553
* src/mod_irc/: Added support for private chats, nicks changes and
...
error handling
SVN Revision: 78
2003-02-18 20:33:10 +00:00
Alexey Shchepin
17000076ad
*** empty log message ***
...
SVN Revision: 77
2003-02-17 20:01:48 +00:00
Alexey Shchepin
597c935661
* src/mod_irc/: Still not completed...
...
SVN Revision: 76
2003-02-17 19:43:50 +00:00
Alexey Shchepin
1e1f02db98
* src/mod_irc/: Still not completed...
...
SVN Revision: 75
2003-02-17 15:11:27 +00:00
Alexey Shchepin
a28f723243
* src/mod_irc/: New IRC transport (not completed yet)
...
SVN Revision: 74
2003-02-16 20:07:21 +00:00