Project

General

Profile

Comparison » History » Version 9

Mr. BS, 06/25/2015 02:14 AM

1 1 Mr. BS
{{>toc}}
2
3 2 Mr. BS
@_______________________________________________________________________________________________
4 9 Mr. BS
List revision 0.3 - Always under construction
5 2 Mr. BS
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯@
6 1 Mr. BS
7
!Adieatmirc4.png!
8
9 9 Mr. BS
10 1 Mr. BS
Differences between *AdiIRC* and the competitor 1:
11
12
h1. General
13
14
# Binary 64 bits version available;
15
# Undo works in editbox after evaluating;
16
# Auto update and install new version at a click;
17
# Portable by essence, where you run the bin it saves the config, don't need any extra config to make it portable;
18
# Built in spell checker;
19
# Native support for emoticons on chat and scripts;
20
# Global editbox history;
21
# Tabcomplete by recent nicks;
22
# Track users away status;
23
# Encoding options on the fly per network;
24
# Native Now Playing info support for most popular media players;
25
# Tired of 0-15 colors limit? *AdiIRC* can use unlimited RGB colors. More info at [[Formatting_text#Alternative-colorchar]];
26
# Built in away system for more control;
27
# Random slaps, quits and now playing;
28
# Powerful Plugins api;
29
# Save and restore open servers and channels;
30 9 Mr. BS
# Built in System Info (CPU,GPU,Bandwidth,MEM,DISK,AUDIO,OS,etc) commands and identifiers;
31 1 Mr. BS
# Auto regain nick on re-connection;
32
# Config to change browser to open links;
33
# Possibility to open links by single click;
34
# No limit to scripts support on Highlight Message field;
35
# Easy to turn off CTCP or to customize the reply, even for *version*. Check [[ctcp]] and [[ctcpreply]];
36
# Check for irc:// links association on startup;
37
# Possibility to keep channels open on part;
38 9 Mr. BS
# Always on top shortcut (default is alt+a);
39
# It supports system codecs installed to play virtually any format of songs in [[/splay]] and related commands;
40
# Random nick colors on messages, nicklist or both.
41 8 Mr. BS
42 9 Mr. BS
h1. [[Scripting|MSL (mIRC Scripting Language)]]
43 1 Mr. BS
44 9 Mr. BS
# It can handle consecutive spaces. Check [[$msgx]], [[$rawmsgx]], [[/fakeraw]] and [[/rawx]];
45 1 Mr. BS
# Two or more *On Text* events matching same rule in same script file? no problem, *AdiIRC* will match them all. Valid for any kind/amount of events!
46 3 Mr. BS
# "On KeyDown/KeyUp events":/projects/adiirc/wiki/Scripting_Events works in any window, making possible to override default hotkeys;
47 4 Mr. BS
# Var size unlimited, don't need to appeal to bvars for most scripts;
48 1 Mr. BS
# Faster scripting engine, benchmark both client to compare;
49 9 Mr. BS
# Expanding the MSL language with extra [[Scripting_Identifiers|identifiers]]/[[Scripting_Commands|commands]]/[[Scripting_Operators|operators]]/[[Scripting_Events|events]] and parameters;
50 1 Mr. BS
# Multiples and simultaneous sounds in scripts? Seems to works very well, since it uses the Windows Media Player Api;
51 9 Mr. BS
# In addition to [[/remote]] [on|off] it has [[/scripts]] [on|off] to toggle Scripts entirely;
52
# Possibility to halt and customize any client text output. Check the event [[Scripting_Events|ON CLIENTTEXT]].
53 1 Mr. BS
54
h1. GUI (Graphical User Interface)
55
56
# Statusbar;
57
# Themes manager;
58
# Improved search bar with support for regular expressions (regex);
59
# Unread messages counter on treebar windows;
60
# Customizable nick list buttons;
61
# Custom colors and style for links;
62
# Treebar nicklist;
63 5 Mr. BS
# Server list manager with support to connect more than one network at once on startup;
64 1 Mr. BS
# Parsed Nicklist Tooltips;
65
# Toggle main window border;
66
# Topicbox;
67
# Friendly themes colors customize;
68
# Custom icons everywhere, to any kind of window;
69
# Custom fonts everywhere;
70
# Quick connect popup, check [[/quickconnect]];
71
# Fully customizable window titles, not limited to [[/titlebar]];
72
# Several monitoring panels (channel messages, url catcher, pm, highlights, notices, notify list, dcc transfers, etc);
73
# Toggle the auto focus editbox (selected text in chat area keeps selected);
74
# Toggle Menubar icon visibility;
75
# Toggle buffer scrollbars visibility;
76
# Custom colors and font in tray Tips;
77 7 Mr. BS
# Toggle mute to events sounds;
78 1 Mr. BS
# Fake transparent windows (uses desktop wallpaper as background);
79 9 Mr. BS
# Search field on /options;
80
# Dockable interface to any side of screen;
81
# Optional Nick Column (right aligned nick with draggable divider);
82
# A more friendly scripts editor;
83
# Most GUI elements are DPI-aware.