aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Annotate the srg_create command as changed in 21.07Badlop2021-07-211-0/+1
* TypoPaweł Chmielowski2021-07-201-1/+1
* erlang:phash is deprecated in OTP 24, let's use phash2Badlop2021-07-162-5/+5
* With the recent changes it seems mod_mix supports 0.14.1 (#3634)Badlop2021-07-151-1/+1
* Merge pull request #3634 from lnjX/mix-identity-conf-mixbadlop2021-07-151-1/+1
|\
| * mod_mix: Use disco identity conference/mixLinus Jahn2021-06-271-1/+1
* | Allow multicast hook registering by hostPaweł Chmielowski2021-07-141-2/+2
* | Provide proper error message when create_room fails with invalid_serviceBadlop2021-07-131-0/+2
* | Fix spec: xmpp:set_from_to/3 allows undefined as second argumentBadlop2021-07-131-1/+1
* | Fix previous commit to pass all testsPaweł Chmielowski2021-07-132-9/+9
* | Use multicast routing for more packets generated by mucPaweł Chmielowski2021-07-133-42/+153
* | Update documentation: mod_muc ram_db_type supports SQL since 17.04 (#3632)Badlop2021-07-081-3/+2
* | After create_room, store in DB if it's persistent (#3632)Badlop2021-07-081-1/+10
* | Correctly strip only other bcc addresses i.e. bcc receiver should still be ab...Emmet McPoland2021-07-071-2/+17
* | Show messages with next configuration steps when installing a moduleBadlop2021-07-061-0/+19
* | Merge pull request #3566 from Robbilie/feature/mqtt-shared-roster-groups-plac...badlop2021-07-062-0/+18
|\ \
| * | allow shared roster group placeholder in mqtt topicRobert Schuh2021-04-082-0/+18
* | | Yet another dialyzer warning fixPaweł Chmielowski2021-06-281-1/+1
* | | Fix dialyzer warningPaweł Chmielowski2021-06-281-1/+1
* | | Add send_timeout option to listenerPaweł Chmielowski2021-06-281-2/+5
* | | Try to limit serial access when checking api permissionsPaweł Chmielowski2021-06-281-33/+35
| |/ |/|
* | Add support for rebar3 to "make rel"Badlop2021-06-251-0/+4
* | mod_push_keepalive: Fix 'resume_timeout' docsHolger Weiss2021-06-251-2/+2
* | Merge pull request #3622 from pouriya/fix-ws-typosbadlop2021-06-142-40/+40
|\ \
| * | ref: fix WS typosPouriya Jahanbakhsh2021-06-122-40/+40
* | | Fix reverse order of items when using <before/> in Pubsub with RSM (#3621)Badlop2021-06-141-2/+2
|/ /
* | Return proper index when using after of before in PubSub with RSM (#3618)Badlop2021-06-081-10/+13
* | Fix index attribute when getting last page from PubSub with RSM (#3618)Badlop2021-06-081-1/+1
* | Support for simple limiting the number of items in PubSub with RSM (#3618)Badlop2021-06-081-0/+2
* | mod_muc_room: Don't leak owner JIDs (#3615)Holger Weiß2021-05-281-12/+0
* | Align numbers in WebAdmin tables to the rightBadlop2021-05-191-14/+40
* | Show uptime date in WebAdmin, it's easier to understand that uptime secondsBadlop2021-05-191-0/+15
* | Show mnesia table memory in bytes, not in wordsBadlop2021-05-191-2/+4
* | New simple webadmin pages to view mnesia tables information and contentBadlop2021-05-171-3/+100
* | Use G macro name for tag, as T overlapped T from translationBadlop2021-05-171-8/+8
* | Update documentation references for import_prosody and export2sqlBadlop2021-05-141-3/+5
* | Apply improvement from 29462f005 to delete/2, and fix delete/3 (#3564)Badlop2021-05-142-6/+11
* | When exporting for SQLite, use its specific escape options (#2576)Badlop2021-05-142-3/+10
* | Tell io_lib:print to not care about line length, to avoid newlines in SQL exportBadlop2021-05-141-1/+1
* | Update econf:vcard() to generate correct vcard_temp recordPaweł Chmielowski2021-05-121-31/+36
* | Minor fixes for new_sql_schema support in SQLite (#3303)Badlop2021-05-111-1/+5
* | Document that update_sql command only supports postgresql (#3439)Badlop2021-05-111-1/+2
* | Don't add ejabberd version in API page either, following 3e4ebfae7Badlop2021-05-111-1/+1
* | Cast as boolean when exporting privacy_list_data to PostgreSQL (#1773)Badlop2021-05-101-0/+17
* | Document that sql_ssl can be used with MySQL tooBadlop2021-05-051-1/+1
* | Use the new 'note' field to annotate changes in 20.01..21.03Badlop2021-05-055-1/+14
* | New 'note' field in commands and options documentationBadlop2021-05-052-2/+13
* | Fix invalid_encoding error when using extended plane characters in vcard.Paweł Chmielowski2021-04-291-2/+2
* | Display extender error message in ejabberdctlPaweł Chmielowski2021-04-221-2/+2
* | delete cache after performing change to be sure that in cache will be up to d...Jindrich Sarson2021-04-171-3/+3