Kim Alvefur
43531740f9
util: Prefix module imports with prosody namespace
2023-03-17 16:23:16 +01:00
Matthew Wild
120e01f162
util.jid: Simplify boolean logic in conditionals
2022-10-11 13:35:09 +01:00
Matthew Wild
6ae850c963
util.jid: Remove redundant check from split() (micro-optimization?)
2022-10-11 13:33:19 +01:00
Kim Alvefur
6619b204e3
doap: Update XEP versions for which no code changes appear needed
...
XEP-0004: Partial forms are handled
XEP-0045: We're already strict with GC 1.0
XEP-0060: Change in semantics wrt 'pubsub#type', but not in code
XEP-0115: No protocol change
XEP-0138: Specification moved to Obsolete
XEP-0163: Editorial only change
XEP-0215: Minor schema change
XEP-0280: Editorial change
XEP-0297: Had the wrong version number
XEP-0106: Note missing piece for version 1.1
XEP-0313: Editorial change
XEP-0363: Editorial clarification, no code change required
XEP-0380: Registry additions, no code change needed
XEP-0384: Not directly supported, only here because people will ask otherwise
XEP-0445: Broken out of XEP-0401
2022-08-08 20:33:44 +02:00
Kim Alvefur
cced954ac3
util.jid: Explicitly check for nil rather than falsy
...
A boolean false should blow up.
2022-01-15 16:25:25 +01:00
Kim Alvefur
b37e985f48
util.jid: Fix special escaping of '\' per XEP-0106
...
From XEP-0106 §2. Requirements:
> in certain circumstances, the escaping character itself ("\") might
> also be escaped
Later in §4.2 Address Transformation Algorithm it is stated that the
backslash would only be escaped if it forms an escape sequence. Thus
'\foo' is unaltered but '\20' must be escaped into '\5c20'.
Thanks to lovetox and jonas’ for brining up.
2020-08-28 18:44:02 +02:00
Kim Alvefur
31d6d1a42b
util.jid: Add a 'strict' flag for jidprep calls
2019-09-09 22:15:04 +02:00
Kim Alvefur
dae66b0b3f
util.jid: Add missing semicolon
2018-09-21 14:23:21 +02:00
Kim Alvefur
43b814a83b
vairious: Add annotation when an empty environment is set [luacheck]
2018-02-28 20:06:26 +01:00
Kim Alvefur
77cb2879ff
mod_carbons: Make the conditions for ignoring MUC PMs more specific ( fixes #744 )
2016-09-23 14:03:37 +02:00
Kim Alvefur
07b2ab8478
util.jid: Import select() into local (fixes traceback, tests on Lua 5.2)
2016-03-28 13:27:42 +02:00
Matthew Wild
1c3c5302ba
util.jid+tests: Add simple helpers... node(), host() and resource() for extracting specific parts of a JID
2016-03-17 23:15:08 +00:00
Kim Alvefur
4408ac9239
util.jid: Fix backout
2015-10-02 12:16:47 +02:00
Kim Alvefur
d208ade2a7
Backout 7e820979fd9b (broke tests)
2015-10-02 12:12:24 +02:00
Kim Alvefur
eaa823a597
util.*: Remove use of module() function, make all module functions local and return them in a table at the end
2015-02-21 10:36:37 +01:00
Kim Alvefur
2042436850
util.jid: Optimize bare
2014-08-07 17:43:28 +02:00
Kim Alvefur
2fc4e2dd51
util.jid: Use existing join function in jid.prep
2014-08-07 17:35:11 +02:00
Kim Alvefur
16dbe1e350
util.jid: Return early in join on invalid jids
2014-08-07 17:20:51 +02:00
Matthew Wild
077a959dbc
Merge 0.9->0.10
2013-12-16 02:04:16 +00:00
Matthew Wild
54824c98f1
util.jid: Strip trailing '.' when normalizing hostnames
2013-12-16 02:03:35 +00:00
Florian Zeitz
1d833bb807
Remove all trailing whitespace
2013-08-09 17:48:21 +02:00
Waqas Hussain
6a6318f924
util.jid: Added escape() and unescape().
2011-11-01 23:41:32 +05:00
Matthew Wild
c14f4168f2
util.jid: Fix parsing of JIDs with no nodepart and an @ in the resourcepart (thanks seth)
2010-08-31 00:38:44 +01:00
Kim Alvefur
e21c59154e
util.jid: compare() added, with some tests.
2010-07-16 00:36:02 +02:00
Matthew Wild
2bc0606453
Update copyright headers for 2010
2010-03-22 17:06:15 +00:00
Matthew Wild
d6a193d93e
util.jid: Add join(node, host, resource) function to join the components and return nil if invalid
2009-11-27 17:33:55 +00:00
Matthew Wild
118883d655
Remove version number from copyright headers
2009-07-10 03:11:45 +01:00
Waqas Hussain
b199ffcb60
util.jid: Eliminate global method use
2009-05-16 03:56:51 +05:00
Matthew Wild
c80f91dc02
0.3->0.4
2009-03-20 20:16:25 +00:00
Matthew Wild
c5ee166aa9
Update copyright notices for 2009
2009-01-30 17:59:26 +00:00
Matthew Wild
f2d020191f
0.2->0.3
2009-01-30 17:40:25 +00:00
Matthew Wild
bf3b96204d
GPL->MIT!
2009-01-30 17:22:56 +00:00
Waqas Hussain
7a3cc53232
util/jid: string prepping functions added: prepped_split and prep
2009-01-15 04:34:55 +05:00
Matthew Wild
d3ad4a5123
0.1 -> 0.2
2008-12-10 15:44:03 +00:00
Matthew Wild
0c5cc83112
Insert copyright/license headers
2008-12-03 14:39:07 +00:00
Waqas Hussain
d2db971613
Removed useless check
2008-11-22 22:37:44 +05:00
Matthew Wild
e550dff272
Better names for variables
2008-11-21 05:07:41 +00:00
Matthew Wild
9122ff0039
Remove old TODO
2008-11-21 05:06:35 +00:00
Matthew Wild
430180dafb
Remove some declarations I added while debugging
2008-11-21 05:06:01 +00:00
Matthew Wild
48e7f5ea64
Improve jid.split() and jid.bare() to pass new test cases with invalid JIDs
2008-11-21 05:02:53 +00:00
Matthew Wild
c36a8743fe
Add jid.bare() helper function
2008-11-20 23:28:16 +00:00
Waqas Hussain
2a2956ef53
Minor edit, and added a TODO
2008-10-22 21:18:50 +05:00
Waqas Hussain
a3e21e6d57
Fixed: util/jid.lua now returns module object
2008-10-14 09:54:49 +05:00
Matthew Wild
733c39e3da
jid.split(): Return nil when passed nil
2008-09-30 19:49:36 +01:00
Matthew Wild
58d1a65408
Fixing jid.split() for all JIDs
2008-09-27 19:17:40 +01:00
matthew
5ea14b6295
Added all the files to please hg :/
2008-08-24 18:01:20 +01:00