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
/
include
/
users.h
Age
Commit message (
Expand
)
Author
2006-07-08
Did some renaming so that the methods for modes in chanrec and userrec are id...
brain
2006-07-08
Add userrec::HasMode, fix some typos.
brain
2006-07-08
Change channelmodes -> usermodes (typo)
brain
2006-07-08
Convert new +isw modes to new mode format
brain
2006-07-08
Refactored user modes to work like the channel modes - core and module data n...
brain
2006-07-01
Replace rather craq'y loop with a couple of std::string calls
om
2006-05-11
Increase length of dhost
brain
2006-04-12
Made FindMatching(Global|Local) available via users.h
brain
2006-04-10
Routing more socket includes through socket.h
om
2006-04-10
A few more typedefs defined and put into use.
om
2006-03-12
Commented a lot of stuff that hasnt been commented since 1.0.2
brain
2006-03-10
Tidyup and move ConvToStr to a publically accessible place
brain
2006-03-10
Moved more stuff into right places
brain
2006-03-09
Changing by-value parameters to const references
om
2006-03-09
Speedups
brain
2006-03-09
Added userrec::modebits - fast way of checking if user has +swi rather than a...
brain
2006-03-09
Probably wont compile yet - purge_empty_channels refactor
brain
2006-03-07
Whowas refactor - probably wont compile yet
brain
2006-03-07
No need to be inline in the include
brain
2006-03-02
*UNTESTED* speeding up HasPermission by factor of hundreds, avoid using EnumC...
brain
2006-03-02
Made host fields more correct 64 in length with 63 copies
brain
2006-01-28
Changed length of password field to 64, giving us a maximum password length o...
brain
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-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-12
Replaced sprintf's with some char* voodoo
brain
2005-12-28
New system for client exits using CullList seems stable, needs testing
brain
2005-12-22
Changed two fields in ConnectClass to strings, moved constructor stuff to ini...
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
Major tidyups are fun for all :p
brain
2005-12-15
Fixes
brain
2005-12-15
Moved a ton of user related functions from inspircd.cpp to users.cpp
brain
2005-12-13
Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)
brain
2005-12-02
Made threading optional
brain
2005-12-01
Multithreaded DNS -- not tested!!!!
brain
2005-11-25
Added references to connection.h
brain
2005-11-25
Removed references to deprecated files servers.* and connection.*
brain
2005-05-29
Compensate for ~ in ident length
brain
2005-05-29
Highly optimized userrec saving 1.5k per user
brain
2005-05-29
Fixed lengths
brain
2005-05-29
A lot more of the core consts are now configurable at compile time
brain
2005-05-23
Tidied up some socket stuff into userrec
brain
2005-05-16
Removed __single_client_alloc again because gcc devs were smoking crack and r...
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
Added idea from ircu: /invite with too few params shows the channels youve be...
brain
2005-05-12
Changed the type of struct whowas records are stored in (no need to waste a b...
brain
2005-05-12
Structure optimizations, changed a lot of bools into binary bitmasks
brain
2005-05-12
Documented new recvq and sendq stuff
brain
2005-05-12
Customizable by-byte-size recvq stuff
brain
[next]