aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Simplify XEP-0203 (Delayed Delivery) code a bitHolger Weiss2015-05-181-14/+7
| | | | | | | | | | | | | | | Now that XEP-0091 support is removed, the XEP-0203 code can be simplified a little further. This doesn't change the behavior.
* | | Call integer_to_binary using jlib (#554)Christophe Romain2015-05-181-1/+1
| | |
* | | Remove deprecated XEP-0090 Entity Time and 91 Delayed Delivery (EJAB-849)Badlop2015-05-182-42/+6
|/ /
* | fixed erl_prettypr in encode_termMatthias Rieber2015-05-171-1/+2
| |
* | New command get_room_options (#567)Badlop2015-05-153-0/+42
| |
* | Fix indentationHolger Weiss2015-05-151-8/+18
| |
* | Load config snippets for modules installed with ext_mod (EJAB-1741)Paweł Chmielowski2015-05-151-6/+30
| |
* | Export modules_dir/0Paweł Chmielowski2015-05-151-1/+2
|/
* Fix setting 'description' with change_room_option command (#567)Badlop2015-05-121-0/+1
|
* New max_users_presence mod_muc option (thanks to anhcoi123)(#562)Badlop2015-05-081-0/+27
|
* Fix check_password_hash argument parsing (#559)Badlop2015-05-081-1/+1
|
* Try to support access_commands in YAML (ejabberd-contrib#45)Badlop2015-05-071-0/+9
|
* Revert "Add private and roster local handlers (EJAB-682)" due to #556Badlop2015-05-072-6/+0
| | | | This reverts commit 2e194bd997132f4fde5959b54e6bfe269d4de433.
* Don't announce register feature once user is authenticated (#41)Badlop2015-05-072-11/+16
|
* Tag private MUC messages with muc#user namespaceHolger Weiss2015-05-051-1/+4
| | | | | Make it possible for clients to identify private MUC messages. One use case would be to filter out undesired carbon copies of those.
* Simplify internal code of get_last and set_last commandsBadlop2015-05-051-16/+3
|
* Improve get_last command to provide also last activity statusBadlop2015-05-051-4/+4
|
* Fix set_last command to work with recent ejabberd (#555)Badlop2015-05-051-1/+1
|
* Remove duplicated codeEvgeniy Khramtsov2015-04-291-20/+10
|
* Improve module install code, allows better error checkingChristophe Romain2015-04-291-16/+37
|
* New command get_user_roomsBadlop2015-04-291-1/+17
|
* Fix fetching from git@github url and allow compilation from ejabberd sourcesChristophe Romain2015-04-291-3/+14
|
* Merge pull request #547 from weiss/fix-account-jid-discobadlop2015-04-271-12/+12
|\ | | | | Fix service discovery handling for account JIDs
| * mod_disco: Apply minor readability improvementsHolger Weiss2015-04-261-13/+11
| |
| * mod_disco: Omit 'roster_get' call if possibleHolger Weiss2015-04-261-2/+4
| | | | | | | | | | | | As a small optimization, avoid running the 'roster_get' hook in the (common) case where a client requests service discovery information for its own bare JID.
| * Fix service disco handling for bare account JIDsHolger Weiss2015-04-261-3/+3
| | | | | | | | | | | | Don't swap the sending and receiving JIDs while checking whether the client that requested service discovery information for a bare account JID is a subscribed contact.
* | Rely on core routine for handling affiliation changes (thanks to Ben Langfeld)Badlop2015-04-271-12/+2
|/ | | | This ensures that all of the usual stanzas and such go out
* Fix validating function for iqdiscEvgeniy Khramtsov2015-04-231-1/+1
|
* Improve purge_offline filter and speed (#543)Christophe Romain2015-04-221-39/+54
|
* Add private and roster local handlers to get listed in disco#info (EJAB-682)Badlop2015-04-222-0/+6
|
* Allow to modify host when registering account in web (#291)Badlop2015-04-221-6/+7
|
* Add support for publish-only (#30)Christophe Romain2015-04-213-8/+18
|
* Fix typo, oups...Christophe Romain2015-04-211-2/+2
|
* remove deferred Collection shim headerChristophe Romain2015-04-211-7/+2
|
* Owner can subscribe to its node (#454)Christophe Romain2015-04-212-6/+8
|
* Fixed node type (thanks to saczawap) (#435)Christophe Romain2015-04-211-15/+9
|
* PubSub improvementsChristophe Romain2015-04-2127-15227/+7018
| | | | | | | | This commit contains - code cleanup - use of db_type instead of old mod_pubsub_odbc - some minor optimizations - some minor bugfixes
* Merge pull request #540 from weiss/queue-error-stanzaChristophe Romain2015-04-211-24/+15
|\ | | | | Add privacy error stanza to XEP-0198 queue
| * Add privacy error stanza to XEP-0198 queueHolger Weiss2015-04-201-24/+15
| |
* | Fix LDAP substrings filter (EJAB-1715)Evgeniy Khramtsov2015-04-211-4/+2
|/
* Fixed error replying on blocked messagesAlexey Shchepin2015-04-201-15/+21
|
* Remove load_config command because is superseded by reload_config (#532)Badlop2015-04-201-9/+0
|
* Merge pull request #536 from weiss/fail2ban-whitelistEvgeny Khramtsov2015-04-181-14/+25
|\ | | | | Add mod_fail2ban option to whitelist IP addresses
| * mod_fail2ban: Add 'access' option for whitelistingHolger Weiss2015-04-181-14/+25
| | | | | | | | Closes #535.
* | cyrsasl_scram: Return user name with error messageHolger Weiss2015-04-171-1/+1
|/ | | | | Let ejabberd_c2s run the 'c2s_auth_result' hook (which needs the user name) on SCRAM authentication failure.
* ejabberd_s2s_out: Remove Erlang/OTP version checkHolger Weiss2015-04-161-9/+2
| | | | | The version check won't work for Erlang/OTP >= 17; and it's no longer needed, as we don't support versions older than R16 anyway.
* Update get_password_s description with SCRAM return valuesBadlop2015-04-151-2/+2
|
* Revert "Hook on group message"Badlop2015-04-151-2/+0
| | | | This reverts commit b81250d667c846d30499b5284585597a35c96631.
* Merge pull request #426 from hairyhum/masterbadlop2015-04-154-6/+67
|\ | | | | Migration of scram passwords with piefxis (riak and internal only)
| * Hook on group messageFeotov Daniil2015-02-241-0/+2
| |