aboutsummaryrefslogtreecommitdiffstats
path: root/help.c
Commit message (Collapse)AuthorAgeLines
* help: Increase read buffer size from 1100 to 2048dequis2015-03-04-1/+1
| | | | | | | | | | | | | This fixes "Error opening helpfile." that was introduced by the rawreply commit, which made the help string for "help set commands" larger than 1100 bytes, making the strstr(s, "\n%\n") condition fail I have absolutely no idea why it was 1100 to begin with. It's been like that since the first revision. 2048 is arbitrary too, but it's nicer. Needless to say, the help.c code needs to be reviewed more deeply, at least. Could also use that opportunity to get rid of the xmlto/xslt crap. Not going to do that right now, i don't want to add more bugs.
* Reindent everything to K&R style with tabsIndent2015-02-20-114/+105
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
|
* RIP native win32 support (use cygwin instead)dequis2014-09-27-5/+1
| | | | It has been broken for a very long time and nobody cared about it.
* Move whatsnew stuff into help.txt. Stop putting too much string contentWilmer van der Gaast2010-09-06-1/+23
| | | | | into the executable.
* Fix compiler warnings. Also fixing irc_send_motd(), which so far got awayWilmer van der Gaast2010-09-05-2/+3
| | | | | with a horrible practice of reading the MOTD file one by one.
* Added in-memory help info, which I wanted to implement for ages already.Wilmer van der Gaast2009-11-25-1/+25
| | | | | | | Sadly the way I'm using it now doesn't work yet since nogaim_init() is called before help_init(). I'll fix that later. (Have to do that anyway to at least make ForkDaemon mode work..)
* Added help_free() and cleaned up some very stale help-related stuff IWilmer van der Gaast2008-02-02-21/+45
| | | | | wasn't even aware of. This closes bug #352.
* Refactor the help code to take a filename rather than using the global struct.Jelmer Vernooij2006-12-24-7/+6
|
* Fixed error handling on empty help topics. (See #109)Wilmer van der Gaast2006-03-06-9/+8
|
* Updates copyright headers of files that were changed in 2005 too.Wilmer van der Gaast2005-11-12-1/+1
| | | | | (IOW, needed to change something to test the post-rsync hook. ;-))
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+148