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
/
users.cpp
Age
Commit message (
Expand
)
Author
2009-10-12
Fix some signedness.
peavey
2009-10-12
CoreExport changes, clean up DoHostCycle when users are exempted
danieldg
2009-10-12
Fix WriteCommon when used on remote nicks
danieldg
2009-10-11
Move 2 static extensibles from user class to inspircd class for global access...
peavey
2009-10-08
Update Event and Request APIs
danieldg
2009-10-05
Add OnBuildNeighborList hook, replaces all uses of OnHostCycle
danieldg
2009-10-05
Fix backwards HideWhoisServer check
danieldg
2009-10-03
Fix crash due to null address in DNS
danieldg
2009-10-03
Get rid of a bunch of memory-wasting C-style strings
danieldg
2009-10-02
Fix valgrind issues and crashes on exit
danieldg
2009-10-01
Fix some valgrind warnings
danieldg
2009-09-30
Add explicit reference-counting base class
danieldg
2009-09-30
Move destruction logic for User and Spanningtree into cull()
danieldg
2009-09-27
SendQ bugfixes
danieldg
2009-09-26
Flexible SendQ
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-21
Allow objects to be added to cull list during apply - fixes user deletion on ...
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-18
Separate spy channels [jackmcbarn]
danieldg
2009-09-13
Remove redundant ServerInstance* fields
danieldg
2009-09-13
Membership* changes
danieldg
2009-09-13
Change Extensible to use strongly typed entries
danieldg
2009-09-05
Bump a number of version numbers.
w00t
2009-09-03
Remove HandleInternal and HandleServer, they are duplicated by Request* and F...
danieldg
2009-09-02
Add OnChangeIdent and FIDENT support
danieldg
2009-09-02
Rip out VisData in preparation for replacing it with more flexible hooks
danieldg
2009-09-02
Remove now-unused quitmsg/operquitmsg fields from User
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Remove strnewdup(), it is a good source of possible memory leaks
danieldg
2009-09-02
Misc removal of pointless Extend strings
danieldg
2009-09-02
Remove a few unneeded string copies in the PRIVMSG path
danieldg
2009-09-02
Add User::DoHostCycle
danieldg
2009-09-02
Remove unneeded ProtocolInterface::Introduce
danieldg
2009-09-02
Cast rework: use C++ style static_cast<> instead of C-style casts
danieldg
2009-09-01
Move IP<->sockaddr conversions into irc::sockets:: namespace
danieldg
2009-09-01
Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent
danieldg
2009-09-01
Rename User::GetPort to GetServerPort to clarify its purpose
danieldg
2009-09-01
Change IP address storage in User to use more IPv4/IPv6 common code
danieldg
2009-09-01
Strip SUPPORT_IP6LINKS #define
danieldg
2009-08-14
Remove some very verbose debug that isn't really needed anymore
w00t
2009-08-12
Make rehash work more than once per run, and fix some uninitialized values in...
danieldg
2009-08-12
Fixes for config reader
danieldg
2009-08-03
Comment on what looks like incorrect behaviour in User::Oper().
w00t
2009-08-03
Revert "Don't do all the oper gubbins if the opertype doesn't exist. I've abs...
w00t
2009-08-03
Revert "Find the right variable so it actually works, too."
w00t
2009-08-03
Find the right variable so it actually works, too.
w00t
2009-08-03
Don't do all the oper gubbins if the opertype doesn't exist. I've absolutely ...
w00t
2009-08-01
Check that the <connect> block actually specifies a host before checking whet...
w00t
2009-05-14
Fix r11381 checking HideWhoisServer incorrectly
danieldg
2009-05-13
Hide server sources if HideWhoisServer is set, noticed by Brain
danieldg
[prev]
[next]