This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-logserv/ChangeLog

37 lines
1.3 KiB
Text
Raw Permalink Normal View History

2003-12-31 05:13:44 +00:00
LogServ ChangeLog
=============================================================================
2005-10-17 22:04:14 +00:00
3.0.a3 - Mark (M)
- Bug fixes for segfaults. (M)
2005-03-08 22:03:16 +00:00
3.0.a2 - Mark (M)
2005-03-04 21:35:14 +00:00
- Update settings table to a2 compatible format. (M)
2005-02-22 00:38:12 +00:00
3.0.a1 - Mark (M)
- Add SET options for logdir and savedir. (M)
- Remove indicator flag for open files. We can use the file descriptor for
this job. (M).
- Add support for EVENT_EMPTYCHAN so logserv will auto quit channels when all
users have left. (M)
- Add support for channel notices and core side CTCP ACTION parsing. (M)
2004-08-08 22:46:08 +00:00
- CHANS command is pointless since it requires a sub command so tidy up
command path by promoting the sub commands. (M)
- Replace file functions with core portable replacements. (M)
2004-08-04 22:23:10 +00:00
- Split processing code into seperate files. Easier maintainance and allows
us to create a template file for use in user submissions of alternative
log formats. (M)
- Replace safe_channame/_irclog_safe with core make_safe_filename call. (M)
- Port to 3.0 API (M)
1.2 * Mark * 17/2/2003
- We now try to read nick, user, host and realname so these can be configured more
easily (M)
- SET interface for nick/user/host/realname added (M)
- Fix up crash on invalid Channel messages (F)
2004-01-17 05:33:35 +00:00
1.1 * Fish * 17/1/2003
- Fixed up help text.
- Fixed a crash when adding the first channel
2003-12-31 05:13:44 +00:00
1.0 - Fish
- Initial Release