Tim Cava
|
ed1ad22d70
|
Rewrite read_scores() with suggestions from caf. Failing to open the scores file no longer leaks memory, and a malformed record no longer adds an empty link to the global scores list.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@253 13b04d17-f746-0410-82c6-800466cd88b0
|
2013-07-02 14:42:36 +00:00 |
|
Tim Cava
|
4ff0b8d2d5
|
Make sure setupterm() returns ERR before examining the status value.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@252 13b04d17-f746-0410-82c6-800466cd88b0
|
2013-07-01 01:23:18 +00:00 |
|
Tim Cava
|
c464efa90e
|
Fix file descriptor leak in read_scores() found by Coverity.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@251 13b04d17-f746-0410-82c6-800466cd88b0
|
2013-06-28 07:34:06 +00:00 |
|
Tim Cava
|
ee761e7f02
|
Skip malformed entries in abots.sav, which avoids two null dereferences found by Coverity.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@250 13b04d17-f746-0410-82c6-800466cd88b0
|
2013-06-28 05:22:20 +00:00 |
|
Tim Cava
|
7a5448aa74
|
Don't make a copy of args, it goes unused. Remove the variable it was stored to. Found by Coverity.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@249 13b04d17-f746-0410-82c6-800466cd88b0
|
2013-06-26 13:09:01 +00:00 |
|
Tim Cava
|
3812cf36a6
|
Don't bother storing what get_window_by_name() returns, it goes unused. Found by Coverity.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@248 13b04d17-f746-0410-82c6-800466cd88b0
|
2013-06-26 11:51:41 +00:00 |
|
Tim Cava
|
b26e295137
|
Improve cryptit() fixes, suggested by caf.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@241 13b04d17-f746-0410-82c6-800466cd88b0
|
2013-06-17 08:00:37 +00:00 |
|
Tim Cava
|
df8328c3a1
|
Fix out-of-bounds error in cryptit() found by Coverity.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@240 13b04d17-f746-0410-82c6-800466cd88b0
|
2013-06-16 14:40:52 +00:00 |
|
Tim Cava
|
d7a0c781f8
|
Convert simple uses of alloca/strcpy to LOCAL_COPY.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@232 13b04d17-f746-0410-82c6-800466cd88b0
|
2013-02-24 07:32:59 +00:00 |
|
Tim Cava
|
a7c93a3950
|
Remove a redundant call to alloca.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@231 13b04d17-f746-0410-82c6-800466cd88b0
|
2013-02-23 20:57:24 +00:00 |
|
Tim Cava
|
0d67cac5f7
|
Add a note about fixing QUITs with SSL connections.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@215 13b04d17-f746-0410-82c6-800466cd88b0
|
2012-10-21 01:36:23 +00:00 |
|
Tim Cava
|
416fcda578
|
Fix QUIT messages with SSL connections.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@212 13b04d17-f746-0410-82c6-800466cd88b0
|
2012-09-20 02:36:48 +00:00 |
|
Tim Cava
|
46cf14c0da
|
Fix the MKNU command, with suggestions from caf.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@205 13b04d17-f746-0410-82c6-800466cd88b0
|
2012-06-07 04:22:17 +00:00 |
|
Tim Cava
|
a72091bb0e
|
Fix the -z command line option and the use of the IRCUSER environment variable.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@93 13b04d17-f746-0410-82c6-800466cd88b0
|
2010-07-30 09:52:17 +00:00 |
|
Tim Cava
|
28f8b2c9af
|
Use the value passed to auto_away() instead of recalculating it, and rename
this variable "idle_mins". (From BX2)
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@92 13b04d17-f746-0410-82c6-800466cd88b0
|
2010-07-01 08:19:28 +00:00 |
|
Tim Cava
|
7269d14c75
|
When /AWAYMSG is used without an argument, tell the user their auto-away msg was unset,
instead of saying it was set to "nothing". (From BX2)
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@91 13b04d17-f746-0410-82c6-800466cd88b0
|
2010-06-30 05:50:12 +00:00 |
|