summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
HEAD
⋅
prev
⋅
next
B Tasker [Sun, 11 Nov 2018 11:37:57 +0000 ]
Oops, missed a bit
B Tasker [Sun, 11 Nov 2018 11:37:16 +0000 ]
Tidying up markdown
Ben Tasker [Sun, 11 Nov 2018 11:33:45 +0000 ]
Merge pull request #4 from RDCH106/develop
Update MAC parsing with REGEX
Rubén de Celis Hernández [Wed, 25 Jul 2018 22:57:24 +0000 ]
Fix solution using full matching
Rubén de Celis Hernández [Wed, 25 Jul 2018 19:24:00 +0000 ]
Update MAC regex
Rubén de Celis Hernández [Wed, 25 Jul 2018 19:18:46 +0000 ]
Merge pull request #1 from JorTurFer/master
Update wol.py
Jorge Turrado Ferrero [Wed, 25 Jul 2018 18:07:16 +0000 ]
Update wol.py
removed whitespaces
Jorge Turrado Ferrero [Wed, 25 Jul 2018 18:03:47 +0000 ]
Update wol.py
Update to get better perfomance
Jorge Turrado Ferrero [Wed, 25 Jul 2018 14:20:25 +0000 ]
Update wol.py
Use regular expressions to validate de mac also
Jorge Turrado Ferrero [Wed, 25 Jul 2018 13:47:08 +0000 ]
Update wol.py
The use of regular expressions to remove the not usable characters in mac is more elegant and flexible option.
Ben Tasker [Wed, 02 Nov 2016 15:07:20 +0000 ]
Updated to note script is now Py3
Ben Tasker [Wed, 02 Nov 2016 15:06:10 +0000 ]
Merge pull request #3 from jNullj/master
shebang fix.
jNullj [Wed, 13 Jul 2016 17:06:34 +0000 ]
shebang fix.
#!/usr/bin/env python calles python 2
#!/usr/bin/env python3 should be used insted
Ben Tasker [Mon, 11 Jul 2016 12:53:18 +0000 ]
Merge pull request #2 from jNullj/master
Updated the code to work on newer versions of python (3.5+) fixes #1
jNullj [Mon, 11 Jul 2016 08:09:30 +0000 ]
Fixed port
jNullj [Mon, 11 Jul 2016 08:07:45 +0000 ]
Updated to work on python 3.5
print is now required to be used as print('test')
and ConfigParser was changed to configparser
fixed some spacing/tab issues
and decleared bytes with b to avoid join problems (join expects string unless there is b before the calling string and should recive all parameters as bytes)
B Tasker [Mon, 20 Jan 2014 04:38:51 +0000 ]
Updated README
B Tasker [Mon, 20 Jan 2014 04:31:25 +0000 ]
Updated README
B Tasker [Mon, 20 Jan 2014 04:00:39 +0000 ]
Made script executable
B Tasker [Mon, 20 Jan 2014 02:39:09 +0000 ]
Added license
B Tasker [Mon, 20 Jan 2014 02:36:36 +0000 ]
Added config file to gitignore
B Tasker [Mon, 20 Jan 2014 02:21:30 +0000 ]
Added codebase
B Tasker [Mon, 20 Jan 2014 02:21:14 +0000 ]
Updated gitignore
Ben Tasker [Mon, 20 Jan 2014 02:16:46 +0000 ]
Initial commit