summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/ejabberd_zlib/Makefile.win32: CompileBadlop2007-12-1710-79/+52
| | | | | | | | | | | | | | | | all erl files found in the directory, so it isn't needed to provide an explicit list of target files * src/eldap/Makefile.win32: Likewise * src/mod_irc/Makefile.win32: Likewise * src/mod_muc/Makefile.win32: Likewise * src/mod_proxy65/Makefile.win32: Likewise * src/mod_pubsub/Makefile.win32: Likewise * src/odbc/Makefile.win32: Likewise * src/stringprep/Makefile.win32: Likewise * src/tls/Makefile.win32: Likewise * src/web/Makefile.win32: Likewise SVN Revision: 1076
* * src/ejabberd_zlib/Makefile.in: Compile all erl files found inBadlop2007-12-1711-149/+96
| | | | | | | | | | | | | | | | | the directory, so it isn't needed to provide an explicit list of target files * src/eldap/Makefile.in: Likewise * src/mod_irc/Makefile.in: Likewise * src/mod_muc/Makefile.in: Likewise * src/mod_proxy65/Makefile.in: Likewise * src/mod_pubsub/Makefile.in: Likewise * src/odbc/Makefile.in: Likewise * src/pam/Makefile.in: Likewise * src/stringprep/Makefile.in: Likewise * src/tls/Makefile.in: Likewise * src/web/Makefile.in: Likewise SVN Revision: 1075
* mssql specific issue bugfixChristophe Romain2007-12-171-4/+3
| | | | SVN Revision: 1074
* * doc/guide.tex: Remove 'ssl' option from documentation andBadlop2007-12-173-7/+12
| | | | | | | | | | | | configuration load (EJAB-461) * src/ejabberd_listener.erl: Likewise * src/msgs/cs.msg: Small typo (thanks to Lukas Polivka alias Spike411) * src/ejabberd.cfg.example: Small change in order of options SVN Revision: 1073
* * src/mod_irc/iconv.erl: Changed order of handle_infoBadlop2007-12-153-11/+4
| | | | | | | | | | clause (EJAB-290) * src/stringprep/stringprep.erl: Likesise * src/eldap/eldap.erl: Removed handle_sync_event clause because it is never called (EJAB-290) SVN Revision: 1072
* * src/mod_irc/mod_irc.erl: No need to translate copyright noticeBadlop2007-12-1526-151/+129
| | | | | | | | | | | | | | * src/mod_muc/mod_muc.erl: Likewise * src/mod_proxy65/mod_proxy65_service.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/msgs/*.msg: Likewise * contrib/extract_translations/prepare-translation.sh: Bugfix SVN Revision: 1071
* * src/msgs/*: Unified file format: First line is SVN IdBadlop2007-12-1419-518/+315
| | | | | | | | | | | | | | | | | | | tag. Second is Language name. Next lines are authors, adding the new ones on top. Each string must be in a single line (to facilitate the automatic removal of unused strings). Last four lines report file format for Emacs and Vim. * contrib/extract_translations/prepare-translation.sh: New features: extract all translations, include explanation for translators in the file, remove unused strings from file, include unused strings in a section for reference, provide information about current translation and number of missing strings, compress the files to a zip * contrib/extract_translations/extract_translations.erl: Reverted to the original version SVN Revision: 1070
* * src/ejabberd_s2s_out.erl: BugfixAlexey Shchepin2007-12-141-2/+2
| | | | SVN Revision: 1069
* pubsub presence handler bugfixChristophe Romain2007-12-123-97/+64
| | | | SVN Revision: 1068
* * src/msgs/it.msg: Updated (thanks to Luca Brivio)Badlop2007-12-121-7/+57
| | | | SVN Revision: 1067
* first patch to mssql quety, still one patch to be doneChristophe Romain2007-12-111-1/+9
| | | | SVN Revision: 1066
* pubsub notification broadcast bugfixChristophe Romain2007-12-113-166/+161
| | | | SVN Revision: 1065
* * src/msgs/tr.msg: New translation (thanks to Doruk Fisek)Badlop2007-12-112-20/+419
| | | | | | * src/msgs/zh.msg: Updated (thanks to Shelley Shyan) SVN Revision: 1064
* * src/msgs/ja.msg: Updated (thanks to Tsukasa Hamano)Badlop2007-12-101-6/+70
| | | | SVN Revision: 1063
* * src/mod_irc/mod_irc.erl: Bugfix in ACL check (thanks to SergeiBadlop2007-12-101-1/+1
| | | | | | Golovan) SVN Revision: 1061
* auto-create pe node bugfixChristophe Romain2007-12-101-23/+17
| | | | SVN Revision: 1060
* return back to good location for database upgrade callChristophe Romain2007-12-101-1/+1
| | | | SVN Revision: 1059
* pubsub database upgrade bugfixChristophe Romain2007-12-101-4/+4
| | | | SVN Revision: 1058
* * src/web/ejabberd_http.erl: Fixed URL decoding code (EJAB-450)Mickaël Rémond2007-12-091-13/+6
| | | | SVN Revision: 1057
* * src/msg/fr.msg: Added missing space.Mickaël Rémond2007-12-091-1/+1
| | | | SVN Revision: 1056
* * src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov)Badlop2007-12-091-84/+80
| | | | SVN Revision: 1055
* * src/msgs/ja.msg: New translation (thanks to Tsukasa Hamano)Badlop2007-12-082-18/+366
| | | | | | * src/msgs/nl.msg: Updated (thanks to Andreas from Unstable.nl) SVN Revision: 1054
* * src/ejabberd_config.erl: Report human-readable message whenBadlop2007-12-081-1/+14
| | | | | | Mnesia spool files are not readable. SVN Revision: 1053
* * src/ejabberd_s2s_out.erl: Increase dialback timeout as dialback canMickaël Rémond2007-12-081-3/+6
| | | | | | sometimes take longer than expected. SVN Revision: 1052
* pubsub disco_sm_items bugfixChristophe Romain2007-12-081-6/+5
| | | | SVN Revision: 1051
* * src/ejabberd_sm.erl: BugfixAlexey Shchepin2007-12-071-1/+2
| | | | SVN Revision: 1050
* * src/Makefile.in: Fix compilation warnings: Part 5: To fix aBadlop2007-12-071-1/+2
| | | | | | | | 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)Badlop2007-12-072-145/+102
| | | | | | * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1048
* * src/mod_irc/iconv.erl: Fix compilation warnings: 3 (EJAB-290)Badlop2007-12-077-71/+71
| | | | | | | | | | | * 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)Badlop2007-12-077-74/+74
| | | | | | | | | | | * 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)Badlop2007-12-068-126/+126
| | | | | | | | | | | | * 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 attributeBadlop2007-12-0665-67/+1
| | | | | | | '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 usesBadlop2007-12-061-3/+3
| | | | | | two or three ports (thanks to Max Loparyev) SVN Revision: 1043
* * src/configure: RegeneratedBadlop2007-12-061-1/+28
| | | | | | | | | | | * 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 onBadlop2007-12-061-1/+40
| | | | | | web interface (EJAB-253) SVN Revision: 1041
* * src/ejabberd_c2s.erl: Increase the timeout of open socketBadlop2007-12-061-1/+1
| | | | | | | 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 (EJAB-412)Badlop2007-12-062-0/+13
| | | | | | * src/configure.ac: Likewise SVN Revision: 1038
* * src/msgs/cs.msg: Updated (thanks to Lukáš Polívka aliasBadlop2007-12-061-105/+137
| | | | | | Spike411) SVN Revision: 1037
* * src/mod_muc/mod_muc.erl: Catch creation of tableBadlop2007-12-061-4/+1
| | | | | | | muc_online_users: it may be already created by other mod_muc instance SVN Revision: 1036
* * src/web/ejabberd_http.erl: Change loglevel for httpBadlop2007-12-062-5/+5
| | | | | | | queries (EJAB-363) * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1033
* * doc/guide.tex: Add mod_caps and improve mod_pubsub documentationBadlop2007-12-061-1/+5
| | | | | | * src/ejabberd.cfg.example: Added mod_caps enabled by default SVN Revision: 1032
* enable pep by default and add pubsub plugin examplesChristophe Romain2007-12-064-5/+15
| | | | SVN Revision: 1031
* * src/ejabberdctl.template: The parameter 'kernel inetrc' is usedBadlop2007-12-051-2/+2
| | | | | | | even with -sname to guarantee the same behaviour that when using -name (EJAB-317) SVN Revision: 1029
* * src/msgs/zh.msg: Updated (thanks to Shelley Shyan)Badlop2007-12-051-46/+70
| | | | SVN Revision: 1026
* * src/mod_muc/mod_muc_room.erl: Rephrase the invitation sentenceBadlop2007-12-052-5/+6
| | | | | | to make more natural SVN Revision: 1025
* * src/msgs/es.msg: UpdatedBadlop2007-12-051-22/+46
| | | | SVN Revision: 1024
* * src/ejabberd.hrl: Set more proper version numberBadlop2007-12-051-1/+1
| | | | SVN Revision: 1023
* * .gitignore: Removed (EJAB-441)Badlop2007-12-041-1/+0
| | | | | | * src/.cvsignore: Likewise SVN Revision: 1021
* * src/mod_pubsub/mod_pubsub.erl: Fixed URI.Badlop2007-12-041-1/+1
| | | | SVN Revision: 1020
* * src/mod_pubsub/mod_pubsub.erl: Bugfix: don't report the JabberBadlop2007-12-041-5/+2
| | | | | | server as a pubsub service. SVN Revision: 1019