aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor case code simplification.Badlop2010-01-091-3/+3
| | | | SVN Revision: 2873
* Match Erlang typing documentation, to remove dialyzer warning. Code was ↵Mickaël Rémond2010-01-091-6/+4
| | | | | | working fine however. SVN Revision: 2870
* Attempt to fix dialyzer warning: adhoc.erl:51: Guard test XData::'false' | ↵Mickaël Rémond2010-01-091-4/+5
| | | | | | #xmlel{ns::'jabber:x:data',declared_ns::[{_,_}],attrs::[{_,_,_,_}],children::'undefined' | [{_,_} | {_,_,_,_,_,_}]} =:= 'true' can never succeed SVN Revision: 2869
* Small refactoringMickaël Rémond2010-01-091-8/+5
| | | | SVN Revision: 2867
* An AccessCommand with Access 'all', don't require auth to execute it.Badlop2010-01-093-11/+11
| | | | SVN Revision: 2865
* Fix so script runs correctly when invoked by root (EJAB-1152)Badlop2010-01-051-1/+1
| | | | SVN Revision: 2862
* Improve parsing of ejabberd_sm:get_user_info result.Badlop2010-01-041-1/+4
| | | | SVN Revision: 2857
* add explicit comment on last published items configuration (EJAB-1130)Christophe Romain2010-01-041-1/+2
| | | | SVN Revision: 2855
* Show the last activity time in the user page.Badlop2010-01-031-0/+22
| | | | SVN Revision: 2854
* Command to stop ejabberd informing users, with grace period, and kindly ↵Badlop2010-01-034-1/+86
| | | | | | (EJAB-1112) SVN Revision: 2853
* When ejabberd stops, send stream close to clients (thanks to Alexey ↵Badlop2010-01-032-0/+24
| | | | | | Shchepin)(EJAB-1112) SVN Revision: 2852
* Improve log message when showing lines of config file.Badlop2009-12-301-1/+2
| | | | SVN Revision: 2850
* Kick occupants with reason when room is stopped due to MUC shutdown (EJAB-1149)Badlop2009-12-301-4/+25
| | | | SVN Revision: 2848
* Fix warning about unused variableBadlop2009-12-291-1/+1
| | | | SVN Revision: 2846
* If problem in config file starting ejabberd: display config lines and stop ↵Badlop2009-12-291-8/+57
| | | | | | node (EJAB-1148) SVN Revision: 2844
* Add +export_all to EFLAGS if: make debug=true (thanks to Marcin ↵Badlop2009-12-2913-13/+13
| | | | | | Owsiany)(EJAB-1134) SVN Revision: 2842
* Support also SASL PLAIN auth messages described in RFC4616 (EJAB-1132)Badlop2009-12-291-2/+27
| | | | SVN Revision: 2839
* Disable code of recent commit because some clients can't handle it (EJAB-1058)Badlop2009-12-291-11/+11
| | | | SVN Revision: 2838
* Write in room log when a room is created, destroyed, started, stopped ↵Badlop2009-12-292-1/+21
| | | | | | (EJAB-1144) SVN Revision: 2836
* Send features after negotiating binding and session (EJAB-1058)Badlop2009-12-281-0/+11
| | | | SVN Revision: 2834
* Provide more detailed log message when s2s stream start fails.Badlop2009-12-281-3/+4
| | | | SVN Revision: 2831
* Better use install_fallback when importing a Mnesia backup file.Badlop2009-12-282-8/+38
| | | | SVN Revision: 2829
* Support for arguments in ejabberdctl that are empty strings.Badlop2009-12-281-9/+10
| | | | SVN Revision: 2827
* Add explanation about global Access precendence over vhost Access (EJAB-803)Badlop2009-12-232-1/+9
| | | | SVN Revision: 2824
* Fix error message when register is forbidden by ACL (EJAB-803)Badlop2009-12-231-1/+1
| | | | SVN Revision: 2823
* Improved Polish translation (thanks to Janusz B. Wiśniewski and Zbigniew ↵Badlop2009-12-232-245/+246
| | | | | | Żółkiewski)(EJAB-1138) SVN Revision: 2822
* Recompile all translation filesBadlop2009-12-2325-4852/+4970
| | | | SVN Revision: 2821
* Clarify that 'tls' option is still useful in ejabberd_http for HTTPS.Badlop2009-12-232-0/+2
| | | | SVN Revision: 2819
* Remove the old note about LDAP lack of encryption.Badlop2009-12-212-4/+2
| | | | SVN Revision: 2817
* pep_mapping not working due to Node type mismatch (EJAB-1135)Badlop2009-12-212-2/+2
| | | | SVN Revision: 2815
* Fix EDoc commentBadlop2009-12-211-2/+1
| | | | SVN Revision: 2814
* Fix get_group_opt to return Default value in case of Mnesia error.Badlop2009-12-191-1/+3
| | | | SVN Revision: 2811
* Update branch version name back to 2.1.xBadlop2009-12-175-8/+8
| | | | SVN Revision: 2810
* Prepare 2.1.1 releaseBadlop2009-12-146-8/+55
| | | | SVN Revision: 2808
* Print command's reply and newline only when there's something to print.Badlop2009-12-111-2/+6
| | | | SVN Revision: 2806
* Added to ejabberdctl an experimental variable EJABBERD_BYPASS_WARNINGSBadlop2009-12-112-3/+11
| | | | SVN Revision: 2804
* Add support for serving a Unique Room Name (thanks to Pablo Polvorin)(EJAB-1121)Badlop2009-12-112-0/+23
| | | | SVN Revision: 2802
* Show Last Activity menu item in Webadmin only if vhost has mod_last (EJAB-1031)Badlop2009-12-091-3/+8
| | | | SVN Revision: 2799
* Call in WebAdmin the proper mod_last backend module (EJAB-1031)Badlop2009-12-092-8/+15
| | | | SVN Revision: 2798
* This is ejabberd 2.1.x branch, not 2.1.0 tag.Badlop2009-12-095-9/+9
| | | | SVN Revision: 2796
* Fix erl -setcookie argument in cluster setup (thanks to Jan Koum)Badlop2009-12-091-1/+1
| | | | SVN Revision: 2795
* Apply a forgotten part of the original patch (EJAB-1119)Badlop2009-12-081-5/+4
| | | | SVN Revision: 2792
* Fix memory and port leak when TLS is enabled in HTTP (thanks to Brian ↵Badlop2009-12-071-1/+7
| | | | | | Cully)(EJAB-1119) SVN Revision: 2790
* Fix bug that couldn't connect if starttls_required and zlib were set (EJAB-1118)Badlop2009-12-071-1/+0
| | | | SVN Revision: 2789
* prevent sending duplicated last items if several resources online (EJAB-1116)Christophe Romain2009-12-063-38/+50
| | | | SVN Revision: 2786
* Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)Badlop2009-12-042-2/+2
| | | | SVN Revision: 2784
* Call ejabberd_router:route/3 instead of sending a message (EJAB-1114)Badlop2009-12-044-19/+19
| | | | SVN Revision: 2782
* Small relax the limitation in the mod_pubsub_odbc host option.Badlop2009-12-044-4/+6
| | | | SVN Revision: 2781
* Explain limitation in the mod_pubsub_odbc host option.Badlop2009-12-032-0/+2
| | | | SVN Revision: 2777
* Fix warning of unused variableBadlop2009-12-031-1/+1
| | | | SVN Revision: 2776