Badlop
|
75ca3d8975
|
Minor case code simplification.
SVN Revision: 2873
|
2010-01-09 18:39:17 +00:00 |
|
Mickaël Rémond
|
b431a9099e
|
jlib:make_jid/3 does not exist anymore. I think I replaced it correctly by exmpp_jid:make/3
SVN Revision: 2872
|
2010-01-09 16:44:33 +00:00 |
|
Mickaël Rémond
|
7ed6614ad4
|
Added a comment to improve code as suggested by Dialyzer.
SVN Revision: 2871
|
2010-01-09 16:38:07 +00:00 |
|
Mickaël Rémond
|
4fba4db32f
|
Match Erlang typing documentation, to remove dialyzer warning. Code was working fine however.
SVN Revision: 2870
|
2010-01-09 16:31:45 +00:00 |
|
Mickaël Rémond
|
a0554183c5
|
Attempt to fix dialyzer warning: adhoc.erl:51: Guard test XData::'false' | #xmlel{ns::'jabber❌data',declared_ns::[{_,_}],attrs::[{_,_,_,_}],children::'undefined' | [{_,_} | {_,_,_,_,_,_}]} =:= 'true' can never succeed
SVN Revision: 2869
|
2010-01-09 16:18:59 +00:00 |
|
Mickaël Rémond
|
b1ad7ad0ba
|
Fix typo in comment.
SVN Revision: 2868
|
2010-01-09 15:19:48 +00:00 |
|
Mickaël Rémond
|
0537eea929
|
Small refactoring
SVN Revision: 2867
|
2010-01-09 15:15:46 +00:00 |
|
Badlop
|
cfc9089e51
|
An AccessCommand with Access 'all', don't require auth to execute it.
SVN Revision: 2866
|
2010-01-09 00:48:03 +00:00 |
|
Badlop
|
bb926f8f87
|
Remove doc/api directory because its content is now in doc/devdoc.
SVN Revision: 2864
|
2010-01-07 20:13:03 +00:00 |
|
Badlop
|
c2f242b4a6
|
Fix so script runs correctly when invoked by root (EJAB-1152)
SVN Revision: 2863
|
2010-01-05 20:31:19 +00:00 |
|
Badlop
|
3f1c8f98ed
|
Show the last activity time in the user page.
SVN Revision: 2861
|
2010-01-04 20:39:01 +00:00 |
|
Badlop
|
7a3ce2e81a
|
Command to stop ejabberd informing users, with grace period, and kindly (EJAB-1112)
SVN Revision: 2860
|
2010-01-04 20:35:47 +00:00 |
|
Badlop
|
8c0cc95a55
|
When ejabberd stops, send stream close to clients (thanks to Alexey Shchepin)(EJAB-1112)
SVN Revision: 2859
|
2010-01-04 20:32:44 +00:00 |
|
Badlop
|
38dfef923c
|
Improve parsing of ejabberd_sm:get_user_info result.
SVN Revision: 2858
|
2010-01-04 19:03:36 +00:00 |
|
Christophe Romain
|
89bceb959a
|
add explicit comment on last published items configuration (EJAB-1130)
SVN Revision: 2856
|
2010-01-04 11:50:08 +00:00 |
|
Badlop
|
8deb2b57af
|
Improve log message when showing lines of config file.
SVN Revision: 2851
|
2009-12-30 01:39:02 +00:00 |
|
Badlop
|
60915a7f21
|
Kick occupants with reason when room is stopped due to MUC shutdown (EJAB-1149)
SVN Revision: 2849
|
2009-12-30 01:29:02 +00:00 |
|
Badlop
|
69869f0446
|
Fix warning about unused variable
SVN Revision: 2847
|
2009-12-29 23:13:15 +00:00 |
|
Badlop
|
1eb2b1f047
|
If problem in config file starting ejabberd: display config lines and stop node (EJAB-1148)
SVN Revision: 2845
|
2009-12-29 22:49:16 +00:00 |
|
Badlop
|
a89b400c04
|
Add +export_all to EFLAGS if: make debug=true (thanks to Marcin Owsiany)(EJAB-1134)
SVN Revision: 2843
|
2009-12-29 19:15:59 +00:00 |
|
Badlop
|
6f3aeead07
|
Support also SASL PLAIN auth messages described in RFC4616 (EJAB-1132)
SVN Revision: 2841
|
2009-12-29 18:45:02 +00:00 |
|
Badlop
|
3da20486c1
|
Disable code of recent commit because some clients can't handle it (EJAB-1058)
SVN Revision: 2840
|
2009-12-29 18:44:48 +00:00 |
|
Badlop
|
d911cd1124
|
Write in room log when a room is created, destroyed, started, stopped (EJAB-1144)
SVN Revision: 2837
|
2009-12-29 14:44:12 +00:00 |
|
Badlop
|
a7bd529dac
|
Send features after negotiating binding and session (EJAB-1058)
SVN Revision: 2835
|
2009-12-28 20:10:18 +00:00 |
|
Badlop
|
857c87499a
|
Fix bug of unbound variable Attrs in the previous commit.
SVN Revision: 2833
|
2009-12-28 18:47:14 +00:00 |
|
Badlop
|
381dff1afc
|
Provide more detailed log message when s2s stream start fails.
SVN Revision: 2832
|
2009-12-28 15:31:18 +00:00 |
|
Badlop
|
378a6b2ff2
|
Better use install_fallback when importing a Mnesia backup file.
SVN Revision: 2830
|
2009-12-28 12:44:07 +00:00 |
|
Badlop
|
5b782ad5a1
|
Support for arguments in ejabberdctl that are empty strings.
SVN Revision: 2828
|
2009-12-28 11:46:22 +00:00 |
|
Badlop
|
93ed18c2e2
|
Add explanation about global Access precendence over vhost Access (EJAB-803)
SVN Revision: 2826
|
2009-12-23 16:09:47 +00:00 |
|
Badlop
|
95e96cc346
|
Fix error message when register is forbidden by ACL (EJAB-803)
SVN Revision: 2825
|
2009-12-23 16:09:33 +00:00 |
|
Badlop
|
0e2cd7a8d0
|
Clarify that 'tls' option is still useful in ejabberd_http for HTTPS.
SVN Revision: 2820
|
2009-12-23 09:05:02 +00:00 |
|
Badlop
|
332b474a9e
|
Remove the old note about LDAP lack of encryption.
SVN Revision: 2818
|
2009-12-21 16:11:18 +00:00 |
|
Badlop
|
7434234c27
|
pep_mapping not working due to Node type mismatch (EJAB-1135)
SVN Revision: 2816
|
2009-12-21 15:20:27 +00:00 |
|
Badlop
|
848e72bcab
|
Fix EDoc comment
SVN Revision: 2813
|
2009-12-21 14:31:10 +00:00 |
|
Badlop
|
eb26edf5f5
|
Fix get_group_opt to return Default value in case of Mnesia error.
SVN Revision: 2812
|
2009-12-19 00:19:26 +00:00 |
|
Badlop
|
440299656f
|
Print command's reply and newline only when there's something to print.
SVN Revision: 2807
|
2009-12-11 20:08:06 +00:00 |
|
Badlop
|
4ac69edfe7
|
Added to ejabberdctl an experimental variable EJABBERD_BYPASS_WARNINGS
SVN Revision: 2805
|
2009-12-11 19:43:57 +00:00 |
|
Badlop
|
9ccdcfc849
|
Add support for serving a Unique Room Name (thanks to Pablo Polvorin)(EJAB-1121)
SVN Revision: 2803
|
2009-12-11 12:32:40 +00:00 |
|
Badlop
|
514d5aab14
|
Show Last Activity menu item in Webadmin only if vhost has mod_last (EJAB-1031)
SVN Revision: 2801
|
2009-12-09 17:48:03 +00:00 |
|
Badlop
|
2a09bdad13
|
Call in WebAdmin the proper mod_last backend module (EJAB-1031)
SVN Revision: 2800
|
2009-12-09 17:47:50 +00:00 |
|
Badlop
|
dfa966a576
|
Fix erl -setcookie argument in cluster setup (thanks to Jan Koum)
SVN Revision: 2797
|
2009-12-09 10:09:57 +00:00 |
|
Pablo Polvorin
|
573ff2564b
|
Remove usage of #jid record introduced in 2787.
Replace explicit references to #jid with exmpp_jid API calls.
SVN Revision: 2794
|
2009-12-08 18:59:00 +00:00 |
|
Badlop
|
929022bc0f
|
Apply a forgotten part of the original patch (EJAB-1119)
SVN Revision: 2793
|
2009-12-08 17:33:30 +00:00 |
|
Badlop
|
21a36819b0
|
Fix memory and port leak when TLS is enabled in HTTP (thanks to Brian Cully)(EJAB-1119)
SVN Revision: 2791
|
2009-12-07 17:34:52 +00:00 |
|
Badlop
|
efd99f5b28
|
Add notices about MIT license and copyright to escobar_hiliter.erl
SVN Revision: 2788
|
2009-12-07 15:50:08 +00:00 |
|
Christophe Romain
|
913684e5a5
|
prevent sending duplicated last items if several resources online (EJAB-1116)
SVN Revision: 2787
|
2009-12-06 23:21:03 +00:00 |
|
Badlop
|
40e06b55c0
|
Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)
SVN Revision: 2785
|
2009-12-04 18:36:07 +00:00 |
|
Badlop
|
182f4b008b
|
Call ejabberd_router:route/3 instead of sending a message (EJAB-1114)
SVN Revision: 2783
|
2009-12-04 16:32:20 +00:00 |
|
Badlop
|
c3df4f3eb0
|
Small relax the limitation in the mod_pubsub_odbc host option.
SVN Revision: 2780
|
2009-12-04 16:07:43 +00:00 |
|
Badlop
|
2c1b8b0930
|
Merge from 2.1.x 2498: added mod_pubsub_odbc documentation
SVN Revision: 2779
|
2009-12-03 22:58:49 +00:00 |
|