ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/irc.c
Revision 5364 - (view) (annotate) - [select for diffs]
Modified Mon Jan 12 19:56:33 2015 UTC (9 years, 2 months ago) by michael
File length: 21405 byte(s)
Diff to previous 5363 , to selected 5338
- irc.c: cleaned up irc_connect()

Revision 5363 - (view) (annotate) - [select for diffs]
Modified Mon Jan 12 19:19:11 2015 UTC (9 years, 2 months ago) by michael
File length: 21936 byte(s)
Diff to previous 5358 , to selected 5338
- irc.c: added basic IPv6 support allowing HOPM to bind and connect to IPv6 addresses

Revision 5358 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 18:51:07 2015 UTC (9 years, 2 months ago) by michael
File length: 21841 byte(s)
Diff to previous 5354 , to selected 5338
- irc.c:irc_init(): get rid of 'bindret'

Revision 5354 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 17:15:43 2015 UTC (9 years, 2 months ago) by michael
File length: 21887 byte(s)
Diff to previous 5351 , to selected 5338
- command_parse(): removed 'msg' parameter. We actually only need this for
  m_notice() as proof for reporting insecure proxies to a dnsbl provider.

Revision 5351 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 13:24:19 2015 UTC (9 years, 2 months ago) by michael
File length: 21892 byte(s)
Diff to previous 5342 , to selected 5338
- Update license headers

Revision 5342 - (view) (annotate) - [select for diffs]
Modified Thu Jan 8 15:50:47 2015 UTC (9 years, 2 months ago) by michael
File length: 21850 byte(s)
Diff to previous 5338
- irc.c:irc_parse(): fixed logic error

Revision 5338 - (view) (annotate) - [selected]
Modified Thu Jan 8 14:32:11 2015 UTC (9 years, 2 months ago) by michael
File length: 21850 byte(s)
Diff to previous 5333
- Const-correctness

Revision 5333 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 20:45:06 2015 UTC (9 years, 2 months ago) by michael
File length: 21736 byte(s)
Diff to previous 5322 , to selected 5338
- Move malloc.c to memory.c

Revision 5322 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 15:00:39 2015 UTC (9 years, 2 months ago) by michael
File length: 21736 byte(s)
Diff to previous 5311 , to selected 5338
- Fixed coding convention issues

Revision 5311 - (view) (annotate) - [select for diffs]
Modified Mon Jan 5 19:26:38 2015 UTC (9 years, 2 months ago) by michael
File length: 21790 byte(s)
Diff to previous 5290 , to selected 5338
- Removed bopm_sockaddr and bopm_ircaddr structs

Revision 5290 - (view) (annotate) - [select for diffs]
Modified Sat Jan 3 20:38:44 2015 UTC (9 years, 2 months ago) by michael
File length: 21857 byte(s)
Diff to previous 5279 , to selected 5338
- irc.c:m_notice(): don't use 'static' if there's no need to

Revision 5279 - (view) (annotate) - [select for diffs]
Modified Fri Jan 2 20:30:49 2015 UTC (9 years, 2 months ago) by michael
File length: 21849 byte(s)
Diff to previous 5274 , to selected 5338
- Use 'const' and 'unsigned' whenever possible
- Removed pointless 0 assignments

Revision 5274 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 20:00:33 2015 UTC (9 years, 2 months ago) by michael
File length: 21818 byte(s)
Diff to previous 5266 , to selected 5338
- Renamed MyMalloc() to xcalloc()

Revision 5266 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 18:49:40 2015 UTC (9 years, 2 months ago) by michael
File length: 21820 byte(s)
Diff to previous 5253 , to selected 5338
- Removed obsolete AC_HEADER_TIME

Revision 5253 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:46:08 2015 UTC (9 years, 2 months ago) by michael
File length: 21945 byte(s)
Diff to previous 5250 , to selected 5338
- irc.c:irc_send(): improved error reporting if send() fails

Revision 5250 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:39:47 2015 UTC (9 years, 2 months ago) by michael
File length: 21926 byte(s)
Diff to previous 5226 , to selected 5338
- irc.c:irc_init(): improve and simplify error reporting if socket()/bind() fails

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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 , to selected 5338
- Use sizeof(struct in_addr) instead of res->ai_addrlen

Revision 5164 - (view) (annotate) - [select for diffs]
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 , to selected 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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 5338
- 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