Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-05 | fix /exec -o for blank lines | ailin-nemui | |
since it is not allowed to send nothing, instead of spamming the status window with error, send " " instead Fixes FS#902 | |||
2018-01-05 | Update irc-nicklist.c | ailin-nemui | |
move altnick check before the nick correction code | |||
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 | |||
2018-01-02 | Remove outdated comment | Joseph Bisch | |
2018-01-02 | Remove redundant if case | Joseph Bisch | |
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 branch 'master' into hide-lines | ailin-nemui | |
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 | Use gchar and g_strndup in fe-fuzz | Joseph Bisch | |
2017-11-02 | Fix malloc parameter in fe-fuzz | Joseph Bisch | |
It is fairly safe to assume that sizeof(char) will always be 1 anyway and replace the size calculation with a comment explaining the calculation. | |||
2017-11-02 | Remove unnecessary malloc cast in fe-fuzz | Joseph Bisch | |
We compile this as C code, so the cast is unnecessary. | |||
2017-11-02 | Allow selection of what kind of activity targets to ignore | Jari Matilainen | |
Initialize tagtarget on declaration move code around for better flow, extra checks for uninitialized values remove unnecessary item->type checks don't strdup sign add braces around if statements, use strcmp0 with single characters and remove g_str_has_prefix refactoring changed g_ascii_strcasecmp to g_strcmp0 Add networktag/ shorthand fixed memory leaks changed from #@= to ::channels, ::queries and ::dccqueries check for empty string and continue; if found fixed bug with empty string check Clean up code | |||
2017-11-02 | Turn the style guide into a clang-format file | LemonBoy | |
2017-11-01 | up abi | ailin-nemui | |