aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/mod_pubsub/mod_pubsub.erl: Now possible to subscribe to aAlexey Shchepin2005-05-185-47/+56
| | | | | | | | | | | pubsub node with a JID that includes a resource (thanks to Martijn van Beers) * src/stringprep/uni_parse2.tcl: Bugfix * src/stringprep/stringprep_drv.c: Likewise * src/stringprep/uni_norm.c: Regenerated SVN Revision: 350
* * src/mod_irc/mod_irc_connection.erl: Added support for WHOISAlexey Shchepin2005-05-172-0/+82
| | | | | | requests and reply to USERINFO (thanks to Oleg V. Motienko) SVN Revision: 349
* * src/stringprep/stringprep_drv.c: BugfixAlexey Shchepin2005-05-172-1/+5
| | | | SVN Revision: 348
* * src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-05-158-164/+209
| | | | | | | | | | | | | | | * src/odbc/Makefile.win32: Added (thanks to Sergei Golovan) * src/Makefile.win32: Updated (thanks to Sergei Golovan) * src/jd2ejd.erl: Fixed private xml setting * src/mod_last.erl: Bugfix * src/mod_last_odbc.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Fixed service stopping SVN Revision: 347
* * src/mod_muc/mod_muc_room.erl: Fixed bug with storingAlexey Shchepin2005-05-092-0/+13
| | | | | | | affiliations of invited users in members-only room (thanks to Sergei Golovan) SVN Revision: 346
* * src/ejabberd_c2s.erl: Fixed starttls_required behaviour forAlexey Shchepin2005-05-092-6/+23
| | | | | | legacy connections (thanks to Brian Campbell) SVN Revision: 345
* * src/web/ejabberd_web_admin.erl: Images now specified via CSS,Alexey Shchepin2005-05-082-241/+314
| | | | | | | design slightly updated, added last activity statistics (thanks to Sergei Golovan) SVN Revision: 344
* * src/stringprep/stringprep_drv.c: Added check for bidiAlexey Shchepin2005-05-076-1222/+2847
| | | | | | | | | | * src/stringprep/uni_parse.tcl: Now handle all Unicode code points up to U+10FFFF * src/stringprep/uni_parse2.tcl: Likewise * src/stringprep/uni_data.c: Regenerated * src/stringprep/uni_norm.c: Likewise SVN Revision: 343
* * src/stringprep/uni_norm.c: Regenerated with Unicode 3.2 tablesAlexey Shchepin2005-05-064-1120/+1165
| | | | | | | | | | | as required by RFC3454 * src/stringprep/uni_parse2.tcl: Bugfixes * src/stringprep/stringprep_drv.c: Bugfixes, added hangul composition SVN Revision: 342
* ChangeLog updatedMickaël Rémond2005-05-051-0/+5
| | | | SVN Revision: 341
* Adding missing 0.9 fields in fr.msgMickaël Rémond2005-05-051-11/+29
| | | | SVN Revision: 340
* * src/mod_muc/mod_muc_room.erl: Store ban reasons for outcastAlexey Shchepin2005-05-032-18/+69
| | | | | | items, updated affiliation matching rules to latest JEP-0045 SVN Revision: 339
* * src/mod_muc/mod_muc_room.erl: Updated changing roles andAlexey Shchepin2005-05-022-6/+36
| | | | | | affiliations tables to latest JEP-0045 SVN Revision: 338
* * src/msgs/sw.msg: Renamed to sv.msgAlexey Shchepin2005-05-012-2/+5
| | | | | | * src/msgs/sv.msg: Likewise SVN Revision: 337
* src/msgs/fr.msg: UpdatedMickaël Rémond2005-05-012-177/+181
| | | | SVN Revision: 336
* * src/msgs/pl.msg: Updated (thanks to Andrew Smyk)Alexey Shchepin2005-05-012-142/+144
| | | | SVN Revision: 335
* * contrib/extract_translations/README: Better phrasing (thanks toAlexey Shchepin2005-05-013-5/+13
| | | | | | | | | Sergei Golovan) * contrib/extract_translations/extract_translations.erl: Fix to avoid duplication of lines (thanks to Sergei Golovan) SVN Revision: 334
* * src/msgs/sw.msg: New Swedish translation (thanks to (Magnus Henoch)Alexey Shchepin2005-05-016-43/+626
| | | | | | | | | | * src/msgs/pt.msg: New Portuguese translation (thanks to iceburn) * src/msgs/es.msg: Updated (thanks to Badlop) * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) SVN Revision: 333
* * src/ejabberd_auth_ldap.erl: Added listing of users supportAlexey Shchepin2005-04-273-4/+35
| | | | SVN Revision: 332
* * src/ejabberd_ctl.erl: Better spelling, now prints full fileAlexey Shchepin2005-04-262-31/+70
| | | | | | | paths, fixed checking of mnesia:install_fallback result, now "dump" command dumps only persistent tables SVN Revision: 331
* * contrib/extract_translations/: A tool for extracting ofAlexey Shchepin2005-04-263-0/+215
| | | | | | translation strings from ejabberd code (thanks to Sergei Golovan) SVN Revision: 330
* * src/mod_vcard_ldap.erl: Bugfix (thanks to Mickael Remond)Alexey Shchepin2005-04-262-4/+10
| | | | SVN Revision: 329
* * src/web/ejabberd_web_admin.erl: Added translation to submitAlexey Shchepin2005-04-245-44/+92
| | | | | | | | | | | | | button and "shared roster groups" header (thanks to iceburn and Sergei Golovan) * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) * src/msgs/uk.msg: Likewise * src/mod_muc/mod_muc_room.erl: Minor update to simplify translation (thanks to Sergei Golovan) SVN Revision: 328
* * src/tls/tls_drv.c: Reverted previous patchAlexey Shchepin2005-04-242-2/+6
| | | | SVN Revision: 327
* * doc/guide.tex: Added mod_shared_roster documentationAlexey Shchepin2005-04-224-16/+226
| | | | | | * src/ejabberd.hrl: Updated version SVN Revision: 326
* Changed version ID to version 0.9Mickaël Rémond2005-04-211-1/+1
| | | | SVN Revision: 325
* * src/jd2ejd.erl: BugfixAlexey Shchepin2005-04-212-2/+7
| | | | SVN Revision: 324
* * src/ejabberd_auth.erl: Added check for domain of registered userAlexey Shchepin2005-04-193-4/+22
| | | | | | | | * src/web/ejabberd_web_admin.erl: Fixed user registration via web interface, fixed path to user's offline messages (thanks to Mickael Remond) SVN Revision: 323
* * src/mod_disco.erl: Fixed domain listing when one virtual host isAlexey Shchepin2005-04-192-2/+15
| | | | | | a subdomain of another SVN Revision: 322
* Fixes a bug on the web interface: On user creation screen the user creation ↵Mickaël Rémond2005-04-191-7/+6
| | | | | | was using the function try_register/2 instead of the new one try_register/3; The link to the message queue were also missing the server. SVN Revision: 321
* Backup recommandationMickaël Rémond2005-04-181-2/+5
| | | | SVN Revision: 319
* * doc/guide.tex: UpdatedAlexey Shchepin2005-04-181-35/+106
| | | | SVN Revision: 318
* * doc/guide.tex: UpdatedAlexey Shchepin2005-04-181-6/+3
| | | | SVN Revision: 317
* * src/web/ejabberd_web_admin.erl: Added link to shared roster pageAlexey Shchepin2005-04-182-2/+20
| | | | SVN Revision: 316
* Updated release note: Pgsql support is experimentalMickaël Rémond2005-04-181-1/+13
| | | | SVN Revision: 315
* * src/odbc/ejabberd_odbc.erl: ODBC connection string can beAlexey Shchepin2005-04-183-2/+10
| | | | | | | specified via odbc_server option now * src/ejabberd.cfg.example: Added ODBC usage example SVN Revision: 314
* Fixed date in documentation.Mickaël Rémond2005-04-183-104/+103
| | | | | | Preparing release note for ejabberd 0.9 SVN Revision: 313
* * doc/guide.tex: UpdatedAlexey Shchepin2005-04-183-113/+225
| | | | SVN Revision: 312
* * src/msgs/pl.msg: New Polish translation (thanks to Andrew Smyk)Alexey Shchepin2005-04-182-0/+275
| | | | SVN Revision: 311
* Applied VH patchAlexey Shchepin2005-04-171-15/+15
| | | | SVN Revision: 310
* CleanupAlexey Shchepin2005-04-1712-3874/+16
| | | | SVN Revision: 309
* Merged Process One contribution (Virtual Hosting)tmallard2005-04-171-0/+86
| | | | SVN Revision: 308
* Merged the Process One contributions ( Virtual Hosting )tmallard2005-04-1746-1300/+6467
| | | | SVN Revision: 307
* * src/ejabberd_c2s.erl: Send new id for each new stream inside oneAlexey Shchepin2005-04-094-4/+20
| | | | | | | | | | | | | session (thanks to Maxim Ryazanov) * src/tls/tls_drv.c: Now reads all certificates from certificate file instead of reading only first one (thanks to Karl-Johan Karlsson) * examples/transport-configs/init-scripts/jabber-gg-transport: Fixed typo (thanks to Sander Devrieze) SVN Revision: 305
* * src/ejabberd_c2s.erl: Send new id for each new stream inside oneAlexey Shchepin2005-04-091-2/+5
| | | | | | | | | | | | | session (thanks to Maxim Ryazanov) * src/tls/tls_drv.c: Now reads all certificates from certificate file instead of reading only first one (thanks to Karl-Johan Karlsson) * examples/transport-configs/init-scripts/jabber-gg-transport: Fixed typo (thanks to Sander Devrieze) SVN Revision: 304
* * examples/transport-configs/configs/msn-transport.xml: Fixed typoAlexey Shchepin2005-04-042-1/+6
| | | | | | (thanks to Sander Devrieze) SVN Revision: 303
* * examples/transport-configs/: Updated (thanks to Sander Devrieze)Alexey Shchepin2005-04-0113-0/+974
| | | | SVN Revision: 302
* * examples/transport-configs/: Updated (thanks to Sander Devrieze)Alexey Shchepin2005-04-0112-732/+0
| | | | SVN Revision: 301
* * src/ejabberd_ctl.erl: BugfixAlexey Shchepin2005-03-302-1/+5
| | | | SVN Revision: 300
* * src/mod_muc/mod_muc_room.erl: BugfixAlexey Shchepin2005-03-162-2/+6
| | | | SVN Revision: 299