index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2006-09-08
This useless module doesnt work right in multi-server and isnt much good anyw...
brain
2006-09-08
Fix output when user SANICKs themselves
brain
2006-09-08
Stop valgrind whining about uninitialized array, all we do is pass it as a bu...
brain
2006-09-08
Fix small memory leak if non-cidr string passed to MatchCIDR
brain
2006-09-08
Fix for uninitialized var in valgrind output
brain
2006-09-08
Sensible failure messages for cmd_qline
brain
2006-09-08
Move spynames attempt notice into success area
brain
2006-09-08
And fix it to compile :p
brain
2006-09-08
Tidy up setidle message sent to opers, to show the actual idle time set if th...
brain
2006-09-08
Made SANICK not collide the user (theres no need to in the new 1.1 now we hav...
brain
2006-09-08
Report invalid nicknames back to oper
brain
2006-09-08
Add failed SANICK notices
brain
2006-09-08
Only put out SANICK success line if the nickchange succeeds
brain
2006-09-08
Correctly put qline notices into xline snomask
brain
2006-09-08
Typo in mode handler doesnt let -M be removed!
brain
2006-09-08
Add similar printf format fix to namesx
brain
2006-09-08
Explicitly call the std::string version of WriteServ in chanrec::UserList to ...
brain
2006-09-08
*YOINK* Add jamie's patch for parameterized usermodes in m_opermodes (thanks)
brain
2006-09-07
userrec::ForceNickChange was broken (not the entire nickchange system as i'd ...
brain
2006-09-07
1) Make earlier fix to inspsocket actually compile without error
brain
2006-09-07
Delete the file descriptor upon write error to an inspsocket, preventing it e...
brain
2006-09-06
Fix crashbug when /who'ing people who arent on a channel (chan->GetPrefixChar...
brain
2006-09-06
Forgot to return
brain
2006-09-06
Finish off the fix for bug #136 (a biggie for such a simple thing)
brain
2006-09-06
All commands now return results CMD_FAILURE or CMD_SUCCESS
brain
2006-09-06
Command result codes. This isnt finished yet, still got to do most of the mod...
brain
2006-09-06
JOIN now has a TS parameter on it. The client protocol will ignore this when ...
brain
2006-09-06
Drop and log unknown nicks in FJOIN, rather than aborting the link
brain
2006-09-05
New CAPAB variable (manditory): PROTOCOL
brain
2006-09-05
This is a complex one: when autoconnecting, we check each links failover, and...
brain
2006-09-04
'Connection to %s closed' now says 'Connection to %s failed'
brain
2006-09-04
Check for failover pointing at self. This is an obvious thing to check for an...
brain
2006-09-04
failover connections are now added, thanks for the idea Lauren (happy now? lo...
brain
2006-09-03
Call X509_free() after we're done with the cert
brain
2006-09-03
Output the certificate hash to the user when they connect
brain
2006-09-03
Remove some gunk
brain
2006-09-03
Changed how this module works.
brain
2006-09-03
Check for people trying to literally put the fingerprint in as a pass
brain
2006-09-03
Removal of debug
brain
2006-09-03
Add comments to document this header
brain
2006-09-03
YAY! A module which allows a user to oper via their ssl key fingerprint.
brain
2006-09-03
Remove a ton of debug
brain
2006-09-03
All but cert revocation is now supported by both modules
brain
2006-09-03
Dont report that the key has expired when it hasnt
brain
2006-09-03
OpenSSL gets certs and populates the ssl_cert* now!
brain
2006-09-03
We now have a test module that can dump someones certificate information: /ss...
brain
2006-09-03
Certificate stuff
brain
2006-09-03
Obtaining of ssl cert in gnutls module and placing it into a class which is e...
brain
2006-09-03
Proper error checking on loading cmd_*.so files
brain
2006-09-03
Remove the shared object pointer from the hash after each reload
brain
[next]