]> jfr.im git - irc/evilnet/ircgw.git/log
irc/evilnet/ircgw.git
11 years agoMinor change in src/gw_ssl.c master origin/HEAD origin/master
Matthew Beeching [Thu, 4 Apr 2013 11:09:38 +0000 (12:09 +0100)] 
Minor change in src/gw_ssl.c

12 years agoMore cleanup I missed
Matthew Beeching [Sun, 22 Jan 2012 15:26:36 +0000 (15:26 +0000)] 
More cleanup I missed

12 years agoRe-added some code cleanups that were removed with the previous commit
Matthew Beeching [Sun, 22 Jan 2012 15:14:31 +0000 (15:14 +0000)] 
Re-added some code cleanups that were removed with the previous commit

12 years agoReverting revisions 26:cab473b45888, 27:8d13be18cd2c and 28:92eba827b1b4 so they...
Matthew Beeching [Sun, 22 Jan 2012 14:37:53 +0000 (14:37 +0000)] 
Reverting revisions 26:cab473b45888, 27:8d13be18cd2c and 28:92eba827b1b4 so they can be re-thought out later

12 years agoTest commit
Matthew Beeching [Mon, 25 Jul 2011 22:03:57 +0000 (23:03 +0100)] 
Test commit

12 years agoUpdated doc/vip4gen.php to include support for 2001:0::/32 IPv6 to IPv4 translation
Matthew Beeching [Mon, 25 Jul 2011 21:23:41 +0000 (22:23 +0100)] 
Updated doc/vip4gen.php to include support for 2001:0::/32 IPv6 to IPv4 translation

12 years agoMore cleanup
Matthew Beeching [Sat, 2 Jul 2011 22:07:33 +0000 (23:07 +0100)] 
More cleanup

12 years agoCleaned some of the code up a bit
Matthew Beeching [Thu, 30 Jun 2011 23:24:47 +0000 (00:24 +0100)] 
Cleaned some of the code up a bit

12 years agoUpdated config parsing to use getaddrinfo() instead of inet_pton()
Matthew Beeching [Thu, 30 Jun 2011 00:06:58 +0000 (01:06 +0100)] 
Updated config parsing to use getaddrinfo() instead of inet_pton()

12 years agoFixed listener not getting deleted if it failed to bind()
Matthew Beeching [Wed, 29 Jun 2011 22:24:55 +0000 (23:24 +0100)] 
Fixed listener not getting deleted if it failed to bind()

12 years agoFix for crash bug when listener_add() fails during config load
Matthew Beeching [Wed, 29 Jun 2011 21:33:14 +0000 (22:33 +0100)] 
Fix for crash bug when listener_add() fails during config load

12 years agoAdded support for decoding real IPv4 IP address from IPv6 prefix 2001:0::/32 (Teredo)
Matthew Beeching [Mon, 13 Jun 2011 12:49:36 +0000 (13:49 +0100)] 
Added support for decoding real IPv4 IP address from IPv6 prefix 2001:0::/32 (Teredo)

13 years agoReplaced some unnecessary snprintf()s with strncpy()
Matthew Beeching [Fri, 7 Jan 2011 11:06:17 +0000 (11:06 +0000)] 
Replaced some unnecessary snprintf()s with strncpy()

13 years agoRewrote getwebircmsg() to clean it up and remove the need for malloc() and free(...
Matthew Beeching [Tue, 28 Dec 2010 22:22:53 +0000 (22:22 +0000)] 
Rewrote getwebircmsg() to clean it up and remove the need for malloc() and free() to hopefully fix a couple of sporadic crashes

13 years agoMinor typo in ircgw.example.conf
Matthew Beeching [Sat, 31 Jul 2010 14:46:13 +0000 (15:46 +0100)] 
Minor typo in ircgw.example.conf

13 years agoFix for crash bug in getwebircmsg()
Matthew Beeching [Sat, 31 Jul 2010 09:22:18 +0000 (10:22 +0100)] 
Fix for crash bug in getwebircmsg()

13 years agoChanged default certificate expiry to one year
Matthew Beeching [Thu, 17 Jun 2010 21:55:10 +0000 (22:55 +0100)] 
Changed default certificate expiry to one year

14 years agoAdded sample PHP script demonstrating the method used to generate a virtual IPv4...
jobe1986 [Mon, 15 Mar 2010 17:21:32 +0000 (17:21 +0000)] 
Added sample PHP script demonstrating the method used to generate a virtual IPv4 IP address from an IPv6 IP address for networks that do not support IPv6

14 years agoAdded support for decoding real IPv4 IP address from IPv6 prefix 2002::/16
jobe1986 [Mon, 15 Mar 2010 17:18:53 +0000 (17:18 +0000)] 
Added support for decoding real IPv4 IP address from IPv6 prefix 2002::/16

14 years agoircgw: Added missing initialization of socket->sslfp to NULL
jobe1986 [Fri, 12 Feb 2010 11:22:05 +0000 (11:22 +0000)] 
ircgw: Added missing initialization of socket->sslfp to NULL

14 years agoircgw: Changed debug logging to include the IP that the client actually connected to
jobe1986 [Sun, 6 Dec 2009 09:12:12 +0000 (09:12 +0000)] 
ircgw: Changed debug logging to include the IP that the client actually connected to

14 years agoircgw: Added support for WEBIRCEXTRA command to pass SSL client certificate fingerpri...
jobe1986 [Sat, 5 Dec 2009 13:38:49 +0000 (13:38 +0000)] 
ircgw: Added support for WEBIRCEXTRA command to pass SSL client certificate fingerprint through to IRCd

14 years agoChanged gw_strhex() to return upper case hex characters instead of lower case
jobe1986 [Fri, 4 Dec 2009 10:23:32 +0000 (10:23 +0000)] 
Changed gw_strhex() to return upper case hex characters instead of lower case

14 years agoChanged SSL client certificate debug code to use SHA256 for fingerprint
jobe1986 [Tue, 1 Dec 2009 12:34:04 +0000 (12:34 +0000)] 
Changed SSL client certificate debug code to use SHA256 for fingerprint

14 years agoAdded a bit more information to example configuration
jobe1986 [Sun, 15 Nov 2009 20:20:28 +0000 (20:20 +0000)] 
Added a bit more information to example configuration

14 years agoFew minor changes for return values from functions
jobe1986 [Sat, 14 Nov 2009 17:58:08 +0000 (17:58 +0000)] 
Few minor changes for return values from functions

14 years agoFix for possible mem leak in gw_ssl_get_hash()
jobe1986 [Fri, 6 Nov 2009 10:44:13 +0000 (10:44 +0000)] 
Fix for possible mem leak in gw_ssl_get_hash()

14 years agoAdded code to log to debug the sha1 fingerprint of the clients SSL certificate if...
jobe1986 [Fri, 6 Nov 2009 10:27:33 +0000 (10:27 +0000)] 
Added code to log to debug the sha1 fingerprint of the clients SSL certificate if provided

14 years agoFix for pedantic compiler warnings
jobe1986 [Tue, 22 Sep 2009 21:43:48 +0000 (21:43 +0000)] 
Fix for pedantic compiler warnings

14 years agoMinor tweak to send WEBIRC command with the first message the client sends instead...
jobe1986 [Mon, 21 Sep 2009 05:15:05 +0000 (05:15 +0000)] 
Minor tweak to send WEBIRC command with the first message the client sends instead of waiting specifically for the first 'NICK' message

14 years agoAdded P line flag L to use literal (full) IPv6 address for non-rDNS hosts, and remove...
jobe1986 [Fri, 18 Sep 2009 23:12:34 +0000 (23:12 +0000)] 
Added P line flag L to use literal (full) IPv6 address for non-rDNS hosts, and removed unused function from src/gw_string.c

14 years agoSome minor tweaks to connection accepting and Listener flags
jobe1986 [Thu, 17 Sep 2009 01:04:55 +0000 (01:04 +0000)] 
Some minor tweaks to connection accepting and Listener flags

14 years agoAdded N flag for no WEBIRC suffix if rDNS lookup was successful
jobe1986 [Wed, 16 Sep 2009 12:39:14 +0000 (12:39 +0000)] 
Added N flag for no WEBIRC suffix if rDNS lookup was successful

14 years agoAdded R and H flag for no rDNS and no WEBIRC suffix
jobe1986 [Wed, 16 Sep 2009 12:22:20 +0000 (12:22 +0000)] 
Added R and H flag for no rDNS and no WEBIRC suffix

14 years agoImport of IRCGW project - An IRC gateway using WEBIRC to forward real IP and host...
jobe1986 [Tue, 15 Sep 2009 16:40:19 +0000 (16:40 +0000)] 
Import of IRCGW project - An IRC gateway using WEBIRC to forward real IP and host details