Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/ejabberd_s2s_out.erl: Bugfix | Alexey Shchepin | 2007-12-14 | 2 | -2/+6 |
| | | | | SVN Revision: 1069 | ||||
* | pubsub presence handler bugfix | Christophe Romain | 2007-12-12 | 4 | -97/+69 |
| | | | | SVN Revision: 1068 | ||||
* | * src/msgs/it.msg: Updated (thanks to Luca Brivio) | Badlop | 2007-12-12 | 2 | -7/+61 |
| | | | | SVN Revision: 1067 | ||||
* | first patch to mssql quety, still one patch to be done | Christophe Romain | 2007-12-11 | 1 | -1/+9 |
| | | | | SVN Revision: 1066 | ||||
* | pubsub notification broadcast bugfix | Christophe Romain | 2007-12-11 | 4 | -168/+169 |
| | | | | SVN Revision: 1065 | ||||
* | * src/msgs/tr.msg: New translation (thanks to Doruk Fisek) | Badlop | 2007-12-11 | 3 | -20/+425 |
| | | | | | | * src/msgs/zh.msg: Updated (thanks to Shelley Shyan) SVN Revision: 1064 | ||||
* | * src/msgs/ja.msg: Updated (thanks to Tsukasa Hamano) | Badlop | 2007-12-10 | 2 | -6/+72 |
| | | | | SVN Revision: 1063 | ||||
* | * doc/guide.tex: Small improvement in mod_shared_roster | Badlop | 2007-12-10 | 2 | -1/+9 |
| | | | | SVN Revision: 1062 | ||||
* | * src/mod_irc/mod_irc.erl: Bugfix in ACL check (thanks to Sergei | Badlop | 2007-12-10 | 2 | -2/+7 |
| | | | | | | Golovan) SVN Revision: 1061 | ||||
* | auto-create pe node bugfix | Christophe Romain | 2007-12-10 | 2 | -23/+18 |
| | | | | SVN Revision: 1060 | ||||
* | return back to good location for database upgrade call | Christophe Romain | 2007-12-10 | 1 | -1/+1 |
| | | | | SVN Revision: 1059 | ||||
* | pubsub database upgrade bugfix | Christophe Romain | 2007-12-10 | 2 | -4/+8 |
| | | | | SVN Revision: 1058 | ||||
* | * src/web/ejabberd_http.erl: Fixed URL decoding code (EJAB-450) | Mickaël Rémond | 2007-12-09 | 2 | -13/+8 |
| | | | | SVN Revision: 1057 | ||||
* | * src/msg/fr.msg: Added missing space. | Mickaël Rémond | 2007-12-09 | 2 | -1/+5 |
| | | | | SVN Revision: 1056 | ||||
* | * src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov) | Badlop | 2007-12-09 | 2 | -84/+84 |
| | | | | SVN Revision: 1055 | ||||
* | * src/msgs/ja.msg: New translation (thanks to Tsukasa Hamano) | Badlop | 2007-12-08 | 3 | -18/+370 |
| | | | | | | * src/msgs/nl.msg: Updated (thanks to Andreas from Unstable.nl) SVN Revision: 1054 | ||||
* | * src/ejabberd_config.erl: Report human-readable message when | Badlop | 2007-12-08 | 2 | -1/+19 |
| | | | | | | Mnesia spool files are not readable. SVN Revision: 1053 | ||||
* | * src/ejabberd_s2s_out.erl: Increase dialback timeout as dialback can | Mickaël Rémond | 2007-12-08 | 2 | -4/+11 |
| | | | | | | sometimes take longer than expected. SVN Revision: 1052 | ||||
* | pubsub disco_sm_items bugfix | Christophe Romain | 2007-12-08 | 2 | -6/+10 |
| | | | | SVN Revision: 1051 | ||||
* | * src/ejabberd_sm.erl: Bugfix | Alexey Shchepin | 2007-12-07 | 2 | -25/+30 |
| | | | | SVN Revision: 1050 | ||||
* | * src/Makefile.in: Fix compilation warnings: Part 5: To fix a | Badlop | 2007-12-07 | 2 | -1/+7 |
| | | | | | | | | warning about behaviour undefined, the erlang module that implements the behaviour must be compiled before the module that uses such behaviour (EJAB-290) SVN Revision: 1049 | ||||
* | * src/eldap/eldap.erl: Fix compilation warnings: Part 4 (EJAB-290) | Badlop | 2007-12-07 | 3 | -145/+105 |
| | | | | | | * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1048 | ||||
* | * src/mod_irc/iconv.erl: Fix compilation warnings: 3 (EJAB-290) | Badlop | 2007-12-07 | 8 | -77/+85 |
| | | | | | | | | | | | * 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 | ||||
* | * src/mod_caps.erl: Fix compilation warnings: Part 2 (EJAB-290) | Badlop | 2007-12-07 | 8 | -74/+82 |
| | | | | | | | | | | | * src/mod_configure.erl: * src/mod_configure2.erl: * src/mod_offline_odbc.erl: * src/mod_shared_roster.erl: * src/mod_stats.erl: * src/mod_version.erl: SVN Revision: 1046 | ||||
* | * src/cyrsasl.erl: Fix compilation warnings: Part 1 (EJAB-290) | Badlop | 2007-12-06 | 9 | -126/+137 |
| | | | | | | | | | | | | * src/ejabberd_auth_odbc.erl: Likewise * src/ejabberd_config.erl: Likewise * src/ejabberd_hooks.erl: Likewise * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd_sm.erl: Likewise * src/idna.erl: Likewise * src/jd2ejd.erl: Likewise SVN Revision: 1045 | ||||
* | * src/acl.erl and other 64 files: Remove Erlang module attribute | Badlop | 2007-12-06 | 66 | -67/+5 |
| | | | | | | | 'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440) SVN Revision: 1044 | ||||
* | * src/ejabberdctl.cfg.example: Explain that each connection uses | Badlop | 2007-12-06 | 2 | -3/+6 |
| | | | | | | two or three ports (thanks to Max Loparyev) SVN Revision: 1043 | ||||
* | * src/configure: Regenerated | Badlop | 2007-12-06 | 7 | -3335/+2258 |
| | | | | | | | | | | | * doc/dev.html: Likewise * doc/features.html: Likewise * doc/guide.html: Likewise * doc/version.tex: Likewise * doc/introduction.tex: Updated number of translated languages SVN Revision: 1042 | ||||
* | * src/web/ejabberd_web_admin.erl: Support more native acl_type on | Badlop | 2007-12-06 | 2 | -1/+43 |
| | | | | | | web interface (EJAB-253) SVN Revision: 1041 | ||||
* | * src/ejabberd_c2s.erl: Increase the timeout of open socket | Badlop | 2007-12-06 | 2 | -1/+5 |
| | | | | | | | without authentication to 60 seconds because many Jabber clients are not yet capable of handling this correctly (EJAB-355) SVN Revision: 1040 | ||||
* | * src/Makefile.in: Allow compilation with HiPE, disabled by | Badlop | 2007-12-06 | 1 | -1/+4 |
| | | | | | | | | | default, undocumented and unrecommended because it is experimental and doesn't seem to provide meaningful gains currently (thanks to Samuel Tardieu) (EJAB-412) * src/configure.ac: Likewise SVN Revision: 1039 | ||||
* | * src/Makefile.in: Allow compilation with HiPE (EJAB-412) | Badlop | 2007-12-06 | 3 | -0/+16 |
| | | | | | | * src/configure.ac: Likewise SVN Revision: 1038 | ||||
* | * src/msgs/cs.msg: Updated (thanks to Lukáš Polívka alias | Badlop | 2007-12-06 | 2 | -105/+140 |
| | | | | | | Spike411) SVN Revision: 1037 | ||||
* | * src/mod_muc/mod_muc.erl: Catch creation of table | Badlop | 2007-12-06 | 2 | -4/+5 |
| | | | | | | | muc_online_users: it may be already created by other mod_muc instance SVN Revision: 1036 | ||||
* | * doc/Makefile: Remove bashism (now really committed) | Badlop | 2007-12-06 | 1 | -1/+2 |
| | | | | SVN Revision: 1035 | ||||
* | * doc/Makefile: Remove bashism | Badlop | 2007-12-06 | 2 | -0/+32 |
| | | | | | | | * doc/guide.tex: Document how to change computer hostname (EJAB-320) SVN Revision: 1034 | ||||
* | * src/web/ejabberd_http.erl: Change loglevel for http | Badlop | 2007-12-06 | 3 | -5/+9 |
| | | | | | | | queries (EJAB-363) * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1033 | ||||
* | * doc/guide.tex: Add mod_caps and improve mod_pubsub documentation | Badlop | 2007-12-06 | 3 | -29/+22 |
| | | | | | | * src/ejabberd.cfg.example: Added mod_caps enabled by default SVN Revision: 1032 | ||||
* | enable pep by default and add pubsub plugin examples | Christophe Romain | 2007-12-06 | 7 | -8/+41 |
| | | | | SVN Revision: 1031 | ||||
* | * doc/guide.tex: Document the Debug Console (EJAB-395) | Badlop | 2007-12-06 | 2 | -2/+19 |
| | | | | SVN Revision: 1030 | ||||
* | * src/ejabberdctl.template: The parameter 'kernel inetrc' is used | Badlop | 2007-12-05 | 2 | -2/+6 |
| | | | | | | | even with -sname to guarantee the same behaviour that when using -name (EJAB-317) SVN Revision: 1029 | ||||
* | * doc/guide.tex: Improvements in sections: Start, Creating Initial | Badlop | 2007-12-05 | 2 | -143/+188 |
| | | | | | | | Account, Module Overview, Managing an ejabberd server, and Debugging SVN Revision: 1028 | ||||
* | * doc/guide.tex: Added explanations about epmd, cookie and node | Badlop | 2007-12-05 | 2 | -6/+83 |
| | | | | | | name (EJAB-251) SVN Revision: 1027 | ||||
* | * src/msgs/zh.msg: Updated (thanks to Shelley Shyan) | Badlop | 2007-12-05 | 2 | -46/+72 |
| | | | | SVN Revision: 1026 | ||||
* | * src/mod_muc/mod_muc_room.erl: Rephrase the invitation sentence | Badlop | 2007-12-05 | 3 | -5/+9 |
| | | | | | | to make more natural SVN Revision: 1025 | ||||
* | * src/msgs/es.msg: Updated | Badlop | 2007-12-05 | 2 | -22/+48 |
| | | | | SVN Revision: 1024 | ||||
* | * src/ejabberd.hrl: Set more proper version number | Badlop | 2007-12-05 | 2 | -1/+3 |
| | | | | SVN Revision: 1023 | ||||
* | * contrib/extract_translations/extract_translations.erl: Don't | Badlop | 2007-12-04 | 2 | -2/+10 |
| | | | | | | report [] to be translated. Identify unusued strings. SVN Revision: 1022 | ||||
* | * .gitignore: Removed (EJAB-441) | Badlop | 2007-12-04 | 3 | -19/+3 |
| | | | | | | * src/.cvsignore: Likewise SVN Revision: 1021 | ||||
* | * src/mod_pubsub/mod_pubsub.erl: Fixed URI. | Badlop | 2007-12-04 | 2 | -2/+2 |
| | | | | SVN Revision: 1020 |