Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
logkeys
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
logkeys
Commits
ad830f68
Commit
ad830f68
authored
Feb 10, 2016
by
Jeff Zohrab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated code to refer to GitHub project.
parent
ea502639
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
14 deletions
+14
-14
configure
configure
+3
-3
configure.ac
configure.ac
+1
-1
args.cc
src/args.cc
+1
-1
keytables.cc
src/keytables.cc
+1
-1
llk.cc
src/llk.cc
+1
-1
llkk.cc
src/llkk.cc
+1
-1
logkeys.cc
src/logkeys.cc
+1
-1
upload.cc
src/upload.cc
+3
-3
usage.cc
src/usage.cc
+2
-2
No files found.
configure
View file @
ad830f68
...
...
@@ -563,7 +563,7 @@ PACKAGE_TARNAME='logkeys'
PACKAGE_VERSION
=
'0.1.1b-svn'
PACKAGE_STRING
=
'logkeys 0.1.1b-svn'
PACKAGE_BUGREPORT
=
'kerncece+logkeys@gmail.com'
PACKAGE_URL
=
'http
://code.google.com/p
/logkeys/'
PACKAGE_URL
=
'http
s://github.com/kernc
/logkeys/'
ac_unique_file
=
"src/logkeys.cc"
# Factoring default headers for most tests.
...
...
@@ -1338,7 +1338,7 @@ Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <kerncece+logkeys@gmail.com>.
logkeys home page: <http
://code.google.com/p
/logkeys/>.
logkeys home page: <http
s://github.com/kernc
/logkeys/>.
_ACEOF
ac_status
=
$?
fi
...
...
@@ -5087,7 +5087,7 @@ Configuration commands:
$config_commands
Report bugs to <kerncece+logkeys@gmail.com>.
logkeys home page: <http
://code.google.com/p
/logkeys/>."
logkeys home page: <http
s://github.com/kernc
/logkeys/>."
_ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
|| ac_write_fail=1
...
...
configure.ac
View file @
ad830f68
...
...
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
AC_INIT([logkeys],[0.1.1b-svn],[kerncece+logkeys@gmail.com],[],[http
://code.google.com/p
/logkeys/])
AC_INIT([logkeys],[0.1.1b-svn],[kerncece+logkeys@gmail.com],[],[http
s://github.com/kernc
/logkeys/])
AC_CONFIG_SRCDIR([src/logkeys.cc])
AM_INIT_AUTOMAKE([-Wall foreign])
AC_CONFIG_HEADERS([config.h])
...
...
src/args.cc
View file @
ad830f68
...
...
@@ -3,7 +3,7 @@
This program is free software. It comes with absolutely no warranty whatsoever.
See COPYING for further information.
Project homepage: http
://code.google.com/p/logkeys/
Project homepage: http
s://github.com/kernc/logkeys
*/
#ifndef _ARGS_H_
...
...
src/keytables.cc
View file @
ad830f68
...
...
@@ -3,7 +3,7 @@
This program is free software. It comes with absolutely no warranty whatsoever.
See COPYING for further information.
Project homepage: http
://code.google.com/p/logkeys/
Project homepage: http
s://github.com/kernc/logkeys
*/
#ifndef _KEYTABLES_H_
...
...
src/llk.cc
View file @
ad830f68
...
...
@@ -3,7 +3,7 @@
This program is free software. It comes with absolutely no warranty whatsoever.
See COPYING for further information.
Project homepage: http
://code.google.com/p/logkeys/
Project homepage: http
s://github.com/kernc/logkeys
*/
#include <cstdlib>
...
...
src/llkk.cc
View file @
ad830f68
...
...
@@ -3,7 +3,7 @@
This program is free software. It comes with absolutely no warranty whatsoever.
See COPYING for further information.
Project homepage: http
://code.google.com/p/logkeys/
Project homepage: http
s://github.com/kernc/logkeys
*/
#include <cstdlib>
...
...
src/logkeys.cc
View file @
ad830f68
...
...
@@ -3,7 +3,7 @@
This program is free software. It comes with absolutely no warranty whatsoever.
See COPYING for further information.
Project homepage: http
://code.google.com/p/logkeys/
Project homepage: http
s://github.com/kernc/logkeys
*/
#include <cstdio>
...
...
src/upload.cc
View file @
ad830f68
...
...
@@ -3,7 +3,7 @@
This program is free software. It comes with absolutely no warranty whatsoever.
See COPYING for further information.
Project homepage: http
://code.google.com/p/logkeys/
Project homepage: http
s://github.com/kernc/logkeys
*/
#ifndef _UPLOAD_H_
...
...
@@ -146,7 +146,7 @@ void start_remote_upload()
obuf
<<
"POST "
<<
location
<<
" HTTP/1.1
\r\n
"
"Host: "
<<
host
<<
"
\r\n
"
"User-Agent: logkeys (http
://code.google.com/p/logkeys/
)
\r\n
"
"User-Agent: logkeys (http
s://github.com/kernc/logkeys
)
\r\n
"
"Accept: */*
\r\n
"
"Content-Type: multipart/form-data; boundary="
<<
boundary
.
str
()
<<
"
\r\n
"
"Content-Length: "
<<
postdata
.
str
().
size
()
<<
"
\r\n
"
...
...
@@ -182,7 +182,7 @@ void start_remote_upload()
srand
(
time
(
NULL
));
int
random
=
rand
()
%
999999
;
// random 6 digits will be part of IRC nickname
std
::
stringstream
obuf
;
obuf
<<
"USER lk"
<<
random
<<
" 8 * :http
://code.google.com/p
/logkeys
\r\n
"
obuf
<<
"USER lk"
<<
random
<<
" 8 * :http
s://github.com/kernc
/logkeys
\r\n
"
"NICK lk"
<<
random
<<
"
\r\n
"
;
if
(
args
.
irc_entity
[
0
]
==
'#'
)
// if entity is a channel, add command to join it
obuf
<<
"JOIN "
<<
args
.
irc_entity
<<
"
\r\n
"
;
...
...
src/usage.cc
View file @
ad830f68
...
...
@@ -3,7 +3,7 @@
This program is free software. It comes with absolutely no warranty whatsoever.
See COPYING for further information.
Project homepage: http
://code.google.com/p/logkeys/
Project homepage: http
s://github.com/kernc/logkeys
*/
#ifndef _USAGE_H_
...
...
@@ -36,7 +36,7 @@ void usage()
" logkeys -k
\n
"
"
\n
"
"logkeys version: "
PACKAGE_VERSION
"
\n
"
"logkeys homepage: <http
://code.google.com/p
/logkeys/>
\n
"
"logkeys homepage: <http
s://github.com/kernc
/logkeys/>
\n
"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment