Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-05 | Merge tag '1.0.6' into integrate/1.0.6 | Ailin Nemui | |
2018-01-04 | Merge branch 'security' into 'master' | Nei | |
Security Closes GL#18, GL#19, GL#20, GL#21 See merge request irssi/irssi!29 | |||
2018-01-04 | Merge branch 'fix-gl-20' into 'security' | Nei | |
do not record topic change time when sender is blank See merge request irssi/irssi!25 | |||
2018-01-04 | Merge branch 'fix-gl-21' into 'security' | Nei | |
check if \\c is complete in eval See merge request irssi/irssi!26 | |||
2018-01-04 | Merge branch 'fix-gl-19' into 'security' | Nei | |
rewrite completion code and check for direct match of separator See merge request irssi/irssi!27 | |||
2018-01-04 | Merge branch 'fix-gl-18' into 'security' | Nei | |
disable variable arguments code See merge request irssi/irssi!28 | |||
2018-01-03 | disable variable arguments code | ailin-nemui | |
2018-01-03 | rewrite completion code and check for direct match of separator | ailin-nemui | |
2018-01-03 | check if \\c is complete in eval | ailin-nemui | |
2018-01-03 | do not record topic change time when sender is blank | ailin-nemui | |
2018-01-03 | Merge branch 'uaf-modify' into 'master' | Nei | |
Prevent a UAF error during the execution of some commands See merge request irssi/irssi!24 | |||
2017-12-11 | Merge pull request #766 from horgh/horgh/mode-parsing | ailin-nemui | |
Fix MODE parameter parsing | |||
2017-12-08 | Merge pull request #793 from ailin-nemui/tests | ailin-nemui | |
Add tests for mode parsing | |||
2017-12-07 | add separator in travis.yml | ailin-nemui | |
2017-12-07 | make travis pass despite failures | ailin-nemui | |
2017-12-07 | Update test-irc.c | ailin-nemui | |
Fix wrong array (missing an s) | |||
2017-12-07 | mess with travis | ailin-nemui | |
2017-12-07 | add test case for format_real_length | ailin-nemui | |
2017-12-07 | move fixtures to outer scope | ailin-nemui | |
2017-12-07 | add glib testing TAP utilities | ailin-nemui | |
2017-12-07 | Add a test program to test mode parsing | Will Storey | |
This uses GLib's testing framework. It is to test the changes to the mode parsing for #603. | |||
2017-12-02 | Update NULL comparison style and be C89 compatible | Will Storey | |
2017-11-30 | Merge pull request #795 from ailin-nemui/no-mixed-decl | ailin-nemui | |
check for declaration-after-statement on travis | |||
2017-11-30 | Merge pull request #784 from LemonBoy/clangfmt | ailin-nemui | |
Turn the style guide into a clang-format file | |||
2017-11-30 | move decls before code | ailin-nemui | |
2017-11-30 | fix comments | ailin-nemui | |
2017-11-30 | check for declaration-after-statement on travis | ailin-nemui | |
2017-11-27 | Revert initializing pointers to NULL | Will Storey | |
To maintain C89 compatibility | |||
2017-11-26 | Merge pull request #790 from ailin-nemui/mirc-colour | ailin-nemui | |
reset colour at comma, like mIRC | |||
2017-11-26 | Merge pull request #762 from ailin-nemui/global-history | ailin-nemui | |
allow access to global command history when using a specifc history | |||
2017-11-20 | Update formats.c | ailin-nemui | |
remove now useless check for , | |||
2017-11-16 | Update .clang-format | ailin-nemui | |
do not indent case deeper | |||
2017-11-15 | reset colour at comma, like mIRC | ailin-nemui | |
Fixes #742 and #740 | |||
2017-11-15 | Merge pull request #786 from ailin-nemui/show-inital-nick | ailin-nemui | |
show initial nick and name on first start | |||
2017-11-14 | Merge pull request #788 from LemonBoy/fix-787 | ailin-nemui | |
Keep a copy of the strings coming from the config | |||
2017-11-11 | Prevent a UAF error during the execution of some commands | LemonBoy | |
Some arguments were free'd first and then printed, leading to gibberish being output to screen or a crash. Found by Joseph Bisch. Closes: !GL17 | |||
2017-11-11 | Take into account Nei's suggestions | LemonBoy | |
2017-11-10 | use enum | ailin-nemui | |
2017-11-03 | Keep a copy of the strings coming from the config | LemonBoy | |
The "HILIGHT_REC" structure used to keep a pointer to the "servertag" string, owned by the "CONFIG_NODE", causing a double-free. | |||
2017-11-02 | Turn the style guide into a clang-format file | LemonBoy | |
2017-11-01 | up abi | ailin-nemui | |
2017-11-01 | show initial nick and name on first start | ailin-nemui | |
2017-10-30 | Update README.md | ailin-nemui | |
2017-10-26 | Merge pull request #781 from ailin-nemui/syncdocs | ailin-nemui | |
remove lynx from autogen and make a separate syncdocs script | |||
2017-10-26 | clean up file path after move | ailin-nemui | |
2017-10-25 | run syncscripts.sh | ailin-nemui | |
2017-10-25 | move some files into subdirs | ailin-nemui | |
2017-10-24 | Strip : from <trailing> parameters | Will Storey | |
This is to fix #601. The function used to extract the mode string assumed that ":" would only occur in a particular spot. This lead to the possibility that ":" could be treated as part of things like nicknames or mode arguments, where it should have been stripped as part of protocol escaping. | |||
2017-10-24 | add a script to sync scripts as well | ailin-nemui | |
2017-10-24 | remove lynx from autogen and make a separate syncdocs script | ailin-nemui | |