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
2006-01-27
Improved IP handling. Now uses in_addr to store client ip, not char[16]!
brain
2006-01-22
Added MakeWildHost to userrec (*!*@dhost)
brain
2006-01-18
Removed all strncpy() calls and replaced with strlcpy()
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-14
Replaced some 'n' with '*n' that was breaking userrec::MakeHost
brain
2006-01-12
Replaced sprintf's with some char* voodoo
brain
2006-01-09
Added chmodes-with-params
brain
2006-01-09
Unneccessary colon
brain
2006-01-09
Updated mode lists in 004 to more accurately reflect inspircd's mode features
brain
2006-01-03
Fixed to not crash on /PARK (still more to test)
brain
2006-01-01
Fixes to typos and change to return by reference on GetClass
brain
2006-01-01
Changes to how classes are looked up (connects slightly faster) and fix for c...
brain
2005-12-29
Attempt to cut out unneccessary printf() va_args voodoo (ugleh)
brain
2005-12-29
Cached ISUPPORT
brain
2005-12-29
Changed to MAX_DESCRIPTORS
brain
2005-12-29
*FIX* 'No more connections allowed' was comparing against the network-wide li...
brain
2005-12-28
New system for client exits using CullList seems stable, needs testing
brain
2005-12-28
Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE W...
brain
2005-12-26
Adding hook type checking to event calls to speed them up
brain
2005-12-23
Made a var extern that blocks up the RC1 cygwin build
brain
2005-12-22
Missing semicolon (gack)
brain
2005-12-22
Optimized out strcpys that copy empty strings (craq++)
brain
2005-12-22
Changed two fields in ConnectClass to strings, moved constructor stuff to ini...
brain
2005-12-19
SSL is a fucking mess.
brain
2005-12-18
Added IOHookModule stuff to allow for different modules to hook different ports
brain
2005-12-16
Split all commands into seperate files and redid command system to take class...
brain
2005-12-16
Forgot to remove dependency on serverstats *stats
brain
2005-12-16
Moved SocketEngine* SE into InspIRCd class
brain
2005-12-16
Fixed dodgy makefile generation
brain
2005-12-16
Adjusted OnRawSocketClose to new system
brain
2005-12-15
Fixed BUG BUG BUG
brain
2005-12-15
Added 'local users' vector
brain
2005-12-15
Moved rehashnick and force_nickchange to users.cpp
brain
2005-12-15
Tidied up call_handler to use strings
brain
2005-12-15
Added externs
brain
2005-12-15
Rar!
brain
2005-12-15
Moved a ton of user related functions from inspircd.cpp to users.cpp
brain
2005-12-14
Fixed to use new methods of ServerConfig
brain
2005-12-14
Added config_f to serverconfig, UNTESTED
brain
2005-12-14
Started moving of data into ServerConfig class
brain
2005-12-13
Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)
brain
2005-12-07
Added ability to put command named * into a class to make it cover all
brain
2005-12-04
Tweak for om's threaded-dns issue
brain
2005-12-02
Fixed a missing include
brain
2005-12-02
Allowed ulined servers to by pass all oper permissions checking
brain
2005-12-02
Made threading optional
brain
2005-12-02
Fixed dns pthread_kill
brain
2005-12-02
An "I" got in here
brain
2005-12-02
This should work again now
brain
2005-12-02
Removed pthread_kill, linux doesnt know where it is!
brain
[prev]
[next]