| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the most specific tag for ejabberd commands with several ones | Badlop | 2021-07-30 | 2 | -13/+13 |
* | Show tags and definer module in generated API document when it's a gen_mod | Badlop | 2021-07-30 | 1 | -4/+18 |
* | Show definer module in "ejabberdctl help" when it's a gen_mod | Badlop | 2021-07-30 | 1 | -1/+11 |
* | Store who defines a command, specially when defined by ejabberd modules | Badlop | 2021-07-30 | 8 | -8/+12 |
* | PubSub: Use configured 'max_items' by default | Holger Weiss | 2021-07-28 | 1 | -1/+1 |
* | mod_push: Fix handling of MUC/Sub messages | Holger Weiss | 2021-07-28 | 1 | -4/+5 |
* | Add missing fields from config inside mod_muc_admin:change_options | Paweł Chmielowski | 2021-07-23 | 1 | -0/+3 |
* | Annotate the srg_create command as changed in 21.07 | Badlop | 2021-07-21 | 1 | -0/+1 |
* | Typo | Paweł Chmielowski | 2021-07-20 | 1 | -1/+1 |
* | erlang:phash is deprecated in OTP 24, let's use phash2 | Badlop | 2021-07-16 | 2 | -5/+5 |
* | With the recent changes it seems mod_mix supports 0.14.1 (#3634) | Badlop | 2021-07-15 | 1 | -1/+1 |
* | Merge pull request #3634 from lnjX/mix-identity-conf-mix | badlop | 2021-07-15 | 1 | -1/+1 |
|\ |
|
| * | mod_mix: Use disco identity conference/mix | Linus Jahn | 2021-06-27 | 1 | -1/+1 |
* | | Allow multicast hook registering by host | Paweł Chmielowski | 2021-07-14 | 1 | -2/+2 |
* | | Provide proper error message when create_room fails with invalid_service | Badlop | 2021-07-13 | 1 | -0/+2 |
* | | Fix spec: xmpp:set_from_to/3 allows undefined as second argument | Badlop | 2021-07-13 | 1 | -1/+1 |
* | | Fix previous commit to pass all tests | Paweł Chmielowski | 2021-07-13 | 2 | -9/+9 |
* | | Use multicast routing for more packets generated by muc | Paweł Chmielowski | 2021-07-13 | 3 | -42/+153 |
* | | Update documentation: mod_muc ram_db_type supports SQL since 17.04 (#3632) | Badlop | 2021-07-08 | 1 | -3/+2 |
* | | After create_room, store in DB if it's persistent (#3632) | Badlop | 2021-07-08 | 1 | -1/+10 |
* | | Correctly strip only other bcc addresses i.e. bcc receiver should still be ab... | Emmet McPoland | 2021-07-07 | 1 | -2/+17 |
* | | Show messages with next configuration steps when installing a module | Badlop | 2021-07-06 | 1 | -0/+19 |
* | | Merge pull request #3566 from Robbilie/feature/mqtt-shared-roster-groups-plac... | badlop | 2021-07-06 | 2 | -0/+18 |
|\ \ |
|
| * | | allow shared roster group placeholder in mqtt topic | Robert Schuh | 2021-04-08 | 2 | -0/+18 |
* | | | Yet another dialyzer warning fix | Paweł Chmielowski | 2021-06-28 | 1 | -1/+1 |
* | | | Fix dialyzer warning | Paweł Chmielowski | 2021-06-28 | 1 | -1/+1 |
* | | | Add send_timeout option to listener | Paweł Chmielowski | 2021-06-28 | 1 | -2/+5 |
* | | | Try to limit serial access when checking api permissions | Paweł Chmielowski | 2021-06-28 | 1 | -33/+35 |
| |/
|/| |
|
* | | Add support for rebar3 to "make rel" | Badlop | 2021-06-25 | 1 | -0/+4 |
* | | mod_push_keepalive: Fix 'resume_timeout' docs | Holger Weiss | 2021-06-25 | 1 | -2/+2 |
* | | Merge pull request #3622 from pouriya/fix-ws-typos | badlop | 2021-06-14 | 2 | -40/+40 |
|\ \ |
|
| * | | ref: fix WS typos | Pouriya Jahanbakhsh | 2021-06-12 | 2 | -40/+40 |
* | | | Fix reverse order of items when using <before/> in Pubsub with RSM (#3621) | Badlop | 2021-06-14 | 1 | -2/+2 |
|/ / |
|
* | | Return proper index when using after of before in PubSub with RSM (#3618) | Badlop | 2021-06-08 | 1 | -10/+13 |
* | | Fix index attribute when getting last page from PubSub with RSM (#3618) | Badlop | 2021-06-08 | 1 | -1/+1 |
* | | Support for simple limiting the number of items in PubSub with RSM (#3618) | Badlop | 2021-06-08 | 1 | -0/+2 |
* | | mod_muc_room: Don't leak owner JIDs (#3615) | Holger Weiß | 2021-05-28 | 1 | -12/+0 |
* | | Align numbers in WebAdmin tables to the right | Badlop | 2021-05-19 | 1 | -14/+40 |
* | | Show uptime date in WebAdmin, it's easier to understand that uptime seconds | Badlop | 2021-05-19 | 1 | -0/+15 |
* | | Show mnesia table memory in bytes, not in words | Badlop | 2021-05-19 | 1 | -2/+4 |
* | | New simple webadmin pages to view mnesia tables information and content | Badlop | 2021-05-17 | 1 | -3/+100 |
* | | Use G macro name for tag, as T overlapped T from translation | Badlop | 2021-05-17 | 1 | -8/+8 |
* | | Update documentation references for import_prosody and export2sql | Badlop | 2021-05-14 | 1 | -3/+5 |
* | | Apply improvement from 29462f005 to delete/2, and fix delete/3 (#3564) | Badlop | 2021-05-14 | 2 | -6/+11 |
* | | When exporting for SQLite, use its specific escape options (#2576) | Badlop | 2021-05-14 | 2 | -3/+10 |
* | | Tell io_lib:print to not care about line length, to avoid newlines in SQL export | Badlop | 2021-05-14 | 1 | -1/+1 |
* | | Update econf:vcard() to generate correct vcard_temp record | Paweł Chmielowski | 2021-05-12 | 1 | -31/+36 |
* | | Minor fixes for new_sql_schema support in SQLite (#3303) | Badlop | 2021-05-11 | 1 | -1/+5 |
* | | Document that update_sql command only supports postgresql (#3439) | Badlop | 2021-05-11 | 1 | -1/+2 |
* | | Don't add ejabberd version in API page either, following 3e4ebfae7 | Badlop | 2021-05-11 | 1 | -1/+1 |