| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cast as boolean when exporting privacy_list_data to PostgreSQL (#1773) | Badlop | 2021-05-10 | 1 | -0/+17 |
* | Document that sql_ssl can be used with MySQL too | Badlop | 2021-05-05 | 1 | -1/+1 |
* | Use the new 'note' field to annotate changes in 20.01..21.03 | Badlop | 2021-05-05 | 5 | -1/+14 |
* | New 'note' field in commands and options documentation | Badlop | 2021-05-05 | 2 | -2/+13 |
* | Fix invalid_encoding error when using extended plane characters in vcard. | Paweł Chmielowski | 2021-04-29 | 1 | -2/+2 |
* | Display extender error message in ejabberdctl | Paweł Chmielowski | 2021-04-22 | 1 | -2/+2 |
* | delete cache after performing change to be sure that in cache will be up to d... | Jindrich Sarson | 2021-04-17 | 1 | -3/+3 |
* | update srg_create API to use label parameter instead of name | Jindrich Sarson | 2021-04-17 | 1 | -3/+4 |
* | Fix dialyzer warnings | Paweł Chmielowski | 2021-04-16 | 1 | -4/+9 |
* | Fix syntax not recognized by older erlang | Paweł Chmielowski | 2021-04-16 | 1 | -2/+3 |
* | Improve database and caching in mod_shared_roster | Paweł Chmielowski | 2021-04-16 | 1 | -165/+170 |
* | Use proper source for cache options in mod_shared_roster | Paweł Chmielowski | 2021-04-16 | 1 | -3/+3 |
* | Reconfigure cache in mod_shared_roster when options change | Paweł Chmielowski | 2021-04-16 | 1 | -1/+3 |
* | Major changes in ejabberdctl help output (#3569) | Badlop | 2021-04-15 | 1 | -68/+153 |
* | Change tag name because there's already a command called "stats" | Badlop | 2021-04-15 | 3 | -7/+7 |
* | Get the arguments definition from the record (#3569) | Badlop | 2021-04-15 | 1 | -2/+1 |
* | Copy a change from include file available since OTP 17.0 | Badlop | 2021-04-15 | 1 | -1/+2 |
* | When using OTP 24.0, use the new 'application' record definition (#3568) | Badlop | 2021-04-14 | 1 | -0/+35 |
* | mod_push: Handle MUC/Sub events correctly | Holger Weiss | 2021-04-08 | 1 | -6/+13 |
* | Merge pull request #3558 from fdie/fix_node_get_state_return_value | badlop | 2021-03-29 | 1 | -2/+3 |
|\ |
|
| * | fix gen_pubsub_node:get_state return value | fdie | 2021-03-25 | 1 | -2/+3 |
* | | Revert "Add ejabberd version number to man pages" | Badlop | 2021-03-26 | 1 | -4/+3 |
|/ |
|
* | When unregistering XMPP account close its MQTT sessions (#3426) | Badlop | 2021-03-19 | 3 | -8/+31 |
* | Improve wording of sql_pool_size option documentation (#2541) | Badlop | 2021-03-19 | 1 | -2/+2 |
* | When occupant is banned, remove his subscriptions too (#2451) | Badlop | 2021-03-18 | 1 | -1/+5 |
* | Document that send_stanza_c2s requires an existing sender C2S session | Badlop | 2021-03-18 | 1 | -1/+3 |
* | Revert "Close pgsql ports on ejabberd_sql process termination (#2541)" | Badlop | 2021-03-18 | 1 | -1/+0 |
* | Don't fail on PEP unsubscribe | Holger Weiss | 2021-03-16 | 2 | -2/+2 |
* | Generate enabled_backends in ejabberd.app instead of configure (#3549) | Badlop | 2021-03-15 | 1 | -1/+3 |
* | Close pgsql ports on ejabberd_sql process termination (#2541) | Badlop | 2021-03-09 | 1 | -0/+1 |
* | Update FORM_TYPE from captcha to register (#3045) | Badlop | 2021-03-09 | 1 | -2/+13 |
* | If stanza is type error, allow it passing (#3290) | Badlop | 2021-03-09 | 1 | -1/+2 |
* | New command get_user_subscriptions (#3403) | Badlop | 2021-03-09 | 1 | -1/+27 |