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
/
jlib.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to Fast XML module
Mickael Remond
2016-02-03
1
-27
/
+27
*
rename timestamp function #917
HAMANO Tsukasa
2016-01-23
1
-3
/
+15
*
Update copyright to 2016 (#901)
Badlop
2016-01-13
1
-1
/
+1
*
Use built-in nif for integer_to_binary/binary_to_integer
Paweł Chmielowski
2015-12-22
1
-4
/
+4
*
mod_offline: Support discarding chat states
Holger Weiss
2015-11-26
1
-0
/
+21
*
Make JID related functions from jlib.erl deprecated
Evgeniy Khramtsov
2015-11-24
1
-0
/
+12
*
Move JID related functions to jid.erl (#847)
Evgeniy Khramtsov
2015-11-24
1
-138
/
+27
*
Faster string_to_jid/1 implementation
Paweł Chmielowski
2015-11-03
1
-32
/
+48
*
Add split_jid/1
Mickael Remond
2015-08-04
1
-1
/
+8
*
Document protocol support (EJABS-1620)
Badlop
2015-05-21
1
-0
/
+4
*
Fix function specification
Holger Weiss
2015-05-20
1
-2
/
+2
*
Simplify XEP-0203 (Delayed Delivery) code a bit
Holger Weiss
2015-05-18
1
-14
/
+7
*
Remove deprecated XEP-0090 Entity Time and 91 Delayed Delivery (EJAB-849)
Badlop
2015-05-18
1
-16
/
+5
*
Remove hack with binary to integer conversion
Evgeniy Khramtsov
2015-04-08
1
-4
/
+2
*
Fix lite.sql and convert binary to integer
Sergey Abramyan
2015-03-27
1
-2
/
+4
*
Add compatibility macros for deprecated types (thanks to Alexey)
Christophe Romain
2015-02-23
1
-1
/
+2
*
Fix a few function specifications
Holger Weiss
2015-01-23
1
-5
/
+6
*
Increment number of seconds on timestamp overflow
Holger Weiss
2015-01-21
1
-8
/
+9
*
Don't match integer() against float() value
Holger Weiss
2015-01-21
1
-1
/
+1
*
Fix overflow in XEP-0203 delay: if microseconds exceeded 999499, *** was put ...
Nathan Bruning
2015-01-21
1
-1
/
+5
*
Update copyright dates to 2015 (EJAB-1733)
Badlop
2015-01-08
1
-1
/
+1
*
Let jlib use "B" instead of "w" to format integers
Holger Weiss
2014-12-12
1
-8
/
+8
*
Add fractions of seconds to <delay/> timestamps
Holger Weiss
2014-12-11
1
-9
/
+14
*
Improve interface for adding timestamps
Holger Weiss
2014-12-07
1
-31
/
+77
*
Accept trailing whitespace in Base64 strings
Holger Weiss
2014-10-25
1
-1
/
+6
*
Revert "Fix IQ XML generation."
Evgeniy Khramtsov
2014-07-05
1
-11
/
+3
*
Fix IQ XML generation.
Jerome Sautret
2014-07-04
1
-3
/
+11
*
Merge remote-tracking branch 'processone/master' into xep-0198
Holger Weiss
2014-05-06
1
-5
/
+4
|
\
|
*
Merge pull request #146 from jamielinux/master
badlop
2014-04-11
1
-4
/
+3
|
|
\
|
|
*
Update FSF address
Jamie Nguyen
2014-02-22
1
-4
/
+3
|
*
|
Update copyright dates to 2014 (EJAB-1679)
Badlop
2014-03-13
1
-1
/
+1
|
|
/
*
|
Support XEP-0198 session resumption
Holger Weiss
2014-03-19
1
-0
/
+16
*
|
Add initial XEP-0198 support (EJAB-532)
Holger Weiss
2014-03-12
1
-1
/
+16
|
/
*
improve pubsub odbc use of i2l
Christophe Romain
2013-07-04
1
-5
/
+19
*
Switch to rebar build tool
Evgeniy Khramtsov
2013-06-13
1
-1
/
+3
*
Accumulated patch to binarize and indent code
Badlop
2013-03-14
1
-542
/
+614
*
Update copyright dates
Alexey Shchepin
2013-01-24
1
-1
/
+1
*
Update copyright dates
Alexey Shchepin
2012-02-23
1
-1
/
+1
*
update copyright up to 2011
Christophe Romain
2011-02-14
1
-1
/
+1
*
Make jlib:ip_to_list safe to use
Alexey Shchepin
2010-12-20
1
-1
/
+3
*
Support negative part-hour TZ values (thanks to Alexander Zhukov)(EJAB-1301)
Badlop
2010-11-29
1
-1
/
+3
*
Fix crash in ejabberd_c2s when blacklist hook returned true (thanks to Jonas ...
Badlop
2010-11-02
1
-0
/
+3
*
Workaround for Psi's wrong Type in form submission
Badlop
2010-10-25
1
-0
/
+2
*
Check privacy of incoming IQ stanzas (EJAB-1320)
Badlop
2010-10-16
1
-0
/
+2
*
avoid 'invalid' value in #iq{} record
Evgeniy Khramtsov
2010-02-02
1
-4
/
+2
*
iq_query_info/1 now returns 'invalid' if XMLNS is invalid
Evgeniy Khramtsov
2010-02-02
1
-9
/
+13
*
Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)
Badlop
2010-01-12
1
-1
/
+1
*
Add XEP82 Date Time, update XEP202 Entity Time and XEP203 Delayed Delivery (E...
Badlop
2009-06-30
1
-3
/
+36
*
* src/jlib.erl: Fix recursive call to speedup base64
Badlop
2009-04-27
1
-3
/
+3
*
* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)
Badlop
2009-01-12
1
-2
/
+2
[next]