Commit Graph

177 Commits

Author SHA1 Message Date
Brendan 574b260556 Fix string concatenation issues 2016-11-08 09:49:37 -06:00
Kishor Bhat ed57710c6c Fix padding for Unicode strings 2016-11-08 00:47:52 +05:30
Justin Steven 0494e2f3c6
Remove dead code, fix typo 2016-10-28 18:16:38 +10:00
Metasploit b80e8cc972 Bump to 0.2.5 2016-10-13 19:51:55 -07:00
Brent Cook 91d506e073
Land #3:Stop ascii_safe_hex() from crashing on UTF-8 strings 2016-10-13 21:50:54 -05:00
Brendan 7d83df94d5 Fixed whitespace 2016-10-11 15:45:34 -05:00
Brendan 42893d5890 Skip removal of bad ANSI characters if the string is UTF-8 2016-10-11 15:42:52 -05:00
Metasploit 1ff32b968b Bump to 0.2.4 2016-10-11 13:41:10 -07:00
Brendan 666eda4d9f
Revert "Land #0001, Fix unicode conversion for SMB Logins"
This PR proke a lot of stuff

This reverts commit 197558ff6c, reversing
changes made to 2f4b26bc0a.
2016-10-11 15:38:50 -05:00
Metasploit 83647a6b6e Bump to 0.2.3 2016-09-02 11:13:35 -07:00
Brendan 197558ff6c
Land #0001, Fix unicode conversion for SMB Logins 2016-09-01 09:59:27 -05:00
Metasploit 2f4b26bc0a Bump to 0.2.2 2016-08-12 11:09:25 -07:00
David Maloney 921b54779b Merge branch 'master' of github.com:rapid7/rex-text 2016-08-12 12:58:29 -05:00
David Maloney 2bc3232dc6
catch other ipaddr errors as well
there are scenarios where we get a different ipaddr error
by catching these as well we generate correct behaviour still

MS-1875
2016-08-12 12:57:14 -05:00
Metasploit 1aeb139963 Bump to 0.2.1 2016-08-11 09:23:45 -07:00
David Maloney 02cb27bc81 Merge branch 'master' of github.com:rapid7/rex-text 2016-08-11 11:22:56 -05:00
David Maloney b397f3d26d
fix ipaddr sorting in tables
if the field actually contains an IPAddr object we don't
want to do the valid-ip? check because it causes problems
2016-08-11 11:22:09 -05:00
Metasploit fa16a9a4e1 Bump to 0.2.0 2016-08-10 11:16:22 -07:00
David Maloney 4e8bc5553f Merge branch 'master' of github.com:rapid7/rex-text 2016-08-10 13:11:23 -05:00
David Maloney d3af533b89
add the ANSI color mixin from framework
moved over the ANSI colorization mixin from
metasploit framework and added some test coverage

MS-1875
2016-08-10 11:59:03 -05:00
David Maloney c86e97fb1d
move rex::ui::text::table into rex-text
this code sued to lvie in rex/ui/text/table but has now been
moved into this gem as appropriate

MS-1875
2016-07-28 12:43:56 -05:00
RageLtMan ac87f7b703 Import ::Unicode.const_missing to rex/text/unicode
This delta was generated from the SVIT fork's version of rex/text.
Git blame shows this diff to be part of 0e3b1585 on 20130430.
Other changes have been omitted as they do not pertain to upstream
imports of the fork's functional changes.

Commit message indicates this to be part of the Powershell cleanup
effort during one of the merges upstream, and designed to deal with
parsing foreign PSH scripts containing aberrant characters.
2016-06-28 20:42:26 -04:00
Maxim Zhukov d7f34c7c62 Fix unicode conversion for SMB Logins 2016-06-27 16:20:39 +03:00
Metasploit 348e474d26 Bump to 0.1.2 2016-06-21 09:12:37 -07:00
David Maloney 8f92ef23c7
trying to get CI to work
bumping version to test ci itnergeration
2016-06-21 11:11:48 -05:00
David Maloney e35ed94b20
org breakup for cleanliness
break a bunch of the methods up
into different files for better org
2016-06-04 15:57:18 -05:00
David Maloney 72ee8880bf
create skeleton for gem
use bundler to create initial skeleton for
the rex-text gem
2016-06-04 14:30:51 -05:00