ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/irc.c
Revision 5226 - (view) (annotate) - [select for diffs]
Modified Wed Dec 31 14:08:39 2014 UTC (9 years, 2 months ago) by michael
File length: 22813 byte(s)
Diff to previous 5209 , to selected 5164
- irc.c:irc_cycle(): replaced select() with poll()

Revision 5209 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 19:50:33 2014 UTC (9 years, 3 months ago) by michael
File length: 23116 byte(s)
Diff to previous 5207 , to selected 5164
- Removed configure header test for strings.h; removed strings.h header includes

Revision 5207 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 19:38:22 2014 UTC (9 years, 3 months ago) by michael
File length: 23169 byte(s)
Diff to previous 5202 , to selected 5164
- Removed AC_HEADER_STDC configure test

Revision 5202 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 17:50:43 2014 UTC (9 years, 3 months ago) by michael
File length: 23199 byte(s)
Diff to previous 5198 , to selected 5164
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h

Revision 5198 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 16:53:16 2014 UTC (9 years, 3 months ago) by michael
File length: 23219 byte(s)
Diff to previous 5193 , to selected 5164
- Made NODATA_TIMEOUT a configuration option

Revision 5193 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 15:12:49 2014 UTC (9 years, 3 months ago) by michael
File length: 23221 byte(s)
Diff to previous 5191 , to selected 5164
- irc.c:irc_send(): fixed bug where over-length messages were not terminated with \n; optimized to not reprint the sendbuffer twice

Revision 5191 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 14:58:35 2014 UTC (9 years, 3 months ago) by michael
File length: 23215 byte(s)
Diff to previous 5170 , to selected 5164
- irc.c:irc_parse(): minor cleanups

Revision 5170 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 20:53:09 2014 UTC (9 years, 3 months ago) by michael
File length: 23254 byte(s)
Diff to previous 5168 , to selected 5164
- Continue to use inet_pton() until we add full ipv6 support, but at least
  replace all occurrences of inet_aton() with inet_pton()

Revision 5168 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 19:31:53 2014 UTC (9 years, 3 months ago) by michael
File length: 23583 byte(s)
Diff to previous 5164
- Use sizeof(struct in_addr) instead of res->ai_addrlen

Revision 5164 - (view) (annotate) - [selected]
Modified Fri Dec 26 18:52:10 2014 UTC (9 years, 3 months ago) by michael
File length: 23576 byte(s)
Diff to previous 5135
- Replaced all occurrences of inet_pton() with getaddrinfo()

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (9 years, 3 months ago) by michael
File length: 23250 byte(s)
Diff to previous 5134 , to selected 5164
- propset svn:eol-style native

Revision 5134 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:50:02 2014 UTC (9 years, 3 months ago) by michael
File length: 23250 byte(s)
Diff to previous 5130 , to selected 5164
- propset svn:keywords "Id"

Revision 5130 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 17:59:12 2014 UTC (9 years, 3 months ago) by michael
File length: 23250 byte(s)
Diff to previous 5125 , to selected 5164
- irc.c: use static keyword where appropriate; removed unused IRC_SENDBUFF

Revision 5125 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 17:23:34 2014 UTC (9 years, 3 months ago) by michael
File length: 23341 byte(s)
Diff to previous 5124 , to selected 5164
- irc.c: made IRC_RAW_LEN an unsigned int

Revision 5124 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 17:12:13 2014 UTC (9 years, 3 months ago) by michael
File length: 23341 byte(s)
Diff to previous 5116 , to selected 5164
- irc.c:irc_read(): removed extraneous test for 'c' being either '\r' or '\n'.
  It's already dealt with cr/lf at this point.

Revision 5116 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 15:04:31 2014 UTC (9 years, 3 months ago) by michael
File length: 23367 byte(s)
Diff to previous 5115 , to selected 5164
- Style corrections

Revision 5115 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 22:17:42 2014 UTC (9 years, 3 months ago) by michael
File length: 23861 byte(s)
Diff to previous 5114 , to selected 5164
- irc.c:irc_init(): removed unused variables

Revision 5114 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 22:12:05 2014 UTC (9 years, 3 months ago) by michael
File length: 23905 byte(s)
Diff to previous 5106 , to selected 5164
- Style corrections

Revision 5106 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 12:47:21 2014 UTC (9 years, 3 months ago) by michael
File length: 24752 byte(s)
Diff to previous 5092 , to selected 5164
- irc.c: rewrite irc_send_channels()

Revision 5092 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 20:12:39 2014 UTC (9 years, 3 months ago) by michael
File length: 25097 byte(s)
Diff to previous 5091 , to selected 5164
- Renamed DupString() to xstrdup()

Revision 5091 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 19:59:18 2014 UTC (9 years, 3 months ago) by michael
File length: 25105 byte(s)
Diff to previous 5084 , to selected 5164
- Removed pointless casts

Revision 5084 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:57:43 2014 UTC (9 years, 3 months ago) by michael
File length: 25160 byte(s)
Diff to previous 5083 , to selected 5164
- Removed USE_VAR cruft

Revision 5083 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:42:14 2014 UTC (9 years, 3 months ago) by michael
File length: 25520 byte(s)
Diff to previous 5081 , to selected 5164
- Make irc::away optional

Revision 5081 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:16:10 2014 UTC (9 years, 3 months ago) by michael
File length: 25484 byte(s)
Diff to previous 5077 , to selected 5164
- Removed rcs tags

Revision 5077 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 18:34:34 2014 UTC (9 years, 3 months ago) by michael
File length: 25545 byte(s)
Diff to previous 5072 , to selected 5164
- Use EmptyString() instead of this strlen() mess

Revision 5072 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 15:33:29 2014 UTC (9 years, 3 months ago) by michael
File length: 25528 byte(s)
Diff to previous 5071 , to selected 5164
- Fixed a bunch of compile warnings

Revision 5071 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 15:04:27 2014 UTC (9 years, 3 months ago) by michael
File length: 25516 byte(s)
Diff to previous 5069 , to selected 5164
- irc.c:m_ctcp(): removed reference to Blitzed

Revision 5069 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 14:57:12 2014 UTC (9 years, 3 months ago) by michael
File length: 25517 byte(s)
Diff to previous 5066 , to selected 5164
- Replaced more references of bopm with hopm

Revision 5066 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 14:32:01 2014 UTC (9 years, 3 months ago) by michael
File length: 25517 byte(s)
Diff to previous 5064 , to selected 5164
- irc.c:irc_parse(): replaced strcpy() with strlcpy()

Revision 5064 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 14:21:48 2014 UTC (9 years, 3 months ago) by michael
File length: 25503 byte(s)
Diff to previous 5052 , to selected 5164
- Add strlcpy() and strlcat() for system that don't have these

Revision 5052 - (view) (annotate) - [select for diffs]
Added Mon Dec 22 11:56:03 2014 UTC (9 years, 3 months ago) by michael
File length: 25518 byte(s)
Diff to selected 5164
- Initial import of bopm 3.1.3

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a