openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libefgy
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 8 of 34
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
implement the OPER command in IRC
Magnus Achim Deininger
More...
almost 10 years ago
fix some escaping issues for the IRC masks
Magnus Achim Deininger
More...
almost 10 years ago
merge the two server demos into a single file; re-enable UNIX sockets for HTTP; fix a bug with the header guard for the IRC server header
Magnus Achim Deininger
More...
almost 10 years ago
bring back the (UNIX socket) love!
Magnus Achim Deininger
More...
almost 10 years ago
pimp the IRC demo so that, in theory, one process can now serve multiple IRC sessions
Magnus Achim Deininger
More...
almost 10 years ago
implement the WHOIS command
Magnus Achim Deininger
More...
almost 10 years ago
add some code to convert IRC masks to regexen; spice up the WHO command to work as defined in the RFC
Magnus Achim Deininger
More...
almost 10 years ago
add parsing support for the PASS command; implement ERR_ALREADYREGISTRED
Magnus Achim Deininger
More...
almost 10 years ago
keep shared pointers to the sessions and modify remember/forget accordingly. self-destruction is now performed by resetting 'self' after telling the processor to forget about the session
Magnus Achim Deininger
More...
almost 10 years ago
use shared_ptrs to make sure client sessions don't expire before they ought to
Magnus Achim Deininger
More...
almost 10 years ago
will need a channel class to keep track of things
Magnus Achim Deininger
More...
almost 10 years ago
implement TOPIC, hook up NAMES
Magnus Achim Deininger
More...
almost 10 years ago
clean up the not-enough-parameter error
Magnus Achim Deininger
as Magnus Deininger
More...
almost 10 years ago
implement a basic version of the NAMES command
Magnus Achim Deininger
More...
almost 10 years ago
fix some things i wasn't interpreting the same way as the specs
Magnus Achim Deininger
More...
almost 10 years ago
implement QUIT and refine the stub MODE a bit more
Magnus Achim Deininger
More...
almost 10 years ago
implement a basic WHO and MODE
Magnus Achim Deininger
More...
almost 10 years ago
validate number of input parameters; implement PART and PRIVMSG
Magnus Achim Deininger
More...
almost 10 years ago
implement a hacky version of the JOIN command
Magnus Achim Deininger
More...
almost 10 years ago
clean up the protocol parsing; clean up parameter passing; add warnings for certain kinds of bad parameters; be lenient about trailing whitespace; merge reply functions
Magnus Achim Deininger
More...
almost 10 years ago
implement PING message response; add server name and version to default server
Magnus Achim Deininger
More...
almost 10 years ago
add a basic processor and expand the IRC server to support client connection handling and the basics of numeric messages
Magnus Achim Deininger
as Magnus Deininger
More...
almost 10 years ago
starting on an IRC server implementation using the same technique as the HTTP one
Magnus Achim Deininger
More...
almost 10 years ago
fix missing documentation
Magnus Achim Deininger
More...
almost 10 years ago
it's time I started documenting this...
Magnus Achim Deininger
More...
almost 10 years ago
forgot to add anappropriate group tag
Magnus Achim Deininger
More...
almost 10 years ago
split out the server code to a separate header file, so as to be reused for IRC
Magnus Achim Deininger
More...
almost 10 years ago
clean up parts of the HTTP server interface; add a /quit to the HTTP example
Magnus Achim Deininger
More...
almost 10 years ago
add a bit more documentation to the HTTP demo
Magnus Achim Deininger
More...
almost 10 years ago
add docs for the processor; fix weirdness in the comparison operator
Magnus Achim Deininger
More...
almost 10 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
33
34
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree