File tree 1 file changed +29
-22
lines changed
1 file changed +29
-22
lines changed Original file line number Diff line number Diff line change 1
- TODO LIST
2
- =========
3
-
1
+ #TODO
4
2
- [x] list of all modules
5
3
- [x] list of all classes
6
4
- [x] list of all functions
7
- - [ ] network - get primary interface
8
- - [ ] network - get primary IP
9
- - [ ] network - get primary MAC
10
- - [ ] time.now
11
- - [ ] time.getdate
12
5
- [ ] die (exit function)
13
- - [x] std.seq
14
- - [ ] crypt.sha512
15
- - [ ] crypt.md5
16
6
- [x] require module
17
7
- [x] module load
18
- - [x] ip.validate (ipv6 functionality)
19
- - [x] array.sort
20
- - [ ] array.merge
21
- - [ ] array.diff
22
- - [ ] array.search
23
- - [ ] array.unique
24
- - [x] array.walk
25
- - [ ] string.dif
26
- - [ ] string.join
27
- - [ ] reorder load function
28
- - [ ] move from main.lib arguments to librequire function
8
+ - [x] reorder load function
9
+ - [x] move from main.lib arguments to librequire function
29
10
- [ ] write documentation
30
11
- [ ] create test scripts
12
+ - array
13
+ - [x] array.sort
14
+ - [ ] array.merge
15
+ - [ ] array.diff
16
+ - [ ] array.search
17
+ - [ ] array.unique
18
+ - [x] array.walk
19
+ - crypt
20
+ - [ ] crypt.sha512
21
+ - [ ] crypt.md5
22
+ - math
23
+ - [ ]math.abs (absolute value)
24
+ - string
25
+ - [ ] string.diff
26
+ - [ ] string.join
27
+ - network
28
+ - [ ] network - get primary interface
29
+ - [ ] network - get primary IP
30
+ - [ ] network - get primary MAC
31
+ - time
32
+ - [ ] time.now
33
+ - [ ] time.getdate
34
+ - standard
35
+ - [x] std.seq (sequence)
36
+ - ip
37
+ - [x] ip.validate (ipv6 functionality)
You can’t perform that action at this time.
0 commit comments