Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old code that i forgot to remove | ubq323 | 2022-10-31 | 1 | -6/+1 |
| | |||||
* | add readme | ubq323 | 2022-10-31 | 1 | -0/+14 |
| | |||||
* | comment conf.h somewhat | ubq323 | 2022-10-31 | 1 | -2/+9 |
| | |||||
* | remove thing.c (the old version) | ubq323 | 2022-10-31 | 1 | -327/+0 |
| | |||||
* | multiple channels are now supported | ubq323 | 2022-10-31 | 10 | -92/+128 |
| | |||||
* | remove apiosend, since it turns out nc is fast enough to do that anyway | ubq323 | 2022-10-31 | 1 | -37/+0 |
| | |||||
* | use chmod and friends instead of fchmod and friends | ubq323 | 2022-10-29 | 1 | -9/+9 |
| | | | | that way it actually works to set the permissions on the actual file. i don't know why it wasn't working. apparently fchmod etc on a socket is unspecified under posix as well | ||||
* | functionality. (it is functionally equivalent to the old version now) | ubq323 | 2022-10-29 | 7 | -29/+135 |
| | |||||
* | more testing and typo fixes | ubq323 | 2022-10-28 | 4 | -6/+28 |
| | |||||
* | handling of unix domain sockets | ubq323 | 2022-10-28 | 3 | -1/+82 |
| | |||||
* | don't need common.c | ubq323 | 2022-10-28 | 1 | -31/+0 |
| | |||||
* | enpongment | ubq323 | 2022-10-28 | 1 | -1/+9 |
| | |||||
* | move debug macros to a different header file | ubq323 | 2022-10-28 | 2 | -18/+30 |
| | |||||
* | horrible makefile tricks, making the buffer thing actually buffer the ↵ | ubq323 | 2022-10-28 | 6 | -7/+26 |
| | | | | buffers bufferously, properly, also fix typos | ||||
* | large refactor continues | ubq323 | 2022-10-28 | 9 | -46/+297 |
| | |||||
* | apiosend utility, only basic functionality for now | ubq323 | 2022-10-26 | 1 | -0/+37 |
| | |||||
* | web hooks | ubq323 | 2022-03-09 | 1 | -0/+93 |
| | |||||
* | change username and realname because why not | ubq323 | 2022-01-13 | 1 | -2/+2 |
| | |||||
* | add parsing of irc messages, not used anywhere yet | ubq323 | 2022-01-13 | 1 | -6/+66 |
| | |||||
* | correctly set group and permissions on socket on startup | ubq323 | 2022-01-13 | 1 | -0/+39 |
| | |||||
* | walk the list returned by getaddrinfo like you are meant to | ubq323 | 2022-01-13 | 1 | -8/+15 |
| | |||||
* | change nickname | ubq323 | 2022-01-13 | 1 | -1/+1 |
| | |||||
* | update socket location | ubq323 | 2022-01-13 | 1 | -1/+1 |
| | |||||
* | fix irc handling code and also add makefile | ubq323 | 2022-01-13 | 2 | -167/+236 |
| | |||||
* | initial commit | ubq323 | 2021-12-14 | 1 | -0/+210 |