index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
2.0.2 release
v2.0.2
Daniel De Graaf
2010-09-04
1
-1
/
+1
*
Do not apply parameter length restrictions or CleanMask when unsetting modes
Daniel De Graaf
2010-09-04
3
-8
/
+8
*
Fix crash in m_silence when provided with a bad pattern (bug #79)
Daniel De Graaf
2010-09-04
1
-8
/
+17
*
Fix crash on matching j:@#chan ban when the user is not in the channel
Daniel De Graaf
2010-09-04
1
-1
/
+1
*
Fix resolved hostname not being changed when WEBIRC passes a hostname longer ...
Daniel De Graaf
2010-09-03
1
-17
/
+15
*
Prevent setting mode -H if already unset, bug #74
Daniel De Graaf
2010-08-28
1
-0
/
+2
*
Fix the <database> example tags
Daniel De Graaf
2010-08-19
1
-3
/
+3
*
Include a placement operator new for classes that hide operator new
Daniel De Graaf
2010-08-17
1
-6
/
+9
*
Clarify null character append in m_cloaking (fixes compiler warning)
Daniel De Graaf
2010-08-17
1
-1
/
+1
*
Document <options:cyclehostsfromuser>
Daniel De Graaf
2010-08-13
1
-0
/
+5
*
Also tidy masks being removed, fixes bug #70
Daniel De Graaf
2010-08-11
1
-4
/
+3
*
Fix NotifyOpers setting not being applied correctly
Daniel De Graaf
2010-08-11
1
-10
/
+9
*
Stop hiding users when a prefix is set on them, fixes apparent desyncs
Jens Voss
2010-08-08
1
-3
/
+25
*
Don't try to tidy m_autoop entries (fixes extra !*@*)
Daniel De Graaf
2010-08-08
1
-0
/
+1
*
2.0.1 release
v2.0.1
Daniel De Graaf
2010-08-07
1
-1
/
+1
*
Prevent kicking people you do not have permission to deprivilege
Daniel De Graaf
2010-08-04
1
-3
/
+6
*
Fix $md5pass and $sha256pass in SQL queries
Daniel De Graaf
2010-08-04
3
-3
/
+3
*
Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event...
Daniel De Graaf
2010-08-04
1
-21
/
+36
*
Fix m_opermodes.so sending modes for unintroduced clients with oper autologin...
Adam
2010-08-03
1
-4
/
+9
*
Update a number of docs issues
Daniel De Graaf
2010-08-03
5
-288
/
+23
*
Use the remote channel's capitalization on a losing TS merge
Daniel De Graaf
2010-08-03
1
-2
/
+4
*
Clarify the m_custom prefix message a bit
Daniel De Graaf
2010-08-03
1
-2
/
+2
*
Fix for crash on restart or config file open (bug #44)
Adam
2010-08-03
1
-1
/
+1
*
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
*
Skip invalid allowed modes in oper block (bug #64)
Daniel De Graaf
2010-08-03
1
-2
/
+2
*
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-07-30
1
-2
/
+2
*
Include location of duplicated oper blocks
Daniel De Graaf
2010-07-04
1
-1
/
+1
*
Change argument order of LDLIBS to work properly with -Wl,--as-needed
Daniel De Graaf
2010-07-02
1
-4
/
+7
*
Quick fix for /RESTART crashing
Daniel De Graaf
2010-06-12
1
-12
/
+5
*
2.0.0 release
v2.0.0
Daniel De Graaf
2010-06-11
1
-1
/
+1
*
Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu...
Daniel De Graaf
2010-05-21
2
-2
/
+2
*
Fix umode -r on nick change being denied by permission check
Daniel De Graaf
2010-05-16
1
-1
/
+1
*
Be consistent in testing PURE_STATIC for defined vs == 1
Daniel De Graaf
2010-05-12
1
-1
/
+1
*
Add some missing <connect> updates from rehash, noticed by mixx941
Daniel De Graaf
2010-05-12
1
-0
/
+5
*
Fix negative array access in channame
Daniel De Graaf
2010-05-09
1
-13
/
+14
*
Correct source of initial BURST line from servers sending it without one (lik...
Daniel De Graaf
2010-05-08
1
-1
/
+1
*
Compile testing can be useful
Daniel De Graaf
2010-05-08
1
-2
/
+2
*
Change -debug to force RAWIO level logging and disable all other logs
Daniel De Graaf
2010-05-08
2
-1
/
+8
*
Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)
Daniel De Graaf
2010-05-08
1
-0
/
+2
*
Use unit-cc for all compile and and link tasks
•••
This allows splitting .o and .so generation for distcc builds, and also removes some unneeded autodetection of build stage.
Daniel De Graaf
2010-05-07
3
-52
/
+93
*
Don't use an empty direction when receiving a sourceless server command
Daniel De Graaf
2010-04-29
1
-6
/
+2
*
Removing example for m_spy which doesn't exist in insp20
PhilSliderS
2010-04-29
1
-6
/
+0
*
Helpop: Add snomask +v (requires override module)
Philouuu
2010-04-29
2
-0
/
+2
*
Add log header including ircd version
Daniel De Graaf
2010-04-28
4
-1
/
+10
*
2.0 release candidate 2
v2.0.0rc2
Daniel De Graaf
2010-04-28
1
-1
/
+1
*
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-04-26
3
-3
/
+17
*
Add debug output for received DNS packets
Daniel De Graaf
2010-04-26
1
-0
/
+4
*
Add debug output of UserResolver results
Daniel De Graaf
2010-04-26
1
-2
/
+10
[next]