]> jfr.im git - irc/UndernetIRC/gnuworld.git/log
irc/UndernetIRC/gnuworld.git
10 years agoLOC origin/loc
MrBean [Wed, 19 Mar 2014 09:09:06 +0000 (09:09 +0000)] 
LOC

11 years agoCMaster 1.5pl2 - 18/06/2012
MrBean [Mon, 18 Jun 2012 14:27:23 +0000 (18:27 +0400)] 
CMaster 1.5pl2   - 18/06/2012
 * Do not crash when disabling totp using MODINFO ...

11 years agoCMaster 1.5pl1 - 29/05/2012
MrBean [Tue, 29 May 2012 09:00:56 +0000 (13:00 +0400)] 
CMaster 1.5pl1   - 29/05/2012
 * Require users to provide the correct token in order to confirm TOTP activation

11 years agoGenerate 160 bit key and not 80
MrBean [Sat, 26 May 2012 19:53:19 +0000 (23:53 +0400)] 
Generate 160 bit key and not 80

11 years agoStore keys in the db as base32 for better robustness
MrBean [Sat, 26 May 2012 19:43:03 +0000 (23:43 +0400)] 
Store keys in the db as base32 for better robustness

11 years agoDisable TOTP by default
MrBean [Sat, 26 May 2012 06:03:23 +0000 (10:03 +0400)] 
Disable TOTP by default

11 years agoDisable totp by default
MrBean [Sat, 26 May 2012 06:01:58 +0000 (10:01 +0400)] 
Disable totp by default

11 years agoCMaster 1.5 - 26/05/2012
MrBean [Sat, 26 May 2012 05:14:32 +0000 (09:14 +0400)] 
CMaster 1.5      - 26/05/2012
 * Added TOTP Authentication support to enable follow this procedure:
   - compile and install liboath (http://www.nongnu.org/oath-toolkit/)
   - conigure gnuworld --with-liboath (in case it is not installed to the default location use --with-liboath-include and --with-liboath-lib to point to the right directory)
   - edit mod.cservice/cservice_config.h and change #undef TOTP_AUTH_ENABLED to #define TOTP_AUTH_ENABLED
   - compile gnuworld
   - import doc/update.totp_key.sql into the cservice db (psql cservice < doc/update.totp_key.sql)
   - edit bin/cservice.conf and add the following var: enable_totp = 1
   - start gnuworld normally
   Once enabled * and opers will be able to /msg x set totp on , which would enable totp for their account
   To disable another user with >=800 access will need to /msg x modinfo totp <user> off

12 years agoAllow linking against liboath
MrBean [Mon, 21 May 2012 18:25:05 +0000 (22:25 +0400)] 
Allow linking against liboath

12 years agoFixed bug - Prevent banned users from inviting themselves to a channel (instead...
MrBean [Fri, 20 Apr 2012 18:25:15 +0000 (21:25 +0300)] 
Fixed bug - Prevent banned users from inviting themselves to a channel  (instead of inviting them only to be kicked by X as they join)

12 years agoSupport for , for multiple invites
MrBean [Fri, 20 Apr 2012 18:23:50 +0000 (21:23 +0300)] 
Support for , for multiple invites

12 years agoFixed bug - Prevent banned users from inviting themselves to a channel (instead...
MrBean [Fri, 20 Apr 2012 18:10:09 +0000 (21:10 +0300)] 
Fixed bug - Prevent banned users from inviting themselves to a channel  (instead of inviting them only to be kicked by X as they join)

12 years agoCMaster 1.4.1pl1 - 14/04/2012
MrBean [Fri, 20 Apr 2012 17:34:43 +0000 (20:34 +0300)] 
CMaster 1.4.1pl1 - 14/04/2012
 * Fixed bug - X complaining about being deoped when joining a channel
 * Removed the need for an admin to FORCE before being able to SET COMMENT on a channel.
 * Fixed bug - After manually registering a channel, autoinvite and some other features do not work, until the bot is restarted
 * Invite command supports multiple channels (invite #chan1 #chan2 #chan3)
 * Fixed bug - X doesnt kick users who are banned with level >=75 after they login
 * Changed the reply for invisible users to include the username

12 years agoChanged the reply for invisible users to include the username
MrBean [Fri, 20 Apr 2012 17:33:15 +0000 (20:33 +0300)] 
Changed the reply for invisible users to include the username

12 years agoFixed bug - X doesnt kick users who are banned with level >=75 after they login
MrBean [Fri, 20 Apr 2012 17:32:15 +0000 (20:32 +0300)] 
Fixed bug - X doesnt kick users who are banned with level >=75 after they login

12 years ago* Invite command supports multiple channels (invite #chan1 #chan2 #chan3)
MrBean [Fri, 20 Apr 2012 17:25:37 +0000 (20:25 +0300)] 
* Invite command supports multiple channels (invite #chan1 #chan2 #chan3)

12 years agoAllow non opered clients to use euworld
MrBean [Sat, 7 Apr 2012 14:48:40 +0000 (17:48 +0300)] 
Allow non opered clients to use euworld
Enable previously disabled oper level UHS with access to the ANNOUNCE command

12 years agobumped the patch level
MrBean [Thu, 5 Apr 2012 18:08:38 +0000 (21:08 +0300)] 
bumped the patch level

12 years agoAdded new command: LISTUSERS to list users with specific level
MrBean [Thu, 5 Apr 2012 18:05:12 +0000 (21:05 +0300)] 
Added new command: LISTUSERS to list users with specific level
I will add more options for listing in the near future

12 years agoFixed bug - Authrozied hosts doesnt work when providing user ip
MrBean [Thu, 5 Apr 2012 17:40:12 +0000 (20:40 +0300)] 
Fixed bug - Authrozied hosts doesnt work when providing user ip

12 years agoMerge branch 'master' of git://gnuworld.git.sourceforge.net/gitroot/gnuworld/gnuworld
MrBean [Thu, 5 Apr 2012 17:32:05 +0000 (20:32 +0300)] 
Merge branch 'master' of git://gnuworld.git.sourceforge.net/gitroot/gnuworld/gnuworld

12 years agoFixed bug - After manually registering a channel, autoinvite and some other features...
MrBean [Thu, 5 Apr 2012 17:29:59 +0000 (20:29 +0300)] 
Fixed bug - After manually registering a channel, autoinvite and some other features do not work, until the bot is restarted

12 years agoRemoved the need for an admin to FORCE before being able to SET COMMENT on a channel.
Spike [Tue, 3 Apr 2012 12:18:07 +0000 (14:18 +0200)] 
Removed the need for an admin to FORCE before being able to SET COMMENT on a channel.

12 years agoUpdated the patch level
MrBean [Sat, 17 Mar 2012 15:32:16 +0000 (17:32 +0200)] 
Updated the patch level

12 years agoFixed bug - X complaining about being deoped when joining a channel
MrBean [Sat, 17 Mar 2012 08:19:14 +0000 (10:19 +0200)] 
Fixed bug - X complaining about being deoped when joining a channel

12 years agoAdded whitelist and gline tables to cservice.sql.
Spike [Sat, 10 Dec 2011 21:14:26 +0000 (22:14 +0100)] 
Added whitelist and gline tables to cservice.sql.

12 years ago- Oops, fixed.
Spike [Sat, 10 Dec 2011 20:16:57 +0000 (21:16 +0100)] 
- Oops, fixed.

12 years agoMerge branch 'master' of ssh://gnuworld.git.sourceforge.net/gitroot/gnuworld/gnuworld
Spike [Fri, 9 Dec 2011 08:26:58 +0000 (09:26 +0100)] 
Merge branch 'master' of ssh://gnuworld.git.sourceforge.net/gitroot/gnuworld/gnuworld

12 years ago- Add gline logging and a whitelist for external purposes.
Spike [Fri, 9 Dec 2011 08:24:42 +0000 (09:24 +0100)] 
- Add gline logging and a whitelist for external purposes.

12 years ago- Add gline logging for external purposes.
Spike [Fri, 9 Dec 2011 08:18:52 +0000 (09:18 +0100)] 
- Add gline logging for external purposes.
- Add a whitelist for externaml purposes.
- autotools update (*sigh*)

12 years agobug fix: After a JUPE is issued by euworld (mod.ccontrol), gnuworld is not itself...
Hidden [Tue, 18 Oct 2011 18:09:33 +0000 (20:09 +0200)] 
bug fix: After a JUPE is issued by euworld (mod.ccontrol), gnuworld is not itself aware that the server is not linked anymore. Added the PostEvent() part to src/server.cc to fix this.

12 years agoUpgraded code to support undernets REQUESTOP implementation
Jimmy Lipham [Sun, 11 Sep 2011 21:02:51 +0000 (17:02 -0400)] 
Upgraded code to support undernets REQUESTOP implementation

13 years agoUnbreak compiling with g++ 4.5+
Spike [Mon, 21 Mar 2011 12:47:52 +0000 (13:47 +0100)] 
Unbreak compiling with g++ 4.5+

13 years agoOops, forgot to use -a when committing.
Spike [Sat, 19 Mar 2011 14:13:27 +0000 (15:13 +0100)] 
Oops, forgot to use -a when committing.

13 years ago- Gunnis needed a new command, so added SCANEMAIL.
Spike [Sat, 19 Mar 2011 13:39:16 +0000 (14:39 +0100)] 
- Gunnis needed a new command, so added SCANEMAIL.
- Some very small grammatical fixes.

13 years agoAutotools update.
Spike [Fri, 18 Mar 2011 09:24:17 +0000 (10:24 +0100)] 
Autotools update.

13 years agoStopped ccontrol coring on the first learnnet.
Spike [Tue, 15 Mar 2011 16:46:04 +0000 (17:46 +0100)] 
Stopped ccontrol coring on the first learnnet.
Thanks to bezao for finding and Hidden for fixing this.

13 years ago- More robust GL parser (doesn't break on Nefarious anymore)
Spike [Mon, 14 Mar 2011 09:40:57 +0000 (10:40 +0100)] 
- More robust GL parser (doesn't break on Nefarious anymore)
- Show more admincomments on a username INFO

13 years agoBugfix in bursting autojoin channels that never existed before.
Spike [Thu, 23 Dec 2010 20:18:36 +0000 (21:18 +0100)] 
Bugfix in bursting autojoin channels that never existed before.
Thanks to Rafael Berrocal (bezao) for figuring this one out.

13 years agoTweaked some commandlevels for * manipulation.
Spike [Wed, 1 Dec 2010 15:37:02 +0000 (16:37 +0100)] 
Tweaked some commandlevels for * manipulation.

13 years ago- Added a SET option to toggle the MIA flag.
Spike [Wed, 1 Dec 2010 14:12:40 +0000 (15:12 +0100)] 
- Added a SET option to toggle the MIA flag.
- Moved hardcoded 2 day idle-part to a conf setting.

13 years ago- Core: Allow modules to pass +R with a timestamp
Spike [Fri, 29 Oct 2010 21:36:06 +0000 (23:36 +0200)] 
- Core: Allow modules to pass +R with a timestamp
- mod.cservice: Maintain valid TS in db and use it for modes/joins

13 years agoCrash when a user without a chanfix account requests a USERSCORES fixed.
Spike [Wed, 27 Oct 2010 14:23:20 +0000 (16:23 +0200)] 
Crash when a user without a chanfix account requests a USERSCORES fixed.

13 years agoLets also stop coring the GIT version.
denspike [Mon, 11 Oct 2010 12:23:54 +0000 (14:23 +0200)] 
Lets also stop coring the GIT version.

13 years agoUpdated chanfix to support +R mode detection. Chanfix now silently scores channels...
buzlip01 [Sun, 10 Oct 2010 17:41:53 +0000 (13:41 -0400)] 
Updated chanfix to support +R mode detection. Chanfix now silently scores channels with +R but will not act upon them.
Thanks for Piciu and other undernetters for spotting this bug.

13 years ago- Added the ability to BAN multiple users by separating banmasks with a comma.
denspike [Fri, 8 Oct 2010 13:20:59 +0000 (15:20 +0200)] 
- Added the ability to BAN multiple users by separating banmasks with a comma.
- Removed unnecessary reply-error from REHASH.

13 years agoAllow admin * levels to rehash the motd and help table, since they can alter it on...
denspike [Fri, 8 Oct 2010 08:21:56 +0000 (10:21 +0200)] 
Allow admin * levels to rehash the motd and help table, since they can alter it on the website.

13 years agoCompiler warning fix.
denspike [Thu, 7 Oct 2010 18:45:52 +0000 (20:45 +0200)] 
Compiler warning fix.

13 years agoInitial import.
denspike [Wed, 29 Sep 2010 06:36:10 +0000 (08:36 +0200)] 
Initial import.