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_jumpserver.cpp
Age
Commit message (
Expand
)
Author
2019-02-15
Replace GetServerPort() with server_sa.port().
Peter Powell
2018-12-12
Fix conversion issues by replacing ConvToInt with ConvToNum<T>.
Peter Powell
2018-12-01
Fix detecting secure clients connecting through HAProxy/WEBIRC.
Peter Powell
2018-08-24
Allow unlocking jumpserver and lockserv with a module rehash.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-03
Use !empty() instead of 'size() > 0' when checking parameter count.
B00mX0r
2018-04-22
Move a bunch of optional module numerics to the module source file.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2016-09-02
Merge insp20
Attila Molnar
2016-09-02
m_jumpserver Prevent OnUserRegister from running in other modules for users w...
Attila Molnar
2016-04-28
Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or not
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-05-17
Fix incorrect iterator use leading to prematurely exiting loops when quitting...
Attila Molnar
2014-07-19
Access local user list via new UserManager::GetLocalUsers() and make local_us...
Attila Molnar
2014-07-19
Move and rename typedef LocalUserList to UserManager::LocalList
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-27
Allow jmpsrv to handle SSL-connected clients correctly - also allow clients t...
Daniel Vassdal
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
attilamolnar
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-02
Register all commands, modes and extensions using AddService()
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-12-02
Attach to events and register services in init()
attilamolnar
2012-11-29
Add a typedef for LocalUserList
attilamolnar
2012-11-19
m_jumpserver Fix wrong nickname in the numeric when redirecting all users imm...
attilamolnar
2012-11-19
Change empty string assignments to .clear() or remove them entirely
attilamolnar
2012-05-30
Module description updates
Robby-
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-03-13
Change lockserv emergency unlock procedure, and add one for jumpserver [jackm...
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-21
Change module API to use LocalUser* where correct
danieldg
2009-10-21
Split LocalUser and RemoteUser
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-13
Clean up Command constructor
danieldg
2009-09-03
Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Change allocation of commands/modes
danieldg
2009-04-01
Add validation of parameters as a fix for bug #917, and add maxpara so that w...
brain
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-07-19
jackmcbarn's patch left something out
brain
[next]