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_stream_mgmt.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update newest copyright year to 2021 (#3464)
Badlop
2021-01-27
1
-1
/
+1
*
Use include_lib() to include headers from dependencies (#3369)
Stu Tomlinson
2020-09-03
1
-2
/
+2
*
mod_stream_mgmt: Don't kill new PID on resumption
Holger Weiss
2020-06-01
1
-35
/
+51
*
Resending unacked stanzas should send even archived msgs if mod_offline is en...
Paweł Chmielowski
2020-04-16
1
-14
/
+16
*
Make resumed sessions try to deliver possibly queued messages to new session
Paweł Chmielowski
2020-04-07
1
-2
/
+17
*
Fix potential message loss in terminating c2s sessions
Paweł Chmielowski
2020-04-01
1
-6
/
+9
*
Update copyright to 2020 (#3149)
Badlop
2020-01-28
1
-1
/
+1
*
mod_stream_mgmt: Don't crash on disabled ACK timer
Holger Weiss
2020-01-14
1
-5
/
+11
*
Generate ejabberd.yml.5 man page from source code directly
Evgeny Khramtsov
2020-01-08
1
-0
/
+80
*
Correctly handle unicode in log messages
Evgeny Khramtsov
2019-09-23
1
-18
/
+18
*
Don't use close/2: set stop_reason explicitly
Evgeny Khramtsov
2019-08-08
1
-2
/
+3
*
Report connection error before waiting for resumption
Evgeny Khramtsov
2019-08-06
1
-11
/
+22
*
Also catch 'shutdown' exit reason
Evgeny Khramtsov
2019-07-30
1
-0
/
+2
*
Improve pattern matching
Evgeny Khramtsov
2019-07-30
1
-1
/
+1
*
Fix race condition when deleting c2s session record
Evgeny Khramtsov
2019-07-30
1
-1
/
+2
*
Fix previous commit
Evgeny Khramtsov
2019-07-30
1
-2
/
+2
*
Correctly report resume timeout
Evgeny Khramtsov
2019-07-30
1
-2
/
+3
*
Fix default value of resume_timeout
Evgeny Khramtsov
2019-07-25
1
-1
/
+1
*
mod_stream_mgmt: Allow flexible timeout format
Holger Weiss
2019-07-23
1
-5
/
+8
*
Ignore late arrival of an already cancelled timer
Evgeny Khramtsov
2019-07-08
1
-0
/
+6
*
Avoid last handled stanzas cache to grow indefinitely
Evgeny Khramtsov
2019-07-01
1
-3
/
+7
*
Avoid using broad p1_queue:queue() type wherever possible
Evgeny Khramtsov
2019-06-28
1
-1
/
+2
*
Fix type specs
Evgeny Khramtsov
2019-06-27
1
-1
/
+1
*
Make sure queue bouncing doesn't yield into infinite recursion
Evgeny Khramtsov
2019-06-26
1
-11
/
+2
*
Use proper loglevel to log resumption failures
Evgeny Khramtsov
2019-06-25
1
-16
/
+47
*
Don't propagate downstream already handled message
Evgeny Khramtsov
2019-06-25
1
-1
/
+1
*
Make logging messages more consistent
Evgeny Khramtsov
2019-06-24
1
-1
/
+1
*
Improve extraction of translated strings
Evgeny Khramtsov
2019-06-22
1
-17
/
+18
*
Get rid of "well-known" type
Evgeny Khramtsov
2019-06-15
1
-2
/
+2
*
Use new configuration validator
Evgeny Khramtsov
2019-06-14
1
-54
/
+20
*
mod_stream_mgmt: Drop unused code
Holger Weiss
2019-05-29
1
-25
/
+13
*
Add mod_offline option for fetching data from mam instead of from spool table
Paweł Chmielowski
2019-04-26
1
-13
/
+25
*
Replace code using p1_time_compat wrapper with native functions
Paweł Chmielowski
2019-02-27
1
-1
/
+1
*
Update copyright to 2019 (#2756)
Badlop
2019-01-08
1
-1
/
+1
*
Apply new cache options on mod_stream_mgmt reload
Evgeny Khramtsov
2018-11-30
1
-1
/
+2
*
Keep last handled stanzas number in cache rather than session table
Evgeny Khramtsov
2018-11-30
1
-26
/
+49
*
Move some functions from xmpp back into ejabberd
Holger Weiss
2018-10-25
1
-1
/
+1
*
Switch more log message to warning level
Evgeny Khramtsov
2018-09-19
1
-2
/
+2
*
Move cancel_timer/1 function into 'misc' module
Holger Weiss
2018-07-17
1
-13
/
+2
*
mod_stream_mgmt: Remove dead case clauses
Holger Weiss
2018-07-10
1
-6
/
+0
*
mod_stream_mgmt: Add descriptive text to errors
Holger Weiss
2018-07-10
1
-2
/
+7
*
Don't crash on most common gen_server:call errors
Evgeniy Khramtsov
2018-07-01
1
-0
/
+2
*
Don't use 'unsupported-version' inside SM <failed/> element
Evgeniy Khramtsov
2018-06-25
1
-4
/
+9
*
Get rid of ejabberd.hrl header
Evgeniy Khramtsov
2018-06-14
1
-1
/
+0
*
mod_push_keepalive: Reset timeout on messages only
Holger Weiss
2018-04-17
1
-3
/
+18
*
mod_stream_mgmt: Clean up on timed out resumption
Holger Weiss
2018-03-06
1
-0
/
+2
*
Don't forget to remove mgmt_force_enqueue flag
Evgeniy Khramtsov
2018-03-06
1
-1
/
+3
*
mod_stream_mgmt: Cope with exit during resumption
Holger Weiss
2018-02-24
1
-0
/
+2
*
Move some log messages to debug level
Evgeniy Khramtsov
2018-02-21
1
-6
/
+6
*
Replace ?MYLANG with connection's language wherever possible
Evgeniy Khramtsov
2018-02-19
1
-2
/
+2
[next]