aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow storing non-composing x:events in offlinePaweł Chmielowski2021-08-041-0/+10
* mod_pubsub: Fix check_opt_range/3 specHolger Weiss2021-08-021-1/+2
* Use the most specific tag for ejabberd commands with several onesBadlop2021-07-302-13/+13
* Show tags and definer module in generated API document when it's a gen_modBadlop2021-07-301-4/+18
* Show definer module in "ejabberdctl help" when it's a gen_modBadlop2021-07-301-1/+11
* Store who defines a command, specially when defined by ejabberd modulesBadlop2021-07-308-8/+12
* PubSub: Use configured 'max_items' by defaultHolger Weiss2021-07-281-1/+1
* mod_push: Fix handling of MUC/Sub messagesHolger Weiss2021-07-281-4/+5
* Add missing fields from config inside mod_muc_admin:change_optionsPaweł Chmielowski2021-07-231-0/+3
* 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