index
:
blabouncer
master
An IRC bouncer written in C
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2024-03-30
Pass VERSION at compile time based on "git describe". Add fallback VERSION f...
Luke Bratch
2024-03-30
Make Makefile pay attention to header files, and add a make clean.
Luke Bratch
2020-10-24
Add install and uninstall recipes to Makefile.
Luke Bratch
2019-09-12
Make some older compilers happy by specifying -D_BSD_SOURCE and -std=gnu99.
Luke Bratch
2019-09-12
Change Makefile to not leave separate .o files lying around.
Luke Bratch
2019-06-11
Implement configurable auto replay modes. So far there is "none", "time" (au...
Luke Bratch
2019-06-10
Refactoring - split giant processircmessage() switch statement into separate ...
Luke Bratch
2019-05-16
Implement normal logging (file per channel/user).
Luke Bratch
2019-05-12
Implement TLS using OpenSSL.
Luke Bratch
2019-05-11
Add the ability to replay messages from a replay log file. (No replay log fi...
Luke Bratch
2019-05-11
Implement a configuration file reader, an example configuration file, and sta...
Luke Bratch
2019-04-18
First actual "bouncer" features - self connects and registers (NICK/USER) and...
Luke Bratch
2019-04-18
Add a Makefile
Luke Bratch