and be more precise about which files are handled instead of touching
all the files in share/irc/help. Also, use PLIST_SUBST instead of
manually replacing @GZ@ in the PLIST.
Bump date (By dgl)
Use the resolved IP for the encoded IP too, rather than $ENV{REMOTE_ADDR}. (By dgl)
Send real host and IP in USER command (suggested by OUTsider) (By dgl)
Near total rewrite, the old version sucked. (By dgl)
Fix ticket #145 (Mozilla suite seems to have different behaviour with permissions on XMLHTTP than Firefox) (By dgl)
Another oops, /help didn't work.. (By dgl)
News since last version are:
- nick aligment, makes channels more readable
- new commands: /cycle, /setp
- new option to customize IP/hostname (when using multipe IP)
- new option to customize input prompt
- added keyboard handler for plugins
- german translations (messages and documentation)
- many bugs fixed for: UTF-8, DCC chat, Ruby, mutiple queries with same name, some commands, long IRC messages (> 512 bytes), terminal refresh, nicklist
Plus all changes since 0.0.5, see http://weechat.flashtux.org/ for details
Among them:
- improved alias completion (now uses target command for completion)
...
- added completion system for plugins/scripts commands
...
- new window maganement: custom size for windows, auto resize when terminal is resized
...
- full UTF-8 support
...
- new keyboard management, fully customizable
-- ircd-hybrid-7.2.1 RELNOTES
o) Fixed build on SRV4
o) Fixed problem where ircd would disconnect all SSL connections
o) Added initial CAP support. Additional documentation can be found
in doc/technical
o) Speeded up command parsing
o) Fixed occasional core dump on UN*LINE
o) Fixed bug where particular clients would always receive
"Load is temporarily too heavy" message
o) Improved memory consumption, i.e. memory consumption has
been reduced for remote clients
o) Fixed possible core in case default_cipher_preference directive isn't set
o) Fixed "CHANSERV INVITE" bug with anope services
o) Updated example configuration files to reflect new topicburst flags
directive in connect{} blocks
o) Fixed core if using the operator{} 'umodes' directive
o) Don't allow shared k-lines to be set without a valid reason
o) Improved channel ban match processing. This also fixes CIDR bans
2006/01/20 .57
Fixed conversion of Anope 1.7 OperServ databases. Reported
by Matt Smith <ratman6@xxxxxxx.xxx>
2006/01/20 ChanServ SET SECUREOPS now prevents unprivileged users from
gaining channel protect (+a) status as well. Reported
by A.S. <loverboy@xxx.xxxxx.xxx.xx>
2006/01/20 Fixed a bug in the Cygnus database converter causing
autokills with invalid expiration data to expire
immediately rather than remain with no expiration time.
2006/01/07 Fixed a cosmetic bug in ChanServ LIST causing the no-expire
flag "!" to not be shown for suspended channels.
* Major changes in 3.0.0
** Changed the meaning of riece-username. If you set this option, you
will need to set riece-realname instead. (ueno)
** Cause an error if a user requests to close already closed server. (yoichi)
** New add-on riece-epg.el, which enables secure conversation using
GnuPG. (ueno)
** Fixed a couple of bugs in inviting users. (Steve Youngs)
** Fixed a redisplay bug when a user leaves a channel. (ueno)
** Reverted the default value of riece-alias-alternate-separator to
"@". (ueno)
it will live with other "check" targets run after package installation.
Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another. Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.
CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed. It defaults to "no" unless PKG_DEVELOPER
is set.
Features
* Standard IRC features
* SSL server support
* Bookmarking support
* Easy to use graphical user interface
* Multiple servers and channels in one single window
* DCC file transfer
* Multiple identities for different servers
* Text decorations and colors
* OnScreen Display for notifications
* Automatic UTF-8 detection
* Per channel encoding support
* Theme support for nick icons
* Highly configurable
Don't set O_NDELAY (and leave it set!) on all sockets, all the time. This
was making select always return immediately and was causing the daemon to
spin on CPU.
Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing
them, and clear it afterwards, so select is always safe.
This release folds in pkgsrc patches patch-ad through patch-ai.
For the moment, remove patch-aj as well, since it doesn't apply (file paths
are wrong). I'll try to fold this into the next beta, however.
was making select always return immediately and was causing the daemon to
spin on CPU.
Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing
them, and clear it afterwards, so select is always safe.
> 0.5.8
> - Translations into German, Dutch, Romanian and Norwegian (thanks
> OUTsider/scarynet)
> - Russian translation of help
> - Some more UTF-8 fixes (including joining channels with non-ASCII chars,
> thanks to Jonas Liljegren)
> - Server balancing support
> - Identd supports multiple installs
> - Fix buffer overflow in client.cgi
> - Other misc fixes (see http://cvs.cgiirc.org/timeline?d=300&e=2006-Apr-30&c=2)
>
> 0.5.7
> - Fixed to work on Perl <5.8
> - Perform config option
Changes since version 2.6.1:
- Updated translations (de, fr, ja, sv).
- Made "/server freenode" send auto-join channels but not
"/server irc://freenode".
- Fixed building of xchat-text (although not recommended!).
- Fixed using Strip mIRC colors & Color nicks at the same time.
- Fixed a bug in timestamp drawing using non-fixed-width font [1404341].
- Fixed display of realname in the nick-name right-click menu when it
contains a '<' or '&' character [1403069].
- Added support for UniBG's nickserv (ongeboren).
- The move-to-complete-dir routine now treats encoding/UTF8 correctly.
- Show help when using wrong args for /DCC, instead of silence.
- Support receiving 2048 bytes per line from server and dcc-chat, so we
can support 512 UTF-8 characters that some servers now send.
- Added /gui detach and /gui attach commands for scripters.
- The server list window now remembers its size.