index
:
~steering
/
inspircd++.git
this commit
main
upstream/HEAD
upstream/insp10
upstream/insp11
upstream/insp12
upstream/insp20
upstream/insp3
upstream/insp4
upstream/master
upstream/obsolete/insp21
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add timestamp to channels in permchanneldb
Daniel De Graaf
2010-08-06
1
-3
/
+4
*
Change irc::modestacker output in FORMAT_PERSIST to always use long modes
Daniel De Graaf
2010-08-06
2
-4
/
+36
*
Fix DelMode failing on modes using the default ParamChannelModeHandler::OnMod...
Daniel De Graaf
2010-08-05
1
-5
/
+7
*
Save umodes in addition to channel modes
Daniel De Graaf
2010-08-05
1
-2
/
+22
*
Persist metadata and modes across module reloads
Daniel De Graaf
2010-08-05
3
-56
/
+114
*
Fix up some errors from the init() conversion
Daniel De Graaf
2010-08-05
3
-2
/
+10
*
Force modules to use init() to register hooks
Daniel De Graaf
2010-08-05
81
-147
/
+221
*
Fix m_override ignoring RequireKey and NoisyOverride settings
Daniel De Graaf
2010-08-05
2
-8
/
+19
*
Allow OnParameterMissing to fill in the missing parameter
Daniel De Graaf
2010-08-05
2
-4
/
+5
*
Call OnCheckJoin for override joins so hooks are still run
Daniel De Graaf
2010-08-05
1
-15
/
+6
*
Prevent kicking people you do not have permission to deprivilege
Daniel De Graaf
2010-08-04
1
-2
/
+4
*
Fix hardcoded reference to mode +L in m_redirect
Daniel De Graaf
2010-08-04
1
-2
/
+2
*
Clarify the redirect numeric a bit
Daniel De Graaf
2010-08-04
1
-1
/
+2
*
Allow multiple hosts and ports to be specified in a <connect> block
Daniel De Graaf
2010-08-04
1
-9
/
+26
*
Fix compilation of m_redirect
Daniel De Graaf
2010-08-04
1
-5
/
+5
*
Add some comments, fix an uninitialized variable
Daniel De Graaf
2010-08-04
1
-1
/
+1
*
Change m_redirect to redirect on any denied join
Daniel De Graaf
2010-08-04
3
-27
/
+21
*
Fix $md5pass and $sha256pass in SQL queries
Daniel De Graaf
2010-08-04
3
-3
/
+3
*
Send error message to users on failed join
Daniel De Graaf
2010-08-04
1
-0
/
+8
*
Mark channel redirects using a common extension to prevent double-redirects
Daniel De Graaf
2010-08-04
4
-24
/
+30
*
Change to use a permission-based OnCheckJoin hook instead of OnUserPreJoin
Daniel De Graaf
2010-08-04
18
-393
/
+218
*
Cast to time_t for comparison because GCC complains about signdedness on 32-b...
Daniel De Graaf
2010-08-04
1
-1
/
+1
*
Fix m_opermodes.so sending modes for unintroduced clients with oper autologin...
Adam
2010-08-03
1
-4
/
+9
*
Use the remote channel's capitalization on a losing TS merge
Daniel De Graaf
2010-08-03
1
-2
/
+4
*
2.1 alpha 1 release
v2.1a1
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Send error strings to users on mode change denials
Daniel De Graaf
2010-08-03
1
-0
/
+4
*
Fix /MODE allowing anyone to change modes in channels
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Fix compilation, add sorted ->init() calls to modmanager_static
Daniel De Graaf
2010-08-03
2
-18
/
+20
*
Fix for crash on restart or config file open (bug #44)
Adam
2010-08-03
1
-1
/
+1
*
Change kick permission to check rank prior to allowing module overrides
Daniel De Graaf
2010-08-03
1
-15
/
+11
*
Change regex modules to use a prioritized init()
Daniel De Graaf
2010-08-03
5
-4
/
+45
*
Allow module init to be prioritized to allow dependency checking
Daniel De Graaf
2010-08-03
5
-19
/
+38
*
Allow halfops to remove their own halfop status
Daniel De Graaf
2010-08-03
1
-0
/
+7
*
Remove wildcard support from module loading, breaks rehash (bug #51)
Daniel De Graaf
2010-08-03
1
-30
/
+0
*
Fix rehash message sending for remote rehashes
Daniel De Graaf
2010-08-03
1
-12
/
+10
*
Fix incorrect default on <alias:channelcommand>
Daniel De Graaf
2010-08-03
1
-2
/
+2
*
Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event...
Daniel De Graaf
2010-08-03
1
-21
/
+36
*
Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu...
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Add some missing <connect> updates from rehash
Daniel De Graaf
2010-08-03
1
-1
/
+4
*
Fix negative array access in channame
Daniel De Graaf
2010-08-03
1
-13
/
+14
*
Correct source of initial BURST line from servers sending it without one (lik...
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Change -debug to force RAWIO level logging and disable all other logs
Daniel De Graaf
2010-08-03
2
-1
/
+8
*
Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)
Daniel De Graaf
2010-08-03
1
-0
/
+2
*
Don't use an empty direction when receiving a sourceless server command
Daniel De Graaf
2010-08-03
1
-6
/
+2
*
Add log header including ircd version
Daniel De Graaf
2010-08-03
3
-1
/
+8
*
Define comparator for irc::sockets::sockaddrs
•••
This only compares IP/port, which ignores IPv6 flow information and scope ID, which aren't important in testing for equality.
Daniel De Graaf
2010-08-03
2
-1
/
+12
*
Add debug output for received DNS packets
Daniel De Graaf
2010-08-03
1
-0
/
+4
*
Add debug output of UserResolver results
Daniel De Graaf
2010-08-03
1
-2
/
+10
*
Change DNS binding to avoid BindSocket which could use the wrong address family
Daniel De Graaf
2010-08-03
1
-20
/
+11
*
Add better debug output to dns.cpp
Daniel De Graaf
2010-08-03
1
-4
/
+24
[prev]
[next]