Mark Veidemanis
|
f7860bf08b
|
Begin implementing aiohttp
|
2022-09-04 13:47:32 +01:00 |
Mark Veidemanis
|
734a2b7879
|
Implement running Discord and 4chan gathering simultaneously
|
2022-09-02 22:30:45 +01:00 |
Mark Veidemanis
|
2731713ede
|
Fix error when no email can be found
|
2022-08-27 11:19:28 +01:00 |
Mark Veidemanis
|
2a2f24f570
|
Fix getting first relay when they are not sequential
|
2022-08-26 22:17:12 +01:00 |
Mark Veidemanis
|
c7941bfcda
|
Log authentication messages
|
2022-08-16 23:01:42 +01:00 |
Mark Veidemanis
|
49b0b9db46
|
Implement deduplicating channels
|
2022-08-16 22:01:35 +01:00 |
Mark Veidemanis
|
07f1fff125
|
Switch to siphash
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
8816024d90
|
Re-add fake messages
|
2022-08-15 19:49:21 +01:00 |
Mark Veidemanis
|
b61316d805
|
Detect queries if nick and channel are the same
|
2022-08-15 19:24:42 +01:00 |
Mark Veidemanis
|
a65098c222
|
Add sinst fetch and fix message send logic
|
2022-08-15 19:15:12 +01:00 |
Mark Veidemanis
|
ed3c8497bc
|
Switch debugging statements to trace in ChanKeep
|
2022-08-15 19:15:00 +01:00 |
Mark Veidemanis
|
0b69893e17
|
Fix query handling and don't send a fake message
|
2022-08-15 17:59:31 +01:00 |
Mark Veidemanis
|
e4c1d80250
|
Only run pingmsg after negative has completed
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
415a0b1135
|
Fix debug statements and amend function names
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
d026881086
|
Properly format string
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
ce32ab4722
|
Improve regPing debugging
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
2942929478
|
Improve regPing negative handling logic
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
53ee69540f
|
Fix double messages and regPing logic
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
b25cb1699f
|
Set the channel limit on connected relays, not active
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
7efde28d99
|
Look before you leap to confirming registrations
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
659162ebc6
|
Fix IRC config mutation
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
d0ea3bb221
|
Change authentication endpoint
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
e64aaf99d8
|
Reorder API endpoints to prevent clashing
|
2022-08-18 07:20:30 +01:00 |
Mark Veidemanis
|
f4225b622f
|
Add more debugging information
|
2022-08-15 00:39:22 +01:00 |
Mark Veidemanis
|
6f44921647
|
Figure out the channel parsing logic
|
2022-08-15 00:36:36 +01:00 |
Mark Veidemanis
|
731c6a2fd1
|
Pass a list instead of listinfo
|
2022-08-15 00:29:08 +01:00 |
Mark Veidemanis
|
ffed420c11
|
Fix variable placement
|
2022-08-15 00:27:16 +01:00 |
Mark Veidemanis
|
66e046e15f
|
Fix list parsing
|
2022-08-15 00:26:11 +01:00 |
Mark Veidemanis
|
8f44f34d0e
|
Fix debugging code in keepChannels
|
2022-08-15 00:08:11 +01:00 |
Mark Veidemanis
|
1b68568fb7
|
Add debugging code in keepChannels
|
2022-08-15 00:07:29 +01:00 |
Mark Veidemanis
|
bdb2949d17
|
Subtract one from length of list for indices
|
2022-08-15 00:04:49 +01:00 |
Mark Veidemanis
|
560af8aeb0
|
Lower max_chans to length of LIST if it's shorter
|
2022-08-15 00:03:12 +01:00 |
Mark Veidemanis
|
153d3dd847
|
Reset negative pass status when requesting recheck
|
2022-08-14 23:58:35 +01:00 |
Mark Veidemanis
|
6cdadd23a0
|
Implement initial WHO loop delay
|
2022-08-14 20:58:41 +01:00 |
Mark Veidemanis
|
4fa5c25e94
|
Fix getting all unregistered relays
|
2022-08-14 20:58:30 +01:00 |
Mark Veidemanis
|
1b39b46121
|
Blacklist channels we are kicked from
|
2022-08-14 20:44:04 +01:00 |
Mark Veidemanis
|
c55a4058b1
|
Use JSON for sending messages
|
2022-08-14 16:45:40 +01:00 |
Mark Veidemanis
|
b62200d410
|
Implement API call to register
|
2022-08-14 16:26:09 +01:00 |
Mark Veidemanis
|
e30250603b
|
Convert num to number in registration confirmation
|
2022-08-14 16:09:32 +01:00 |
Mark Veidemanis
|
02739abaf4
|
Allow current nick substitution in IRC commands
|
2022-08-14 15:53:18 +01:00 |
Mark Veidemanis
|
281eb75b26
|
Fix variable shadowing
|
2022-08-14 15:43:48 +01:00 |
Mark Veidemanis
|
559e1f4afd
|
Print identification message
|
2022-08-14 13:51:13 +01:00 |
Mark Veidemanis
|
060ee4f0d5
|
Implement manual authentication mode
|
2022-08-14 13:13:05 +01:00 |
Mark Veidemanis
|
f7d390da32
|
Implement API for authentication management actions
|
2022-08-14 12:43:33 +01:00 |
Mark Veidemanis
|
0b20a05b19
|
More debugging for reg tests and getstr command
|
2022-08-14 11:41:29 +01:00 |
Mark Veidemanis
|
39059084ef
|
Add allRelaysActive output to network info
|
2022-08-14 10:58:28 +01:00 |
Mark Veidemanis
|
feecf48b9b
|
Add debug statements and only check if network is connected when parting channels
|
2022-08-14 09:25:54 +01:00 |
Mark Veidemanis
|
9b14979f29
|
Use JSON for joining channels and don't shadow auth variable when getting network info
|
2022-08-14 09:25:01 +01:00 |
Mark Veidemanis
|
a204be25c5
|
Make channel deletion endpoint accept JSON
|
2022-08-14 00:01:14 +01:00 |
Mark Veidemanis
|
a42c6be1b7
|
LBYL
|
2022-08-13 23:38:13 +01:00 |