aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* put hook script in here tooHEADmasterubq3232023-11-092-1/+17
|
* increase maximum password lengthubq3232023-01-241-1/+1
|
* support passwords for joining channels, and refactor channel list into a ↵ubq3232023-01-247-19/+46
| | | | separate module
* update webhooks server thing to support multiple channelsubq3232022-11-291-18/+42
|
* update readmeubq3232022-10-311-0/+6
|
* remove old code that i forgot to removeubq3232022-10-311-6/+1
|
* add readmeubq3232022-10-311-0/+14
|
* comment conf.h somewhatubq3232022-10-311-2/+9
|
* remove thing.c (the old version)ubq3232022-10-311-327/+0
|
* multiple channels are now supportedubq3232022-10-3110-92/+128
|
* remove apiosend, since it turns out nc is fast enough to do that anywayubq3232022-10-311-37/+0
|
* use chmod and friends instead of fchmod and friendsubq3232022-10-291-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)ubq3232022-10-297-29/+135
|
* more testing and typo fixesubq3232022-10-284-6/+28
|
* handling of unix domain socketsubq3232022-10-283-1/+82
|
* don't need common.cubq3232022-10-281-31/+0
|
* enpongmentubq3232022-10-281-1/+9
|
* move debug macros to a different header fileubq3232022-10-282-18/+30
|
* horrible makefile tricks, making the buffer thing actually buffer the ↵ubq3232022-10-286-7/+26
| | | | buffers bufferously, properly, also fix typos
* large refactor continuesubq3232022-10-289-46/+297
|
* apiosend utility, only basic functionality for nowubq3232022-10-261-0/+37
|
* web hooksubq3232022-03-091-0/+93
|
* change username and realname because why notubq3232022-01-131-2/+2
|
* add parsing of irc messages, not used anywhere yetubq3232022-01-131-6/+66
|
* correctly set group and permissions on socket on startupubq3232022-01-131-0/+39
|
* walk the list returned by getaddrinfo like you are meant toubq3232022-01-131-8/+15
|
* change nicknameubq3232022-01-131-1/+1
|
* update socket locationubq3232022-01-131-1/+1
|
* fix irc handling code and also add makefileubq3232022-01-132-167/+236
|
* initial commitubq3232021-12-141-0/+210