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
Age
Commit message (
Expand
)
Author
2006-03-09
Strlen bashing.
brain
2006-03-09
Improved to avoid strlen
brain
2006-03-09
Changed to unsigned char to get rid of warnings
brain
2006-03-09
lowertab -> lowermap
brain
2006-03-09
Improved strhashcomp with no allocations
brain
2006-03-09
Segfault-causing typo (wrong var used for a loop, whoops)
brain
2006-03-09
Typical. 0 and 1 to choose from, and i pick the wrong one. (back to front bin...
brain
2006-03-09
Forgot to declare var
brain
2006-03-09
UMode tweaks
brain
2006-03-09
UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI...
brain
2006-03-09
Modes the wrong way around
brain
2006-03-09
(Needs test) Improved userlist()
brain
2006-03-09
Added userrec::modebits - fast way of checking if user has +swi rather than a...
brain
2006-03-09
Fix printf format to get rid of compile warning (using %d for a long, change ...
om
2006-03-09
iterator hell
brain
2006-03-09
Fixed to use iterator
brain
2006-03-09
Correctly use iterators and pointer to ucrec
brain
2006-03-09
Fixed to correctly use iterator
brain
2006-03-09
Change to ucrec* iterators
brain
2006-03-09
Grant and revoke now use iterators
brain
2006-03-09
Fixed to use iterators
brain
2006-03-09
Probably wont compile yet - purge_empty_channels refactor
brain
2006-03-09
mptr++ not *mptr++!
brain
2006-03-09
Fix buffer overflow (visible in /mode #channel)
om
2006-03-09
Cleanup.
w00t
2006-03-09
Better calculation of LUSERS
brain
2006-03-09
Changed LUSERS to show global current to not include unregistered connections
brain
2006-03-09
More of the same cleanup :P
w00t
2006-03-09
Don't show channels where all users are invisible and therefore usercount is 0
brain
2006-03-09
More cleanup
w00t
2006-03-09
Add 'you are a nub' messages to /squit and /connect stubs
w00t
2006-03-09
Wrong var used here, oooops
brain
2006-03-09
Update to Start() credits, now refers users to /info output
w00t
2006-03-09
More cleanup, moved Om and myself to core team
w00t
2006-03-09
Speedup of list
brain
2006-03-09
Calling a method of a null object due to refactoring and HasUser - fixed
brain
2006-03-08
Reformat according to coding guidelines.
w00t
2006-03-08
These modules were using deprecated Server::IsOnChannel. They arent any more :)
brain
2006-03-08
Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha...
brain
2006-03-08
Fixed externs
brain
2006-03-08
Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...
brain
2006-03-08
Removed declarations of ancient and misspelled functions :/
brain
2006-03-08
cmode was declared here too - declaration removed.
brain
2006-03-08
cmode now returns const char* as it returns a pointer to a literal string and...
brain
2006-03-08
Got rid of all that ugly char* cast crap (todo: change docs to reflect change)
brain
2006-03-08
Fixed #defines to be enums (tidier)
brain
2006-03-08
Someone forgot to test compile this *whistles nonchalantly*
brain
2006-03-08
Allow for fallback of older ircds without TS in BURST command
brain
2006-03-08
Actually, 64.
brain
2006-03-08
chanrec::custom_modes only needs 96 values not 190
brain
[prev]
[next]