index
:
github.com/processone/ejabberd.git
1.1.x
2.0.x
2.1.x
master
obsolete_3alpha
sql-auto-update
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_admin_extra.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reload modules when reloading configuration file
Evgeniy Khramtsov
2017-02-22
1
-1
/
+4
*
Fix some dialyzer warnings
Evgeniy Khramtsov
2017-02-16
1
-1
/
+1
*
Change routing API
Evgeniy Khramtsov
2017-02-16
1
-4
/
+5
*
Use crypto:hash/2 function
Peter Lemenkov
2017-02-13
1
-1
/
+1
*
Merge branch 'new_stream'
Evgeniy Khramtsov
2017-01-20
1
-9
/
+17
|
\
|
*
Initial version of new XMPP stream behaviour (for review)
Evgeniy Khramtsov
2016-12-11
1
-9
/
+17
*
|
Fix problem with get_vcard command (#1447)
Badlop
2017-01-06
1
-2
/
+2
*
|
Specify that process_rosteritems command works only with Mnesia storage
Badlop
2017-01-03
1
-1
/
+1
*
|
Update copyright date automatically (#1442)
Badlop
2017-01-02
1
-1
/
+1
*
|
Cleanup ext_mod and fix compilation path
Christophe Romain
2016-12-07
1
-10
/
+7
*
|
Fix compilation of external module with new xmpp lib
Christophe Romain
2016-12-06
1
-2
/
+13
*
|
Remove obsolete remove_node api (use leave_cluster)
Christophe Romain
2016-12-05
1
-14
/
+1
|
/
*
Cleanup admin_extra, add few functions
Christophe Romain
2016-11-30
1
-27
/
+160
*
Fix typo in copyright date
Christophe Romain
2016-11-23
1
-1
/
+1
*
Fix types in check_password_hash
Paweł Chmielowski
2016-11-15
1
-2
/
+2
*
Deprecate most of the functions from jlib.erl
Evgeniy Khramtsov
2016-11-13
1
-1
/
+3
*
Merge branch 'master' into xml-ng
Evgeniy Khramtsov
2016-11-12
1
-51
/
+21
|
\
|
*
Support several groups separated by ; in add_rosteritem command
Badlop
2016-11-04
1
-1
/
+4
|
*
Don't let "send_message" duplicate the message
Holger Weiss
2016-10-10
1
-37
/
+2
|
*
Support sql backend in mod_shared_roster commands (#1244)
Badlop
2016-08-15
1
-4
/
+4
|
*
Fix type convertion bug injected by 4ccc40b (#1229)
16.08
Christophe Romain
2016-08-04
1
-2
/
+2
|
*
Change name of result key for offline count to value
Mickael Remond
2016-07-30
1
-1
/
+1
|
*
Preserve PID for offline sessions
Holger Weiss
2016-07-23
1
-8
/
+11
*
|
Add more tests for privacy lists and blocking command
Evgeniy Khramtsov
2016-10-22
1
-2
/
+4
*
|
Improve namespace handling
Evgeniy Khramtsov
2016-09-24
1
-1
/
+1
*
|
Rewrite several modules to use XML generator
Evgeniy Khramtsov
2016-07-29
1
-125
/
+71
|
/
*
Make modules loading in a dependent order (#1191)
Evgeniy Khramtsov
2016-07-06
1
-1
/
+3
*
push_roster must convert read strings to binaries (#1075)
Badlop
2016-06-08
1
-1
/
+2
*
Ignore offline sessions
Holger Weiss
2016-06-01
1
-4
/
+7
*
Fix set_presence API
Christophe Romain
2016-05-31
1
-10
/
+19
*
Fix check_password
Matthias Rieber
2016-04-10
1
-2
/
+5
*
Tweak srg_get_info result formatting (#1048)
Badlop
2016-04-06
1
-2
/
+1
*
Fix error message paramater formatting
Mickael Remond
2016-04-06
1
-2
/
+2
*
Apply fixes and remove tests for missing methods
Mickael Remond
2016-04-01
1
-17
/
+31
*
Rollback mod_admin_extra
Mickael Remond
2016-04-01
1
-730
/
+145
*
Commands refactor, first pass.
Alexey Shchepin
2016-03-31
1
-145
/
+730
*
Improve ban_account command to work with other DBs than Mnesia (#977)
Badlop
2016-03-21
1
-15
/
+1
*
Don't use jlib:jid_remove_resource
Paweł Chmielowski
2016-03-16
1
-1
/
+1
*
Bare JID in 'from' of Roster Push (RFC 6121 section 2.1.6) in mod_admin_extra
root
2016-03-15
1
-1
/
+1
*
Fix result type of "connected_users_info" command
Holger Weiss
2016-03-14
1
-1
/
+2
*
Mark get_queue_length obsolete, and use count_offline_messages (#970)
Badlop
2016-03-04
1
-1
/
+1
*
Fix example value for rescode return type
Paweł Chmielowski
2016-02-09
1
-8
/
+8
*
More documentation of arguments in mod_admin_extra
Paweł Chmielowski
2016-02-09
1
-16
/
+67
*
Start documenting arguments in mod_admin_extra commands
Paweł Chmielowski
2016-02-09
1
-6
/
+22
*
Switch to Fast XML module
Mickael Remond
2016-02-03
1
-8
/
+8
*
Add a way to get all ejabberd_commands, not only those that was registered
Paweł Chmielowski
2016-01-26
1
-4
/
+4
*
rename timestamp function #917
HAMANO Tsukasa
2016-01-23
1
-1
/
+1
*
Add error handling to send_stanza
Christophe Romain
2016-01-19
1
-8
/
+20
*
Merge pull request #906 from hamano/stats_processes
badlop
2016-01-15
1
-1
/
+2
|
\
|
*
add stats processes command
HAMANO Tsukasa
2016-01-15
1
-1
/
+2
[next]