fa11_1eaf
  • Joined on 2023-08-02
fa11_1eaf commented on issue emil/probotic#7 2023-08-06 19:00:49 -04:00
Not connecting over SSL/TLS

Looks like we have to build libircclient with SSL support: http://www.ulduzsoft.com/libircclient/

./configure [--enable-openssl] [--enable-ipv6] make

"To initiate the connection to the IRC server over SSL, call the irc_connect() function and prefix the host name or IP address with a hash symbol:

// Connect to the SSL server; #192.168.1.1 is also possible if ( irc_connect (session, "#irc.example.com", 6669, 0, "mynick", "myusername", "myrealname" ) ) // Handle the error: irc_strerror() and irc_errno()

"

fa11_1eaf commented on issue emil/probotic#7 2023-08-06 16:32:22 -04:00
Not connecting over SSL/TLS

Is it connecting via plain HTTP?

fa11_1eaf closed issue emil/probotic#1 2023-08-04 10:05:26 -04:00
no realloc() or size checking in api.c functions
fa11_1eaf commented on issue emil/probotic#1 2023-08-04 10:05:12 -04:00
no realloc() or size checking in api.c functions

Resolved in 9e42a15926

fa11_1eaf created pull request emil/probotic#3 2023-08-04 09:49:14 -04:00
added reallocation to sql callback
fa11_1eaf pushed to fa11_1eaf at emil/probotic 2023-08-04 09:42:50 -04:00
cb43b28c8f added reallocation to sql callback
fa11_1eaf pushed to master at emil/probotic 2023-08-04 07:50:32 -04:00
618d178724 fixed str_split
fa11_1eaf pushed to master at emil/probotic 2023-08-04 07:25:29 -04:00
e3e69c073b build fix
fa11_1eaf pushed to master at emil/probotic 2023-08-04 07:22:13 -04:00
15e119014b added a string split function
fa11_1eaf pushed to master at emil/probotic 2023-08-04 04:18:35 -04:00
7102569940 merge
db3c80c7d3 Added admin list to credentials
Compare 2 commits »
fa11_1eaf pushed to master at emil/probotic 2023-08-03 08:41:17 -04:00
5812a15092 Changed admin list configuration behavior
fa11_1eaf pushed to master at emil/probotic 2023-08-03 08:29:45 -04:00
160c8ddcea updated readme: replaced mention of a non-existent config.h
fa11_1eaf pushed to master at emil/probotic 2023-08-03 08:06:45 -04:00
c33e5e4c72 admins check
fa11_1eaf pushed to master at emil/probotic 2023-08-03 07:57:07 -04:00
0eaa8afa93 admin list parsing base
fa11_1eaf pushed to master at emil/probotic 2023-08-03 05:34:03 -04:00
ae9f042891 actualized PARAMS_COUNT
fa11_1eaf pushed to master at emil/probotic 2023-08-02 19:15:43 -04:00
7880fd95fb Improved credentials parsing scalability
fa11_1eaf pushed to master at emil/probotic 2023-08-02 16:37:32 -04:00
4928814c9f Added credentials parsing
fa11_1eaf pushed to master at emil/probotic 2023-08-02 10:44:34 -04:00
3085b95473 Added credentials parser