-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
169 lines (86 loc) · 3.17 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
2023-03-26 Ar Rakin <[email protected]>
feat: add suggestion delete command
chore: update changelog
chore: update TES invite URL
chore: update changelog
chore: update gitignore
perf(setstatus): do not modify the suggestion if the statuses are same
chore: update license
2023-03-06 Ar Rakin <[email protected]>
docs: update pages
docs: add doc folder
2023-03-05 Ar Rakin <[email protected]>
chore: remove uneeded directories
refactor: config file stored in /etc
2023-03-04 Ar Rakin <[email protected]>
build: fix makefile.am
style: follow GNU standards
fix: change max thread limit
build: specify autoconf package url
fix(server): gcc warning about ignoring fscanf return value
Merge branch 'main' of https://github.com/onesoft-sudo/lightbot
feat: add about command
2023-03-03 Ar Rakin <[email protected]>
fix: make use of `restrict` keyword
2023-03-03 Ar Rakin <[email protected]>
style: update commands.c
feat(server): use threads to handle requests in parallel
2023-03-02 Ar Rakin <[email protected]>
feat: DM user when their suggestion gets accepted
feat: add suggestion status view command
2023-03-01 Ar Rakin <[email protected]>
fix: minor issue fixes
feat(server): send uptime and version information
When a GET request is made on / of the server, it will return some JSON information that will contain the version and uptime of the bot system.
feat(server): send uptime and version information
When a GET request is made on / of the server, it will return some JSON information that will contain the version and uptime of the bot system.
2023-03-01 Ar Rakin <[email protected]>
style(server): fix typo in comments
2023-03-01 Ar Rakin <[email protected]>
ci: update workflows
ci: update workflows
ci: update workflows
ci: update workflows
style(server): add comments to better document the code
refactor(server): extract strerror() call into a function
feat: api server
2023-02-26 Ar Rakin <[email protected]>
chore: add license comments
build: fixup
chore: fixup
2023-02-25 Ar Rakin <[email protected]>
chore: update gitignore
build: setup autotools
build: setup autotools
build: setup autotools
fix: multiple definitions of a global variable
ci: fix workflows
ci: add workflows
feat(suggestions): suggestion status change command
2023-02-24 Ar Rakin <[email protected]>
refactor: function names
feat: basic suggestion command
2022-08-31 Ar Rakin <[email protected]>
Update Makefile.am
Update Makefile.am
Update Makefile.am
Update Makefile.am
Update build.yml
Update build.yml
Update build.yml
Update build.yml
ci: update workflows
fix: downgrade automake
fix: downgrade automake
Merge branch 'main' of https://github.com/onesoft-sudo/lightbot
fix: downgrade automake
ci: update workflows
ci: add workflows
feat: create custom shortcuts
feat: implement basic shortcut viewing feature
2022-08-30 Ar Rakin <[email protected]>
refactor: rename project
2022-08-28 Ar Rakin <[email protected]>
feat: add support of JSON configs
fix: file name at the top
feat: initial commit