Commit Graph

614 Commits

Author SHA1 Message Date
Holger Weiss 4320c9c898 mod_log_chat/README.txt: Reflect the move to Git 2014-05-28 22:11:23 +02:00
Holger Weiss b019764868 mod_log_chat/README.txt: Fix typos 2014-05-28 22:11:11 +02:00
badlop a10d580021 Merge pull request #35 from weiss/add-mod-message-log
Add mod_message_log module
2014-05-28 13:46:54 +02:00
Holger Weiss 79151528d9 Convert README to Markdown
Use Markdown syntax for the README file, so that a certain popular Git
hosting site renders it nicely.
2014-05-27 21:22:42 +02:00
Holger Weiss 471b1e41e3 README.txt: Apply minor (wording) improvements 2014-05-27 21:15:28 +02:00
Holger Weiss 97b4735da0 Update README.txt to reflect the move to Git 2014-05-27 21:11:23 +02:00
Holger Weiss dc30f205fe Add mod_message_log module
This module writes a line for each sent or received message stanza to a
log file.
2014-05-27 00:57:06 +02:00
Badlop c1debbd48b mod_xmlrpc was superseded by ejabberd_xmlrpc, and that is included with ejabberd 13.12 (#34) 2014-05-21 18:51:09 +02:00
Badlop ab0220ae1d Update kick_session to work with ejabberd master 2014-05-07 18:44:48 +02:00
badlop 40459ec650 Merge pull request #32 from scrogson/remove_ejabberd_xmlrpc
Remove ejabberd_xmlrpc
2014-05-05 11:39:17 +02:00
badlop 3c7f583a0e Merge pull request #33 from pyromania/master
Update mod_log_chat so it works with Ejabberd 13.12
2014-05-05 10:43:49 +02:00
pyromania 9c2a2c44e1 Fix mod_log_chat so it works with Ejabberd 13.12. 2014-05-04 22:42:13 -05:00
pyromania f4963a26e7 Include lager in the build dependencies. 2014-05-04 22:41:16 -05:00
Sonny Scroggin 8945540dc9 ejabberd_xmlrpc is now included with ejabberd 13.12 2014-05-02 17:12:54 -05:00
Sonny Scroggin 3a61f008ac Binary conversions 2014-05-02 15:01:36 -05:00
badlop ea1025879d Merge pull request #27 from weiss/fix-s2s-log
Fix mod_s2s_log to work with ejabberd 13.12
2014-04-10 12:50:25 +02:00
badlop 52878eaff2 Merge pull request #28 from weiss/fix-muc-online-rooms
Fix "muc_online_rooms" output
2014-04-10 12:49:35 +02:00
Holger Weiss 33dfbf1ef6 mod_muc_admin: Fix "muc_online_rooms" output
Don't split the components of room JIDs in the "muc_online_rooms"
output.
2014-04-09 23:30:03 +02:00
Holger Weiss 3ba48bac80 mod_s2s_log: Update gen_mod:get_opt() call
Adjust the gen_mod:get_opt() call to work with current ejabberd
versions.
2014-04-09 23:14:33 +02:00
Holger Weiss 3f68bb65b9 mod_s2s_log: Remove ?DEBUG() calls
Current ejabberd versions support two different logging frameworks that
require different build options.  There's currently no easy way to deal
with this for external modules, so let's omit the ?DEBUG() calls for the
moment.
2014-04-09 23:12:53 +02:00
badlop cf60eef409 Merge pull request #25 from scrogson/more_binary_conversions
[WIP] More binary conversions
2014-04-09 18:11:59 +02:00
badlop b49f5f9adf Merge pull request #26 from runcom/refactor_mod_webpresence
Refactor mod_webpresence to work with binary plus icons
2014-04-09 18:11:03 +02:00
Antonio Murdaca 1a17e97873 Refactor mod_webpresence to work with binary plus icons 2014-04-09 12:11:25 +02:00
Badlop 09775d41db Some updates to work a little more with ejaberd 13 binaryzation 2014-04-03 17:45:23 +02:00
Sonny Scroggin b77645eecc More binary conversions 2014-04-02 07:21:25 -05:00
Badlop f7c243ab4f Update add_roster_item and get_roster to ejabberd 13 2014-04-02 11:23:04 +02:00
badlop 341c8531be Merge pull request #23 from scrogson/fix_roster_commands
Fixes add_rosteritem, delete_rosteritem, and get_roster
2014-03-25 20:06:49 +01:00
Badlop a8fba1ca30 Fix get_vcard and set_vcard when using option module_resource (issue #21) 2014-03-25 18:17:14 +01:00
Sonny Scroggin 73c553be75 Fix add_rosteritem, delete_rosteritem, and get_roster 2014-03-25 11:15:53 -05:00
badlop c8dfced84c Merge pull request #20 from scrogson/master
Fix mod_rest allowed_ips option to work with new yaml config.
2014-03-24 19:04:41 +01:00
Badlop 911eb5b199 Update get_vcard and set_vcard to ejabberd 13 (fixes issue #21) 2014-03-24 19:01:43 +01:00
Sonny Scroggin 73e6b7ed22 Add support for using yaml config file.
When converting to use the yaml config, the option for `allowed_ips`
gets stored as a binary. But needs to be compared against the client ip
of the request (which is a tuple). This converts the list of binaries
into a list of ip tuples.
2014-03-18 11:36:57 -05:00
Sonny Scroggin 9a30d2d022 Clean up. 2014-03-18 11:36:56 -05:00
Sonny Scroggin b194fd5c99 Just return the value if it exists, otherwise return the default.
The guard here caused the ‘EXIT’ clause to be triggered in
`ejabberd_config:prepare_opt_val/4` on line 573 of
`ejabberd_config.erl`.
2014-03-18 11:36:56 -05:00
badlop 1ae6491e75 Merge pull request #18 from rahulgautam/master
mod_admin_extra: for support in ejabberd-v13.x
2014-03-18 10:37:27 +01:00
Rahul Gautam bcf5fb4d64 mod_admin_extra: for support in ejabberd-v13.x changed args from string to binary : all changes tested with ejabberdv13.12 2014-03-18 13:31:31 +05:30
badlop 66d414d3a4 Merge pull request #17 from scrogson/master
Binary conversions for mod_muc_admin
2014-03-16 20:55:12 +01:00
Badlop b3d422af15 Fix command change_password (fixes #16) 2014-03-16 20:49:01 +01:00
Sonny Scroggin 017cc725bb Binary conversions for mod_muc_admin 2014-03-14 20:32:53 -05:00
Sonny Scroggin 84d50e974e Ignore .beam files 2014-03-14 11:47:54 -05:00
Badlop 2492bc46d0 Handle error when requesting information of a non-existing shared roster (fixes #14) 2014-03-05 12:12:47 +01:00
Badlop 036076d373 Update mod_multicast to allow compile 2014-03-04 17:06:30 +01:00
Badlop 18c9d87206 Update create_room to work with ejabberd master 2014-03-04 17:03:56 +01:00
Badlop d98d55e1f7 Use Lager when compiling mod_rest, and include minimum in this repository (fixes #13) 2014-03-03 16:55:44 +01:00
Badlop 429f3e2ced Fixes srg_* commands (fixes #147) 2014-03-03 12:31:17 +01:00
Badlop 977f043a6a Fix srg_create when calling ejabberd_regexp (fixes issue #12) 2014-02-28 18:38:40 +01:00
badlop 9180e814bc Merge pull request #11 from scrogson/master
Update include paths for mod_muc_admin
2014-01-16 03:07:41 -08:00
Sonny Scroggin 2d20f1847c Update include paths for mod_muc_admin 2014-01-15 12:20:08 -06:00
Badlop 525e071422 Example ejabberd_xmlrpc config for ejabberd 13 in YAML (thanks to Vicis) 2014-01-02 16:20:33 +01:00
Badlop 4f1aa9a0a4 Update gen_mod.erl to ejabberd master 2013-11-12 20:12:50 +01:00