Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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 | 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 | |
2017-10-24 | fix key length checker to actually do some work | ailin-nemui | |
2017-10-23 | Merge pull request #770 from horgh/horgh/rm-unused-function | ailin-nemui | |
Remove a couple unused functions | |||
2017-10-22 | Merge tag '1.0.5' into integrate/1.0.5 | ailin-nemui | |
2017-10-22 | Merge branch 'master' into HEAD | ailin-nemui | |
2017-10-22 | Merge pull request #777 from horgh/horgh/readme-typo | ailin-nemui | |
Fix a typo in the readme | |||
2017-10-21 | Fix a typo in the readme | Will Storey | |
Also uppercase Irssi in a couple places, and escape an argument not shown due to looking like an HTML tag | |||
2017-10-20 | Merge branch 'security' into 'master' | Nei | |
Security Closes GL#12, GL#13, GL#14, GL#15, GL#16 See merge request irssi/irssi!23 | |||
2017-10-20 | Merge branch 'fix-16' into 'security' | Nei | |
Prevent a OOB read when parsing IRCNet ! channels See merge request irssi/irssi!22 | |||
2017-10-20 | Merge branch 'fix-gl-15' into 'security' | Nei | |
Don't proceed with cmd_msg if there was an error splitting msg See merge request irssi/irssi!21 | |||
2017-10-20 | Merge branch 'fix-dcc' into 'security' | Nei | |
fix dcc See merge request irssi/irssi!20 | |||
2017-10-20 | Make split functions return an array with NULL instead of NULL | Joseph Bisch | |
This avoids undefined behavior in functions that call these split functions and expect an array back instead of just a NULL pointer. | |||
2017-10-20 | Merge branch 'fix-gl-13' into 'security' | Nei | |
Fix use after free when channel is destroyed inbetween being synced See merge request irssi/irssi!19 | |||
2017-10-20 | Revert "Don't proceed with cmd_msg if there was an error splitting msg" | Joseph Bisch | |
This reverts commit bd83852d646de28f2e0fe01efe7c9236aa4074d4. | |||
2017-10-20 | Merge branch 'fix-gl-12' into 'security' | Nei | |
fix out of bounds read in compress_colors See merge request irssi/irssi!18 | |||
2017-10-20 | Don't proceed with cmd_msg if there was an error splitting msg | Joseph Bisch | |
There may be cases (such as if target or server->nick is very long) where the split_message function returns NULL, indicating an error. To avoid a potential segfault, we now check to see if splitmsgs is NULL. | |||
2017-10-20 | fix dcc issue | ailin-nemui | |
2017-10-19 | Prevent a OOB read when parsing IRCNet ! channels | LemonBoy | |
Make sure the string has enough data. Fixes #16 | |||
2017-10-18 | Merge pull request #771 from paultownsend/issue-120 | LemonBoy | |
Add alternate_nick as a network-specific property | |||
2017-10-14 | Changes based on comments in pull #771. | Paul Townsend | |
2017-10-13 | Mark net_ip_compare() deprecated | Will Storey | |
2017-10-13 | Revert "Delete unused function net_ip_compare()" | Will Storey | |
This reverts commit cb5f3cba1f2b5dbad67bcc107f3fe4a1875cc52d. |