2011-01-24 18:46:25 +03:00
|
|
|
1.5 (2011-01-24):
|
|
|
|
- fix channel name comparison in add_channel(), compare lowercase
|
|
|
|
to prevent leaking file descriptors in the long run => Thanks samurai!
|
|
|
|
- only handle commands ii explicitely understands and treat the rest
|
|
|
|
as raw irc (only worked for raw commands in capital lettersin the past) => Thanks samurai!
|
|
|
|
- minor changes
|
|
|
|
|
2008-08-09 15:45:46 +04:00
|
|
|
1.4 (2008-08-09):
|
|
|
|
- fix directory traversal on servers that support SAJOIN
|
|
|
|
NOTE: not marking as security relevant as it is only possible to
|
|
|
|
create directories outside (which is of course annoying) of the irc
|
|
|
|
hierarchy but not overwriting arbitrary files with the channel name.
|
|
|
|
- documentation fixes
|
|
|
|
- general cleanup
|
|
|
|
|
2007-07-14 22:39:36 +04:00
|
|
|
1.3 (2007-07-14):
|
2007-07-14 15:11:09 +04:00
|
|
|
- server messages about users (QUIT,JOIN) will no longer
|
|
|
|
go to the user directories but to the server out file to
|
|
|
|
give an easy method to monitor it and to prevent spamming
|
|
|
|
the irc directory.
|
|
|
|
|
2007-06-23 15:37:46 +04:00
|
|
|
1.2 (2007-06-23):
|
|
|
|
- Exit on channel creation failure, thanks Michael Prokop
|
|
|
|
- Implemented joining of password protected channels
|
|
|
|
- Removed -v option from the manpage since it's not implemented
|