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
/
modules
/
m_ojoin.cpp
Age
Commit message (
Expand
)
Author
2012-04-01
Typofix in m_ojoin
Rutger
2010-02-07
Fix typo
danieldg
2010-02-07
Fix crash on kick when +J is set, +misc cleanup
danieldg
2010-02-05
Remove incorrect access checks from m_ojoin
danieldg
2010-01-28
Fix empty FMODE being sent if SendMode mode changes
danieldg
2010-01-17
Move initialization that throws configuration exceptions to init()
danieldg
2010-01-15
Remove VF_COMMON from mode-provider modules (no longer needed due to better C...
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-25
Fixes from vtable cross-check
danieldg
2009-10-24
Get rid of ModePair
danieldg
2009-10-08
Add names for all modes (part 1 of named channel mode list)
danieldg
2009-10-05
Run DelMode and DelModeWatcher in RemoveModule
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-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-13
Clean up Command constructor
danieldg
2009-09-13
Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible...
danieldg
2009-09-13
Simplify ModeHandler constructor
danieldg
2009-09-13
Replace OnAccessCheck with OnPreMode to remove a number of redundant checks
danieldg
2009-09-13
Membership* changes
danieldg
2009-09-09
really fix segfault when using ojoin in already-joined channel
danieldg
2009-09-09
Fix segfault when using ojoin in already-joined channel
danieldg
2009-09-09
Allow OJOIN to be used when already in the target channel
danieldg
2009-09-03
Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands
danieldg
2009-09-03
Don't reassign NPrefix on rehash, its change requires a reloadmodule (noticed...
danieldg
2009-09-03
Add Network Buisness Join module by Taros; adapted to 2.0
danieldg