Skip to content

Instantly share code, notes, and snippets.

@ahf
Created May 22, 2011 15:54
Show Gist options
  • Save ahf/985612 to your computer and use it in GitHub Desktop.
Save ahf/985612 to your computer and use it in GitHub Desktop.
ircd-novo 0.1 starting ...
2011/05/22 17:53:31 Unable to add secure listener for ::1:6697: Empty TLS certificate in configuration file.
2011/05/22 17:53:31 Unable to add secure listener for 127.0.0.1:8080: Empty TLS certificate in configuration file.
2011/05/22 17:53:31 Opening up for incoming connections
2011/05/22 17:53:31 Listening on 127.0.0.1:6667 (Insecure TCP)
2011/05/22 17:53:37 Incoming Connection from 127.0.0.1:59398 to 127.0.0.1:6667 (Insecure TCP)
2011/05/22 17:53:37 *!*@127.0.0.1: Entering Output Handler!
2011/05/22 17:53:37 *!*@127.0.0.1: Sending: 'NOTICE AUTH :*** Processing connection to irc.example.org ...'
2011/05/22 17:53:37 *!*@127.0.0.1: Entering Input Handler!
2011/05/22 17:53:37 *!*@127.0.0.1: Entering Raw Message Handler!
2011/05/22 17:53:37 *!*@127.0.0.1: Message: Prefix: '', Command: 'NICK', Arguments: [ahf], Length: 1
2011/05/22 17:53:37 *!*@127.0.0.1: Entering Unregistered Client Protocol Handler!
2011/05/22 17:53:37 *!*@127.0.0.1: Sending: 'NOTICE AUTH :*** Looking up your hostname ...'
2011/05/22 17:53:37 *!*@127.0.0.1: Message: Prefix: '', Command: 'USER', Arguments: [ahf, ahf, 127.0.0.1, Alexander Færøy], Length: 4
2011/05/22 17:53:37 *!*@127.0.0.1: Sending: 'NOTICE AUTH :*** Found your hostname (localhost) ...'
2011/05/22 17:53:37 ahf!~ahf@localhost: Trying to register client
2011/05/22 17:53:37 Registering ahf!~ahf@localhost
2011/05/22 17:53:37 ahf!~ahf@localhost: Waiting for synchronisation ...
2011/05/22 17:53:37 ahf!~ahf@localhost: Synchronisation done!
2011/05/22 17:53:37 ahf!~ahf@localhost: Leaving Unregistered Client Protocol Handler!
2011/05/22 17:53:37 ahf!~ahf@localhost: Entering Registered Client Protocol Handler!
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 001 ahf :Welcome to the Test ircd-novo server. Internet Relay Chat Network ahf'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 002 ahf :Your host is FIXME, running version ircd-novo 0.1'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 375 ahf :- irc.example.org Message of the Day - '
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- This is ircd-novo's standard MOTD. You might want to replace it unless you want'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- your friends to laugh at you.'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- '
2011/05/22 17:53:37 ahf!~ahf@localhost: Message: Prefix: '', Command: 'MODE', Arguments: [ahf, +i], Length: 2
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- __________'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- ( Auch ... )'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- ----------'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- o'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- o'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- ^__^ /'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- (oo)\_______/ _________'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- (__)\ )=( ____|_ \_____'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- ||----w | \ \ \_____ |'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- || || || ||'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 372 ahf :- '
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 376 ahf :End of /MOTD command.'
2011/05/22 17:53:37 ahf!~ahf@localhost: Sending: ':irc.example.org 421 ahf MODE :Unknown command'
2011/05/22 17:53:40 ahf!~ahf@localhost: Message: Prefix: '', Command: 'PING', Arguments: [irc.example.org], Length: 1
2011/05/22 17:53:40 ahf!~ahf@localhost: Sending: 'PONG :irc.example.org'
2011/05/22 17:53:53 ahf!~ahf@localhost: Message: Prefix: '', Command: 'QUIT', Arguments: [Bye], Length: 1
2011/05/22 17:53:53 ahf!~ahf@localhost: Sending: ':irc.example.org 421 ahf QUIT :Unknown command'
2011/05/22 17:53:53 ahf!~ahf@localhost: Read Error: read tcp 127.0.0.1:59398: connection reset by peer
2011/05/22 17:53:53 ahf!~ahf@localhost: Closing!
2011/05/22 17:53:53 ahf!~ahf@localhost: Leaving Raw Message Handler!
2011/05/22 17:53:53 ahf!~ahf@localhost: Leaving Output Handler!
2011/05/22 17:53:53 ahf!~ahf@localhost: Leaving Registered Client Protocol Handler!
2011/05/22 17:53:53 ahf!~ahf@localhost: Unregistering client
2011/05/22 17:53:53 ahf!~ahf@localhost: Leaving Input Handler!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment