summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-05Syntax documentation rewrite for H-I-commandsGeert Hauwaerts
2014-07-05Merge pull request #83 from richlv/patch-1Geert Hauwaerts
Update connect.in
2014-07-05Update connect.inrichlv
add trailing dot for consistency; mention that existing connections are kept
2014-07-04Merge pull request #80 from dgl/noactAlexander Færøy
Change NO_ACT so it can be combined with other levels
2014-07-04Syntax documentation rewrite for F-commandsGeert Hauwaerts
Rewrote the syntax documentation for all commands starting with the letter F.
2014-07-03Syntax documentation rewrite for E-commandsGeert Hauwaerts
Rewrote the syntax documentation for commands starting with the letter E.
2014-07-03Syntax format changes for A-C commandsGeert Hauwaerts
Updated the file format template for commands A through C.
2014-07-03Syntax documentation rewrite for D-commandsGeert Hauwaerts
Rewrote the syntax documentation for all commands starting with the letter D.
2014-07-03Syntax documentation rewrite for C-commandsGeert Hauwaerts
Rewrote the syntax documentation for all the commands starting with the letter C.
2014-07-02Merge pull request #48 from ailin-nemui/256-colour-historyAlexander Færøy
256 colour support for Irssi
2014-07-02Syntax documentation rewrite for B-commandsGeert Hauwaerts
Rewrote the syntax documentation for all the commands starting with B.
2014-07-02Merge branch 'master' of https://github.com/irssi/irssiGeert Hauwaerts
2014-07-02Rewrote the syntax documentation for all the commands starting with A.Geert Hauwaerts
2014-07-02Merge pull request #70 from dgl/regexp-pattern-missingAlexander Færøy
Make it more obvious if -pattern wasn't provided to a regexp /ignore
2014-07-02Merge pull request #72 from dgl/regexp-errorAlexander Færøy
Warn with error if regexp ignore fails to parse
2014-07-02Merge pull request #74 from falconindy/masterAlexander Færøy
Fix make dist
2014-07-01Added a default HIGHLIGHT and DEHIGHLIGHT aliasGeert Hauwaerts
2014-06-30Aligned the /NETWORK documentation with docs/manual.txtGeert Hauwaerts
2014-06-30Merge branch 'master' of https://github.com/irssi/irssiGeert Hauwaerts
2014-06-30Removed docs/help from the .gitignoreGeert Hauwaerts
2014-06-30Merge pull request #71 from dgl/nickserv-docGeert Hauwaerts
Suggest using ^ so this doesn't pop-up a NickServ window
2014-06-30Merge pull request #73 from ailin-nemui/readme-other-modulesGeert Hauwaerts
Point out more modules in README
2014-06-30Merge pull request #76 from ailin-nemui/improve-special-varsGeert Hauwaerts
Improve docs of special_vars wrt. to escaping rules in /alias
2014-06-30Improve docs of special_vars wrt. to escaping rules in /aliasJari Matilainen
2014-06-30Refer to correct name of README.mdDave Reisner
fcb67831f2759fb renamed README -> README.md but didn't update EXTRA_DIST, breaking 'make dist'.
2014-06-30propagate flags for automake initializationDave Reisner
2014-06-30Remove superfluous entry from EXTRA_DISTDave Reisner
curses.m4 is already included by automake as it's an m4 depdendency.
2014-06-30point out more modules in READMEAilin Nemui
2014-06-30Make /ignore -replies work with NO_ACTDavid Leadbeater
2014-06-30Finish 256 colour support for IrssiAilin Nemui
256 colour patch is cleaned up and the remaining cases are made work, this includes especially Theme support, which was not implemented before. Changes not related to colours were reverted again, making a review of the two patches against master easier to follow. As a byproduct of the Hex-colour code parser, the 24bit colours are also implemented. Actually using them in the terminal is guarded by a compile time switch (as well as a run time switch), as it breaks the existing colour protocol and requires additional storage. To make a seamless usage, down-conversion is provided for 8 and 16 colours. Diverging from Tom's approach, the colour protocol is reverted back to the original one. Unfortunately, the changes required in the Theme engine will break the API. For more details, please refer to the patch documentation at either http://irssi-docs.wikispaces.com/Notes-256-Colour or https://github.com/shabble/irssi-docs/wiki/Notes-256-Colour
2014-06-30Add NO_ACT checks for DCC messagesDavid Leadbeater
2014-06-30Add NO_ACT checks for actions and noticesDavid Leadbeater
2014-06-30Remove NO_ACT if we see a user specified hilightDavid Leadbeater
In this path we can't look up ignores again because the print text signal doesn't know the nick, etc. Instead just show it. The user can use -actcolor %n or make the hilight more specific if desired.
2014-06-30Don't expand ALL when combined with NEVER/NO_ACTDavid Leadbeater
2014-06-30Change NO_ACT so it can be used in addition to other ignoresDavid Leadbeater
This results in a more flexible system and is less surprising as it means levels can be used in the way they normally can in an ignore. As an example the current approach to NO_ACT provides no way to let HILIGHTS be shown, with this change /set activity_hide_targets can be recreated with: /ignore #channel NO_ACT /ignore #channel -except -regexp -pattern . NO_ACT HILIGHTS (but obviously this can be configured in many more ways if desired).
2014-06-30Suggest using ^ so this doesn't pop-up a NickServ windowDavid Leadbeater
2014-06-30Warn with error if regexp ignore fails to parseDavid Leadbeater
2014-06-30Make it more obvious if -pattern wasn't provided to a regexp /ignoreDavid Leadbeater
2014-06-30Initial implementation of 256 colour support for IrssiTom Feist
This patch implements some 256 colour support for Irssi up from the previous 16 colours. Initial parsing of the %x/%X format codes is implemented and the parser accounts in advances the char* for that. The colour attributes are widened from 4 to 8 bit. The colour protocol is changed to a new format. Some pointers to remaining work are written in the comment in textbuffer.h. Note that Irssi already does support requesting 256 colours from the terminal in the original source code, so this part did not have to be touched.
2014-06-30Merge pull request #11 from ailin-nemui/print_text_after_time-apiAlexander Færøy
add print_text_after_time to specify time stamp for lines
2014-06-29Merge pull request #69 from dgl/crash.txtAlexander Færøy
Update crash.txt to point at github
2014-06-29Update crash.txt to point at githubDavid Leadbeater
2014-06-29Merge pull request #62 from dgl/prefix-nick-flagsAlexander Færøy
Use PREFIX from 005 to decide if a nick flag is of op level
2014-06-29Merge pull request #52 from dgl/stack-cleanupAlexander Færøy
Correct use of perl stack macros
2014-06-29Merge pull request #49 from dgl/stackemAlexander Færøy
Move PUTBACK to within the scope which uses the stack
2014-06-29Merge pull request #68 from falconindy/masterAlexander Færøy
Autotools cleanup
2014-06-27add print_text_after_time to specify time stamp for linesAilin Nemui
add signal for line removal from textbuffer
2014-06-27Use PREFIX from 005 to decide if a nick flag is of op levelDavid Leadbeater
Fixes #61.
2014-06-27s/INCLUDES/AM_CPPFLAGS/gDave Reisner
Silences warnings on recent automake such as: src/core/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2014-06-27add AC_CONFIG_MACRO_DIR([m4]), move *.m4 files to m4/Dave Reisner
Silences notice on newer autoconf: libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. This helps keep the top-level build directory clean, too