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
/
functions.h
Age
Commit message (
Expand
)
Author
2019-05-30
Convert debugprint() from being to file/screen/disabled to always being to fi...
Luke Bratch
2019-05-28
Implement debugging to file and set the default configuration file to be that.
Luke Bratch
2019-05-27
Make debug output optional and disabled by default.
Luke Bratch
2019-05-27
Make sure MAXTOKENS being exceeded can't cause a buffer overflow.
Luke Bratch
2019-05-21
Support multiple nick prefixes in channels by storing/relaying server 005/RPL...
Luke Bratch
2019-05-17
Properly support changing our nick while connecting by updating it everywhere...
Luke Bratch
2019-05-16
Correctly handle nicks changing and actually track users PARTing channels.
Luke Bratch
2019-05-12
Make configuration file path configurable on the command line. Also finish r...
Luke Bratch
2019-05-08
Make TOPIC tracking/following/setting/etc. work for most/all scenarios and en...
Luke Bratch
2019-04-20
We are bouncing! You can now:
Luke Bratch
2019-04-18
Split functions into different files
Luke Bratch